/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


@media (min-width: 1025px) {
    .sub-menu.elementor-nav-menu--dropdown {
        display: none !important;
    }
}

.hover-box { /* Ana sayfa kutucuklar yukarı kayma transform */
    transition: transform 0.3s ease;
}
.hover-box:hover {
    transform: translateY(-10px); /* Yukarı kayma miktarı */
}

.hero-heading h1 {
	max-width: 900px;
}
.hero-subtitle {
	max-width: 700px !important;
}

.logo-dark, .menu-dark {
    display: none !important;
}
.logo-white, .menu-white {
    display: block !important;
}

.site-header {
    background: transparent;
    transition: background 0.3s ease;
}
.site-header.scrolled {
    background: #fff !important; /* Scroll sonrası arka plan */
}

.light-olive-right-side-box {
	background-image: linear-gradient(to right, #ffffff 15%, #bec79821 15%, #bec79821 100%);
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 80px;
}

.light-olive-left-side-box {
	background-image: linear-gradient(to right, #bec79821, #bec79821 85%, #ffffff 85%);
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
}


@media (max-width: 1024px) {
	.light-olive-right-side-box,
	.light-olive-left-side-box {
		background-image: none;
		background-color: #bec79821;
		padding: 40px 20px;
	}
}

@media (max-width: 768px) {
	.light-olive-right-side-box,
	.light-olive-left-side-box {
		background-image: none;
		background-color: #bec79821;
		padding: 20px 10px;
	}
}

li.menu-item-has-children > a[href="#"] {
  cursor: pointer;
}