* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f5f7fa;
    overflow-x: hidden;
}

/* ========== HEADER ========== */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #eef2f6;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
    gap: 20px;
}

/* ========== LOGO - BÜYÜTÜLMÜŞ ========== */
/* ========== LOGO - SOLA YASLI (Hafif boşluklu) ========== */
/* ========== LOGO SABİT GENİŞLİK - KAYMA YOK ========== */
.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;

}

.logo-img {
    width: 330px !important;  /* Sabit genişlik */
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
}

/* Mobilde biraz küçült */
@media (max-width: 768px) {
    .logo-img {
        width: 250px !important;
    }
}

@media (max-width: 576px) {
    .logo-img {
        width: 200px !important;
    }
}

@media (max-width: 480px) {
    .logo-img {
        width: 155px !important;
    }
}

/* Masaüstü */
@media (min-width: 992px) {
    .logo {
        margin-left: 0;  /* Sola yaslı */
        margin-right: auto;
    }
    .logo-img {
        max-width: 300px;
    }
}

/* Tablet */
@media (max-width: 991px) and (min-width: 769px) {
    .logo-img {
        max-width: 330px important;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .logo {
        margin-left: 0;
        margin-right: auto;
    }
    .logo-img {
        max-width: 280px;
    }
}

/* Küçük mobil */
@media (max-width: 576px) {
    .logo-img {
        max-width: 220px;
    }
}

/* Çok küçük mobil */
@media (max-width: 480px) {
    .logo-img {
        max-width: 180px;
    }
}

.logo-icon i {
    font-size: 56px;  /* 48 -> 56 */
    color: white;
}

.logo-brand {
    font-size: 42px;  /* 36 -> 42 */
    font-weight: 800;
    color: #1e293b;
}

.logo-slogan {
    font-size: 13px;  /* 12 -> 13 */
    color: #64748b;
    letter-spacing: 1.5px;
    margin-top: 4px;
}

/* ========== HEADER YÜKSEKLİĞİ (Logo ile uyumlu) ========== */
.header-container {
    height: 160px;  /* 140 -> 160 */
}

/* ========== TABLET (1024px) ========== */
@media (max-width: 1024px) {
    .logo-img {
        height: 120px;  /* 110 -> 120 */
        max-width: 400px;
    }
    .logo-icon {
        width: 100px;
        height: 100px;
    }
    .logo-icon i {
        font-size: 52px;
    }
    .logo-brand {
        font-size: 40px;
    }
    .header-container {
        height: 150px;
    }
}

/* ========== MOBİL (768px) - HAMBURGER KAYMAZ ========== */
@media (max-width: 768px) {
    .header-container {
        height: 130px;  /* 120 -> 130 */
        padding: 0 15px;
    }
    .logo-img {
        height: 135px;  /* 95 -> 100 */
        max-width: 340px;
    }
    .logo-icon {
        width: 90px;
        height: 90px;
        border-radius: 22px;
    }
    .logo-icon i {
        font-size: 48px;
    }
    .logo-brand {
        font-size: 34px;
    }
    .logo-slogan {
        font-size: 12px;
    }
    /* Hamburger ve sağ alan aynı kalır, kaymaz */
    .header-actions {
        gap: 8px;
    }
}

/* ========== KÜÇÜK MOBİL (576px) ========== */
@media (max-width: 576px) {
    .header-container {
        height: 120px;
        padding: 0 12px;
    }
    .logo-img {
        height: 90px;  /* 85 -> 90 */
        max-width: 290px;
    }
    .logo-icon {
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }
    .logo-icon i {
        font-size: 42px;
    }
    .logo-brand {
        font-size: 30px;
    }
    .logo-slogan {
        font-size: 11px;
    }
}

/* ========== ÇOK KÜÇÜK (480px) ========== */
@media (max-width: 480px) {
    .header-container {
        height: 110px;
        padding: 0 10px;
    }
    .logo-img {
        height: 95px important;  /* 75 -> 80 */
        max-width: 260px;
    }
    .logo-icon {
        width: 70px;
        height: 70px;
        border-radius: 18px;
    }
    .logo-icon i {
        font-size: 36px;
    }
    .logo-brand {
        font-size: 26px;
    }
    .hamburger {
        width: 42px;
        height: 42px;
    }
}
/* ========== HEADER DİKEY HİZALAMA ========== */
.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center; /* Dikeyde ortalama - zaten var */
    justify-content: space-between;
    height: 160px;
    gap: 20px;
}

/* Logo dikeyde ortalandı */
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 15px;
    flex-shrink: 0;
    margin: 0; /* Yukarı kaymayı önler */
}

.logo-img {
    height: 130px;
    width: auto;
    max-width: 450px;
    object-fit: contain;
    display: block;
    margin: 0; /* Kenar boşluğu yok */
}

/* Mobilde de dikey ortalama */
@media (max-width: 768px) {
    .header-container {
        height: 130px;
        padding: 0 15px;
    }
    .logo-img {
        height: 100px;
        max-width: 340px;
    }
}

@media (max-width: 576px) {
    .header-container {
        height: 120px;
    }
    .logo-img {
        height: 90px;
        max-width: 290px;
    }
}

@media (max-width: 480px) {
    .header-container {
        height: 110px;
    }
    .logo-img {
        height: 80px;
        max-width: 260px;
    }
}
/* ========== BÜYÜTÜLMÜŞ VE NET LOGO (max-width sınırı kalktı) ========== */

/* Masaüstü için ayarlar */
.logo-img {
    width: auto; /* Otomatik genişlik */
    height: auto; /* Otomatik yükseklik (orijinal oranı korur) */
    max-width: 500px; /* 500px'e kadar çıkmasına izin ver */
    max-height: none; /* Yükseklik sınırını kaldır */
    object-fit: contain;
}

/* Mobil için düzenleme (görselin tamamı görünsün) */
@media (max-width: 768px) {
    .logo-img {
        max-width: 100%; /* Ebeveynine sığacak şekilde genişle, taşmasın */
        height: auto;
    }
}

/* ========== DESKTOP MENU ========== */
.desktop-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 8px;
}

.nav-list > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s;
}

.nav-list > li > a i {
    font-size: 11px;
    transition: transform 0.3s;
    color: #94a3b8;
}

.nav-list > li > a:hover {
    background: #f0f9ff;
    color: #00b4d8;
}

