html {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

p,
.paragraph,
.heading-desc,
.lead,
.card-text,
.modal-body p,
article p,
article li,
.content p,
.content li,
.about .heading-desc,
.about .paragraph {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    line-height: 1.7;
}

ul:not(.navbar-nav):not(.breadcrumb) li,
ol:not(.breadcrumb) li,
blockquote {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.navbar, .navbar *,
.dropdown-menu,
.btn,
.top-bar,
.breadcrumb,
.clinicia-blog-cta,
.clinicia-blog-cta * {
    text-align: initial; 
    hyphens: manual;
    text-justify: auto;
}

.footer-top,
.footer-top .footer-card,
.footer-top .footer-card .footer-title,
.footer-top .footer-card .footer-desc,
.footer-top .footer-card .footer-link {
    text-align: center !important;
    text-justify: auto;
    hyphens: manual;
}

.clinicia-blog-cta,
.clinicia-blog-cta .clinicia-blog-cta__text {
    text-align: center !important;
}

@media (max-width: 420px) {
    p, .paragraph, .heading-desc, .card-text {
        line-height: 1.8;
    }
}

/* Blog kartları — satır içinde eşit yükseklik + satırlar arası boşluk */
.blog-grid .row {
    align-items: stretch;
    row-gap: 2.5rem;
}

.blog-grid .row > [class*="col-"] {
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.blog-grid .blog-entry {
    margin-top: 0;
    margin-bottom: 0;
}

/* Tema: görsel -40px yukarı taşınıyor; grid’de kartlar birbirine yapışmasın */
.blog-grid .blog-entry .entry-img {
    transform: none;
    margin-bottom: 0;
    margin-right: 0;
}

.blog-grid .blog-entry,
.blog-grid .owl-carousel .owl-item > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.blog-grid .blog-entry .entry-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-top: 1.25rem;
}

.blog-grid .blog-entry .entry-bio {
    flex: 1 1 auto;
}

.blog-grid .blog-entry .entry-bio p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.blog-grid .blog-entry .entry-title h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-grid .blog-entry .entry-more {
    margin-top: auto;
    padding-top: 1.25rem;
}

.blog-grid .blog-entry .entry-img a {
    display: block;
    height: 220px;
    overflow: hidden;
    border-radius: 8px 8px 8px 0;
}

.blog-grid .blog-entry .entry-img a picture {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-grid .blog-entry .entry-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    transform: none;
}

.blog-grid .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.blog-grid .owl-carousel .owl-item {
    display: flex;
    height: auto;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* Carousel’da tema negatif margin’ini sıfırla */
.blog-grid .owl-carousel .blog-entry .entry-img {
    transform: none;
    margin-bottom: 0;
    margin-right: 0;
}

/* Modern Header & Navbar */
:root {
    --clinicia-header-topbar-h: 32px;
    --clinicia-header-nav-h: 52px;
    --clinicia-header-h: calc(var(--clinicia-header-topbar-h) + var(--clinicia-header-nav-h));
    --clinicia-gradient: linear-gradient(90deg, var(--g-start) 0%, var(--g-25) 35%, var(--g-50) 65%, var(--g-75) 100%, var(--g-end) 100%);
}

@media (min-width: 1200px) {
    :root {
        --clinicia-header-topbar-h: 42px;
        --clinicia-header-nav-h: 84px;
    }

    .header-modern .navbar > .container {
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .header-modern .navbar-brand .logo {
        max-height: 44px;
        max-width: 165px;
    }

    .header-modern .top-bar-item {
        font-size: 13px;
    }

    .header-modern .top-bar-item i {
        font-size: 12px;
    }

    .header-modern .top-bar-cta {
        padding: 0.42rem 0.95rem;
        font-size: 13px;
    }

    .header-modern .navbar .navbar-nav > li > a {
        padding: 0.65rem 0.75rem 0.75rem !important;
        font-size: 13.5px !important;
    }
}

body.modal-open {
    padding-right: 0 !important;
    overflow-y: auto !important;
}

.modal {
    overflow-y: auto;
}

.header.header-topbar.header-modern {
    height: auto !important;
    position: relative;
    z-index: 9990;
}

/* Ana sayfa: header + navbar video üzerinde tamamen şeffaf (sadece masaüstü) */
@media (min-width: 1200px) {
    body.page-home .header-over-hero {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto !important;
        z-index: 10000 !important;
        background: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    body.page-home .header-over-hero.header-light,
    body.page-home .header-over-hero.header-topbar {
        background: none !important;
        background-color: transparent !important;
    }

    body.page-home .header-over-hero:not(.scrolled) .top-bar,
    body.page-home .header-over-hero:not(.scrolled) .top-bar-modern {
        background: rgba(255, 255, 255, 0.82) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(77, 92, 145, 0.14) !important;
        box-shadow: none !important;
    }

    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) {
        background: rgba(255, 255, 255, 0.55) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-bottom: 1px solid rgba(77, 92, 145, 0.1) !important;
        box-shadow: none !important;
    }

    body.page-home .header-over-hero:not(.scrolled) .top-bar-item {
        color: #3b2e83;
        text-shadow: none;
    }

    body.page-home .header-over-hero:not(.scrolled) .top-bar-item i {
        color: var(--global--color-primary);
    }

    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) .navbar-nav > li > a {
        color: #3a4268 !important;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
    }

    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) .navbar-nav > li > a:hover {
        color: var(--global--color-secondary) !important;
        border-bottom-color: rgba(77, 92, 145, 0.45);
    }

    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) .navbar-nav > li.active > a,
    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) .navbar-nav > li.has-dropdown.active > a {
        color: var(--global--color-secondary) !important;
        border-bottom-color: #fe2a7f;
    }

    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) .navbar-nav > li.has-dropdown:hover > a {
        color: var(--global--color-primary) !important;
        border-bottom-color: rgba(77, 92, 145, 0.35);
    }

    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) .navbar-nav > li.has-dropdown > a::after,
    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) .navbar-nav > li.has-dropdown:hover > a::after,
    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) .navbar-nav > li.has-dropdown.active > a::after {
        color: #7a84a8;
    }

    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) li.nav-hover-custom > a::after {
        background: var(--clinicia-gradient);
    }

    body.page-home .header-over-hero:not(.scrolled) .navbar:not(.navbar-fixed) .navbar-brand .logo {
        filter: none;
    }

    /* Scroll sonrası: solid header */
    body.page-home .header-over-hero.scrolled {
        background: #fff !important;
        box-shadow: 0 2px 18px rgba(16, 20, 71, 0.1);
    }

    body.page-home .header-over-hero.scrolled .top-bar,
    body.page-home .header-over-hero.scrolled .top-bar-modern {
        background: var(--clinicia-gradient) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    }

    body.page-home .header-over-hero.scrolled .top-bar-item {
        color: rgba(255, 255, 255, 0.95);
        text-shadow: none;
    }

    body.page-home .header-over-hero.scrolled .navbar,
    body.page-home .header-over-hero.scrolled .navbar.navbar-fixed {
        background: #fff !important;
        border-bottom: 1px solid rgba(16, 20, 71, 0.08) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body.page-home .header-over-hero.scrolled .navbar .navbar-nav > li > a {
        color: #3a4268 !important;
        text-shadow: none !important;
    }

    body.page-home .header-over-hero.scrolled .navbar .navbar-nav > li > a:hover {
        color: var(--global--color-primary) !important;
        border-bottom-color: rgba(77, 92, 145, 0.45);
    }

    body.page-home .header-over-hero.scrolled .navbar .navbar-nav > li.active > a,
    body.page-home .header-over-hero.scrolled .navbar .navbar-nav > li.has-dropdown.active > a {
        color: var(--global--color-secondary) !important;
        border-bottom-color: var(--global--color-primary);
    }

    body.page-home .header-over-hero.scrolled .navbar .navbar-nav > li.has-dropdown:hover > a {
        color: var(--global--color-primary) !important;
        border-bottom-color: rgba(77, 92, 145, 0.35);
    }

    body.page-home .header-over-hero.scrolled .navbar .navbar-nav > li.has-dropdown > a::after,
    body.page-home .header-over-hero.scrolled .navbar .navbar-nav > li.has-dropdown:hover > a::after,
    body.page-home .header-over-hero.scrolled .navbar .navbar-nav > li.has-dropdown.active > a::after {
        color: #9aa3bf !important;
    }

    body.page-home .header-over-hero.scrolled .navbar li.nav-hover-custom > a::after {
        background: var(--clinicia-gradient);
    }

    body.page-home .header-over-hero.scrolled .navbar .navbar-brand .logo {
        filter: none;
    }
}

