.elementor-2865 .elementor-element.elementor-element-f27125d{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-cc8fd11 *//* ===================================================== 
   1. TEMEL AYARLAR (RESET) 
===================================================== */
#custom-global-header {
    all: unset;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: transparent;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
#custom-global-header *, 
#custom-global-header *::before, 
#custom-global-header ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#custom-global-header a {
    text-decoration: none;
    color: inherit;
}
/* ===================================================== 
   2. SAYFA İÇERİĞİ YERLEŞİMİ - BOŞLUK DÜZELTME 
===================================================== */
body {
    /* Header yüksekliği (TopBar + NavBar) kadar boşluk.        
       Boşluğu kapatmak için 115px'e düşürdüm */
    padding-top: 115px !important;
    margin-top: 0 !important;
}
/* Sayfa başındaki gereksiz boşlukları (gap) siler */
.elementor-location-header, #content, .page-content, .elementor-section, .site-content, main, article {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.elementor-top-section:first-child, .page-header, .entry-header {
    margin-top: 0 !important;
}
@media (max-width: 992px) {
    body {
        /* Mobil header yüksekliği */
        padding-top: 80px !important;
    }
}
/* ===================================================== 
   3. ÜST BAR (MAVİ) 
===================================================== */
#custom-global-header .top-bar {
    background-color: #0a1e42;
    color: #fff;
    width: 100%;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* Genel Konteyner Yapısı - LOGO SOLA YASLAMA AYARI */
#custom-global-header .header-container {
    width: 100%; /* Tam genişlik */
    padding: 0 20px; /* Soldan ve sağdan sadece 20px boşluk */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0; /* Ortalamayı iptal ettik */
}
#custom-global-header .top-info {
    display: flex;
    gap: 15px;
}
#custom-global-header .top-info a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
#custom-global-header .top-social {
    display: flex;
    gap: 15px;
}
/* ===================================================== 
   4. ANA MENÜ (BEYAZ) 
===================================================== */
#custom-global-header .main-nav {
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    height: 80px;
    display: flex;
    align-items: center;
}
/* Logo Ayarı */
#custom-global-header .logo {
    display: flex;
    align-items: center;
}
#custom-global-header .logo img { 
    height: 50px; 
    width: auto; 
    display: block; 
}
/* Linkler */
#custom-global-header .nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    margin-left: auto; /* Menüyü sağa, logoyu sola iter */
    margin-right: 30px;
    align-items: center;
    height: 100%;
}
#custom-global-header .nav-links a, #custom-global-header .nav-links button {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    display: flex;
    align-items: center;
    height: 40px;
}
#custom-global-header .nav-links button i {
    margin-left: 5px;
    margin-top: 1px;
}
#custom-global-header .nav-links a:hover, #custom-global-header .nav-links button:hover, #custom-global-header .nav-links button.active {
    color: #d93025;
}
#custom-global-header .nav-actions {
    display: flex;
    align-items: center;
}
#custom-global-header .cta-btn {
    background-color: #0a1e42;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
/* ===================================================== 
   6. MOBİL MENÜ 
===================================================== */
#custom-global-header .mobile-toggle { 
    display: none; 
    font-size: 26px; 
    background: none; 
    border: none; 
    color: #333; 
    cursor: pointer; 
}
#custom-global-header .mobile-drawer { 
    position: fixed; 
    top: 0; 
    right: -100%;
    width: 85%; 
    max-width: 320px; 
    height: 100vh;
    background: #fff; 
    z-index: 100000;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0,0,0,0.2);
    display: flex; 
    flex-direction: column;
}
#custom-global-header .mobile-drawer.active {
    right: 0;
}
#custom-global-header .mobile-header { 
    padding: 20px; 
    border-bottom: 1px solid #eee;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    height: 80px;
}
#custom-global-header .close-btn { 
    background: transparent; 
    border: none; 
    font-size: 28px;
    color: #333; 
    cursor: pointer;
    width: 40px; 
    height: 40px;
    display: flex; 
    align-items: center; 
    justify-content: center;
}
#custom-global-header .mobile-content { 
    flex: 1; 
    overflow-y: auto; 
    padding: 0 20px; 
}
#custom-global-header .mobile-links { 
    list-style: none; 
    margin-top: 10px; 
}
#custom-global-header .mobile-links li { 
    border-bottom: 1px solid #f9f9f9; 
}
#custom-global-header .mobile-links a, 
#custom-global-header .mobile-accordion-btn {
    display: block; 
    padding: 15px 0;
    font-size: 16px; 
    color: #333;
    background: none; 
    border: none; 
    width: 100%;
    text-align: left; 
    cursor: pointer;
    font-weight: 600;
}
/* Mobil Footer */
#custom-global-header .mobile-footer { 
    padding: 20px 20px 100px 20px;
    border-top: 1px solid #eee; 
    background: #fff;
}
#custom-global-header .mobile-social-icons { 
    display: flex; 
    justify-content: center; 
    gap: 25px; 
    margin-bottom: 20px;
}
#custom-global-header .mobile-social-icons a { 
    font-size: 22px; 
    color: #0a1e42; 
}
#custom-global-header .mobile-cta-btn {
    display: block; 
    width: 100%; 
    background: #0a1e42;
    color: #fff !important; 
    text-align: center; 
    padding: 15px;
    border-radius: 5px; 
    font-weight: 600;
}
.mobile-overlay { 
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.5); 
    z-index: 99999;
}
.mobile-overlay.active {
    display: block;
}
/* Mobil Görünümde Sadece Ana Menü */
@media (max-width: 992px) {
    #custom-global-header .nav-links, 
    #custom-global-header .nav-actions, 
    #custom-global-header .top-bar { 
        display: none; 
    }
    #custom-global-header .mobile-toggle { 
        display: block; 
    }
}/* End custom CSS */