:root {
    --primary-color: #2563eb; /* Modern Mavi */
    --text-dark: #1f2937;
    --bg-light: #f8fafc;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.12);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);
    --radius: 12px;
    --navy: #0b2154;
    --medical-blue: #2878eb;
    --navy: #0b2154;
    --med-blue: #2878eb;
    --soft-blue: #f0f6ff;
    --hosp-blue: #0b2154;
    --hosp-light-blue: #2878eb;
    --hosp-gray: #f8fbff;
    --primary-blue: #2878eb;
    --dark-navy: #0b2154;
    --soft-bg: #f8fbff;
    --navy: #0b2154;
    --primary-yelow: #03dc8c;
    --navy: #0b2154;
    --primary: #007bff;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-dark);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important; /* Başlıklar için daha tok bir font */
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 1.5rem !important;
    transition: color 0.3s ease !important;
}
/* Masaüstü Boyutları */
h1 {
    font-size: 42px !important;
    letter-spacing: -1px !important;
}

h2 {
    font-size: 32px !important;
}

h3 {
    font-size: 26px !important;
}

h4 {
    font-size: 22px !important;
}

h5 {
    font-size: 18px !important;
}

h6 {
    font-size: 16px !important;
}

.section-title h2 {
    position: relative !important;
    padding-bottom: 15px !important;
}

    .section-title h2::after {
        content: '' !important;
        position: absolute !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 60px !important;
        height: 3px !important;
        background: #2878eb !important; /* Sitenin ana mavi rengi */
        border-radius: 2px !important;
    }
/* Tablet ve Mobil İçin Küçültme */
@media (max-width: 991px) {
    h1 {
        font-size: 34px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }
}

::-webkit-scrollbar {
    width: 8px !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
    background: #2878eb !important; /* Sitenin ana mavisi */
    border-radius: 10px !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #1e5bb8 !important;
    }

/* Glassmorphism Header */
.modern-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

/* Modern Menü Tasarımı */
.modern-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
}

    .modern-menu a {
        font-weight: 500;
        color: var(--text-dark);
        transition: color 0.3s ease;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

        .modern-menu a:hover {
            color: var(--primary-color);
            text-decoration: none;
        }

/* İçerik Kartları İçin Esneklik */
#primary {
    padding: 0px 0;
    min-height: 60vh;
}

/* Modern Footer */
.site-footer {
    background: #111827;
    color: #9ca3af;
    padding: 60px 0 30px;
}

.footer-v7 .widget-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footercopyright {
    border-top: 1px solid #374151;
    padding-top: 20px;
    margin-top: 40px;
    font-size: 13px;
}

/* Preloader Modernizasyonu */
.preloaderBg {
    background: #fff !important;
}

.loader {
    border-radius: 50%;
    border-top: 3px solid var(--primary-color) !important;
}

@media (max-width: 991px) {
    .header-flex {
        padding: 10px 15px;
    }

    .menu-items {
        display: none; /* Mobil menü JS ile açılacak şekilde ayarlı kalsın */
    }

    .site-logo img {
        max-height: 40px;
    }

    .col-md-4, .col-md-8 {
        margin-bottom: 30px;
    }
}

/* Buton ve Input Modernizasyonu */
input, button, .modal-content {
    border-radius: var(--radius) !important;
    border: 1px solid #e2e8f0;
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 10px 25px;
    transition: transform 0.2s;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

.preloader-modern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    transition: opacity 0.5s ease;
}

.loader-content {
    text-align: center;
}

.medical-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}

.pulse-line {
    fill: none;
    stroke: #007bff; /* Hastane Mavisi */
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: pulseAnimation 2s linear infinite;
}

.medical-plus {
    fill: #20c997; /* Sağlık Yeşili/Turkuaz */
    opacity: 0;
    transform-origin: center;
    animation: plusFade 2s ease-in-out infinite;
}