/* Ana sayfa mobil/tablet: normal beyaz header */
@media (max-width: 1199.98px) {
    body.page-home .header-over-hero {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        background: none !important;
    }

    body.page-home .header-over-hero.scrolled {
        box-shadow: 0 4px 18px rgba(16, 20, 71, 0.12);
    }

    body.page-home .header-over-hero .top-bar,
    body.page-home .header-over-hero .top-bar-modern {
        background: var(--clinicia-gradient) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    }

    body.page-home .header-over-hero .navbar {
        background: #fff !important;
        border-bottom: 1px solid rgba(16, 20, 71, 0.08) !important;
        box-shadow: none !important;
        position: static !important;
        animation: none !important;
        transform: none !important;
    }

    body.page-home .header-over-hero .navbar .navbar-nav > li > a {
        color: #3a4268 !important;
        text-shadow: none !important;
    }

    body.page-home .header-over-hero .navbar .navbar-nav > li > a:hover {
        color: var(--global--color-primary) !important;
        border-bottom-color: rgba(77, 92, 145, 0.45);
    }

    body.page-home .header-over-hero .navbar .navbar-nav > li.active > a,
    body.page-home .header-over-hero .navbar .navbar-nav > li.has-dropdown.active > a {
        color: var(--global--color-secondary) !important;
        border-bottom-color: var(--global--color-primary);
    }

    body.page-home .header-over-hero .navbar .navbar-nav > li.has-dropdown:hover > a {
        color: var(--global--color-primary) !important;
        border-bottom-color: rgba(77, 92, 145, 0.35);
    }

    body.page-home .header-over-hero .navbar .navbar-nav > li.has-dropdown > a::after,
    body.page-home .header-over-hero .navbar .navbar-nav > li.has-dropdown:hover > a::after,
    body.page-home .header-over-hero .navbar .navbar-nav > li.has-dropdown.active > a::after {
        color: #9aa3bf !important;
    }

    body.page-home .header-over-hero .navbar li.nav-hover-custom > a::after {
        background: var(--clinicia-gradient);
    }

    body.page-home .header-over-hero .navbar .navbar-brand .logo {
        filter: none;
    }

    body.page-home .header-over-hero .navbar .navbar-toggler {
        border-color: rgba(16, 20, 71, 0.12);
        background: transparent;
    }

    body.page-home .header-over-hero .navbar .navbar-toggler-icon {
        filter: none;
    }

    body.page-home .header-over-hero .navbar-collapse .navbar-nav > li > a {
        color: #3a4268 !important;
        text-shadow: none !important;
    }

    body.page-home .header-over-hero .navbar-collapse .navbar-nav > li.active > a,
    body.page-home .header-over-hero .navbar-collapse .navbar-nav > li.has-dropdown.active > a {
        color: var(--global--color-secondary) !important;
    }

    body.page-home .header-over-hero .navbar-collapse .dropdown-menu .nav-item a {
        color: #3a4268 !important;
    }
}

body.page-home #hero-video {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
}

body.page-home #wrapperParallax {
    position: relative;
}

.header-modern .top-bar-modern {
    min-height: var(--clinicia-header-topbar-h);
    height: var(--clinicia-header-topbar-h) !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    background: var(--clinicia-gradient);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-modern .top-bar-modern > .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.header-modern .top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    min-height: 0;
    height: 100%;
    flex-wrap: wrap;
}

.header-modern .top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.header-modern .top-bar-item i {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
}

.header-modern .top-bar-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.85rem;
    border-radius: 8px 8px 0 8px;
    background: #fe2a7f;
    border: none;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(254, 42, 127, 0.28);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header-modern .top-bar-cta:hover {
    background: #e82472;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(254, 42, 127, 0.34);
}

