/*
Theme Name: Borvel Child
Theme URI: https://html.tonatheme.com/wp/borvel/
Description: Child theme for the Borvel WordPress theme (Themearc).
Author: Barış AÇIKELLİ
Template: borvel
Version: 1.0.0
Text Domain: borvel-child
*/

/* Add your custom CSS below this line */
 .elementor-widget-text-editor :is(h1, h2, h3, h4, h5, h6) {
	 font-family: "Poppins", Sans-serif;
	 font-weight: 600;
	 line-height: 1.3em;
	 color: #242424;
	 margin:10px 0;
}
.elementor-widget-text-editor h2 {
	font-size: 24px;
}
.elementor-widget-text-editor p,
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	position: relative;
	line-height: 1.8em;
    font-size: 1.1em;
	color: #4d5761;
	margin: 0 0 15px;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	padding-left: 32px;
}
.elementor-widget-text-editor ul>li {
	list-style: disc;
}
.elementor-widget-text-editor ol>li {
	list-style: numbers;
}
.auto-container{
	position:static;
	max-width:1360px;
	padding:0px 15px;
	margin:0 auto;
}
.header-style-six .sticky-header .main-menu .navigation > li {
    margin-right: 20px;
}
.header-style-six .main-menu .navigation > li {
	margin-right: 24px;
}
.main-header .sticky-header .main-menu .navigation > li > a {
	font-size: 16px;
}
:is(.header-style-one, .header-style-three, .header-style-five) .sticky-header .main-menu .navigation > li:after {
    content: '';
    width: 1px;
    height: 20px;
    border: 1px solid #dfdfdf;
    position: absolute;
    top: 50%;
    right: -15px;
	transform: translateY(-50%);
}
:is(.header-style-one, .header-style-three, .header-style-five) .sticky-header .main-menu .navigation > li:last-child:after {
    display: none !important;
}
.header-style-one .sticky-header .main-menu .navigation > li:last-child::after {
    display: none;
}
.main-header:is(.header-style-one, .header-style-five) .main-box .logo-box {
	margin-top:12px;
}
.main-header.header-style-three .main-box .logo-box,
.main-header.header-style-three .sticky-header .logo.pull-left {
	margin-top:3px;
}
.blog-single .inner-box .lower-content .upper-box .post-meta {
	display: none;
}
.scroll-to-top {
	bottom: 100px;
}
.elementor-upload-field {
    padding: 10px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    width: 100%;
}

.elementor-upload-field::file-selector-button {
    background-color: #f4951d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-right: 15px;
}

.elementor-upload-field::file-selector-button:hover {
    background-color: #f4951d;
}
@media only screen and (max-width: 1600px) {
    .page-wrapper {
        overflow: visible !important;
        overflow-x: clip !important; /* Yatay taşmayı engeller ama sticky'yi bozmaz */
    }
}
@media only screen and (max-width: 767px){
	.main-menu .collapse.in,
	.main-menu .collapsing {
		max-height: 500px;
	}
	.elementor-widget-text-editor h2 {
		font-size: 20px;
	}
	.accordion-container {
        gap: 0 !important;
        border: 1px solid rgba(244, 149, 29, .3);
        padding: 10px;
    }
    .accordion-container .elementor-widget-heading {
    margin-bottom: 0;
    transition: margin-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
    .accordion-container.accordion-active .elementor-widget-heading {
        margin-bottom: 20px !important;
    }
    .accordion-container .accordion-title {
        cursor: pointer;
        user-select: none;
        position: relative;
        padding-right: 24px;
    }
    .accordion-container .accordion-title::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.3s ease;
        width: 11px;
        height: 11px;
        border-right: 2.5px solid currentColor;
        border-bottom: 2.5px solid currentColor;
    }
    .accordion-container.accordion-active .accordion-title::after {
        transform: translateY(-50%) rotate(-135deg);
    }
    .accordion-container .elementor-widget-borvel_services_cat {
        height: 0;
        overflow: hidden;
        padding: 0 !important;
        margin: 0 !important;
        transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .accordion-container .accordion-list {
        max-height: none;
        overflow: visible;
    }
}
	