.nav-list > li:hover > a i {
    transform: rotate(180deg);
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 100;
    width: 680px;
    display: flex;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.dropdown-menu.dropdown-small {
    width: 240px;
}

.dropdown-menu.dropdown-small ul {
    padding: 16px;
    list-style: none;
}

.dropdown-menu.dropdown-small ul li a {
    display: block;
    padding: 10px 16px;
    color: #4a5568;
    text-decoration: none;
    font-size: 13px;
    border-radius: 8px;
}

.dropdown-menu.dropdown-small ul li a:hover {
    background: #f0f9ff;
    color: #00b4d8;
}

.dropdown-grid {
    display: flex;
    padding: 28px;
    gap: 32px;
    flex: 1;
}

.dropdown-col h4 {
    color: #1e293b;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #00b4d8;
    display: inline-block;
}

.dropdown-col ul {
    list-style: none;
}

.dropdown-col ul li {
    margin-bottom: 10px;
}

.dropdown-col ul li a {
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s;
    display: block;
    padding: 4px 0;
}

.dropdown-col ul li a:hover {
    color: #00b4d8;
    transform: translateX(5px);
}

.dropdown-featured {
    background: linear-gradient(135deg, #0a2b3e, #0d3b4f);
    border-radius: 0 20px 20px 0;
    padding: 28px;
    min-width: 160px;
    display: flex;
    align-items: center;
}

.featured-card {
    text-align: center;
    color: white;
}

.featured-card i {
    font-size: 36px;
    color: #00b4d8;
    margin-bottom: 10px;
    display: block;
}

.featured-card strong {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.featured-card span {
    font-size: 11px;
    opacity: 0.8;
}

/* ========== SAĞ ALAN ========== */
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.lang-selector {
    display: flex;
    gap: 6px;
    background: #f1f5f9;
    border-radius: 40px;
    padding: 4px;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    padding: 6px 14px;
    border-radius: 40px;
    cursor: pointer;
    color: #64748b;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s;
}

.lang-btn img {
    width: 18px;
    height: 12px;
    border-radius: 2px;
}

.lang-btn.active {
    background: #00b4d8;
    color: white;
}

/* ========== HAMBURGER BUTONU ========== */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #f1f5f9;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.hamburger span {
    width: 24px;
    height: 3px;
    background: #1e293b;
    border-radius: 2px;
    transition: all 0.3s;
}

.hamburger:hover {
    background: #00b4d8;
}

.hamburger:hover span {
    background: white;
}

/* ========== TABLET (1024px) - LOGO AYNI ========== */
@media (max-width: 1024px) {
    .desktop-nav {
        display: none;
    }
    .hamburger {
        display: flex;
    }
    .header-container {
        height: 130px;
        padding: 0 20px;
    }
    .logo-img {
        height: 110px;
        max-width: 380px;
    }
    .logo-icon {
        width: 95px;
        height: 95px;
    }
    .logo-icon i {
        font-size: 48px;
    }
    .logo-brand {
        font-size: 38px;
    }
    .logo-slogan {
        font-size: 13px;
    }
    .hamburger {
        width: 44px;
        height: 44px;
    }
    .hamburger span {
        width: 22px;
        height: 2.5px;
    }
    .header-actions {
        gap: 10px;
    }
}

/* ========== MOBİL (768px) - LOGO HİZALI ========== */
@media (max-width: 768px) {
    .header-container {
        height: 120px;
        padding: 0 15px;
    }
    .logo-img {
        height: 95px;
        max-width: 320px;
    }
    .logo-icon {
        width: 85px;
        height: 85px;
        border-radius: 20px;
    }
    .logo-icon i {
        font-size: 42px;
    }
    .logo-brand {
        font-size: 32px;
    }
    .logo-slogan {
        font-size: 12px;
    }
    .lang-selector span {
        display: none;
    }
    .lang-btn {
        padding: 5px 10px;
    }
    .hamburger {
        width: 42px;
        height: 42px;
    }
    .hamburger span {
        width: 20px;
        height: 2.5px;
    }
    .header-actions {
        gap: 8px;
    }
}

/* ========== KÜÇÜK MOBİL (576px) ========== */
@media (max-width: 576px) {
    .header-container {
        height: 110px;
        padding: 0 12px;
    }
    .logo-img {
        height: 85px;
        max-width: 270px;
    }
    .logo-icon {
        width: 75px;
        height: 75px;
        border-radius: 18px;
    }
    .logo-icon i {
        font-size: 36px;
    }
    .logo-brand {
        font-size: 28px;
    }
    .logo-slogan {
        font-size: 11px;
    }
    .lang-btn {
        padding: 4px 8px;
    }
    .hamburger {
        width: 38px;
        height: 38px;
    }
    .hamburger span {
        width: 18px;
        height: 2px;
    }
    .header-actions {
        gap: 6px;
    }
}

/* ========== ÇOK KÜÇÜK (480px) ========== */
@media (max-width: 480px) {
    .header-container {
        height: 100px;
        padding: 0 10px;
    }
    .logo-img {
        height: 75px;
        max-width: 240px;
    }
    .logo-icon {
        width: 65px;
        height: 65px;
        border-radius: 16px;
    }
    .logo-icon i {
        font-size: 30px;
    }
    .logo-brand {
        font-size: 24px;
    }
    .logo-slogan {
        display: none;
    }
    .hamburger {
        width: 36px;
        height: 36px;
    }
    .hamburger span {
        width: 16px;
        height: 2px;
    }
    .header-actions {
        gap: 5px;
    }
}

/* ========== HERO ========== */
.hero {
    min-height: calc(100vh - 80px);
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
}

.hero-content h1 {
    font-size: 48px;
    color: #0a2b3e;
    margin-bottom: 20px;
}

.hero-content h1 span {
    color: #00b4d8;
}

.hero-content p {
    font-size: 18px;
    color: #475569;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-primary, .btn-secondary {
    padding: 12px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary {
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 180, 216, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #00b4d8;
    border: 2px solid #00b4d8;
}

.btn-secondary:hover {
    background: rgba(0, 180, 216, 0.1);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
    }
    .hero-content p {
        font-size: 14px;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}

/* ========== MOBİL MENÜ ========== */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 380px;
    height: 100vh;
    background: white;
    z-index: 2000;
    transition: right 0.35s ease;
    overflow-y: auto;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu-inner {
    padding: 24px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef2f6;
    margin-bottom: 20px;
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #00b4d8;
}

.mobile-logo i {
    font-size: 28px;
}

.mobile-logo div div {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
}

.mobile-logo small {
    font-size: 9px;
    color: #64748b;
}

.mobile-close {
    background: #f1f5f9;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: #64748b;
    font-size: 18px;
    transition: all 0.3s;
}

.mobile-close:hover {
    background: #00b4d8;
    color: white;
    transform: rotate(90deg);
}

.mobile-nav-list {
    list-style: none;
    flex: 1;
}

.mobile-nav-list > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    color: #1e293b;
    text-decoration: none;
    border-bottom: 1px solid #eef2f6;
    font-weight: 500;
}

.has-sub {
    border-bottom: 1px solid #eef2f6;
}

.mobile-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    cursor: pointer;
    color: #1e293b;
    font-weight: 500;
}

.mobile-link span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.plus-icon {
    font-size: 18px;
    font-weight: 400;
    transition: transform 0.3s;
    color: #94a3b8;
}

.has-sub.open > .mobile-link .plus-icon {
    transform: rotate(45deg);
}

.mobile-sub {
    display: none;
    list-style: none;
    padding-left: 28px;
    margin-bottom: 8px;
}

.has-sub.open > .mobile-sub {
    display: block;
}

.mobile-sub li a {
    display: block;
    padding: 10px 0;
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
}

.has-sub-child {
    list-style: none;
}

.mobile-link-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    color: #64748b;
    font-size: 13px;
}