.header-modern .navbar {
    min-height: 0 !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(16, 20, 71, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: box-shadow 0.25s ease, background 0.25s ease;
    overflow: visible !important;
}

.header-modern .navbar > .container {
    display: flex;
    align-items: center;
    min-height: var(--clinicia-header-nav-h);
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.header-modern .navbar-brand {
    margin-right: 1.5rem !important;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}

.header-modern .navbar.navbar-fixed {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    box-shadow: 0 8px 30px rgba(16, 20, 71, 0.08);
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(16, 20, 71, 0.08);
}

.header-modern .navbar.navbar-fixed .navbar-brand .logo {
    filter: none;
}

.header-modern .navbar.navbar-fixed .navbar-nav > li > a {
    color: #3a4268 !important;
    text-shadow: none !important;
}

.header-modern .navbar.navbar-fixed .navbar-nav > li > a:hover {
    color: var(--global--color-primary) !important;
    border-bottom-color: rgba(77, 92, 145, 0.45);
}

.header-modern .navbar.navbar-fixed .navbar-nav > li.active > a,
.header-modern .navbar.navbar-fixed .navbar-nav > li.has-dropdown.active > a {
    color: var(--global--color-secondary) !important;
    border-bottom-color: var(--global--color-primary);
}

.header-modern .navbar.navbar-fixed .navbar-nav > li.has-dropdown > a::after {
    color: #9aa3bf;
}

.header-modern .navbar.navbar-fixed .navbar-toggler {
    border-color: rgba(16, 20, 71, 0.12);
}

.header-modern .navbar.navbar-fixed .navbar-toggler-icon {
    filter: none;
}

.header-modern .navbar-brand .logo {
    width: auto !important;
    height: auto !important;
    max-height: 34px;
    max-width: 140px;
}

.header-modern .navbar-brand .logo-dark {
    display: inline-block !important;
}

.header-modern .navbar .navbar-nav {
    gap: 0.15rem;
}

.header-modern .navbar .navbar-nav > li {
    margin-right: 0 !important;
}

.header-modern .navbar .navbar-nav > li > a {
    line-height: 1.35 !important;
    padding: 0.45rem 0.7rem 0.55rem !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #3a4268 !important;
    border-radius: 0;
    background: transparent !important;
    border-bottom: 2px solid transparent;
    transition: color 0.22s ease, border-color 0.22s ease;
}

.header-modern .navbar .navbar-nav > li > a::before {
    display: none !important;
}

.header-modern .navbar .navbar-nav > li > a:hover {
    color: var(--global--color-primary) !important;
    background: transparent !important;
    border-bottom-color: rgba(77, 92, 145, 0.45);
}

.header-modern .navbar .navbar-nav > li.active > a,
.header-modern .navbar .navbar-nav > li.has-dropdown.active > a {
    color: var(--global--color-secondary) !important;
    font-weight: 600 !important;
    background: transparent !important;
    border-bottom-color: var(--global--color-primary);
}

.header-modern .navbar .navbar-nav > li.has-dropdown:hover > a {
    color: var(--global--color-primary) !important;
    background: transparent !important;
    border-bottom-color: rgba(77, 92, 145, 0.35);
}

.header-modern .navbar .navbar-nav > li.has-dropdown > a::after {
    font-size: 10px;
    margin-left: 5px;
    color: #9aa3bf;
    transition: color 0.22s ease;
}

.header-modern .navbar .navbar-nav > li.has-dropdown:hover > a::after,
.header-modern .navbar .navbar-nav > li.has-dropdown.active > a::after {
    color: var(--global--color-primary);
}

.header-modern li.nav-hover-custom > a {
    position: relative;
    border-bottom-color: transparent !important;
}

.header-modern li.nav-hover-custom > a:hover,
.header-modern li.nav-hover-custom.active > a {
    border-bottom-color: transparent !important;
}

.header-modern li.nav-hover-custom > a::after {
    display: block !important;
    content: '';
    position: absolute;
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0;
    height: 2px;
    background: var(--clinicia-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.header-modern li.nav-hover-custom:hover > a::after,
.header-modern li.nav-hover-custom.active > a::after {
    transform: scaleX(1);
}

.header-modern li.has-dropdown.active > a::before {
    display: none !important;
}

.header-modern .dropdown-menu {
    margin-top: 0.35rem !important;
    padding: 0.55rem;
    border: 1px solid rgba(77, 92, 145, 0.14);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(40, 0, 117, 0.1);
    min-width: 240px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 1200px) {
    body.page-home .header-over-hero:not(.scrolled) .dropdown-menu {
        background: rgba(255, 255, 255, 0.55) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        box-shadow: 0 12px 28px rgba(40, 0, 117, 0.08);
    }

    body.page-home .header-over-hero.scrolled .dropdown-menu {
        background: rgba(255, 255, 255, 0.92) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

.header-modern .dropdown-menu::before {
    display: none;
}

.header-modern .dropdown-menu .nav-item a {
    padding: 0.6rem 0.8rem;
    border-radius: 8px 8px 0 8px;
    font-size: 13px;
    font-weight: 500;
    color: #3a4268;
    border-left: 2px solid transparent;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}

.header-modern .dropdown-menu .nav-item a:hover {
    background: linear-gradient(90deg, rgba(77, 92, 145, 0.1) 0%, rgba(40, 0, 117, 0.06) 100%);
    color: var(--global--color-secondary);
    border-left-color: var(--global--color-primary);
    padding-left: 1rem;
}

.header-modern .navbar-toggler {
    border: 1px solid rgba(16, 20, 71, 0.12);
    border-radius: 8px;
    padding: 0.35rem 0.55rem;
}

.header-topbar.header-modern + .page-title,
.header-topbar.header-modern + .hero,
.header-topbar.header-modern + .slider {
    margin-top: calc(-1 * var(--clinicia-header-h));
}

@media (max-width: 1199.98px) {
    :root {
        --clinicia-header-topbar-h: 28px;
        --clinicia-header-nav-h: 40px;
    }

    .header.header-topbar.header-modern,
    body.page-home .header-over-hero {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .header.header-topbar.header-modern .top-bar,
    .header.header-topbar.header-modern .top-bar-modern {
        display: flex !important;
        height: var(--clinicia-header-topbar-h) !important;
        min-height: var(--clinicia-header-topbar-h) !important;
        padding: 0 !important;
        align-items: center;
    }

    .header-modern .navbar {
        padding: 0 !important;
    }

    .header-modern .navbar > .container {
        min-height: var(--clinicia-header-nav-h);
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .header-modern .module-holder-phone {
        display: flex;
        align-items: center;
    }

    .header-modern .top-bar-inner {
        min-height: 0;
        gap: 0.5rem;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    .header-modern .top-bar-item {
        font-size: 10.5px;
    }

    .header-modern .top-bar-cta {
        padding: 0.2rem 0.55rem;
        font-size: 10.5px;
    }

    .header-modern .navbar-brand .logo {
        max-height: 24px;
        max-width: 110px;
    }

    .header-modern .navbar-toggler {
        padding: 0.2rem 0.4rem;
        margin: 0;
    }

    .header.header-topbar.header-modern .navbar {
        min-height: 0 !important;
        line-height: normal !important;
    }

    .header-modern .top-bar-address {
        display: none;
    }

    .header-modern .top-bar-item,
    .header-modern .top-bar-cta {
        line-height: 1;
    }

    .header-topbar.header-modern + .page-title,
    .header-topbar.header-modern + .hero,
    .header-topbar.header-modern + .slider {
        margin-top: calc(-1 * var(--clinicia-header-h)) !important;
    }

    body.page-home #hero-video {
        margin-top: 0 !important;
    }

    body.page-home #hero-video picture img {
        object-position: 65% center;
    }
}

@media (max-width: 767.98px) {
    :root {
        --clinicia-header-topbar-h: 26px;
        --clinicia-header-nav-h: 38px;
    }

    .header-modern .navbar > .container {
        min-height: var(--clinicia-header-nav-h);
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }

    .header-modern .navbar-brand .logo {
        max-height: 22px;
        max-width: 105px;
    }

    .header-modern .top-bar,
    .header-modern .top-bar-modern {
        display: flex !important;
        height: var(--clinicia-header-topbar-h) !important;
        min-height: var(--clinicia-header-topbar-h) !important;
    }

    .header-modern .top-bar-item {
        font-size: 10.5px;
    }

    .header-modern .top-bar-cta {
        padding: 0.2rem 0.55rem;
        font-size: 10.5px;
    }

    .header-modern .top-bar-inner {
        justify-content: flex-end;
    }

    .header.header-topbar.header-modern {
        height: auto !important;
    }

    .header-topbar.header-modern + .page-title,
    .header-topbar.header-modern + .hero,
    .header-topbar.header-modern + .slider {
        margin-top: calc(-1 * var(--clinicia-header-h)) !important;
    }

    body.page-home #hero-video {
        margin-top: 0 !important;
    }

    .header-modern .navbar-collapse {
        margin-top: 0.5rem;
        padding: 0.75rem;
        border-radius: 12px;
        border: 1px solid rgba(77, 92, 145, 0.14);
        background: #fff;
        box-shadow: 0 12px 30px rgba(40, 0, 117, 0.1);
    }

    .header-modern .navbar-collapse::before {
        display: none;
    }

    .header-modern .navbar-collapse .dropdown-menu {
        border: none;
        box-shadow: none;
        padding: 0.25rem 0 0.25rem 0.75rem;
        margin-top: 0 !important;
        background: transparent;
    }

    .header-modern .navbar-collapse .dropdown-menu::before {
        display: none;
    }

    .header-modern .navbar .navbar-nav > li > a {
        padding: 0.5rem 0.75rem !important;
    }
}

@media (min-width: 1200px) {
    .header-modern .navbar .navbar-nav > li > a {
        padding: 0.65rem 0.75rem 0.75rem !important;
        font-size: 13.5px !important;
    }
}

@media (min-width: 1400px) {
    .header-modern .navbar .navbar-nav > li > a {
        padding: 0.7rem 0.85rem 0.8rem !important;
        font-size: 14px !important;
    }
}

/* Footer gradient (features bar ile aynı geçiş) */
.footer.footer-1 {
    background: var(--clinicia-gradient) !important;
}

.footer.footer-1::after {
    background: var(--g-end);
}

.footer.footer-1 .footer-bottom {
    background: transparent;
}

.footer-bottom .footer-links--inline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem 0.85rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.footer-bottom .footer-links--inline::-webkit-scrollbar {
    display: none;
}

.footer-bottom .footer-links--inline li {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.footer-bottom .footer-links--inline li + li::before {
    content: "·";
    margin-right: 0.85rem;
    opacity: 0.55;
    color: rgba(255, 255, 255, 0.85);
}

.footer-bottom .footer-links--inline a {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.8125rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-bottom .footer-links--inline a:hover {
    opacity: 0.85;
    color: #fff;
}

@media (min-width: 768px) {
    .footer-bottom .footer-links--inline a {
        font-size: 0.875rem;
    }
}

.footer-legal-bar {
    background: linear-gradient(90deg, var(--g-50) 0%, var(--g-75) 55%, var(--g-end) 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/* Ana sayfa blog carousel — tarih rozeti */
#blog-2 .blog-entry .entry-img .entry-date {
    top: 20px;
    right: 20px;
    padding: 12px 0;
    min-width: 72px;
    border-radius: 10px 10px 10px 0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 10px 28px rgba(40, 0, 117, 0.14);
}

#blog-2 .blog-entry .entry-img .entry-date .entry-content {
    padding: 0 16px 0 14px;
    align-items: center;
}

#blog-2 .blog-entry .entry-img .entry-date .entry-content::before {
    width: 3px;
    border-radius: 0 2px 2px 0;
}

#blog-2 .blog-entry .entry-img .entry-date .entry-content .day {
    color: var(--global--color-primary);
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 2px;
}

#blog-2 .blog-entry .entry-img .entry-date .entry-content .month {
    color: var(--global--color-heading);
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#blog-2 .blog-entry .entry-img picture,
#blog-2 .blog-entry .entry-img img {
    display: block;
    width: 100%;
}

/* Yasal metin sayfaları */
.legal-page {
    padding-bottom: 3rem;
}

.legal-page a:not(.legal-contact-link) {
    color: var(--global--color-primary);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.legal-page a:not(.legal-contact-link):hover {
    color: var(--global--color-secondary);
}

.legal-hero {
    background: var(--clinicia-gradient);
    padding: 1.75rem 0 2rem;
    margin-bottom: 2rem;
}

.legal-breadcrumb {
    margin-bottom: 0 !important;
}

.legal-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
}

.legal-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.65);
}

.legal-hero__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.legal-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 0.75rem;
}

.legal-hero__title {
    color: #fff;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.legal-hero__lead {
    color: rgba(255, 255, 255, 0.88);
    max-width: 640px;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.legal-hero__date {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1rem;
    border-radius: 8px 8px 0 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.85rem;
    white-space: nowrap;
}

.legal-body {
    margin-top: -0.5rem;
}

.legal-toc {
    position: sticky;
    top: calc(var(--clinicia-header-h, 80px) + 1rem);
    padding: 1.1rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(77, 92, 145, 0.14);
    background: #fff;
    box-shadow: 0 8px 24px rgba(40, 0, 117, 0.07);
}

.legal-toc__title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--global--color-primary);
    margin-bottom: 0.65rem;
}

.legal-toc ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-toc ol li {
    margin-bottom: 0.15rem;
}

.legal-toc ol li a {
    display: block;
    padding: 0.35rem 0.5rem;
    border-radius: 6px;
    font-size: 0.82rem;
    color: #5a6480 !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: background 0.15s ease, color 0.15s ease;
}

.legal-toc ol li a:hover {
    background: var(--global--color-primary-light);
    color: var(--global--color-primary-darken) !important;
}

.legal-block {
    background: #fff;
    border: 1px solid rgba(77, 92, 145, 0.12);
    border-radius: 14px;
    padding: 1.25rem 1.35rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 18px rgba(40, 0, 117, 0.04);
}

.legal-block__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 2px solid var(--global--color-primary-light);
}

