.elementor-13140 .elementor-element.elementor-element-e7bc0c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13140 .elementor-element.elementor-element-4822398{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-c85c110 */* { box-sizing: border-box; margin: 0; padding: 0; }

/* ÜST BANT */
.atf-topbar {
    background: #ff9f43;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.atf-topbar-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 30px 7px 30px;
}
.atf-topbar-left {
    display: flex;
    align-items: center;
    list-style: none;
}
.atf-topbar-left li a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    padding: 3px 14px;
    border-right: 1px solid rgba(255,255,255,0.15);
    transition: color 0.2s;
    display: block;
}
.atf-topbar-left li:first-child a { padding-left: 0; margin-left: 44px; }
.atf-topbar-left li:last-child a { border-right: none; }
.atf-topbar-left li a:hover { color: #fff; }
.atf-topbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-right: 18px;
}
.atf-topbar-right .atf-tel,
.atf-topbar-right .atf-loc {
    display: flex;
    align-items: center;
    gap: 6px;
}
.atf-topbar-right i {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
}
.atf-topbar-right .atf-loc span {
    font-size: 13px;
}

/* ANA HEADER */
.atf-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    font-family: 'Segoe UI', Arial, sans-serif;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(16, 42, 67, 0.05); /* Daha kurumsal soft gölge */
}
.atf-header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 80px; /* Biraz daha nefes alan kurumsal yükseklik */
    justify-content: space-between;
}
.atf-logo-wrap img {
    margin-left: -25px;
}
.atf-logo-wrap { display: flex; flex-direction: column; justify-content: center; }
.atf-logo img { height: 48px; object-fit: contain; display: block; }
.atf-logo-slogan {
    font-size: 10px;
    color: #6b7280;
    font-style: italic;
    margin-top: 4px;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

/* NAV */
.atf-nav {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 4px;
}
.atf-nav > li { 
    position: relative; 
    height: 80px; /* Kapsayıcı hizalaması sabitlendi */
    display: flex;
    align-items: center;
}
.atf-nav > li > a,
.atf-nav > li > span {
    color: #102A43; /* Daha kurumsal koyu lacivert */
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    transition: color 0.25s ease;
    white-space: nowrap;
}

/* MAVİ ÇİZGİ ÇAKIŞMA DÜZELTMESİ (Gelişmiş Hover Çizgisi) */
.atf-nav > li > a::after,
.atf-nav > li > span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 3px;
    background-color: #1a73e8;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}
.atf-nav > li:hover > a,
.atf-nav > li:hover > span {
    color: #1a73e8;
}
.atf-nav > li:hover > a::after,
.atf-nav > li:hover > span::after {
    transform: scaleX(1); /* Çizgi sağa sola taşmadan şıkça açılır */
}

/* Ok İkonu Düzeltmesi (Sadece span olanlar için) */
.atf-nav > li > span::before {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    opacity: 0.7;
    order: 2; /* Yazının sağına almak için */
}

/* DROPDOWN DÜZELTMELERİ (Üst üste binmeyi tamamen engeller) */
.atf-dropdown {
    display: none;
    position: absolute;
    top: 100%; /* Tam olarak 80px alt sınıra oturur */
    left: 0;
    background: #ffffff;
    border-radius: 0 0 8px 8px; /* Alt köşeler yumuşatıldı */
    box-shadow: 0 10px 30px rgba(16, 42, 67, 0.15);
    min-width: 230px;
    padding: 10px 0;
    list-style: none;
    z-index: 10000;
    border: 1px solid #e5e7eb;
    border-top: 3px solid #1a3a5c;
    margin-top: -1px; /* Çakışma boşluğunu yok eder */
}
.atf-nav > li:hover .atf-dropdown { 
    display: block; 
    animation: atfMenuFade 0.2s ease-out;
}

@keyframes atfMenuFade {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

.atf-dropdown li a {
    display: block;
    padding: 11px 20px;
    font-size: 14px;
    color: #334e68;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}
.atf-dropdown li a:hover { 
    background: #f0f4f8; 
    color: #1a73e8; 
    padding-left: 25px; 
}

/* VOUCHER BUTONU */
.atf-voucher-btn {
    background: #16a34a !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    height: auto !important;
    font-size: 13.5px !important;
    margin-left: 8px;
    box-shadow: 0 4px 12px rgba(22,163,74,0.2);
}
.atf-voucher-btn:hover { 
    background: #15803d !important; 
    color: #fff !important; 
    box-shadow: 0 4px 16px rgba(22,163,74,0.3);
}
.atf-voucher-btn::after {
    display: none !important; /* Çizgi efektini butondan kaldırdık */
}

/* HAMBURGER */
.atf-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
}
.atf-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1a3a5c;
    border-radius: 2px;
    transition: all 0.3s;
    transform-origin: center;
}
.atf-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.atf-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.atf-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* MOBİL MENÜ */
.atf-mobile-menu {
    display: none;
    position: fixed;
    top: 115px; /* Yeni yüksekliğe göre güncellendi */
    left: 0; right: 0; bottom: 0;
    background: #1a3a5c;
    padding: 12px 20px;
    overflow-y: auto;
    z-index: 9998;
}
.atf-mobile-menu.open { display: block; }
.atf-mobile-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 13px 16px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.atf-mobile-menu .atf-mob-label {
    display: block;
    color: rgba(255,255,255,0.45);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 16px 6px;
}
.atf-mobile-menu .atf-mob-sub a {
    padding-left: 30px;
    font-size: 14px;
    color: rgba(255,255,255,0.82);
}

/* RESPONSIVE DÜZENLEME */
@media (max-width: 960px) {
    .atf-nav { display: none; }
    .atf-hamburger { display: flex; margin-left: auto; }
    .atf-topbar-left { display: none; }
    .atf-topbar-inner {
        padding: 7px 16px;
        justify-content: space-between;
    }
    
    .atf-mob-topbar-left {
        display: flex !important;
        align-items: center;
        gap: 0;
        list-style: none;
    }
    .atf-mob-topbar-left li a {
        color: rgba(255,255,255,0.8);
        text-decoration: none;
        font-size: 12px;
        padding: 3px 0;
    }
    .atf-topbar-right { gap: 10px; font-size: 12px; }
    .atf-topbar-right .atf-loc span { font-size: 12px; }
    .atf-header-inner { padding: 0 16px; height: 70px; }
    .atf-nav > li { height: 70px; }
    .atf-mobile-menu { top: 105px; }
    .atf-logo img { height: 42px; }
    .atf-logo-slogan { display: none; }
}
body.atf-menu-open {
    overflow: hidden;
}
@media (min-width: 961px) {
    .atf-mob-topbar-left { display: none !important; }
    .atf-topbar-left { display: flex; }
}
@media (max-width: 768px) {
    .atf-topbar-right {
        margin-right: 0;
    }
    .atf-logo-wrap img {
        margin-left: 0;
    }
    .atf-header-inner {
        justify-content: flex-start;
        gap: 12px;
    }
    .atf-logo-wrap img {
        margin-left: -50px;
    }
}/* End custom CSS */