.custom-card-benefit {
    height: 260px !important;
}

.custom-nav-item .active {
    background-color: #392C7D !important;
    color: #fff !important;
}

.custom-nav-item button {
    color: #392C7D !important;
}

.custom-btn-success {
    background-color: #FBD12C !important;
    border-color: #FBD12C !important;
}

/* RESPONSIVE: TABLET (md) */
@media (max-width: 991.98px) {
    .navbar-logo .header-logo img {
        width: 120px !important;
    }

    .main-menu-wrapper .main-nav li a {
        color: var(--gray-900) !important;
    }
}

/* RESPONSIVE: KÜÇÜK TELEFON (sm) */
@media (max-width: 767.98px) {
    .navbar-logo .header-logo img {
        width: 120px !important;
    }

    .main-menu-wrapper .main-nav li a {
        color: var(--gray-900) !important;
    }
}

/* Basit off-canvas (her iki header için) */
@media (max-width:1199.98px) {

    .header-one .main-menu-wrapper,
    .header-two .main-menu-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 320px;
        max-width: 90%;
        background: #fff;
        transform: translateX(100%);
        transition: transform .3s ease;
        z-index: 1050;
        overflow-y: auto;
    }

    .main-wrapper.slide-nav .header-one .main-menu-wrapper,
    .main-wrapper.slide-nav .header-two .main-menu-wrapper,
    body.menu-opened .header-one .main-menu-wrapper,
    body.menu-opened .header-two .main-menu-wrapper {
        transform: translateX(0);
    }

    .sidebar-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        display: none;
        z-index: 1040;
    }

    .sidebar-overlay.opened {
        display: block;
    }

    body.menu-opened {
        overflow: hidden;
    }
}

/* Akademik Destek Sayfası - Spesifik CSS Sınıfları */
/* Tema CSS'leri ile çakışmayı önlemek için yüksek öncelik ve spesifik seçiciler kullanıyoruz */

/* Hero Section Styles - Akademik Destek Sayfası */
.akademik-destek-page .hero-section-academic {
    background: linear-gradient(135deg, #392C7D 0%, #667eea 100%) !important;
    color: var(--white) !important;
    position: relative;
    overflow: hidden;
    padding: 80px 0 !important;
}

.akademik-destek-page .hero-section-academic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(255,255,255,0.1)"><polygon points="0,100 1000,0 1000,100"/></svg>') no-repeat center bottom;
    background-size: cover;
}

.akademik-destek-page .hero-content {
    position: relative;
    z-index: 2;
}

.akademik-destek-page .hero-content h1 {
    font-size: 3.5rem !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    animation: akademikFadeInUp 1s ease-out;
    color: var(--white) !important;
}

.akademik-destek-page .hero-content .lead {
    font-size: 1.25rem !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
    animation: akademikFadeInUp 1s ease-out 0.2s both;
    color: rgba(255, 255, 255, 0.9) !important;
}

.akademik-destek-page .features-list {
    animation: akademikFadeInUp 1s ease-out 0.4s both;
}