.legal-block__num {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 10px 0;
    background: var(--clinicia-gradient);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.legal-block__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--global--color-primary-darken);
    line-height: 1.3;
}

.legal-block__head h2 small {
    font-size: 0.75em;
    font-weight: 500;
    color: var(--global--color-primary);
}

.legal-block__body p {
    margin-bottom: 0.75rem;
    font-size: 0.92rem;
    line-height: 1.65;
}

.legal-block__body p:last-child {
    margin-bottom: 0;
}

.legal-block__intro {
    color: #5a6480;
    font-size: 0.88rem !important;
    margin-bottom: 1rem !important;
}

.legal-highlight {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(77, 92, 145, 0.08) 0%, rgba(254, 42, 127, 0.06) 100%);
    border-left: 4px solid var(--global--color-primary);
    margin-top: 0.75rem;
}

.legal-highlight > i {
    color: var(--global--color-primary);
    font-size: 1.25rem;
    margin-top: 0.15rem;
}

.legal-highlight p {
    margin: 0 !important;
}

.legal-highlight--cta {
    border-left-color: var(--global--color-secondary);
    background: linear-gradient(135deg, rgba(254, 42, 127, 0.07) 0%, rgba(77, 92, 145, 0.06) 100%);
}

.legal-info-card {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    height: 100%;
    padding: 1rem;
    border-radius: 10px;
    background: #f8f9fc;
    border: 1px solid rgba(77, 92, 145, 0.1);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.legal-info-card:hover {
    border-color: rgba(77, 92, 145, 0.25);
    box-shadow: 0 4px 14px rgba(77, 92, 145, 0.08);
}

.legal-info-card > i {
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--global--color-primary-light);
    color: var(--global--color-primary);
    font-size: 0.95rem;
}