.mobile-link-child span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-sub-child {
    display: none;
    list-style: none;
    padding-left: 24px;
    margin-bottom: 8px;
}

.has-sub-child.open .mobile-sub-child {
    display: block;
}

.mobile-sub-child li a {
    padding: 8px 0;
    font-size: 12px;
    color: #94a3b8;
}

.mobile-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef2f6;
}

.mobile-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.mobile-lang-selector {
    display: flex;
    gap: 8px;
    background: #f1f5f9;
    border-radius: 40px;
    padding: 4px;
}

.mobile-lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    padding: 6px 14px;
    border-radius: 40px;
    cursor: pointer;
    color: #64748b;
    font-weight: 600;
    font-size: 12px;
}

.mobile-lang-btn img {
    width: 18px;
    height: 12px;
}

.mobile-lang-btn.active {
    background: #00b4d8;
    color: white;
}

.mobile-quote-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    padding: 8px 18px;
    border-radius: 40px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

.mobile-quote-btn:hover {
    transform: translateY(-2px);
}

.mobile-social {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.mobile-social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s;
    color: white;
}

.social-instagram { background: radial-gradient(circle at 30% 110%, #ffdb70, #ff8a00, #c32aa3, #4c68d7); }
.social-facebook { background: #1877f2; }
.social-linkedin { background: #0a66c2; }
.social-youtube { background: #ff0000; }
.social-twitter { background: #000000; }

.mobile-social a:hover {
    transform: translateY(-4px);
    filter: brightness(1.1);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1500;
    display: none;
}

.overlay.active {
    display: block;
}

/* ========== MODAL ========== */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 480px;
    max-height: 85vh;
    overflow-y: auto;
    transform: translateY(-30px);
    transition: all 0.3s;
}

.modal.active .modal-content {
    transform: translateY(0);
}

.modal-header {
    background: linear-gradient(135deg, #0a2b3e, #0d3b4f);
    color: white;
    padding: 18px 22px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}

.modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    color: white;
}

.modal-body {
    padding: 22px;
}

.modal-body input,
.modal-body select,
.modal-body textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.dropdown-col a.dropdown-col-title {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

/* ========== TOP BAR - MOBİL VE MASAÜSTÜ UYUMLU ========== */
.top-bar {
    background: linear-gradient(135deg, #0a2b3e, #0d3b4f);
    color: #BBDEFB;
    font-size: 13px;
    position: relative;
    z-index: 1001;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* ========== SOSYAL MEDYA İKONLARI ========== */
.top-bar-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.top-social-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 500;
    color: white;
}

/* Sosyal medya renkleri */
.top-social-icon.social-instagram { background: radial-gradient(circle at 30% 110%, #ffdb70, #ff8a00, #c32aa3, #4c68d7); }
.top-social-icon.social-facebook { background: #1877f2; }
.top-social-icon.social-linkedin { background: #0a66c2; }
.top-social-icon.social-youtube { background: #ff0000; }
.top-social-icon.social-twitter { background: #000000; }

.top-social-icon i {
    font-size: 14px;
}

.top-social-icon .social-label {
    font-size: 12px;
    font-weight: 500;
}

.top-social-icon:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* ========== İLETİŞİM BİLGİLERİ ========== */
.top-bar-contact {
    display: flex;
    gap: 25px;
    align-items: center;
}

.top-bar-contact a {
    color: #BBDEFB;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    padding: 6px 0;
}

.top-bar-contact a:hover {
    color: white;
    transform: translateY(-2px);
}

.top-bar-contact i {
    font-size: 14px;
    color: #00b4d8;
}

/* ========== MOBİL GÖRÜNÜM (768px) - YAZILAR KÜÇÜLÜR AMA KALIR ========== */
@media (max-width: 768px) {
    .top-bar-container {
        padding: 8px 15px;
        flex-direction: column;
        gap: 8px;
    }
    
    /* Sosyal medya - yazılar küçülür ama kalır */
    .top-bar-social {
        gap: 6px;
        justify-content: center;
    }
    
    .top-social-icon {
        padding: 5px 10px;
    }
    
    .top-social-icon .social-label {
        display: inline-block; /* Yazılar GÖRÜNSÜN */
        font-size: 10px;
    }
    
    .top-social-icon i {
        font-size: 12px;
    }
    
    /* İletişim - daha kompakt */
    .top-bar-contact {
        gap: 15px;
        justify-content: center;
    }
    
    .top-bar-contact a {
        font-size: 11px;
        gap: 5px;
    }
    
    .top-bar-contact i {
        font-size: 12px;
    }
}

/* ========== KÜÇÜK MOBİL (480px) - YAZILAR GİZLENİR, SADECE İKON KALIR ========== */
@media (max-width: 480px) {
    .top-bar-container {
        padding: 6px 10px;
    }
    
    .top-bar-social {
        gap: 4px;
    }
    
    .top-social-icon {
        padding: 5px 8px;
    }
    
    /* SADECE 480px ALTINDA yazılar gizlensin */
    .top-social-icon .social-label {
        display: none;
    }
    
    .top-social-icon i {
        font-size: 12px;
    }
    
    .top-bar-contact a span {
        display: none;
    }
    
    .top-bar-contact a {
        font-size: 11px;
        gap: 5px;
    }
    
    .top-bar-contact i {
        font-size: 12px;
    }
}

/* ========== TABLET (992px) ========== */
@media (max-width: 992px) and (min-width: 769px) {
    .top-bar-container {
        padding: 8px 20px;
    }
    
    .top-social-icon {
        padding: 5px 10px;
    }
    
    .top-social-icon .social-label {
        font-size: 11px;
    }
    
    .top-social-icon i {
        font-size: 12px;
    }
    
    .top-bar-contact a {
        font-size: 12px;
    }
}

/* ========== ÇOK KÜÇÜK EKRANLAR (360px) ========== */
@media (max-width: 360px) {
    .top-social-icon {
        padding: 4px 6px;
    }
    
    .top-social-icon i {
        font-size: 11px;
    }
    
    .top-bar-contact {
        gap: 10px;
    }
    
    .top-bar-contact i {
        font-size: 10px;
    }
}
/* Twitter/X - Siyah arka plan, açık gri ikon */
.top-social-icon.social-twitter { 
    background: #000000;
}

.top-social-icon.social-twitter i {
    color: #ffffff;
}

/* Veya mavi tema isterseniz: */
/*
.top-social-icon.social-twitter { 
    background: #1DA1F2;
}
*/

/* ========== MASAÜSTÜ MENU HOVER EFEKTLERİ ========== */

/* Ana menü linkleri - hover efekti */
.nav-list > li > a {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.nav-list > li > a:hover {
    background: #e6f0ff;
    color: #00b4d8;
    transform: translateY(-2px);
}

.nav-list > li > a:hover i {
    color: #00b4d8;
    transform: scale(1.1);
}

/* Altı çizgi efekti (isteğe bağlı) */
.nav-list > li > a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #00b4d8;
    transition: width 0.3s ease;
}

.nav-list > li > a:hover::after {
    width: 70%;
}

/* ========== DROPDOWN MENU HOVER EFEKTLERİ ========== */

/* Dropdown tetikleyici */
.dropdown > a {
    position: relative;
}

.dropdown > a:hover i {
    transform: rotate(180deg);
}

/* Dropdown menü açılma efekti */
.dropdown-menu {
    transition: all 0.3s ease;
    transform-origin: top center;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateY(0);
}

/* Dropdown içindeki link hover efektleri */
.dropdown-col ul li a {
    position: relative;
    transition: all 0.3s ease;
}

.dropdown-col ul li a:hover {
    color: #00b4d8;
    transform: translateX(8px);
    padding-left: 8px;
}

.dropdown-col ul li a:hover i {
    transform: scale(1.15);
    color: #00b4d8;
}

/* Dropdown ana kategori başlığı hover efekti */
.dropdown-col a.dropdown-col-title h4 {
    transition: all 0.3s ease;
}

.dropdown-col a.dropdown-col-title:hover h4 {
    color: #00b4d8;
    transform: translateX(5px);
}

.dropdown-col a.dropdown-col-title:hover h4 i {
    transform: scale(1.1);
}

/* ========== KURUMSAL DROPDOWN HOVER EFEKTİ ========== */
.dropdown-menu.dropdown-small ul li a {
    transition: all 0.3s ease;
}

.dropdown-menu.dropdown-small ul li a:hover {
    background: #e6f0ff;
    color: #00b4d8;
    transform: translateX(5px);
    padding-left: 20px;
}

.dropdown-menu.dropdown-small ul li a:hover i {
    transform: translateX(3px);
}

/* ========== FEATURED CARD HOVER EFEKTİ ========== */
.featured-card {
    transition: all 0.3s ease;
}

.featured-card:hover {
    transform: translateY(-5px);
}

.featured-card i {
    transition: all 0.3s ease;
}

.featured-card:hover i {
    transform: scale(1.1);
    color: #ffc107;
}

/* ========== BUTON HOVER EFEKTLERİ ========== */
.btn-primary, .btn-secondary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 180, 216, 0.4);
}

.btn-secondary:hover {
    transform: translateY(-3px);
    background: rgba(0, 180, 216, 0.1);
}

/* ========== DİL BUTONU HOVER EFEKTİ ========== */
.lang-btn {
    transition: all 0.3s ease;
}

.lang-btn:hover:not(.active) {
    background: rgba(0, 180, 216, 0.1);
    transform: translateY(-2px);
}

/* ========== SOSYAL MEDYA HOVER EFEKTLERİ ========== */
.top-social-icon {
    transition: all 0.3s ease;
}

.top-social-icon:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ========== HAMBURGER BUTON HOVER ========== */
.hamburger {
    transition: all 0.3s ease;
}

.hamburger:hover {
    background: #00b4d8;
    transform: scale(1.05);
}

.hamburger:hover span {
    background: white;
}


/* ========== DROPDOWN KAYBOLMA SORUNU ÇÖZÜMÜ ========== */

/* Dropdown menü ile tetikleyici arasındaki boşluğu kapat */
.dropdown {
    position: relative;
}

.dropdown-menu {
    top: calc(100% - 3px) !important;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
}

/* Menüden çıkışta kaybolmasın diye */
.dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
}

/* Alt menü linkleri hover efekti */
.dropdown-col ul li a {
    transition: all 0.2s ease !important;
    display: block !important;
}

.dropdown-col ul li a:hover {
    color: #00b4d8 !important;
    transform: translateX(5px) !important;
}

.dropdown-col ul li a:hover i {
    color: #00b4d8 !important;
}

/* Kurumsal alt menü hover */
.dropdown-menu.dropdown-small ul li a {
    transition: all 0.2s ease !important;
}

.dropdown-menu.dropdown-small ul li a:hover {
    background: #e6f0ff !important;
    color: #00b4d8 !important;
    transform: translateX(5px) !important;
}

/* Mobilde etkilemesin */
@media (max-width: 1024px) {
    .dropdown-menu {
        display: none !important;
    }
}

/* ========== MOBİLDE LOGO TAM SOLA YASLI + DİKEY ORTALI ========== */
@media (max-width: 768px) {
    .header-container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    
    .logo {
        margin-left: 0 !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
    
    .logo-img {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        vertical-align: middle !important;
    }
}

/* Küçük mobil */
@media (max-width: 576px) {
    .logo {
        margin-left: 0 !important;
        margin-right: auto !important;
        align-items: center !important;
    }
}

/* Çok küçük mobil */
@media (max-width: 480px) {
    .logo {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

/* ========== MASAÜSTÜNDE DE LOGO DİKEY ORTALI ========== */
@media (min-width: 769px) {
    .header-container {
        display: flex !important;
        align-items: center !important;
    }
    
    .logo {
        display: flex !important;
        align-items: center !important;
    }
    
    .logo-img {
        vertical-align: middle !important;
    }
}
/* ==================================================== */
/* LOGO - BÜYÜK VE SOLA YASLI (Tüm cihazlar için) */
/* ==================================================== */

.logo {
    margin-left: 0 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.logo-img {
    margin-left: 0 !important;
    margin-right: auto !important;
}



/* Logo resmi - BÜYÜK */
.logo-img {
    width: auto !important;
    height: 225 !important;
    max-width: 270px !important;
    min-width: 90px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Mobilde biraz küçült ama yine büyük kalsın */
@media (max-width: 768px) {
    .logo-img {
        max-width: 247px !important;
        min-width: 160px !important;
    }
}

/* Küçük mobil */
@media (max-width: 576px) {
    .logo-img {
        max-width: 180px !important;
        min-width: 150px !important;
    }
}



/* Çok küçük mobil */
@media (max-width: 480px) {
    .logo-img {
        max-width: 180px !important;
        min-width: 140px !important;
    }
}

/* Header düzeni - logo için alan aç */
.header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
/* ==================================================== */
/* MASAÜSTÜNDE LOGO DİKEYDE TAM ORTALI */
/* ==================================================== */

/* Header yüksekliğini sabitle ve ortala */
.header-container {
    display: flex !important;
    align-items: center !important;
    height: 140px !important;
}

/* Logo container - dikey ortalama */
.logo {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* Logo resmi - dikey ortalama */
.logo-img {
    display: block !important;
    vertical-align: middle !important;
    margin: auto 0 !important;
}

/* ==================================================== */
/* ⚓ KESİN ÇÖZÜM - LOGO BÜYÜK VE SOLA YASLI (Kaptan Özel) */
/* ==================================================== */

/* Header düzeni - sabit */
.header-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 160px !important;
    gap: 20px !important;
}

/* LOGO - TAM SOLA YASLI ve BÜYÜK */
.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    margin-right: auto !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    flex: 0 0 auto !important;
    text-align: left !important;
}

/* LOGO RESMİ - BÜYÜK BOYUT */
.logo-img {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: 340px !important;
    min-width: 180px !important;
    object-fit: contain !important;
}

/* ========== MASAÜSTÜ (1200px+) ========== */
@media (min-width: 1200px) {
    .logo-img {
        max-width: 380px !important;
        min-width: 220px !important;
    }
}

/* ========== TABLET (768px - 1199px) ========== */
@media (min-width: 768px) and (max-width: 1199px) {
    .logo-img {
        max-width: 280px !important;
        min-width: 180px !important;
    }
}

/* ========== MOBİL (max 767px) ========== */
@media (max-width: 767px) {
    .header-container {
        height: 130px !important;
        padding: 0 15px !important;
    }
    
    .logo-img {
        max-width: 220px !important;
        min-width: 150px !important;
    }
}

/* ========== KÜÇÜK MOBİL (max 576px) ========== */
@media (max-width: 576px) {
    .header-container {
        height: 110px !important;
        padding: 0 12px !important;
    }
    
    .logo-img {
        max-width: 190px !important;
        min-width: 140px !important;
    }
}

/* ========== ÇOK KÜÇÜK MOBİL (max 480px) ========== */
@media (max-width: 480px) {
    .header-container {
        height: 100px !important;
        padding: 0 10px !important;
    }
    
    .logo-img {
        max-width: 165px !important;
        min-width: 120px !important;
    }
}

/* ========== DİKEY HİZALAMA (Tüm cihazlar) ========== */
.header-container,
.logo,
.logo-img {
    vertical-align: middle !important;
}

/* SAĞ TARAF ELEMANLARI KAYMASIN */
.header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
    margin-left: 0 !important;
}

/* Hamburger butonu görünürlük */
.hamburger {
    flex-shrink: 0 !important;
}
/* ==================================================== */
/* ⚓ LOGO - TAM SOLA KENARA YAPIŞMIŞ (Tüm Mobil Cihazlar) */
/* ==================================================== */

/* Tüm mobil cihazlarda logo tam sola yapışsın */
@media (max-width: 768px) {
    .header-container {
        padding: 0 0 0 0 !important;  /* Soldaki boşluğu tamamen sıfırla */
        margin: 0 !important;
    }
    
    .logo {
        margin-left: 0 !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .logo-img {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Küçük mobil (max 576px) - tam kökende */
@media (max-width: 576px) {
    .header-container {
        padding: 0 0 0 0 !important;
    }
    
    .logo {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    .logo-img {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}

/* Çok küçük mobil (max 480px) - tam kökende */
@media (max-width: 480px) {
    .header-container {
        padding: 0 0 0 0 !important;
    }
    
    .logo {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    .logo-img {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}

/* Masaüstünde de sol kenara yapıştırmak istersen (isteğe bağlı) */
@media (min-width: 769px) {
    .header-container {
        padding-left: 0 !important;
    }
    
    .logo {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    .logo-img {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}
/* ==================================================== */
/* 🍔 HAMBURGER - SADECE MOBİLDE GÖRÜNÜR, HAFİF İÇERİDE */
/* ==================================================== */

/* Header container - genel düzen */
.header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Logo - solda */
.logo {
    margin-left: 0 !important;
    margin-right: auto !important;

}

/* Sağ alan - sağ kenara yakın ama 5px içeride */
.header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
    margin-right: 5px !important;  /* SADECE 5px içeride - neredeyse kenarda */
}

/* Hamburger butonu - MASAÜSTÜNDE GİZLİ */
.hamburger {
    display: none !important;
}

/* ========== TABLET ve MOBİL (max 1024px) ========== */
@media (max-width: 1024px) {
    .hamburger {
        display: flex !important;
        flex-shrink: 0 !important;
    }
}

/* ========== MOBİL (max 768px) ========== */
@media (max-width: 768px) {
    .header-actions {
        margin-right: 10px !important;  /* 5px içeride - kenara çok yakın */
        gap: 8px !important;
    }
    
    .hamburger {
        display: flex !important;
    }
}

/* ========== KÜÇÜK MOBİL (max 576px) ========== */
@media (max-width: 576px) {
    .header-actions {
        margin-right: 13px !important;
        gap: 6px !important;
    }
}

/* ========== ÇOK KÜÇÜK MOBİL (max 480px) ========== */
@media (max-width: 480px) {
    .header-actions {
        margin-right: 8px !important;
        gap: 5px !important;
    }
}
/* ==================================================== */
/* 📐 LOGO - DİKEYDE TAM ORTALI (Hafif düzeltme) */
/* ==================================================== */

/* Logo container - dikey ortalama */
.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;

}

/* Logo resmi - tam ortalı */
.logo-img {
    display: block !important;
    margin: 0 auto !important;
    vertical-align: middle !important;
}

/* Header container - dikey hizalama */
.header-container {
    display: flex !important;
    align-items: center !important;
}

/* Masaüstü için (küçük bir düzeltme) */
@media (min-width: 1024px) {
    .logo {
        transform: translateY(0) !important;
        top: 0 !important;
        position: relative !important;
    }
}

/* Mobil için (küçük bir düzeltme) */
@media (max-width: 768px) {
    .logo {
        transform: translateY(0) !important;
    }
}
/* ==================================================== */
/* 📱 MOBİLDE LOGO - DAHA BÜYÜK (Diğerleri aynı) */
/* ==================================================== */

/* Mobil (max 768px) */
@media (max-width: 768px) {
    .logo-img {
        max-width: 260px !important;  /* Eskisi 220px idi, şimdi 260px */
        min-width: 200px !important;
        width: auto !important;
        height: auto !important;
    }
    
    /* Header yüksekliğini değiştirme - sabit kalsın */
    .header-container {
        height: 130px !important;  /* Aynı yükseklik, kayma yok */
    }
}

/* Küçük mobil (max 576px) */
@media (max-width: 576px) {
    .logo-img {
        max-width: 230px !important;  /* Eskisi 190px idi, şimdi 230px */
        min-width: 180px !important;
    }
}

/* Çok küçük mobil (max 480px) */
@media (max-width: 480px) {
    .logo-img {
        max-width: 200px !important;  /* Eskisi 165px idi, şimdi 200px */
        min-width: 160px !important;
    }
}
/* ==================================================== */
/* 📱 SADECE MOBİLDE LOGO SOLA (Masaüstü etkilenmez) */
/* ==================================================== */

@media (max-width: 768px) {
    .logo {
        margin-left: 0 !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }
    
    .logo-img {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}
/* ==================================================== */
/* 📱 MOBİLDE LOGO - BİRAZ DAHA SOLA ZORLA (Sadece mobil) */
/* ==================================================== */

@media (max-width: 768px) {
    .header-container { 
        padding-left: 0 !important; 
        margin-left: 0 !important;
    }
    
    .logo { 
        margin-left: -3px !important;  /* -2 veya -3 px daha sola zorla */
        padding-left: 0 !important; 
        position: relative !important;
        left: 0 !important;
        right: auto !important;
    }
    
    .logo-img { 
        margin-left: 0 !important; 
        padding-left: 0 !important;
        transform: translateX(-2px) !important;  /* 2px sola kaydır */
    }
}

/* Küçük mobil - ekstra garanti */
@media (max-width: 576px) {
    .logo {
        margin-left: -4px !important;
    }
    .logo-img {
        transform: translateX(-3px) !important;
    }
}

/* Masaüstü - kesinlikle dokunma */
@media (min-width: 769px) {
    .logo {
        margin-left: 0 !important;
        transform: none !important;
    }
    .logo-img {
        transform: none !important;
    }
}

/* ==================================================== */
/* 🎯 LOGO - HAFİF SOLA ZORLA (Diğerleri sabit) */
/* ==================================================== */

/* Sadece logoyu sola çek, diğerlerine dokunma */
.logo {
    margin-left: -5px !important;  /* Negatif değer sola çeker */
    padding-left: 0 !important;
}

/* Logo resmi de aynı oranda sola */
.logo-img {
    margin-left: -7px !important;
}

/* Header container ve diğer elemanlar KESİNLİKLE değişmesin */
.header-container {
    justify-content: space-between !important;
}

.header-actions {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.hamburger {
    margin: 0 !important;
    right: auto !important;
}

/* Masaüstü menü - bozulmasın */
.desktop-nav {
    margin: 0 !important;
    padding: 0 !important;
}

/* ==================================================== */
/* 🍔 SADECE MOBİL - HAMBURGER SAĞA YAPIŞMASIN (Hafif içeride) */
/* ==================================================== */

@media (max-width: 768px) {
    /* Hamburger container - sağ kenardan 8px içeride */
    .header-actions {
        margin-right: 10px !important;
    }
    
    /* Hamburger butonun kendisi - konumu koru */
    .hamburger {
        margin-right: 0 !important;
        position: relative !important;
        right: 0 !important;
    }
}

/* Küçük mobil (max 576px) */
@media (max-width: 576px) {
    .header-actions {
        margin-right: 8px !important;
    }
}

/* Çok küçük mobil (max 480px) */
@media (max-width: 480px) {
    .header-actions {
        margin-right: 6px !important;
    }
}
/* ==================================================== */
/* 📱 MOBİL MENU - ANA KATEGORİLERE LİNK EKLENDİ (MEVCUT JS İLE UYUMLU) */
/* ==================================================== */

/* Mobil link wrapper - link ve artı butonu yan yana */
.mobile-link, .mobile-link-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eef2f6;
    cursor: pointer;
}

.mobile-link a, .mobile-link-child a {
    flex: 1;
    text-decoration: none;
    color: #1e293b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-link-child a {
    color: #64748b;
    font-size: 13px;
}

.mobile-link .plus-icon, .mobile-link-child .plus-icon {
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
    color: #94a3b8;
    transition: transform 0.3s;
}

/* Açılır durumda artı ikonu dönüşümü */
.has-sub.open > .mobile-link .plus-icon i,
.has-sub-child.open > .mobile-link-child .plus-icon i {
    transform: rotate(45deg);
}

/* Alt menüler */
.mobile-sub, .mobile-sub-child {
    display: none;
    list-style: none;
    padding-left: 28px;
}

.has-sub.open > .mobile-sub,
.has-sub-child.open > .mobile-sub-child {
    display: block;
}

/* Normal linkler */
.mobile-nav-list > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    color: #1e293b;
    text-decoration: none;
    border-bottom: 1px solid #eef2f6;
    font-weight: 500;
}
/* ==================================================== */
/* 🖥️ DROPDOWN - TAM ALTINDA ORTALANMIŞ */
/* ==================================================== */

/* Dropdown container */
.dropdown {
    position: relative;
}

/* Dropdown menü - tam altında ortalanmış */
.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    width: 680px;
    display: flex;
}

/* Hover durumunda açılma */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateX(-50%) translateY(0) !important;
}

/* Küçük dropdown (Kurumsal) için özel genişlik */
.dropdown-menu.dropdown-small {
    width: 240px;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* Responsive - büyük ekranlarda */
@media (max-width: 1400px) {
    .dropdown-menu {
        width: 600px;
    }
}

@media (max-width: 1200px) {
    .dropdown-menu {
        width: 550px;
    }
}

@media (max-width: 1024px) {
    .dropdown-menu {
        display: none !important;
    }
}
/* ==================================================== */
/* 📱 MOBİL MENU - ALT KATEGORİLER (ESTETİK ÇİZGİLİ) */
/* ==================================================== */

.mobile-sub, .mobile-sub-child {
    list-style: none;
    padding-left: 35px;
    margin: 0;
    position: relative;
}

/* Her bir alt kategori öğesi */
.mobile-sub li, .mobile-sub-child li {
    border-bottom: 1px solid #eef2f6;
    position: relative;
}

/* Sol tarafta dikey çizgi (hiyerarşi göstergesi) */
.mobile-sub::before, .mobile-sub-child::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, #e2e8f0, #cbd5e1, #e2e8f0);
}

/* Her bir öğenin başına yatay çizgi (bağlantı göstergesi) */
.mobile-sub li::before, .mobile-sub-child li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    width: 15px;
    height: 1px;
    background: #cbd5e1;
}

.mobile-sub li a, .mobile-sub-child li a {
    display: block;
    padding: 12px 0 12px 35px;
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.mobile-sub li a:hover, .mobile-sub-child li a:hover {
    color: #00b4d8;
    padding-left: 40px;
}

/* İkonlar için düzenleme */
.mobile-sub li a i, .mobile-sub-child li a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
/* Dropdown menü iyileştirmeleri */
.dropdown-menu {
    border-radius: 20px;
    box-shadow: 0 20px 35px -10px rgba(0,0,0,0.15);
}

.dropdown-col ul li a {
    transition: all 0.3s ease;
    padding: 5px 0;
}

.dropdown-col ul li a:hover {
    transform: translateX(5px);
    color: #00b4d8;
}

.dropdown-col ul li a:hover i {
    transform: scale(1.1);
}

.dropdown-featured {
    background: linear-gradient(135deg, #0a2b3e 0%, #0d3b4f 100%);
}

.featured-card i {
    animation: none;
}
/* ==================================================== */
/* ✨ MASAÜSTÜ DROPDOWN - ESTETİK DOKUNUŞLAR (DAĞILMA YOK) */
/* ==================================================== */

/* Dropdown menü - hafif gölge ve border */
.dropdown-menu {
    border-radius: 20px;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 180, 216, 0.08);
}

/* Yukarı ok üçgeni - şık */
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 3px 0 0 0;
    border-top: 1px solid rgba(0, 180, 216, 0.1);
    border-left: 1px solid rgba(0, 180, 216, 0.1);
}

/* Kolon başlıkları - hafif alt çizgi */
.dropdown-col h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #00b4d8;
    display: inline-block;
    position: relative;
}

.dropdown-col h4 i {
    margin-right: 6px;
    font-size: 14px;
}

/* Alt kategori linkleri - zarif hover */
.dropdown-col ul li a {
    padding: 6px 0;
    font-size: 13px;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-col ul li a i {
    width: 20px;
    font-size: 13px;
    transition: all 0.25s ease;
}

/* Hover efekti - hafif sağa kayma ve renk değişimi */
.dropdown-col ul li a:hover {
    color: #00b4d8;
    transform: translateX(4px);
}

.dropdown-col ul li a:hover i {
    transform: scale(1.05);
    color: #00b4d8;
}

/* Alt kategoriler arasında ince noktalı çizgi */
.dropdown-col ul li:not(:last-child) {
    border-bottom: 1px dashed #eef2f6;
    margin-bottom: 4px;
}

/* Kolonlar arasında hafif dikey çizgi */
.dropdown-col:not(:last-child) {
    position: relative;
}

.dropdown-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #e2e8f0, #e2e8f0, transparent);
}

/* Küçük dropdown (Kurumsal) - özel */
.dropdown-menu.dropdown-small ul li a {
    padding: 10px 16px;
    border-radius: 10px;
    margin: 2px 0;
    transition: all 0.25s ease;
}

.dropdown-menu.dropdown-small ul li a:hover {
    background: #f0f9ff;
    transform: translateX(3px);
}

.dropdown-menu.dropdown-small ul li a i {
    margin-right: 10px;
}

/* Featured kart - hafif gradient */
.dropdown-featured {
    background: linear-gradient(135deg, #0a2b3e 0%, #0d3b4f 100%);
    position: relative;
    overflow: hidden;
}

.dropdown-featured::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(0,180,216,0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* Featured kart hover */
.featured-card {
    transition: all 0.3s ease;
}

.featured-card:hover {
    transform: translateY(-3px);
}

.featured-card i {
    transition: all 0.3s ease;
}

.featured-card:hover i {
    transform: scale(1.05);
    color: #ffc107;
}

/* Ana menü linkleri - aktif durum */
.nav-list > li > a {
    transition: all 0.25s ease;
}

.nav-list > li > a:hover {
    background: #f0f9ff;
    color: #00b4d8;
}

/* ========== RESPONSIVE - DÜZEN BOZULMASIN ========== */
@media (max-width: 1200px) {
    .dropdown-menu {
        width: 700px;
    }
    .dropdown-col:not(:last-child)::after {
        right: -12px;
    }
}

@media (max-width: 1024px) {
    .dropdown-menu {
        display: none !important;
    }
}
/* ==================================================== */
/* 🔧 DROPDOWN MENU - KESİN ÇÖZÜM (YENİ KATEGORİLER GÖRÜNSÜN) */
/* ==================================================== */

/* Dropdown menü - tüm kısıtlamaları kaldır */
.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 35px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    width: auto !important;
    min-width: 700px !important;
    max-width: 90vw !important;
    display: block !important;
}

.dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Grid yapısı - esnek */
.dropdown-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 25px 35px !important;
    padding: 28px 32px !important;
}

/* Kolonlar */
.dropdown-col {
    min-width: 0 !important;
}

/* Dikey çizgi kaldır */
.dropdown-col:not(:last-child)::after {
    display: none !important;
}

/* Küçük dropdown (Kurumsal) */
.dropdown-menu.dropdown-small {
    width: 260px !important;
    min-width: auto !important;
}

.dropdown-menu.dropdown-small .dropdown-grid {
    display: block !important;
    padding: 12px 8px !important;
}

.dropdown-menu.dropdown-small ul li a {
    padding: 10px 16px !important;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 1200px) {
    .dropdown-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
        gap: 20px 25px !important;
        padding: 22px 25px !important;
    }
}

@media (max-width: 1024px) {
    .dropdown-menu {
        display: none !important;
    }
}

/* ============================================ */
/* LOGO - MOBİL VE TABLET (MAKSİMUM BÜYÜK) */
/* ============================================ */

/* Varsayılan (Masaüstü) */
.logo-img {
    height: 90px !important;
    width: auto !important;
    max-width: 350px !important;
    object-fit: contain !important;
}

/* ============================================ */
/* TABLET (769px - 1024px) - ÇOK BÜYÜK */
/* ============================================ */
@media (max-width: 1024px) and (min-width: 769px) {
    .logo-img {
        height: 115px !important;  /* 120 -> 150 */
        max-width: 500px !important;
    }
}

/* ============================================ */
/* MOBİL (768px altı) - EKRAN DOLDURAN */
/* ============================================ */
@media (max-width: 768px) {
    .logo-img {
        height: 140px !important;  /* 110 -> 140 */
        max-width: 480px !important;
    }
}

/* ============================================ */
/* KÜÇÜK MOBİL (576px altı) */
/* ============================================ */
@media (max-width: 576px) {
    .logo-img {
        height: 130px !important;  /* 100 -> 130 */
        max-width: 420px !important;
    }
}

/* ============================================ */
/* ÇOK KÜÇÜK MOBİL (480px altı) */
/* ============================================ */
@media (max-width: 480px) {
    .logo-img {
        height: 120px !important;  /* 90 -> 120 */
        max-width: 380px !important;
    }
}

/* ============================================ */
/* AŞIRI KÜÇÜK (400px altı) */
/* ============================================ */
@media (max-width: 400px) {
    .logo-img {
        height: 110px !important;
        max-width: 340px !important;
    }
}

/* ============================================ */
/* 📱 LOGO - MOBİL VE TABLET BÜYÜTME */
/* ============================================ */

/* Varsayılan (Masaüstü) */
.logo-img {
    max-width: 280px !important;
    min-width: 160px !important;
    height: auto !important;
    width: auto !important;
}

/* ============================================ */
/* TABLET (769px - 1024px) - BÜYÜK */
/* ============================================ */
@media (max-width: 1024px) and (min-width: 769px) {
    .logo-img {
        max-width: 400px !important;  /* 340 -> 400 */
        min-width: 250px !important;  /* 200 -> 250 */
    }
}

/* ============================================ */
/* MOBİL (768px altı) - ÇOK BÜYÜK */
/* ============================================ */
@media (max-width: 768px) {
    .logo-img {
        max-width: 340px !important;  /* 260 -> 340 */
        min-width: 220px !important;  /* 180 -> 220 */
    }
}

/* ============================================ */
/* KÜÇÜK MOBİL (576px altı) */
/* ============================================ */
@media (max-width: 576px) {
    .logo-img {
        max-width: 300px !important;  /* 230 -> 300 */
        min-width: 200px !important;  /* 160 -> 200 */
    }
}

/* ============================================ */
/* ÇOK KÜÇÜK MOBİL (480px altı) */
/* ============================================ */
@media (max-width: 480px) {
    .logo-img {
        max-width: 260px !important;  /* 200 -> 260 */
        min-width: 180px !important;  /* 140 -> 180 */
    }
}

/* ============================================ */
/* AŞIRI KÜÇÜK (400px altı) */
/* ============================================ */
@media (max-width: 400px) {
    .logo-img {
        max-width: 220px !important;  /* 170 -> 220 */
        min-width: 150px !important;  /* 120 -> 150 */
    }
}

/* ============================================ */
/* 📌 LOGO - SOLA YASLAMA (SINIRLARI ZORLA) */
/* ============================================ */

/* Header container - soldaki boşluğu sıfırla */
.header-container {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* LOGO - SOLA YAPIŞTIR (ZORLA) */
.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    margin-right: auto !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin-left: -8px !important;  /* 8px sola taşır */
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
}

.logo-img {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: -6px !important;  /* 6px daha sola */
    transform: none !important;
}

/* ============================================ */
/* 📱 TABLET - SOLA ZORLA */
/* ============================================ */
@media (max-width: 1024px) and (min-width: 769px) {
    .header-container {
        padding-left: 0 !important;
    }
    
    .logo {
        margin-left: -10px !important;
        padding-left: 0 !important;
    }
    
    .logo-img {
        margin-left: -8px !important;
    }
}

/* ============================================ */
/* 📱 MOBİL - SOLA ZORLA */
/* ============================================ */
@media (max-width: 768px) {
    .header-container {
        padding-left: 0 !important;
    }
    
    .logo {
        margin-left: -10px !important;
        padding-left: 0 !important;
    }
    
    .logo-img {
        margin-left: -8px !important;
    }
}

/* ============================================ */
/* KÜÇÜK MOBİL - SOLA ZORLA */
/* ============================================ */
@media (max-width: 576px) {
    .logo {
        margin-left: -8px !important;
    }
    
    .logo-img {
        margin-left: -6px !important;
    }
}

/* ============================================ */
/* 📌 LOGO - DAHA SOLA + DİKEY ORTADA + SAĞA YAKLAŞMAZ */
/* ============================================ */

/* HEADER - SOLDAN BOŞLUĞU SIFIRLA */
.header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 0 !important;   /* Soldaki boşluğu tamamen sıfırla */
    padding-right: 20px !important;
    margin: 0 !important;
}

/* LOGO - DAHA SOLA ZORLA, DİKEY ORTADA */
.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    margin-right: auto !important;   /* Sağdakileri sağa iter */
    padding: 0 !important;
    padding-left: 0 !important;      /* Soldaki padding'i sıfırla */
    flex: 0 0 auto !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    /* SOLA KAYDIRMA - ZORLA */
    margin-left: -15px !important;   /* 15px sola kaydır */
}

/* LOGO RESMİ - DAHA SOLA */
.logo-img {
    display: block !important;
    margin: auto 0 !important;       /* Dikey ortalama */
    margin-left: -8px !important;    /* 8px daha sola */
    padding: 0 !important;
    vertical-align: middle !important;
    height: auto !important;
    width: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    transform: none !important;
}

/* SAĞ TARAF - SABİT, KAYMAZ */
.header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    margin-left: auto !important;
    padding: 0 !important;
}

/* ============================================ */
/* 📱 TABLET - DAHA SOLA */
/* ============================================ */
@media (max-width: 1024px) and (min-width: 769px) {
    .logo {
        margin-left: -18px !important;  /* Tablette daha sola */
    }
    .logo-img {
        margin-left: -10px !important;
    }
    .header-container {
        padding-left: 0 !important;
    }
}

/* ============================================ */
/* 📱 MOBİL - DAHA SOLA */
/* ============================================ */
@media (max-width: 768px) {
    .logo {
        margin-left: -20px !important;  /* Mobilde daha da sola */
    }
    .logo-img {
        margin-left: -12px !important;
    }
    .header-container {
        padding-left: 0 !important;
    }
}

/* ============================================ */
/* KÜÇÜK MOBİL - DAHA SOLA */
/* ============================================ */
@media (max-width: 576px) {
    .logo {
        margin-left: -18px !important;
    }
    .logo-img {
        margin-left: -10px !important;
    }
}

/* ============================================ */
/* SAĞA KAYMAYI ENGELLEYEN GARANTİLER */
/* ============================================ */
.logo,
.logo-img,
.header-container,
.header-actions {
    box-sizing: border-box !important;
}

.logo {
    left: 0 !important;
    right: auto !important;
    transform: none !important;
}

.logo-img {
    transform: none !important;
}

.header-actions {
    margin-left: auto !important;
    right: 0 !important;
    position: relative !important;
}