.akademik-destek-page .features-list .badge {
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 25px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.akademik-destek-page .features-list .badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

/* Form Container Styles - Akademik Destek Sayfası */
.akademik-destek-page .form-container {
    position: relative;
}

.akademik-destek-page .form-container .card {
    border: none !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    border-radius: 20px !important;
}

.akademik-destek-page .bg-gradient-primary {
    background: linear-gradient(135deg, #392C7D 0%, #667eea 100%) !important;
}




.akademik-destek-page .form-floating label {
    color: var(--gray-500) !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    padding: 1rem 0.75rem !important;
}

.akademik-destek-page .form-floating .form-control:focus~label,
.akademik-destek-page .form-floating .form-control:not(:placeholder-shown)~label {
    color: #392C7D !important;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}


/* Button Styles - Akademik Destek Sayfası */
.akademik-destek-page .btn-submit {
    background: linear-gradient(135deg, #392C7D 0%, #667eea 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0.75rem 2rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    color: var(--white) !important;
}

.akademik-destek-page .btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}



.akademik-destek-page .btn-submit:active {
    transform: translateY(0) !important;
}

/* Feature Cards - Akademik Destek Sayfası */
.akademik-destek-page .feature-card {
    background: var(--white) !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    border: 1px solid var(--gray-200) !important;
}


.akademik-destek-page .feature-icon {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto !important;
    background: linear-gradient(135deg, #392C7D 0%, #667eea 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 2rem !important;
    color: var(--white) !important;
    box-shadow: 0 5px 15px rgba(57, 44, 125, 0.3) !important;
    transition: all 0.3s ease !important;
}

.akademik-destek-page .feature-card:hover .feature-icon {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(57, 44, 125, 0.4) !important;
}

/* Animations - Akademik Destek Sayfası */
@keyframes akademikFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes akademikPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Loading Animation - Akademik Destek Sayfası */
.akademik-destek-page .btn-submit.loading .btn-text {
    opacity: 0 !important;
}

.akademik-destek-page .btn-submit.loading .spinner-border {
    display: inline-block !important;
}

/* Form Validation - Akademik Destek Sayfası */
.akademik-destek-page .was-validated .form-control:valid {
    border-color: #28a745 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='m2.3 6.73.94-.94 1.44 1.44 3.1-3.1.94.94-4.04 4.04z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.akademik-destek-page .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 4.6 1.4 1.4 1.4-1.4'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

/* Responsive Design - Akademik Destek Sayfası */
@media (max-width: 768px) {
    .akademik-destek-page .hero-content h1 {
        font-size: 2.5rem !important;
    }

    .akademik-destek-page .hero-content .lead {
        font-size: 1.1rem !important;
    }

    .akademik-destek-page .features-list .badge {
        font-size: 0.8rem !important;
        padding: 0.4rem 0.8rem !important;
    }

    .akademik-destek-page .feature-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.5rem !important;
    }
}

/* Success Message - Akademik Destek Sayfası */
.akademik-destek-page .success-message {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    color: var(--white) !important;
    padding: 1rem 1.5rem !important;
    border-radius: 10px !important;
    margin-bottom: 1rem !important;
    display: none !important;
    animation: akademikFadeInUp 0.5s ease-out !important;
}

.akademik-destek-page .success-message.show {
    display: block !important;
}

/* Error Message - Akademik Destek Sayfası */
.akademik-destek-page .error-message {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
    color: var(--white) !important;
    padding: 1rem 1.5rem !important;
    border-radius: 10px !important;
    margin-bottom: 1rem !important;
    display: none !important;
    animation: akademikFadeInUp 0.5s ease-out !important;
}

.akademik-destek-page .error-message.show {
    display: block !important;
}

/* Floating Animation - Akademik Destek Sayfası */
@keyframes akademikFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.akademik-destek-page .hero-content h1 i {
    animation: akademikFloat 3s ease-in-out infinite !important;
}

/* Dark Mode Support - Akademik Destek Sayfası */
.dark-mode .akademik-destek-page .hero-section-academic {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
}

.dark-mode .akademik-destek-page .feature-card {
    background: var(--gray-100) !important;
    border-color: var(--gray-300) !important;
}

.dark-mode .akademik-destek-page .form-floating .form-control {
    background: var(--gray-100) !important;
    border-color: var(--gray-300) !important;
    color: var(--dark) !important;
}

/* Mobil Sepet Stilleri */
.mobile-cart-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e9ecef;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999999999999999999999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: none;
}

.mobile-cart-container.show {
    transform: translateY(0);
}

.mobile-cart-content {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.mobile-cart-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-cart-icon {
    width: 40px;
    height: 40px;
    background: #241B4B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.mobile-cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.mobile-cart-text {
    flex: 1;
}

.mobile-cart-title {
    font-weight: 600;
    color: #333;
    margin: 0;
    font-size: 14px;
}

.mobile-cart-subtitle {
    color: #666;
    font-size: 12px;
    margin: 0;
}

.mobile-cart-actions {
    display: flex;
    gap: 10px;
}

.mobile-cart-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.mobile-cart-btn-primary {
    background: #FBD12C;
    color: white;
}

.mobile-cart-btn-primary:hover {
    background: #FBD12C;
    color: white;
}

.mobile-cart-btn-secondary {
    background: #6c757d;
    color: white;
}

.mobile-cart-btn-secondary:hover {
    background: #545b62;
    color: white;
}

/* Sadece mobil cihazlarda göster */
@media (max-width: 991.98px) {
    .mobile-cart-container {
        display: block;
    }
}

/* Desktop'ta gizle */
@media (min-width: 992px) {
    .mobile-cart-container {
        display: none !important;
    }
}

/* Sepet boşken gizle */
.mobile-cart-container.empty {
    display: none !important;
}
  .whatsapp-fab {
    position: fixed;
    left: 18px; /* ✅ solda */
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    z-index: 9999;
    animation: breathe 3.4s ease-in-out infinite;
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .whatsapp-fab svg {
    width: 28px;
    height: 28px;
  }

  .whatsapp-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,.22);
  }

  .whatsapp-fab::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    border: 2px solid rgba(37,211,102,.25);
    animation: ring 3.4s ease-in-out infinite;
  }

  @keyframes breathe {
    0%, 100% { box-shadow: 0 6px 18px rgba(0,0,0,.18); }
    50%      { box-shadow: 0 8px 22px rgba(0,0,0,.24); }
  }

  @keyframes ring {
    0%   { transform: scale(0.95); opacity: .4; }
    50%  { transform: scale(1.05); opacity: .9; }
    100% { transform: scale(0.95); opacity: .4; }
  }