.legal-info-card__label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--global--color-primary);
    margin-bottom: 0.25rem;
}

.legal-info-card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #3a4268;
}

.legal-data-card {
    height: 100%;
    padding: 1rem 1.1rem;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(77, 92, 145, 0.12);
    border-top: 3px solid var(--global--color-primary);
}

.legal-data-card--accent {
    border-top-color: #fe2a7f;
    background: linear-gradient(180deg, rgba(254, 42, 127, 0.04) 0%, #fff 40%);
}

.legal-data-card--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.5rem;
    border-top-color: #6c63ff;
}

.legal-data-card--inline h3 {
    margin-bottom: 0 !important;
}

.legal-data-card--inline p {
    margin: 0;
    flex: 1;
    min-width: 200px;
    font-size: 0.88rem;
    color: #5a6480;
}

.legal-data-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--global--color-primary-darken);
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.legal-data-card h3 i {
    color: var(--global--color-primary);
    font-size: 0.9rem;
}

.legal-data-card ul {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.85rem;
    line-height: 1.55;
}

.legal-data-card ul li {
    margin-bottom: 0.25rem;
}

.legal-tag {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    background: rgba(254, 42, 127, 0.12);
    color: #c91d62;
    font-size: 0.72rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.legal-tag--sm {
    margin-bottom: 0;
}

.legal-purpose-card {
    height: 100%;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: #f8f9fc;
    border-left: 3px solid var(--global--color-primary);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.legal-purpose-card strong {
    font-size: 0.88rem;
    color: var(--global--color-primary-darken);
}

.legal-purpose-card span {
    font-size: 0.8rem;
    color: #6b7590;
    line-height: 1.45;
}

.legal-basis-card {
    height: 100%;
    padding: 1rem 1.1rem;
    border-radius: 10px;
    border: 1px solid rgba(77, 92, 145, 0.12);
}

.legal-basis-card h4 {
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.legal-basis-card p {
    margin: 0;
    font-size: 0.84rem;
    color: #5a6480;
    line-height: 1.5;
}

.legal-basis-card--1 { background: rgba(77, 92, 145, 0.07); border-left: 4px solid var(--global--color-primary); }
.legal-basis-card--2 { background: rgba(16, 20, 71, 0.05); border-left: 4px solid var(--global--color-primary-darken); }
.legal-basis-card--3 { background: rgba(108, 99, 255, 0.07); border-left: 4px solid #6c63ff; }
.legal-basis-card--4 { background: rgba(254, 42, 127, 0.06); border-left: 4px solid #fe2a7f; }

.legal-basis-card--1 h4 { color: var(--global--color-primary); }
.legal-basis-card--2 h4 { color: var(--global--color-primary-darken); }
.legal-basis-card--3 h4 { color: #6c63ff; }
.legal-basis-card--4 h4 { color: #fe2a7f; }

.legal-table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(77, 92, 145, 0.14);
    font-size: 0.88rem;
}

.legal-table thead th {
    background: var(--clinicia-gradient);
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1rem;
    border: none;
    text-align: left;
}

.legal-table tbody td {
    padding: 0.7rem 1rem;
    vertical-align: top;
    border-top: 1px solid rgba(77, 92, 145, 0.1);
    color: #3a4268;
    line-height: 1.5;
}

.legal-table tbody tr:nth-child(even) td {
    background: rgba(77, 92, 145, 0.03);
}

.legal-table-icon {
    color: var(--global--color-primary);
    margin-right: 0.4rem;
    width: 1rem;
    text-align: center;
}

.legal-note {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.85rem !important;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: var(--global--color-primary-light);
    font-size: 0.85rem !important;
    color: var(--global--color-primary-darken);
}

.legal-note i {
    color: var(--global--color-primary);
    margin-top: 0.15rem;
}

.legal-security-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(77, 92, 145, 0.12);
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--global--color-primary-darken);
    height: 100%;
}

.legal-security-item i {
    color: var(--global--color-primary);
    font-size: 1rem;
}

.legal-right-item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    background: #f8f9fc;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #3a4268;
    height: 100%;
}

.legal-right-item i {
    color: #2ecc71;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.legal-mini-card {
    height: 100%;
    padding: 1rem;
    border-radius: 10px;
    background: #f8f9fc;
    border: 1px solid rgba(77, 92, 145, 0.1);
}

.legal-mini-card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--global--color-primary);
    margin-bottom: 0.4rem;
}

.legal-mini-card p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #5a6480;
}

