.kurum-logo {
    height:50px;
    width:118px;height: 45px;filter: invert(100%);
}
:focus-visible {
  outline: 2px solid crimson;
  border-radius: 3px;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
        :root {
            /*--dark-blue: #2d60c4!important;*/
            --dark-blue: #3b4b8a!important;
            --anadolu-cyan: #26c2c9;
            --anadolu-purple: #5664a5;
        }

        /* Üst Bar Stilleri */
        .top-bar {
            background-color: var(--dark-blue);
            color: white;
            padding: 8px 0;
            font-size: 14px;
        }
        .top-bar a { color: white; text-decoration: none; }
        .search-box {
            background: white;
            border-radius: 4px;
            display: flex;
            align-items: center;
            padding: 2px 10px;
            width: 100%;
            max-width: 400px;
        }
        .search-box input {
            border: none;
            outline: none;
            width: 100%;
            padding: 5px;
        }
        .social-icons a {
            background: white;
            color: var(--dark-blue);
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            margin-left: 5px;
            font-size: 14px;
        }

        /* Navbar Stilleri */
        .navbar-brand img { height: 40px; }
        .nav-link {
            color: var(--dark-blue) !important;
            font-weight: 500;
            font-size: 15px;
        }
        .btn-nav {
            border-radius: 6px;
            color: white !important;
            font-weight: bold;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-width: 140px;
            border: none;
        }
        .btn-e-randevu { background-color: var(--dark-blue); }
        .btn-e-sonuc { background-color: var(--anadolu-cyan); }

        /* Mobil/Tablet Düzenlemeleri */
        @media (max-width: 991px) {
            .top-bar .search-box, .top-bar .social-icons { display: none; }
            .offcanvas-body .btn-nav { margin-bottom: 10px; width: 100%; }
        }
        /* Swiper Ayarları */
.mainSwiper { width: 100%;  position: relative; }
.mainSwiper img { width: 100%; height: 100%; object-fit: scale-down; }
.slider-content {
    position: absolute; top: 50%; left: 10%; transform: translateY(-50%);
    color: white; text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

/* Kart Renkleri ve Tasarımı */
.info-card {
    padding: 40px 30px;
    color: white;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
}
.info-card:hover { filter: brightness(1.1); }

/*.bg-cyan { background-color: #2d60c4; }*/
.bg-cyan { background-color: #3b4b8a; }
.btn-primary { background-color: #3b4b8a!important; }

.bg-blue-light { background-color: #4a5a96; }
.bg-blue-medium { background-color: #3b4b8a; }

.bg-blue-medium-s { background-color: #1b2e77; }

.bg-blue-dark { background-color: #043c7f; }

.icon-main { font-size: 48px !important; margin-bottom: 20px; font-weight: 200; }
.info-card h3 { font-size: 20px; font-weight: bold; margin-bottom: 15px; }
.info-card p { font-size: 14px; line-height: 1.6; margin-bottom: 25px; opacity: 0.9; }

.btn-view {
    border: 1px solid white;
    color: white;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-weight: 500;
    transition: all 0.3s;
}
.btn-view:hover { background: white; color: #333; }
.btn-view span { font-size: 18px; margin-right: 5px; }
/* Başlık ve Buton Renkleri */
.text-dark-blue { color: #043c7f; }
.btn-outline-dark-blue {
    border: 2px solid #043c7f;
    color: #043c7f;
    transition: all 0.3s;
    border-radius: 10px;
}
.btn-outline-dark-blue:hover {
    background-color: #043c7f;
    color: white;
}

/* Kart Tasarımı */
.blog-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-5px);
}
.blog-card .card-img-top {
    height: 200px;
    object-fit: cover;
}
.btn-read-more {
    text-decoration: none;
    color: #043c7f;
    font-weight: 600;
    font-size: 14px;
    background: #f8f9fa;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
}

/* Swiper Özel Oklar */
.swiper-button-prev-custom, .swiper-button-next-custom {
    cursor: pointer;
    color: #043c7f;
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* Bölüm Kartı Tasarımı */
.bolum-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 350px; /* Büyük kartlar için yükseklik */
    cursor: pointer;
}

.bolum-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bolum-card:hover img {
    transform: scale(1.1);
}

/* Üzerine Binen Siyah Karartı ve Yazı */
.bolum-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px;
    background: linear-gradient(transparent, rgba(0, 45, 93, 0.95)); /* Kurumsal lacivert geçiş */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bolum-overlay h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.bolum-overlay p {
    margin-bottom: 0;
    opacity: 1.85;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Yazıyı 2 satırda sınırlar */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Navigasyon Buton Stilleri */
.swiper-button-prev-bolum, .swiper-button-next-bolum {
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #043c7f;
    cursor: pointer;
    transition: 0.3s;
}

.swiper-button-prev-bolum:hover, .swiper-button-next-bolum:hover {
    background: #043c7f;
    color: white;
}
/* Tab Buton Stilleri */
.custom-tabs .nav-link {
    color: #666;
    background: transparent;
    border: none;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
    background-color: #043c7f;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 45, 93, 0.3);
}

/* Yatay Kart Tasarımı */
.news-horizontal-card {
    display: flex;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
}

.news-horizontal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-img-wrapper {
    width: 40%;
    overflow: hidden;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to right, #ffffff, #fcfdff);
}

.card-content .date {
    font-size: 12px;
    color: #043c7f;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.card-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-content p {
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Oku Butonu */
.btn-read {
    text-decoration: none;
    color: #043c7f;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-read span {
    transition: transform 0.3s ease;
}

.news-horizontal-card:hover .btn-read span {
    transform: translateX(5px);
}

/* Ana Buton */
.btn-primary-anadolu {
    background-color: #043c7f;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.3s;
    border: none;
}

.btn-primary-anadolu:hover {
    background-color: #4a5a96;
    color: white;
    transform: scale(1.05);
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .news-horizontal-card {
        flex-direction: column;
        height: auto;
    }
    .card-img-wrapper, .card-content {
        width: 100%;
    }
    .card-img-wrapper { height: 180px; }
}
/* İletişim Bölümü Renkleri */
.bg-dark-blue { background-color: #043c7f; }
.text-cyan { color: #26c2c9; }

/* Mobil Sticky Bar */
.mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: white;
    display: flex;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    z-index: 1000;
}

.sticky-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #043c7f;
    font-size: 12px;
    font-weight: 600;
    border-right: 1px solid #eee;
}

.sticky-item .material-symbols-outlined {
    font-size: 24px;
    margin-bottom: 4px;
}
.material-symbols-outlined {
    font-size: 24px;
    margin-bottom: 4px;
    
    vertical-align: middle;

}
.bi
{
    vertical-align: middle;
}
.sticky-item.appointment {
    background-color: #26c2c9;
    color: white;
    border: none;
}

/* Sayfa içeriğinin barın altında kalmaması için padding ekleyelim */
body { padding-bottom: 70px; }
@media (min-width: 992px) {
    body { padding-bottom: 0; }
}:root {
    --dark-blue: #043c7f;
    --anadolu-cyan: #26c2c9;
}

.text-dark-blue { color: var(--dark-blue); }
.text-cyan { color: var(--anadolu-cyan); }

/* Başlık Stilleri */
.footer-title {
    color: var(--dark-blue);
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    font-size: 16px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--anadolu-cyan);
}

/* Link Stilleri */
.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--anadolu-cyan);
}

/* Sosyal Medya Butonları */
.social-btn {
    width: 35px;
    height: 35px;
    background: #f8f9fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.3s;
    border: 1px solid #eee;
}

.social-btn:hover {
    background: var(--dark-blue);
    transform: translateY(-3px);
}

.social-btn img {
    height: 16px;
}

/* Uygulama Butonları */
.app-store-btn img {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
 .page-header {
            background: linear-gradient(rgba(0, 45, 93, 0.8), rgba(0, 45, 93, 0.8)), 
                        url('https://ozelanadoluhastanesi.com/upload/head.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 80px 0;
            margin-bottom: 50px;
        }
           /* Arama Kutusu */
        .search-filter {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            margin-top: -80px;
            position: relative;
            z-index: 10;
        }
          /* Bölüm Kartları */
        .dept-card {
            border: 1px solid #eee;
            border-radius: 15px;
            transition: all 0.3s ease;
            height: 100%;
            background: white;
            padding: 25px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .dept-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            border-color: var(--anadolu-cyan);
        }

        .dept-icon {
            width: 70px;
            height: 70px;
            background: var(--light-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: var(--dark-blue);
            transition: 0.3s;
        }

        .dept-card:hover .dept-icon {
            background: var(--anadolu-cyan);
            color: white;
        }

        .dept-card h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--dark-blue);
            margin-bottom: 15px;
        }

        .dept-card p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        .btn-dept {
            margin-top: auto;
            color: var(--anadolu-cyan);
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
    .breadcrumb-item a { color: var(--anadolu-cyan); text-decoration: none; }
        .breadcrumb-item.active { color: white; opacity: 0.8; }

        .sidebar-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            overflow: hidden;
            margin-bottom: 30px;
        }

        .sidebar-title {
            background: var(--dark-blue);
            color: white;
            padding: 15px 20px;
            font-weight: 600;
            margin: 0;
        }

        .dept-list-item {
            padding: 12px 20px;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-decoration: none;
            color: #555;
            transition: 0.3s;
        }
        .dept-list-item:hover { background: #f8f9fa; color: var(--anadolu-cyan); }
        .dept-list-item.active { color: var(--anadolu-cyan); font-weight: bold; background: #f0faff; }

        .content-section h2 { color: var(--dark-blue); font-weight: 700; margin-bottom: 20px; }
        .content-section p { color: #666; line-height: 1.8; }

        .doctor-mini-card {
            border: 1px solid #eee;
            border-radius: 12px;
            padding: 15px;
            transition: 0.3s;
            text-align: center;
        }
        .doctor-mini-card:hover { border-color: var(--anadolu-cyan); transform: translateY(-5px); }
        .doctor-mini-card img { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; margin-bottom: 10px; border: 3px solid #f0f0f0; }

.section-img-cover {
    width: 100%;            
    height: 250px;          
    object-fit: cover;     
    object-position: center; 
}

@media (max-width: 768px) {
    .section-img-cover {
        max-width: 100%;    
        height: 200px;
    }
}

        .blog-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            overflow: hidden;
            background: #fff;
        }

        .blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(45, 96, 196, 0.15);
        }

        .blog-img {
        
            width: 100%;
        }

        .category-badge {
            background-color: var(--anadolu-cyan);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 12px;
            position: absolute;
            top: 15px;
            left: 15px;
        }

        .blog-body { padding: 20px; }
        .blog-title { color: var(--dark-blue); font-weight: 700; font-size: 1.1rem; line-height: 1.4; margin-bottom: 10px; }
        .blog-excerpt { color: #666; font-size: 0.9rem; margin-bottom: 15px; }
        
        .read-more {
            color: var(--anadolu-cyan);
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
           .blog-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            overflow: hidden;
            background: #fff;
        }

        .blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(45, 96, 196, 0.15);
        }

        .blog-img {
           
            width: 100%;
        }

        .category-badge {
            background-color: var(--anadolu-cyan);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 12px;
            position: absolute;
            top: 15px;
            left: 15px;
        }

        .blog-body { padding: 20px; }
        .blog-title { color: var(--dark-blue); font-weight: 700; font-size: 1.1rem; line-height: 1.4; margin-bottom: 10px; }
        .blog-excerpt { color: #666; font-size: 0.9rem; margin-bottom: 15px; }
        
        .read-more {
            color: var(--anadolu-cyan);
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .author-card {
            background-color: #f8faff;
            border-radius: 15px;
            padding: 25px;
            border-left: 5px solid var(--anadolu-cyan);
            margin-top: 50px;
        }

        .sidebar-box {
            background: white;
            border: 1px solid #eee;
            border-radius: 15px;
            padding: 10px;
            margin-bottom: 30px;
        }

        .related-post {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
            text-decoration: none;
            color: var(--text-color);
        }

        .related-post img { width: 70px; height: 70px; object-fit: cover; border-radius: 8px; }
        .related-post:hover .related-title { color: var(--anadolu-cyan); }
        .related-title { font-size: 0.9rem; font-weight: 600; line-height: 1.2; }
     .doctor-card {
            border: none;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            overflow: hidden;
            background: white;
            height: 100%;
        }

        .doctor-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(45, 96, 196, 0.15);
        }

        .doctor-img-wrapper {
            position: relative;
            padding: 20px;
            background: #f0f4ff;
        }

        .doctor-img {
            width: 100%;
            aspect-ratio: 3/4;
            object-fit: cover;
            border-radius: 15px;
        }

        .doctor-info { padding: 10px; text-align: center; }
        .doctor-info h5 { color: var(--dark-blue); font-weight: 700; margin-bottom: 5px; }
        .doctor-info p { color: var(--anadolu-cyan); font-weight: 500; font-size: 14px; }

#anamenu .dropdown-menu {
    border: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-radius: 15px;
    padding: 15px;
    min-width: 550px;
    background-color: #ffffff;
    

    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

#anamenu .nav-item.dropdown:hover > .dropdown-menu,
#anamenu .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(5px) scale(1);
    pointer-events: auto;
}


#anamenu .dropdown-item {
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 0.95rem;
    color: #333 !important;
    transition: all 0.2s ease;
    border-left: 0px solid #5664a5;
    display: block;
}

#anamenu .dropdown-item:hover {
    background-color: #f0f7ff;
    color: #5664a5 !important;
    padding-left: 25px;
    border-left: 4px solid #5664a5;
}


@media (max-width: 991px) {
    #anamenu .dropdown-menu {
        display: block !important; 
        min-width: 100%;
        visibility: visible;
        opacity: 1;
        transform: none;
        position: static !important;
        box-shadow: none;
    }
}