.loader-text {
    font-family: 'Montserrat', sans-serif;
    color: #495057;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.progress-bar-minimal {
    width: 100px;
    height: 2px;
    background: #e9ecef;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

    .progress-bar-minimal::after {
        content: '';
        position: absolute;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, #007bff, transparent);
        animation: progressSlide 1.5s infinite;
    }

/* Animasyon Tanımları */
@keyframes pulseAnimation {
    0% {
        stroke-dashoffset: 400;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -400;
    }
}

@keyframes plusFade {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

@keyframes progressSlide {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Sosyal Medya Konteynırı */
.modern-social-container {
    display: flex;
    align-items: center;
}

.social-modern-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px; /* İkonlar arası boşluk */
    flex-wrap: wrap;
}

/* Her Bir İkonun Tasarımı */
.soc-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.1); /* Hafif şeffaf arka plan */
    color: #fff;
    border-radius: 50%; /* Tam yuvarlak */
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    /* Hover Efektleri - Her platformun kendi rengi */
    .soc-item a:hover {
        transform: translateY(-5px); /* Yukarı zıplama efekti */
        color: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .soc-item a.fa-facebook:hover {
        background-color: #3b5998;
        border-color: #3b5998;
    }

    .soc-item a.fa-instagram:hover {
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        border-color: transparent;
    }

    .soc-item a.fa-twitter:hover {
        background-color: #1da1f2;
        border-color: #1da1f2;
    }

    .soc-item a.fa-linkedin:hover {
        background-color: #0077b5;
        border-color: #0077b5;
    }

    .soc-item a.fa-youtube:hover {
        background-color: #ff0000;
        border-color: #ff0000;
    }

    .soc-item a.fa-whatsapp:hover {
        background-color: #25d366;
        border-color: #25d366;
    }

    .soc-item a.fa-sitemap:hover {
        background-color: #6c757d;
        border-color: #6c757d;
    }

/* Responsive Düzenleme */
@media (max-width: 768px) {
    .modern-social-container {
        justify-content: center; /* Mobilde ortala */
        width: 100%;
        margin-top: 10px;
    }

    .soc-item a {
        width: 38px; /* Mobilde parmakla basmak daha kolay olsun diye hafif büyük */
        height: 38px;
        font-size: 16px;
    }
}

/* Ana Kapsayıcı */
.top-contact-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-contact-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

/* İkon Kutusu - Modern Cam Efekti */
.top-contact-icon-box {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Yazı Alanı Düzeni */
.top-contact-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.top-contact-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.top-contact-value {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

/* Hover Efekti */
.top-contact-item a:hover .top-contact-icon-box {
    background: #ffffff;
    color: #007bff; /* Kurumsal Mavi */
    transform: translateY(-2px);
}

.top-contact-item a:hover .top-contact-value {
    color: rgba(255, 255, 255, 0.8);
}

/* Responsive (Mobil Ayarlar) */
@media (max-width: 768px) {
    .top-contact-wrapper {
        gap: 10px;
        flex-direction: column; /* Mobilde alt alta */
        align-items: flex-start;
    }

    .top-contact-label {
        display: none; /* Mobilde çok kalabalık yapmasın */
    }

    .top-contact-icon-box {
        width: 28px;
        height: 28px;
    }
}

/* Ana Üst Bar Düzeni */
.header-top-inner {
    display: flex;
    justify-content: space-between; /* Birini en sola, diğerini en sağa iter */
    align-items: center;
    padding: 8px 0;
    min-height: 50px;
}

.top-bar {
    /* Hastane Kurumsal Mavisi Gradiyent */
    background: linear-gradient(90deg, #1a56b9 0%, #2878eb 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

    /* Bu seçenek için yazı ve ikon renklerini koyulaştırman gerekir: */
    .top-bar .top-contact-value,
    .top-bar .auth-link,
    .top-bar .top-contact-label {
        color: #fff !important;
    }

    .top-bar .top-contact-icon-box {
        background: #f1f5f9;
        color: #2878eb;
        border: 1px solid #e2e8f0;
    }

/* Sol Blok: Sosyal Medya */
.top-bar-left {
    display: flex;
    align-items: center;
}

/* Sağ Blok: İletişim ve Linkleri yan yana getirir */
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 30px; /* İletişim blokları ile Linkler arasındaki mesafe */
}

/* İletişim ve Link bloklarının iç düzeni */
.top-info-block, .top-links-block {
    display: flex;
    align-items: center;
}

/* Responsive Düzenlemeler */
@media (max-width: 1200px) {
    .top-bar-right {
        gap: 1px; /* Orta boy ekranlarda mesafeyi daralt */
    }
}

@media (max-width: 991px) {
    .header-top-inner {
        gap: 15px;
        padding: 10px 0;
    }

    .top-bar-right {
        width: 100%;
        justify-content: center; /* Mobilde her şeyi ortala */
    }

    .top-bar-left {
        width:75%;
        justify-content: center;
    }
}

/* Header Ana Yapısı */
.medical-header-main {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Menü Tasarımı */
.medical-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 18px;
    align-items: center;
}

    .medical-nav-list li a {
        font-weight: bold;
        font-size: 16px !important;
        text-decoration: none;
        letter-spacing:0px;
        transition: color 0.3s ease !important;
        text-transform: uppercase;
    }

        .medical-nav-list li a:hover {
            color: #fff !important;
            background: #10ccf6
        }

@media (max-width: 1200px) {
    .medical-nav-list li a {
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    .medical-nav-list li a {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .medical-nav-list li a {
        font-size: 13px !important; /* Mobilde yer kazanmak için 14 ideal */
        display: block; /* Tıklama alanı mobilde daha rahat olsun */
        padding: 10px 15px !important;
    }
}


/* Özel İletişim Butonu */
.contact-btn-nav {
    background: #2878eb;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

    .contact-btn-nav:hover {
        background: #1a56b9;
        box-shadow: 0 4px 12px rgba(40, 120, 235, 0.3);
    }

    .contact-btn-nav i {
        padding: 5px 10px 0px 0px !important;
    }
/* Modern Dil Seçici (Language Switcher) */
.lang-dropdown-custom {
    position: relative;
    cursor: pointer;
}

.selected-lang-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

    .selected-lang-trigger img {
        width: 20px;
        border-radius: 2px;
    }

.lang-dropdown-content {
    position: absolute;
    right: 0;
    top: 120%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.lang-dropdown-custom:hover .lang-dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 105%;
}

.lang-list-inner {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.lang-item-wrapper {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s;
}

    .lang-item-wrapper:hover {
        background: #f1f5f9;
    }

    .lang-item-wrapper img {
        width: 18px;
    }

    .lang-item-wrapper a {
        text-decoration: none;
        color: #475569;
        font-size: 13px;
        font-weight: 500;
    }

/* Responsive */
@media (max-width: 991px) {
    .main-menu-area {
        display: none;
    }

    .medical-nav-list {
        padding: 10px 0;
        margin-top: 15%;
    }
}

/* Ana Menü Elemanları */
.medical-nav-list .nav-item {
    position: relative;
    padding: 0px 0;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px !important;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.sub-icon {
    font-size: 10px;
    opacity: 0.6;
}

/* 1. Seviye Dropdown (Açılır Menü) */
.sub-menu-level-1 {
    position: absolute;
    top: 110%;
    left: 0;
    background: #ffffff;
    min-width: 220px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 1px solid #f1f5f9;
}

.nav-item:hover > .sub-menu-level-1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* 2. Seviye (Yana Açılan) Dropdown */
.sub-menu-level-2 {
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    min-width: 220px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.sub-nav-item:hover > .sub-menu-level-2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Linklerin İç Tasarımı */
.sub-menu-level-1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    color: #475569;
    font-size: 14px !important;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s !important;
}

    .sub-menu-level-1 li a:hover {
        background: #5167ab;
        color: #2878eb;
        padding-left: 25px; /* Kayma efekti */
    }

.sub-icon-right {
    font-size: 10px;
    opacity: 0.5;
}

/* Mobil Uyumluluk (Basic) */
@media (max-width: 991px) {
    .sub-menu-level-1, .sub-menu-level-2 {
        position: static;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none; /* Mobilde tıklayınca açılması için JS gerekir */
        background: #f1f5f9;
        padding-left: 20px;
    }

    .nav-item.active-mobile > .sub-menu-level-1 {
        display: block;
    }
}

/* --- MOBİL MENÜ TETİKLEYİCİ (HAMBURGER) --- */
.mobile-menu-trigger {
    display: none; /* Masaüstünde gizle */
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1100;
}

    .mobile-menu-trigger span {
        width: 30px;
        height: 3px;
        background: #2878eb;
        border-radius: 3px;
        transition: 0.3s;
    }

/* --- MOBİL EKRANLAR İÇİN (MAX 991px) --- */
@media (max-width: 991px) {
    .mobile-menu-trigger {
        display: flex;
    }

    .main-menu-area {
        position: fixed;
        top: 0;
        right: -100%; /* Başlangıçta ekranın dışında */
        width: 300px;
        height: 100vh;
        background: #ffffff;
        z-index: 9999;
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
        transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        padding: 60px 20px;
        display: block !important; /* Görünürlüğü aç */
    }

        .main-menu-area.active {
            right: 0;
        }
    /* Menü açıldığında */

    .medical-nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

        .medical-nav-list .nav-item {
            width: 100%;
            border-bottom: 1px solid #f1f5f9;
        }

    .nav-link {
        justify-content: space-between;
        padding: 10px 0 !important;
        font-size: 16px;
    }

    /* Sub Menüleri Mobilde Alt Alta Aç */
    .sub-menu-level-1, .sub-menu-level-2 {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none; /* Sadece tıklanan açılsın */
        transform: none;
        box-shadow: none;
        padding-left: 20px;
        background: #f8fafc;
    }

    .mobile-close {
        position: absolute;
        top: 10px;
        right: 16px;
        font-size: 24px;
        color: #334155;
        cursor: pointer;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        display: none;
    }

        .menu-overlay.active {
            display: block;
        }
}

/* Masaüstünde Kapatma Butonunu Gizle */
.mobile-close {
    display: none; /* Varsayılan olarak her yerde gizli */
}

/* Sadece Mobil Ekranlarda (Menü Aktifken) Göster */
@media (max-width: 991px) {
    .mobile-close {
        display: block; /* Sadece mobilde görünür yap */
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        color: #334155;
        cursor: pointer;
        z-index: 10001;
        transition: transform 0.3s ease;
    }

        .mobile-close:hover {
            transform: rotate(90deg); /* Şık bir dönme efekti */
            color: #2878eb;
        }
}

/* Mobil Yan Panel Genel */
.main-menu-area {
    background: #ffffff;
    padding: 0 !important; /* İç boşluğu biz yöneteceğiz */
}

/* Kapatma Butonu Üst Alanı */
.mobile-close-header {
    padding: 20px;
    background: #f8fafc;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #e2e8f0;
}

/* Menü Elemanları */
.medical-nav-list {
    padding: 5px 0;
}

.menu-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
}

.nav-link {
    padding: 10px 10px !important;
    color: #1e293b !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    flex-grow: 1;
}

/* Alt Menü Açma Butonu (İkonlu Alan) */
.submenu-toggler {
    padding: 15px 20px;
    color: #2878eb;
    border-left: 1px solid #f1f5f9;
    cursor: pointer;
    transition: transform 0.3s;
}

/* Alt Menü Kapalı Durumu */
.mobile-sub-menu {
    display: none; /* JS ile açacağız */
    background: #fcfdfe;
    list-style: none;
    padding-left: 15px; /* Her seviyede biraz daha içeri kayar */
}

/* Sonsuz Alt Menü Açıkken İkon Dönsün */
.has-dropdown.open > .menu-link-wrapper .submenu-toggler {
    transform: rotate(180deg);
}

/* İletişim Butonu Mobilde Tam Genişlik */
.nav-item-special {
    padding:0px;
}

.contact-btn-nav {
    display: flex !important;
    justify-content: center;
    width: 100%;
}

@media (max-width: 991px) {
    /* 1. Okların Dönmesi */
    .nav-item .sub-icon,
    .sub-nav-item .sub-icon-right {
        transition: transform 0.3s ease !important;
        display: inline-block;
        float: right;
    }

    /* Senin JS'deki active-sub sınıfı gelince oku aşağı döndür */
    .active-sub > a > .sub-icon,
    .active-sub > a > .sub-icon-right {
        transform: rotate(180deg) !important;
        float: right;
    }

    /* 2. Alt Menülerin (Kutuların) Görünümü */
    .sub-menu-level-1, .sub-menu-level-2 {
        background-color: #f8fafc !important; /* Hafif hastane mavisi/grisi */
        margin: 5px 15px !important;
        border-radius: 8px !important;
        border: 1px solid #e2e8f0 !important;
        overflow: hidden;
    }

        .sub-menu-level-1 li a, .sub-menu-level-2 li a {
            padding: 12px 15px !important;
            font-size: 14px !important;
            border-bottom: 1px solid #f1f5f9;
        }

        .sub-menu-level-1 li:last-child a {
            border-bottom: none;
        }

    /* 3. Linklerin Aktifken Rengi Değişsin */
    .active-sub > a {
        color: #2878eb !important;
        background-color: #f0f7ff;
    }
}
/* Slider Kapsayıcı */
.medical-slider-main {
}

/* Modern Yazı Stilleri */
.medical-cap-style {
    color: #fff !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.5);
}

.medical-sub-style {
    color: #f0f0f0 !important;
    font-size: 18px !important;
    max-width: 500px;
    line-height: 1.5;
}

/* Butonlar */
.med-btn {
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 12px;
}

.med-btn-primary {
    background: #2878eb;
    color: #fff;
}

.med-btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

.med-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Mobilde yazıları küçült */
@media (max-width: 768px) {
    .medical-cap-style {
        font-size: 22px !important;
        line-height: 24px !important;
    }

    .medical-sub-style {
        font-size: 13px !important;
        line-height: 24px !important;
    }
}


/* Slider Genel */
.medical-main-slider {
    width: 100% !important;
    height: 85vh !important;
    min-height: 600px !important;
    position: relative !important;
    overflow: hidden !important;
    background: #000 !important;
}

/* Arka Plan ve Overlay */
.slide-media-wrap {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
}

.hero-media {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1.1) !important;
    transition: transform 6s ease !important;
}

.swiper-slide-active .hero-media {
    transform: scale(1) !important;
}

/* Gradyan Karartma - Yazıların okunmasını sağlar */
.slide-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%) !important;
    z-index: 2 !important;
}

/* Yazı Alanı Konumlandırma */
.slide-content-wrap {
    position: relative !important;
    z-index: 3 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.slide-info-box {
    max-width: 800px !important;
    padding: 0 15px !important;
    color: #fff !important;
    text-align: left !important;
}

/* Tipografi ve Animasyonlar */
.slide-title {
    font-size: 55px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    opacity: 0;
    transform: translateY(50px) !important;
    transition: all 0.8s ease-out !important;
}

.slide-text {
    font-size: 22px !important;
    font-weight: 300 !important;
    margin-bottom: 40px !important;
    color: rgba(255,255,255,0.9) !important;
    opacity: 0 !important;
    transform: translateY(40px) !important;
    transition: all 0.8s 0.2s ease-out !important;
}

.slide-btns {
    display: flex !important;
    gap: 15px !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: all 0.8s 0.4s ease-out !important;
}

/* Aktif Slayt Animasyonu Tetikleyici */
.swiper-slide-active .slide-title,
.swiper-slide-active .slide-text,
.swiper-slide-active .slide-btns {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Modern Butonlar */
.btn-s {
    padding: 15px 35px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: 0.3s !important;
    font-size: 16px !important;
}

.custom-btn-primary {
    background: #2878eb !important;
    color: #fff !important;
    border: 2px solid #2878eb !important;
}

.custom-btn-outline {
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    backdrop-filter: blur(5px) !important;
}

.btn-s:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3) !important;
    color: #fff !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 30px !important;
    height: 30px !important;
}
/* Navigasyon Okları */
.swiper-button-next, .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 50% !important;
    color: #fff !important;
    backdrop-filter: blur(10px) !important;
    transition: 0.3s !important;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px !important;
        font-weight: bold !important;
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background: #2878eb !important;
        border-color: #2878eb !important;
    }

/* Noktalar (Dots) */
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 0.5 !important;
    transition: 0.3s !important;
}

.swiper-pagination-bullet-active {
    width: 30px !important;
    border-radius: 5px !important;
    background: #2878eb !important;
    opacity: 1 !important;
}

/* Mobil Ayarlar */
@media (max-width: 768px) {
    .medical-main-slider {
        height: 75vh !important;
    }

    .slide-info-box {
        text-align: center !important;
    }

    .slide-title {
        font-size: 34px !important;
    }

    .slide-text {
        font-size: 16px !important;
    }

    .slide-btns {
        flex-direction: column !important;
        align-items: center !important;
    }

    .btn-s {
        width: 100% !important;
        max-width: 280px !important;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}

.footer-social-links {
    margin-top: 20px;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap; /* Mobilde sığmazsa alt satıra geçer */
}

    .social-icons li a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e9ecef; /* Varsayılan gri zemin */
        color: #0b2154 !important; /* Hastane koyu mavi */
        border-radius: 50%;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Zıplama efekti */
    }

        /* Üzerine gelince ikonlar canlansın */
        .social-icons li a:hover {
            color: #fff;
            transform: translateY(-5px); /* Yukarı zıplama */
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }

    /* Renk Paleti - Marka Renkleri */
    .social-icons li.facebook a:hover {
        background-color: #3b5998;
    }

    .social-icons li.instagram a:hover {
        background-color: #e4405f;
    }

    .social-icons li.twitter a:hover {
        background-color: #1da1f2;
    }

    .social-icons li.linkedin a:hover {
        background-color: #0077b5;
    }

    .social-icons li.youtube a:hover {
        background-color: #cd201f;
    }

    .social-icons li.whatsapp a:hover {
        background-color: #25d366;
    }

/* Mobil Ayarlar */
@media (max-width: 768px) {
    .social-icons {
        justify-content: center; /* Mobilde ortala */
    }

        .social-icons li a {
            width: 45px; /* Mobilde daha kolay tıklansın diye biraz büyük */
            height: 45px;
        }
}


.footer-links, .footer-child-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-item {
    margin-bottom: 10px;
    position: relative;
}

/* Ana Linklerin Stili */
.footer-main-link {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

/* Link başındaki ok ikonu */
.link-icon {
    font-size: 12px;
    margin-right: 8px;
    color: #2878eb; /* Mavi renk */
    transition: transform 0.3s ease;
}

/* Hover Durumu */
.footer-menu-item:hover .footer-main-link {
    color: #2878eb;
    padding-left: 5px;
}

.footer-menu-item:hover .link-icon {
    transform: translateX(3px); /* Ok ikonunu sağa it */
}

/* Alt Menü (Child Items) Stili */
.footer-child-menu {
    margin-left: 20px;
    margin-top: 5px;
    border-left: 1px solid #e0e0e0;
    padding-left: 15px;
}

.child-item {
    margin-bottom: 5px;
}

    .child-item a {
        color: #777;
        font-size: 14px;
        text-decoration: none;
        transition: 0.3s;
    }

        .child-item a:hover {
            color: #0b2154;
        }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .footer-main-link {
        justify-content: center; /* Mobilde ortalı tasarım istiyorsan */
        font-size: 16px;
        padding: 8px 0;
    }

    .footer-child-menu {
        border-left: none;
        padding-left: 0;
    }

    .link-icon {
        display: none; /* Mobilde daha sade görünüm için okları gizleyebiliriz */
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #2878eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(40, 120, 235, 0.1);
}

    .scroll-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-to-top:not(.show) {
        transform: translateY(20px);
    }

    .scroll-to-top i {
        font-size: 18px;
        z-index: 2;
        transition: 0.3s;
        margin-top: 10px;
    }

/* İlerleme Halkası (Progress Ring) */
.scroll-progress-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-ring {
    position: absolute;
    transform: rotate(-90deg);
}

.progress-ring__circle {
    transition: stroke-dashoffset 0.1s;
    stroke-dasharray: 138.23; /* 2 * PI * r */
    stroke-dashoffset: 138.23;
}

/* Tooltip (Üzerine gelince çıkan yazı) */
.scroll-tooltip {
    position: absolute;
    right: 60px;
    background: #0b2154;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.scroll-progress-circle svg {
    top: 0;
}

.scroll-to-top:hover .scroll-tooltip {
    opacity: 1;
    right: 70px;
}

.scroll-to-top:hover {
    background-color: #2878eb;
    color: #fff;
}

    .scroll-to-top:hover .progress-ring__circle {
        stroke: #fff;
    }



/* Header'daki Buton */
.search-open-btn {
    background: none !important;
    border: none !important;
    font-size: 20px !important;
    color: #0b2154 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

    .search-open-btn:hover {
        color: #2878eb !important;
    }

/* Tam Ekran Katman */
.search-overlay {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(11, 33, 84, 0.98) !important; /* Hastane laciverti */
    backdrop-filter: blur(10px) !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) !important;
}

    .search-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
    }

/* Kapatma Butonu */
.search-close-btn {
    position: absolute !important;
    top: -25px !important;
    right: 20px !important;
    font-size: 50px !important;
    color: #489fec !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 9999;
}

/* İçerik */
.search-overlay-content {
    width: 100% !important;
    max-width: 800px !important;
    padding: 20px !important;
    text-align: center !important;
    transform: translateY(30px) !important;
    transition: 0.5s 0.2s !important;
}

.search-overlay.active .search-overlay-content {
    transform: translateY(0) !important;
}

.search-title {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
}

/* Form Tasarımı */
.search-input-group {
    background: #fff !important;
    border-radius: 50px !important;
    padding: 10px 10px 10px 30px !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
}

.search-input {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    font-size: 18px !important;
    color: #333 !important;
}

.search-extras {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.search-select {
    border: none !important;
    border-left: 1px solid #eee !important;
    padding: 0 15px !important;
    color: #666 !important;
    background: #fff;
    outline: none !important;
    cursor: pointer !important;
}

.search-submit-btn {
    background: #2878eb !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 40px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

    .search-submit-btn:hover {
        background: #0b2154 !important;
        transform: scale(1.05) !important;
    }

.search-hint {
    color: rgba(255,255,255,0.6) !important;
    margin-top: 20px !important;
    font-size: 14px !important;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .search-input-group {
        flex-direction: column !important;
        border-radius: 20px !important;
        padding: 20px !important;
        gap: 15px !important;
        margin-top: 100px;
    }

    .search-input {
        width: 100% !important;
        text-align: center !important;
    }

    .search-select {
        border-left: none !important;
        border-bottom: 1px solid #eee !important;
        padding-bottom: 10px !important;
    }

    .search-title {
        font-size: 24px !important;
    }
}

.hospital-blog-section {
    padding: 100px 0;
    background-color: #fff;
}

/* Başlık Tasarımı */
.section-header {
    margin-bottom: 60px;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    color: #0b2154;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-divider {
    width: 60px;
    height: 4px;
    background: #2878eb;
    margin: 0 auto 20px;
    border-radius: 2px;
}

.section-subtitle {
    color: #666;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}

/* View All Butonu */
.btn-view-all {
    display: inline-block;
    padding: 14px 35px;
    background-color: transparent;
    color: #2878eb;
    border: 2px solid #2878eb;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-view-all i {
        margin-left: 8px;
        transition: 0.3s;
    }

    .btn-view-all:hover {
        background-color: #2878eb;
        color: #fff;
        box-shadow: 0 10px 20px rgba(40, 120, 235, 0.2);
    }

        .btn-view-all:hover i {
            transform: translateX(5px);
        }

/* Mobil Ayarlar */
@media (max-width: 768px) {
    .hospital-blog-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }
}

.hospital-blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

    .hospital-blog-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

/* Resim Alanı */
.blog-card-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

    .blog-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.hospital-blog-card:hover .blog-card-image img {
    transform: scale(1.1);
}

/* Tarih Rozeti */
.blog-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #2878eb;
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 5px 15px rgba(40, 120, 235, 0.3);
}

    .blog-date-badge .day {
        display: block;
        font-size: 18px;
        font-weight: 700;
    }

    .blog-date-badge .month {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        opacity: 0.9;
    }

/* İçerik Alanı */
.blog-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-meta {
    margin-bottom: 12px;
    font-size: 13px;
    color: #888;
}

.meta-item {
    margin-right: 15px;
}

    .meta-item i {
        color: #2878eb;
        margin-right: 5px;
    }

.blog-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

    .blog-card-title a {
        color: #0b2154;
        text-decoration: none;
        transition: 0.3s;
    }

        .blog-card-title a:hover {
            color: #2878eb;
        }

.blog-card-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Devamını Oku Linki */
.read-more-link {
    font-weight: 700;
    font-size: 14px;
    color: #2878eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

    .read-more-link:hover {
        gap: 12px;
        color: #0b2154;
    }

.hospital-breadcrumb-wrapper {
    background: linear-gradient(135deg, var(--navy) 0%, var(--medical-blue) 100%) !important;
    padding: 40px 0;
    border-bottom: 1px solid #e1e9f0;
}

.page-main-title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin: 0;
}

.hospital-breadcrumb ul {
    margin: 0;
    padding: 0;
}

.hospital-breadcrumb li {
    color: #fff;
    font-size: 15px;
}

    .hospital-breadcrumb li a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

    .hospital-breadcrumb li.active::before {
        content: "/";
        margin: 0 10px;
        color: #ccc;
    }

/* Kategori Açıklama Kartı */
.category-info-card {
    background: #fff;
    border-left: 5px solid #2878eb;
    padding: 25px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-radius: 0 10px 10px 0;
}

/* Sidebar Tasarımı */
.hospital-sidebar .sidebar-widget {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.sidebar-sticky {
    position: sticky;
    top: 100px;
}

/* Pagination (Sayfalama) */
.hospital-pagination .pagination {
    justify-content: center;
    gap: 10px;
}

.hospital-pagination .page-link {
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2878eb;
    border: 1px solid #eee;
}

.hospital-pagination .active .page-link {
    background: #2878eb;
    color: #fff;
    border-color: #2878eb;
}

.category-blog-item {
    margin-bottom: 30px;
    height: 100%;
}

.blog-item-inner {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #edf2f7;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .blog-item-inner:hover {
        box-shadow: 0 15px 30px rgba(11, 33, 84, 0.08);
        transform: translateY(-5px);
    }

/* Görsel */
.blog-item-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

    .blog-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.item-category-tag {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(40, 120, 235, 0.9);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

/* Gövde */
.blog-item-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-item-meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

    .blog-item-meta span {
        margin-right: 15px;
    }

    .blog-item-meta i {
        color: #2878eb;
        margin-right: 4px;
    }

.blog-item-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    max-height: 80px; /* Başlıkları hizalamak için sabit yükseklik */
    overflow: hidden;
}

    .blog-item-title a {
        color: #0b2154;
        text-decoration: none;
        transition: 0.3s;
    }

        .blog-item-title a:hover {
            color: #2878eb;
        }

.blog-item-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Buton */
.blog-item-footer {
    border-top: 1px solid #f7f9fc;
    padding-top: 15px;
}

.btn-read-more {
    color: #2878eb;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

    .btn-read-more:hover {
        color: #0b2154;
    }

    .btn-read-more i {
        font-size: 12px;
        transition: 0.3s;
    }

    .btn-read-more:hover i {
        transform: translateX(5px);
    }

.hospital-sidebar-nav {
    background: #fff;
    border-radius: 12px;
}

.nav-group-title {
    font-size: 18px;
    font-weight: 700;
    color: #0b2154;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f4f8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-root, .nav-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

    .nav-item:last-child {
        border-bottom: none;
    }

.nav-link, .nav-link-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .nav-link:hover, .nav-link-toggle:hover {
        background-color: #f8fbff;
        color: #2878eb;
    }

.toggle-icon {
    font-size: 11px;
    transition: transform 0.3s ease;
    color: #ccc;
}

/* Alt Menü Stilize */
.nav-submenu {
    background-color: #fafbfc;
    display: none; /* JS ile açılacak */
    padding-left: 10px;
}

    .nav-submenu .nav-link {
        font-size: 14px;
        padding: 10px 20px;
    }

/* Aktif Durum */
.nav-item.open > .nav-link-toggle {
    color: #2878eb;
    background-color: #f0f7ff;
}

    .nav-item.open > .nav-link-toggle .toggle-icon {
        transform: rotate(90deg);
        color: #2878eb;
    }

.cookie-modern-wrap {
    position: fixed !important;
    bottom: 100px !important;
    right: 30px !important;
    z-index: 99999 !important;
    max-width: 450px !important;
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 15px 50px rgba(11, 33, 84, 0.15) !important;
    padding: 25px !important;
    border: 1px solid #f0f4f8 !important;
    transition: all 0.4s ease !important;
}

.cookie-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.cookie-icon {
    font-size: 24px !important;
    color: #2878eb !important;
    margin-bottom: -10px !important;
}

.cookie-body h5 {
    color: #0b2154 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.cookie-body p {
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.cookie-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 15px !important;
    margin-top: 10px !important;
}

.btn-cookie-link {
    color: #888 !important;
    font-size: 13px !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    transition: 0.3s !important;
}

    .btn-cookie-link:hover {
        color: #0b2154;
    }

.btn-cookie-accept {
    background-color: #2878eb !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(40, 120, 235, 0.2) !important;
}

    .btn-cookie-accept:hover {
        background-color: #0b2154 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 15px rgba(11, 33, 84, 0.3) !important;
    }

/* Mobil Uyumluluk */
@media (max-width: 576px) {
    .cookie-modern-wrap {
        left: 15px !important;
        right: 15px !important;
        bottom: 15px !important;
        max-width: calc(100% - 30px) !important;
        padding: 20px !important;
    }

    .cookie-actions {
        flex-direction: column-reverse !important;
        align-items: stretch !important;
        text-align: center !important;
    }

    .btn-cookie-accept {
        width: 100% !important;
    }
}



.hospital-breadcrumb-header {
    background: linear-gradient(135deg, var(--navy) 0%, var(--medical-blue) 100%) !important;
    padding: 50px 0;
    border-bottom: 1px solid #eef2f6;
}

.entry-main-title {
    color: var(--bg-light);
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 15px;
}

.news-article-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Tarih Rozeti */
.featured-image-box {
    position: relative;
}

.article-date-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--hosp-light-blue);
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    text-align: center;
}

    .article-date-badge .day {
        display: block;
        font-size: 24px;
        font-weight: 800;
        line-height: 1;
    }

    .article-date-badge .month {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

.article-meta-info {
    padding: 20px 40px;
    border-bottom: 1px solid #f1f1f1;
    background: #fafafa;
}

.meta-item {
    margin-right: 25px;
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

    .meta-item i {
        color: var(--hosp-light-blue);
        margin-right: 6px;
    }

.article-content-body {
    padding: 40px;
    line-height: 1.8;
    color: #444;
    font-size: 17px;
}

.short-intro-box {
    font-style: italic;
    color: #666;
    font-size: 19px;
    border-left: 4px solid var(--hosp-light-blue);
    padding-left: 20px;
    margin-bottom: 30px;
}

/* Galeri Hover Efekti */
.gallery-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .gallery-item-inner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(40,120,235,0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: 0.3s;
        color: #fff;
        font-size: 24px;
    }

    .gallery-item-inner:hover .overlay {
        opacity: 1;
    }

.section-sub-title {
    color: var(--hosp-blue);
    font-weight: 700;
    border-bottom: 3px solid var(--hosp-light-blue);
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

/* Benzer Haberler */
.related-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

    .related-card:hover {
        transform: translateY(-5px);
    }

.rc-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.rc-body {
    padding: 15px;
}

    .rc-body h4 {
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        line-height: 1.4;
    }

        .rc-body h4 a {
            color: var(--hosp-blue);
            text-decoration: none;
        }

.sticky-sidebar {
    position: sticky;
    top: 100px;
}

/* Toastr Genel Kutu Yapısı */
#toast-container > div {
    opacity: 0.95 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
    font-family: 'Montserrat', sans-serif !important;
    padding: 15px 15px 15px 50px !important; /* İkon boşluğu */
    transition: 0.3s ease;
}

    #toast-container > div:hover {
        box-shadow: 0 6px 20px rgba(0,0,0,0.2) !important;
        opacity: 1 !important;
    }

/* Başarılı Bildirimi (Success) */
.toast-success {
    background-color: #28a745 !important; /* Doğal yeşil */
    background-image: none !important; /* Varsayılan ikonu temizle (isteğe bağlı) */
}

/* Hata Bildirimi (Error) */
.toast-error {
    background-color: #dc3545 !important; /* Modern kırmızı */
    background-image: none !important;
}

/* Toastr içindeki yazı stilleri */
.toast-message {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.toast-title {
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

/* Kapatma butonu (X) */
.toast-close-button {
    top: -5px !important;
    right: -5px !important;
    font-size: 20px !important;
}



.patient-reviews-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--medical-blue) 100%) !important;
    overflow: hidden;
}

.sub-title {
    color: #69f7e3;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 13px;
}

.main-title {
    color: #f8fafc;
    font-weight: 800;
    font-size: 2.5rem;
    margin-top: 10px;
}

.title-divider {
    width: 60px;
    height: 4px;
    background: var(--primary-blue);
    margin: 20px auto;
    border-radius: 2px;
}

/* Kart Tasarımı */
.review-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(11, 33, 84, 0.05);
    transition: all 0.3s ease;
    margin: 15px 0;
    border: 1px solid rgba(40, 120, 235, 0.08);
}

    .review-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(11, 33, 84, 0.1);
    }

.review-text {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6d8d;
    font-style: italic;
    margin-bottom: 25px;
}

/* Yazar Bölümü */
.card-author {
    display: flex;
    align-items: center;
    border-top: 1px solid #f0f4f9;
    padding-top: 25px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-blue), #1a5abf);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(40, 120, 235, 0.3);
}

.author-info {
    margin-left: 15px;
}

.author-name {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--dark-navy);
}

.review-date {
    font-size: 13px;
    color: #94a3b8;
}

/* Swiper Ayarları */
.patient-reviews-swiper {
    padding: 20px 20px 60px 20px !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-yelow) !important;
    width: 25px !important;
    border-radius: 5px !important;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .main-title {
        font-size: 1.8rem;
    }

    .review-card {
        padding: 30px;
        min-height: 320px;
    }
}


.text-navy {
    color: var(--navy);
}

.bg-soft-primary {
    background-color: rgba(40, 120, 235, 0.1);
}

.department-card-modern {
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
}

    .department-card-modern:hover {
        transform: translateY(-12px);
        box-shadow: 0 20px 40px rgba(11, 33, 84, 0.1) !important;
    }

.icon-box-modern {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.btn-rounded-pill {
    border-radius: 50px;
    border-width: 2px;
}

.btn-outline-primary:hover {
    background-color: var(--primary-blue);
    color: #fff;
    box-shadow: 0 8px 15px rgba(40, 120, 235, 0.3);
}

.mt-n5 {
    margin-top: -3rem !important;
}

/* Mobil Düzenlemeler */
@media (max-width: 768px) {
    .mt-n5 {
        margin-top: 0 !important;
    }

    .display-4 {
        font-size: 2.2rem;
    }

    .department-card-modern {
        margin-bottom: 20px;
    }
}

.text-navy {
    color: var(--navy);
}

.rounded-24 {
    border-radius: 24px;
}

/* Profil Kartı */
.doctor-main-card {
    border-bottom: 5px solid var(--primary);
    transition: 0.3s;
}

.profile-photo {
    transition: transform 0.5s ease;
    object-fit: cover;
    height: 400px;
}

.doctor-main-card:hover .profile-photo {
    transform: scale(1.05);
}

.category-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.9);
    color: var(--primary);
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    backdrop-filter: blur(5px);
}