.legal-contact-banner {
    background: var(--clinicia-gradient);
    border-radius: 14px;
    padding: 1.5rem 1.5rem 1.25rem;
    color: #fff;
    margin-bottom: 0;
}

.legal-contact-banner h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.35rem;
}

.legal-contact-banner > p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.legal-contact-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.88rem;
    font-weight: 500;
    height: 100%;
    transition: background 0.2s ease, transform 0.2s ease;
}

.legal-contact-link:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff !important;
    transform: translateY(-2px);
}

.legal-contact-link--static {
    cursor: default;
}

.legal-contact-link--static:hover {
    transform: none;
}

.legal-contact-link i {
    font-size: 1.1rem;
    opacity: 0.9;
}

@media (max-width: 991.98px) {
    .legal-hero {
        padding: 1.25rem 0 1.5rem;
        margin-bottom: 1.25rem;
    }

    .legal-block {
        padding: 1rem;
    }

    .legal-contact-banner {
        padding: 1.25rem 1rem;
    }
}

/* Uzman detay sayfası */
.doctor-profile-page {
    padding-bottom: 4.5rem;
    background: #f7f8fc;
}

.doctor-profile-hero {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: clamp(520px, 72vh, 760px);
    padding: 2rem 0 3.25rem;
    overflow: hidden;
    border-bottom: none;
}

.doctor-profile-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.doctor-profile-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.doctor-profile-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(16, 20, 71, 0.92) 0%, rgba(77, 92, 145, 0.82) 42%, rgba(77, 92, 145, 0.55) 100%),
        linear-gradient(180deg, rgba(16, 20, 71, 0.15) 0%, rgba(16, 20, 71, 0.35) 100%);
}

.doctor-profile-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-height: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.doctor-profile-hero::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -8%;
    width: min(480px, 45vw);
    height: min(480px, 45vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254, 42, 127, 0.12) 0%, transparent 68%);
    pointer-events: none;
    z-index: 1;
}

.doctor-profile-breadcrumb {
    margin-bottom: 1.75rem !important;
}

.doctor-profile-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    font-size: 0.85rem;
}

.doctor-profile-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
}

.doctor-profile-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}

.doctor-profile-hero__layout {
    display: grid;
    grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    width: 100%;
}

.doctor-profile-hero__media {
    position: relative;
}

.doctor-profile-hero__media::after {
    content: "";
    position: absolute;
    inset: auto 0 -12px 12px;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(254, 42, 127, 0.45), rgba(77, 92, 145, 0.35));
    z-index: 0;
}

.doctor-profile-hero__avatar {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 340px;
    aspect-ratio: 3 / 4;
    border-radius: 16px;
    object-fit: cover;
    object-position: top center;
    border: 4px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.doctor-profile-hero__body {
    min-width: 0;
    padding: 0.5rem 0;
}

.doctor-profile-hero__badge {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.doctor-profile-hero__name {
    margin: 0 0 0.85rem;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    color: #fff;
    max-width: 14ch;
}

.doctor-profile-hero__desc {
    margin: 0 0 1.35rem;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 48ch;
}

.doctor-profile-hero__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.doctor-profile-hero__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1rem;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.doctor-profile-hero__social a:hover {
    background: var(--global--color-secondary);
    border-color: var(--global--color-secondary);
    color: #fff !important;
    transform: translateY(-2px);
}

.doctor-profile-body {
    padding-top: 3rem;
    margin-top: 0;
    position: relative;
    z-index: 3;
}

.doctor-profile-card {
    padding: 1.15rem 1.25rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(77, 92, 145, 0.12);
    box-shadow: 0 4px 18px rgba(40, 0, 117, 0.04);
}

.doctor-profile-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: calc(var(--clinicia-header-h, 84px) + 1rem);
}

.doctor-profile-page .callback-request-card {
    margin-bottom: 0 !important;
    padding: 1.15rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(77, 92, 145, 0.12);
    box-shadow: 0 4px 18px rgba(40, 0, 117, 0.04);
}

.doctor-profile-page .callback-request-card .contact-body {
    padding: 0 !important;
    text-align: left !important;
}

.doctor-profile-page .callback-request-card .card-heading {
    margin: 0 0 0.85rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid var(--global--color-primary-light);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--global--color-primary-darken);
}

.doctor-profile-page .callback-request-card .card-desc {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.55;
}

.doctor-profile-page .callback-request-card .form-control {
    margin-bottom: 0;
}

.doctor-profile-page .callback-request-card .btn {
    height: auto;
    min-height: 3rem;
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
}

.doctor-profile-page .callback-request-card .btn.btn-line .line {
    display: none;
}

.doctor-profile-card__title {
    margin: 0 0 0.85rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid var(--global--color-primary-light);
    font-size: 1rem;
    font-weight: 700;
    color: var(--global--color-primary-darken);
}

.doctor-profile-bio {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #3a4268;
    white-space: pre-line;
}

.doctor-profile-meta {
    margin: 0;
}

.doctor-profile-meta__row {
    display: grid;
    grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
    gap: 0.5rem 0.75rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(77, 92, 145, 0.08);
}

.doctor-profile-meta__row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.doctor-profile-meta__row dt {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--global--color-primary);
}

.doctor-profile-meta__row dd {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #3a4268;
}

.doctor-profile-expertise {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(77, 92, 145, 0.1);
}

.doctor-profile-expertise__title {
    margin: 0 0 0.65rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--global--color-primary);
}

.doctor-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.doctor-profile-tags li {
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #f0f3fa;
    border: 1px solid rgba(77, 92, 145, 0.12);
    font-size: 0.78rem;
    font-weight: 500;
    color: #3a4268;
    line-height: 1.35;
}

.doctor-profile-related {
    margin-top: 1rem;
    padding: 1.15rem 1.25rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(77, 92, 145, 0.12);
    box-shadow: 0 4px 18px rgba(40, 0, 117, 0.04);
}

.doctor-profile-related__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.doctor-profile-related__list li + li {
    margin-top: 0.55rem;
}

.doctor-profile-related__list a {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.55rem 0.6rem;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--global--color-primary-darken) !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease;
}

.doctor-profile-related__list a:hover {
    background: var(--global--color-primary-light);
    color: var(--global--color-primary) !important;
}

.doctor-profile-related__list a i {
    flex-shrink: 0;
    margin-top: 0.25rem;
    color: var(--global--color-primary);
    font-size: 0.75rem;
}

.doctor-profile-related__list a span {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 991.98px) {
    .doctor-profile-hero {
        min-height: auto;
        padding: 1.5rem 0 2rem;
    }

    .doctor-profile-hero__layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .doctor-profile-hero__media {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .doctor-profile-hero__media::after {
        left: 12px;
        right: 12px;
    }

    .doctor-profile-hero__avatar {
        max-width: 100%;
        aspect-ratio: 4 / 5;
    }

    .doctor-profile-hero__name {
        max-width: none;
    }

    .doctor-profile-hero__desc {
        max-width: none;
    }

    .doctor-profile-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .doctor-profile-hero {
        padding: 1.25rem 0 1.75rem;
    }

    .doctor-profile-breadcrumb {
        margin-bottom: 1.25rem !important;
    }

    .doctor-profile-hero__media {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .doctor-profile-meta__row {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }

    .doctor-profile-body {
        padding-top: 2rem;
    }

    .doctor-profile-page .callback-request-card {
        padding: 1.1rem 1.15rem;
    }
}

/* Akredite hekimler listesi */
.team-list-page {
    padding: 2rem 0 3rem !important;
    overflow-x: hidden;
    background: #f7f8fc;
}

.team-list-page__breadcrumb {
    margin-bottom: 0 !important;
}

.team-list-page__breadcrumb .breadcrumb-item a {
    color: var(--global--color-primary) !important;
    text-decoration: none;
    font-size: 0.85rem;
}

.team-list-page__breadcrumb .breadcrumb-item.active {
    color: #5c6378;
    font-size: 0.85rem;
}

.team-list-page__grid {
    align-items: stretch;
}

.team-list-page .team-member {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0 !important;
    background: #fff;
    border: 1px solid rgba(77, 92, 145, 0.12);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(40, 0, 117, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-list-page .team-member:hover {
    transform: translateY(-6px);
    border-color: rgba(77, 92, 145, 0.22);
    box-shadow: 0 16px 36px rgba(40, 0, 117, 0.12);
}

.team-list-page .team-member .team-member-holder {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-list-page .team-member .team-img {
    position: relative;
    flex-shrink: 0;
    aspect-ratio: 4 / 5;
    max-height: 320px;
    overflow: hidden;
    border-radius: 0;
}

.team-list-page .team-member .team-img::before {
    display: none;
}

.team-list-page .team-member .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transform: none !important;
    transition: transform 0.45s ease;
}

.team-list-page .team-member:hover .team-img img {
    transform: scale(1.04) !important;
}

.team-list-page .team-member .team-content-holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 0;
}

.team-list-page .team-member .team-content-holder .team-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.1rem 1.15rem 1rem;
    margin-top: 0 !important;
    transform: none !important;
    min-height: 220px;
}

.team-list-page .team-member .team-content-holder .team-content::after {
    display: none;
}

.team-list-page .team-member .team-title h4 {
    margin-bottom: 0.35rem;
    font-size: 1rem;
    line-height: 1.35;
}

.team-list-page .team-member .team-title h4 a {
    color: var(--global--color-primary-darken) !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.team-list-page .team-member .team-title h4 a:hover {
    color: var(--global--color-secondary) !important;
}

.team-list-page .team-member .team-cat {
    margin-bottom: 0.65rem;
}

.team-list-page .team-member .team-cat a {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--global--color-primary-light);
    color: var(--global--color-primary-darken) !important;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
    pointer-events: none;
}

.team-list-page .team-member .team-cat a::before {
    display: none;
}

.team-list-page .team-member .team-desc {
    flex: 1;
    margin-bottom: 0.85rem;
}

.team-list-page .team-member .team-desc p {
    margin-bottom: 0 !important;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #5c6378;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-list-page.team-modern .team-member .team-content-holder .team-content .team-social {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    gap: 0.5rem;
    padding: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent !important;
}

.team-list-page.team-modern .team-member .team-content-holder .team-content .team-social a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--global--color-primary-light) !important;
    color: var(--global--color-primary) !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.team-list-page.team-modern .team-member .team-content-holder .team-content .team-social a::after {
    display: none !important;
    content: none !important;
}

.team-list-page.team-modern .team-member .team-content-holder .team-content .team-social a i {
    font-size: 0.95rem;
    color: inherit !important;
}

.team-list-page.team-modern .team-member .team-content-holder .team-content .team-social a:hover {
    background: var(--global--color-primary) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.team-list-page.team-modern .team-member .team-content-holder .team-content .team-social a:hover i {
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .team-list-page .team-member .team-img {
        aspect-ratio: 3 / 4.25;
        max-height: 380px;
    }

    .team-list-page .team-member .team-content-holder .team-content {
        min-height: 200px;
    }
}

@media (max-width: 767.98px) {
    .team-list-page {
        padding: 1.5rem 0 2.5rem;
    }

    .team-list-page .team-member .team-img {
        aspect-ratio: 3 / 4.5;
        max-height: 440px;
        min-height: 340px;
    }

    .team-list-page .team-member .team-img img {
        object-position: center top;
    }

    .team-list-page .team-member .team-content-holder .team-content {
        min-height: 0;
    }
}

/* --- SEO / performans: ana sayfa --- */
#hero-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    min-height: 60vh;
    max-height: 100vh;
}

#hero-video picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#hero-video picture,
#hero-video picture img {
    width: 100%;
    height: 100%;
}