/* İkonlar */
.icon-circle-sm {
    width: 32px;
    height: 32px;
    background: var(--soft-blue);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Başlık Çizgisi */
.section-title-modern {
    position: relative;
}

.title-line {
    width: 50px;
    height: 4px;
    background: var(--primary);
    margin-top: 10px;
    border-radius: 2px;
}

/* Butonlar */
.btn-rounded-pill {
    border-radius: 50px;
}

.shadow-blue {
    box-shadow: 0 10px 20px rgba(40, 120, 235, 0.2);
}

.doctor-bio-text {
    line-height: 2;
    font-size: 1.05rem;
}

/* Mobil */
@media (max-width: 991px) {
    .sticky-top {
        position: relative !important;
        top: 0 !important;
    }

    .pl-lg-4 {
        padding-left: 0 !important;
        margin-top: 30px;
    }

    .profile-photo {
        height: auto;
    }
}


.bg-soft-blue {
    background-color: var(--soft-bg);
}

.text-navy {
    color: var(--navy);
}

.rounded-24 {
    border-radius: 24px;
}

/* Kart Tasarımı */
.doctor-card-modern {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

    .doctor-card-modern:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(11, 33, 84, 0.12) !important;
    }

/* Resim Alanı */
.doctor-image-box {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.doctor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.doctor-card-modern:hover .doctor-img {
    transform: scale(1.1);
}

/* Overlay */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 33, 84, 0.4) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.doctor-card-modern:hover .image-overlay {
    opacity: 1;
}

.btn-white-modern {
    background: #fff;
    color: var(--navy);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Badge & Tags */
.badge-soft-primary {
    background-color: rgba(40, 120, 235, 0.1);
    color: var(--primary);
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
}

.skill-tag {
    font-size: 13px;
    background: #f1f4f9;
    color: #5a6d8d;
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 600;
}

/* Link Butonu */
.btn-link-action {
    color: var(--primary);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: 0.3s;
}

    .btn-link-action:hover {
        color: var(--navy);
    }

.mt-n5 {
    margin-top: -4rem !important;
}

/* Mobil Düzenleme */
@media (max-width: 768px) {
    .mt-n5 {
        margin-top: 20px !important;
    }

    .doctor-image-box {
        height: 450px;
    }

    .display-4 {
        font-size: 2.5rem;
    }
}

/* Doktor Bilgi Badge Tasarımı */
.doctor-info .badge {
    display: inline-flex; /* önemli */
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    white-space: normal; /* satır kırılabilsin */
    word-break: break-word;
    max-width: 100%; /* taşmayı engeller */

    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 16px; /* 50px yerine */
    background: rgba(40, 120, 235, 0.1);
    color: #2878eb;
    border: 1px solid rgba(40, 120, 235, 0.2);
    box-shadow: 0 4px 10px rgba(40, 120, 235, 0.05);
}

    /* Üzerine gelince hafif bir canlılık katalım */
    .doctor-info .badge:hover {
        background: #2878eb !important;
        color: #ffffff !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 15px rgba(40, 120, 235, 0.2) !important;
        border-color: transparent !important;
    }

/* Eğer farklı renklerde badge istersen (örn: Acil, Yeni, Uzman) */
.doctor-info .badge-success {
    background: rgba(40, 167, 69, 0.1) !important;
    color: #28a745 !important;
    border-color: rgba(40, 167, 69, 0.2) !important;
}

.doctor-info .badge-warning {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    border-color: rgba(255, 193, 7, 0.2);
}

/* Link Aksiyon Butonu - Temel Stil */
.btn-link-action {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #2878eb !important; /* Marka mavisi */
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    padding: 5px 0 !important;
    background: transparent !important;
    border: none !important;
}

    /* Şık Alt Çizgi Animasyonu */
    .btn-link-action::after {
        content: '' !important;
        position: absolute !important;
        width: 100% !important;
        height: 2px !important;
        bottom: 0 !important;
        left: 0 !important;
        background-color: #2878eb !important;
        transform: scaleX(0) !important; /* Başlangıçta görünmez */
        transform-origin: bottom right !important;
        transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1) !important;
    }

    /* Hover Durumu */
    .btn-link-action:hover {
        color: #0b2154 !important; /* Navy rengine dönüş */
        text-decoration: none !important;
    }

        .btn-link-action:hover::after {
            transform: scaleX(1) !important; /* Çizgi soldan sağa uzasın */
            transform-origin: bottom left !important;
        }

    /* Eğer içinde ikon varsa (fa-arrow-right gibi) onu hafifçe oynatalım */
    .btn-link-action i {
        margin-left: 8px !important;
        transition: transform 0.3s ease !important;
    }

    .btn-link-action:hover i {
        transform: translateX(5px) !important; /* İkon sağa doğru küçük bir hamle yapar */
    }

.contact-page-wrapper {
    background-color: #f8fafd;
    padding-bottom: 100px;
}

/* Header & Breadcrumb */
.contact-header-section {
    padding: 80px 0 40px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--medical-blue) 100%) !important;
}

    .contact-header-section .text-navy {
        color: aliceblue;
    }

.text-navy {
    color: var(--navy);
}

.modern-breadcrumb a {
    color: var(--bg-light);
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    font-weight:bold;
}

    .modern-breadcrumb a:hover {
        color:antiquewhite;
    }

.modern-breadcrumb .active {
    color: antiquewhite;
}
/* Harita */
.map-container-modern {
    margin: 20px auto 60px;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 8px solid #fff;
}

/* Form Kartı */
.contact-form-card {
    border-radius: 20px;
}

.form-control {
    border: 1px solid #e1e5ee;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.3s;
}

    .form-control:focus {
        border-color: var(--medical-blue);
        box-shadow: 0 0 0 4px rgba(40, 120, 235, 0.1);
    }

.input-with-icon {
    position: relative;
}

    .input-with-icon i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #adb5bd;
    }

/* Bilgi Kartı (Sağ Taraf) */
.contact-info-card {
    background: linear-gradient(135deg, var(--navy) 0%, var(--medical-blue) 100%) !important;
    border-radius: 20px !important;
    height: 100% !important;
}

/* Buton */
.btn-primary-modern {
    background: var(--medical-blue) !important;
    border: none !important;
    padding: 15px;
    border-radius: 12px !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    transition: 0.3s !important;
}

    .btn-primary-modern:hover {
        background: var(--navy);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(11, 33, 84, 0.2);
    }