#hero-video picture img {
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 1199.98px) {
    #hero-video picture img {
        object-position: 72% center;
    }
}

@media (max-width: 991.98px) {
    #featuresBar-1 {
        display: block !important;
    }

    #featuresBar-1 .features-holder {
        display: none !important;
    }

    .features .feature-panel-holder {
        padding-top: 0 !important;
    }

    .features .feature-panel-holder .feature-panel .feature-content p {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .features .feature-panel-holder .feature-panel a {
        border-color: var(--global--color-primary) !important;
        margin-top: 12px !important;
        color: var(--global--color-primary) !important;
    }

    .features .feature-panel-holder .feature-panel:not(.feature-panel-dark) {
        background-color: var(--global--color-white) !important;
    }

    .features .feature-panel-holder .feature-panel:not(.feature-panel-dark) .feature-icon i::before {
        color: var(--global--color-primary) !important;
    }

    .features .feature-panel-holder .feature-panel:not(.feature-panel-dark) .feature-content h4 {
        color: var(--global--color-heading) !important;
    }

    .features .feature-panel-holder .feature-panel.feature-panel-dark {
        background-color: var(--global--color-primary) !important;
        border-color: rgba(249, 249, 249, 0.15) !important;
    }

    .features .feature-panel-holder .feature-panel.feature-panel-dark .feature-icon i::before {
        color: var(--global--color-white) !important;
    }

    .features .feature-panel-holder .feature-panel.feature-panel-dark .feature-content h4 {
        color: var(--global--color-white) !important;
    }

    .features .features-holder .feature-panel {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-about-img {
        margin-top: 50px;
    }
}

.home-phone-icon {
    background-color: #fe2a7f;
}

.home-cta-btn {
    font-size: 14px;
    padding: 12px 0;
    min-width: 200px;
    font-weight: 600;
    border-radius: 8px;
}

.home-intro-heading {
    margin-top: 50px;
}

.home-about-img {
    margin-top: 130px;
}

.home-about-photo {
    border-radius: 10px;
}

.home-hero-subtitle {
    color: var(--global--color-white) !important;
}

/* Footer — inline stillerin yerine */
.footer-top .footer-card .footer-title,
.footer-top .footer-card .footer-desc,
.footer-top .footer-card .footer-link {
    color: #fff !important;
}

.footer-socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

/* App store modal */
.app-store-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.app-store-qr-img {
    width: 140px;
    height: auto;
}

/* --- Site geneli: inline style yerine utility sınıfları --- */
.page-section-top {
    padding-top: 30px;
    overflow-x: hidden;
}

.page-section-top-simple {
    padding-top: 30px;
}

.page-section-top-lg {
    padding-top: 40px;
}

.page-section-flat {
    padding-top: 0;
    overflow-x: hidden;
}

.page-section-flat-only {
    padding-top: 0;
}

.page-container-top {
    padding-top: 30px;
}

.breadcrumb .breadcrumb-link,
.breadcrumb-link {
    color: var(--global--color-primary);
}

.content-img-rounded {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content-img-rounded--full {
    width: 100%;
}

.content-img-rounded--12 {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sidebar-card {
    border: 1px solid #eee;
    border-radius: 10px;
}

.sidebar-card--muted {
    background: #f8f9fa;
    border-radius: 10px;
}

.section-muted-bg {
    background: #f8f9fa;
}

.landing-cluster-label {
    color: var(--global--color-primary);
    font-weight: 600;
}

.heading-primary-dark {
    color: var(--global--color-primary-darken);
}

.text-narrow-center {
    max-width: 560px;
}

.landing-info-panel {
    background: #f8f9fc;
    border-radius: 16px;
    border: 1px solid rgba(77, 92, 145, 0.12);
}

.knowledge-card-link {
    border: 1px solid #eee;
    border-radius: 10px;
    text-decoration: none;
}

.modal-close-custom {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-close-randevu {
    position: absolute;
    top: 35px;
    right: 45px;
}

.map-iframe {
    border: 0;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.contact-result-hidden {
    display: none;
}

.contact-phone-white {
    color: var(--global--color-white);
}

.heading-title-md {
    font-size: 26px;
}

.media-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.media-card__img-wrap {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.media-card__img-wrap--video {
    height: 150px;
}

.media-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.media-card__body {
    padding: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.media-card__body--compact {
    padding: 15px;
}

.media-card__title {
    margin-bottom: 6px;
}

.media-card__subtitle {
    margin-bottom: 6px;
    font-size: 14px;
}

.media-card__desc {
    font-size: 13px;
}

.media-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.8);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-muted-bg-alt {
    background-color: #f8f9fa;
    overflow-x: hidden;
}

.page-medyada section {
    padding: 0 !important;
}

.page-medyada .about .about-img img {
    height: 350px;
}

.page-medyada .social-overlay {
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-medyada .media-play-btn {
    transition: all 0.3s ease;
}

.page-medyada .media-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.page-medyada .team-member {
    transition: all 0.3s ease;
}

.page-medyada .team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.page-medyada .btn-sm {
    font-size: 12px;
    padding: 8px 16px;
}

.ht-section-intro {
    padding-top: 0;
    padding-bottom: 50px;
}

.ht-section-block {
    padding-top: 40px;
    padding-bottom: 50px;
}

.ht-heading-spaced {
    margin-top: 25px !important;
}

.expert-note-box {
    background-color: #f9f9f9;
    padding: 15px;
    border-left: 4px solid var(--global--color-primary);
    border-radius: 4px;
    margin-bottom: 20px;
}

.expert-note-box p {
    font-size: 0.95rem;
}