/* ContactInfo Component'i için Stil Ayarı (Varsayılan listeyi şıklaştırır) */
.modern-info-list {
    font-size: 16px;
}

    .modern-info-list ul {
        list-style: none;
        padding: 0;
    }

    .modern-info-list li {
        margin-bottom: 25px;
        display: flex;
        align-items: flex-start;
    }

.section-padding {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .contact-info-card {
        margin-top: 30px;
    }
}

.contact-info-list-modern {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: transform 0.3s ease;
}

    .info-item:hover {
        transform: translateX(10px);
    }

.info-icon {
    min-width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    backdrop-filter: blur(5px);
}

    .info-icon.whatsapp {
        background: rgba(37, 211, 102, 0.25);
        color: #25d366;
    }

.info-text {
    display: flex;
    flex-direction: column;
}

    .info-text label {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 2px;
        font-weight: 600;
    }

    .info-text p, .info-text a {
        font-size: 16px;
        color: #fff !important;
        text-decoration: none !important;
        margin: 0;
        font-weight: 500;
        line-height: 1.4;
    }

        .info-text a:hover {
            color: #e1e5ee !important;
        }

/* Mobil Ayarlar */
@media (max-width: 768px) {
    .info-item {
        gap: 12px;
    }

    .info-icon {
        min-width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .info-text a, .info-text p {
        font-size: 15px;
    }
}

.bg-light-blue {
    background-color: #f8fafd;
}

.bg-soft-blue {
    background-color: var(--soft-blue);
}

.text-navy {
    color: var(--navy);
}

.rounded-24 {
    border-radius: 24px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-15 {
    border-radius: 15px;
}

.decor-none {
    text-decoration: none !important;
}

/* Profil İmaj */
.profile-img-container {
    position: relative;
    overflow: hidden;
}

.specialty-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: var(--med-blue);
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* İletişim İkonları */
.icon-sm {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

/* Başlık Süsü */
.title-dot {
    width: 12px;
    height: 12px;
    background-color: var(--med-blue);
    border-radius: 50%;
}

/* İçerik Kartları */
.info-card {
    background: #fff;
    border: 1px solid #edf2f9;
    transition: 0.3s;
}

    .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }

.border-left-primary {
    border-left: 5px solid var(--med-blue) !important;
}

.border-left-info {
    border-left: 5px solid #17a2b8 !important;
}

/* Buton */
.shadow-blue {
    box-shadow: 0 8px 20px rgba(40, 120, 235, 0.35);
}

.doctor-bio-content {
    line-height: 1.8;
    font-size: 16px;
}

.content-small {
    font-size: 14.5px;
    color: #6c757d;
}

@media (max-width: 991px) {
    .sticky-top {
        position: relative !important;
        top: 0 !important;
    }

    .doctor-detail-wrapper {
        padding-top: 20px;
    }
}

.doctor-detail-wrapper .breadcrumb .breadcrumb-item a {
    color:#3957ac
}
.doctor-detail-wrapper .breadcrumb .breadcrumb-item.active {
    color: #6eccdc !important
}
.bg-navy {
    background-color: var(--navy);
}

.text-navy {
    color: var(--navy);
}

.rounded-20 {
    border-radius: 20px !important;
}

.transition-hover {
    transition: all 0.3s ease;
}

    .transition-hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
    }

.object-fit-cover {
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 10px;
}

/* Pagination Stili */
.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 5px;
}

.pagination .page-link {
    color: var(--navy);
    font-weight: 600;
    border: none;
    margin: 0 3px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .card-img-container {
        height: 250px !important;
    }
}

/* Modern Breadcrumb Header */
.breadcrumb-header {
    background: linear-gradient(135deg, var(--navy) 0%, var(--medical-blue) 100%) !important;
    padding: 60px 0;
    color: white;
    margin-bottom: 30px;
    clip-path: ellipse(150% 100% at 50% 0%); /* Hafif oval alt kesim */
}

.page-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.breadcrumb-item a {
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    color:aliceblue;
}

    .breadcrumb-item a:hover {
        color: #fff;
    }

.breadcrumb-item.active {
    color: #fff !important;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: aliceblue !important;
}
/* Sayfa İçeriği İçin Genel İyileştirme */
.content-wrapper {
    background: #fdfdfd;
    min-height: 400px;
}

    /* Admin panelinden gelen resimleri responsive yap */
    .content-wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 15px 0;
    }

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1550px !important;
    }
}