/* Iconsax — bozuk .html font yollarını geçersiz kılar */
@font-face {
    font-family: 'iconsax';
    src: url('../fonts/iconsax92de.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.isax {
    font-family: 'iconsax' !important;
}

/*
 * Hakkımda — tek watermark (repeat yok, diğer section'larda doku yok)
 */
#hakkimda.about-section-five--light {
    position: relative;
    isolation: isolate;
    background-color: #fff !important;
    background-image: none !important;
}

#hakkimda.about-section-five--light::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.11;
    background-image: var(--hakkimda-watermark, url('../img/icon-texture.png'));
    background-repeat: no-repeat;
    background-size: min(22rem, 48vw);
    background-position: 92% 50%;
}

#hakkimda.about-section-five--light > * {
    position: relative;
    z-index: 1;
}

/* Lazy yükleme */
img.perf-lazy-defer {
    background: #eef1f6;
}

img.perf-lazy-defer.perf-loaded,
img[loading="lazy"].perf-loaded {
    background: transparent;
}

img.perf-lazy-defer:not(.perf-loaded) {
    opacity: 0.85;
}

img.perf-lazy-defer.perf-loaded {
    opacity: 1;
    transition: opacity 0.25s ease;
}

/* Hakkımda — tipografi ve ikonlar (theme-4) */
.about-section-five--light {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.about-section-five--light .about-section-five__eyebrow {
    margin: 0 0 0.75rem;
    padding: 0;
    border: none;
    border-radius: 0;
    width: auto;
    overflow: visible;
    gap: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #192273 !important;
    line-height: 1.2;
    background: transparent;
    position: static;
    display: block;
}

.about-section-five--light .about-section-five__eyebrow::before,
.about-section-five--light .about-section-five__eyebrow::after {
    display: none !important;
    content: none !important;
}

.about-section-five--light .about-section-five__title {
    margin: 0 0 1rem;
    font-size: clamp(1.625rem, 4.5vw, 2.125rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #0c0a09 !important;
}

.about-section-five--light .about-section-five__subtitle {
    display: block;
    margin-top: 0.5rem;
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    color: #57534e !important;
}

.about-section-five--light .about-section-five__lead {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #57534e !important;
    max-width: 34rem;
}

.about-section-five--light .about-section-five__list {
    margin-top: 1.75rem;
}

.about-section-five--light .about-item-five {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(25, 34, 115, 0.08);
}

.about-section-five--light .about-item-five:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.about-section-five--light .about-icon {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    margin: 0;
    padding: 0;
    border-radius: 0.625rem;
    background: rgba(26, 204, 191, 0.14);
    border: 1px solid rgba(25, 34, 115, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-section-five--light .about-icon img {
    display: none;
}

.about-section-five--light .about-icon i {
    font-size: 1.125rem;
    line-height: 1;
    color: #192273;
}

.about-section-five--light .about-item-five .custom-title {
    margin: 0 0 0.35rem;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.35;
    color: #0c0a09 !important;
}

.about-section-five--light .about-item-five p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #57534e !important;
}

.about-section-five--light .about-section-five__cta {
    margin-top: 1.5rem;
}

.about-section-five--light .about-section-five__cta .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.about-section-five--light .about-img-five .img-1 {
    animation: none;
    border-radius: 0.75rem;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .about-section-five--light .about-img-five {
        display: block !important;
        margin-bottom: 0;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-section-five--light .about-img-five .img-1 {
        width: 100%;
        height: auto;
        max-height: 480px;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }

    .about-section-five--light .about-section-five__header,
    .about-section-five--light .about-section-five__lead,
    .about-section-five--light .about-section-five__list,
    .about-section-five--light .about-section-five__cta {
        text-align: left;
    }

    .about-section-five--light .about-section-five__eyebrow,
    .about-section-five--light .about-section-five__title,
    .about-section-five--light .about-section-five__subtitle,
    .about-section-five--light .about-section-five__lead {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Header — mobil: yükseklik + logo tam görünsün */
@media (max-width: 991.98px) {
    .header-five .header-nav {
        height: auto !important;
        min-height: 92px;
        padding-top: 14px;
        padding-bottom: 14px;
        align-items: center;
    }

    .header-five .header-nav .navbar-header {
        width: 100%;
        min-height: 64px;
        align-items: center;
        gap: 12px;
    }

    .header-five .header-nav .navbar-header .logo {
        width: auto !important;
        max-width: calc(100% - 52px);
        flex: 1 1 auto;
        margin-right: 0;
        display: flex;
        align-items: center;
        overflow: visible;
    }

    .header-five .header-nav .navbar-header .logo img {
        width: auto !important;
        max-width: 100%;
        max-height: 58px;
        height: auto !important;
        object-fit: contain;
        object-position: left center;
    }

    .header-five #mobile_btn {
        flex-shrink: 0;
        align-self: center;
    }

    .header-five .header-nav .menu-header {
        min-height: 72px;
        padding-top: 14px;
        padding-bottom: 14px;
        align-items: center;
    }

    .header-five .header-nav .menu-header .menu-logo {
        max-width: calc(100% - 48px);
        overflow: visible;
    }

    .header-five .header-nav .menu-header .menu-logo img {
        width: auto !important;
        max-width: 100%;
        max-height: 56px;
        height: auto !important;
        object-fit: contain;
    }
}

/* Mobil menü — soldan açılır, FAB üstünde tam katman */
@media (max-width: 991.98px) {
    .header .header-nav .main-menu-wrapper {
        left: 0 !important;
        right: auto !important;
        z-index: 10100 !important;
        transform: translateX(-100%) !important;
        -webkit-transform: translateX(-100%) !important;
        -ms-transform: translateX(-100%) !important;
    }

    html.menu-opened .header .header-nav .main-menu-wrapper,
    .menu-opened .main-menu-wrapper {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
    }

    .sidebar-overlay {
        z-index: 10090 !important;
    }

    html.menu-opened .site-fab {
        z-index: 1000;
        pointer-events: none;
    }

    html.menu-opened .site-fab__wrap > * {
        pointer-events: none;
    }

    .header .header-nav .main-nav > li.has-submenu > ul.submenu {
        display: none;
        background: #f4f6f8 !important;
        border-radius: 8px;
        margin: 4px 0 10px;
        padding: 6px 0;
    }

    .header .header-nav .main-nav > li.has-submenu.active > ul.submenu {
        display: block !important;
    }

    .header .header-nav .main-nav > li.has-submenu > a.main-menu span i {
        transition: transform 0.25s ease;
        transform: rotate(0deg) !important;
    }

    .header .header-nav .main-nav > li.has-submenu.active > a.main-menu span i {
        transform: rotate(45deg) !important;
    }

    .header-five .header-nav .main-menu-wrapper .main-nav .submenu span i {
        transform: rotate(0deg) !important;
    }

    .header-five .header-nav .main-menu-wrapper .main-nav > li.has-submenu.active > a.main-menu span i {
        transform: rotate(45deg) !important;
    }
}

.whychoose-section-five {
    background-color: #f9f9f9 !important;
}

/* Tedavi tanıtımları — üstte başlık, tam genişlik slider */
.tedavi-tanitim-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.tedavi-tanitim-section + .tedavi-tanitim-section {
    padding-top: 0;
}

.tedavi-tanitim__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.tedavi-tanitim__header {
    text-align: left;
    margin-bottom: 0;
}

.tedavi-tanitim__header .section-sub-title {
    margin-left: 0 !important;
}

.tedavi-tanitim__controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.tedavi-swiper-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #192273;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.tedavi-swiper-btn:hover {
    background: #316dff;
    border-color: #316dff;
    color: #fff;
}

.tedavi-pagination {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 40px;
}

.tedavi-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    opacity: 1;
    margin: 0 !important;
}

.tedavi-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: #316dff;
}

.tedavi-swiper {
    width: 100%;
    overflow: hidden;
}

.tedavi-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.tedavi-choose-card {
    min-height: 300px;
    width: 100%;
    height: 100%;
}

.tedavi-choose-card .choose-content .description {
    font-size: 0.875rem;
    line-height: 1.5;
}

.tedavi-choose-card .choose-content .custom-title {
    font-size: 1.125rem;
}

@media (max-width: 767.98px) {
    .tedavi-tanitim__top {
        align-items: center;
    }

    .tedavi-tanitim__controls {
        width: 100%;
        justify-content: center;
    }
}

/* SSS */
.faq-section-home {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.faq-section-home__header {
    text-align: left;
    margin-bottom: 0;
}

.faq-section-home__header .section-sub-title {
    margin-left: 0 !important;
}

.faq-section-home__lead {
    margin: 1rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #57534e;
}

.faq-section-home__accordion .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: #0c0a09;
}

.faq-section-home__accordion .accordion-button:not(.collapsed) {
    color: #192273;
}

.faq-section-home__accordion .accordion-item:not(.active) .accordion-body .accordion-content p,
.faq-section-home__accordion .accordion-item:not(.active) .accordion-button.collapsed {
    color: #0c0a09;
}

.faq-section-home__accordion .accordion-body .accordion-content p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #44403c;
}

.faq-section-home__accordion .accordion-item.active .accordion-body .accordion-content p {
    color: #fff;
}

.faq-section-home__empty,
.rehber-video-section__empty {
    margin: 0;
    padding: 1.5rem;
    font-size: 0.9375rem;
    color: #57534e;
    background: #f5f5f4;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .faq-section-home__header {
        text-align: center;
    }

    .faq-section-home__header .section-sub-title {
        justify-content: center;
    }
}

/* Ortopedi Rehberi — videolu bloglar */
.rehber-video-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.rehber-video-section__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.rehber-video-section__header {
    text-align: left;
    margin-bottom: 0;
}

.rehber-video-section__header .section-sub-title {
    margin-left: 0 !important;
}

.rehber-video-section__controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.rehber-video-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.rehber-video-card:hover {
    box-shadow: 0 8px 32px rgba(49, 109, 255, 0.15);
    transform: translateY(-3px);
}

.rehber-video-card__thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0f172a;
}

.rehber-video-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.rehber-video-card__thumb:hover .rehber-video-card__img {
    transform: scale(1.05);
}

.rehber-video-card__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #316dff;
    font-size: 1.25rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.rehber-video-card__thumb:hover .rehber-video-card__play {
    background: #316dff;
    color: #fff;
    transform: scale(1.06);
}

.rehber-video-card__body {
    padding: 1.125rem 1.25rem 1.35rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.rehber-video-card__date {
    font-size: 0.8125rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.rehber-video-card__date i {
    margin-right: 0.35rem;
}

.rehber-video-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.35;
}

.rehber-video-card__title a {
    color: #0c0a09;
    text-decoration: none;
}

.rehber-video-card__title a:hover {
    color: #316dff;
}

.rehber-video-card__excerpt {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #57534e;
}

.rehber-video-section__footer {
    margin-top: 2rem;
}

.rehber-video-section__all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: #192273;
    text-decoration: none;
}

.rehber-video-section__all:hover {
    color: #316dff;
}

.rehber-video-swiper {
    overflow: hidden;
}

.rehber-video-swiper .swiper-slide {
    height: auto;
    display: flex;
}

@media (max-width: 767.98px) {
    .rehber-video-section__top {
        align-items: center;
    }

    .rehber-video-section__controls {
        width: 100%;
        justify-content: center;
    }
}

/* Hasta yorumları — yazılı / video sekmeleri */
.review-section-five .review-right__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.review-section-five .review-right .section-header-five {
    margin-bottom: 0;
    flex: 1 1 220px;
}

.review-section-five .review-tabs-five {
    border: none;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
    padding: 0;
}

.review-section-five .review-tabs-five .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.125rem;
    border: 1px solid var(--gray-200, #e7e7e7);
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--gray-700, #4b5563);
    background: var(--white, #fff);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.review-section-five .review-tabs-five .nav-link:hover,
.review-section-five .review-tabs-five .nav-link:focus {
    color: var(--primary, #316dff);
    border-color: var(--primary-300, #bfdcff);
}

.review-section-five .review-tabs-five .nav-link.active {
    color: #fff;
    background: var(--primary, #316dff);
    border-color: var(--primary, #316dff);
}

.review-section-five .review-tabs-content-five {
    margin-top: 0;
}

.review-section-five .testimonial-video-slider-five .slide-item {
    height: auto;
}

.review-section-five .testimonial-video-item-five {
    margin: 18px 12px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--white, #fff);
    box-shadow: 0 3px 12px 0 rgba(206, 206, 206, 0.25);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.review-section-five .testimonial-video-item-five:hover {
    box-shadow: 0 8px 32px rgba(49, 109, 255, 0.18);
    transform: translateY(-2px);
}

.review-section-five .testimonial-video-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0f172a;
}

.review-section-five .testimonial-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.review-section-five .testimonial-video-thumb:hover img {
    transform: scale(1.04);
}

.review-section-five .testimonial-video-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary, #316dff);
    font-size: 1.35rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.review-section-five .testimonial-video-thumb:hover .testimonial-video-play {
    background: var(--primary, #316dff);
    color: #fff;
    transform: scale(1.06);
}

.review-section-five .testimonial-video-meta {
    padding: 1rem 1.25rem 1.25rem;
}

.review-section-five .testimonial-video-meta .custom-title {
    margin: 0 0 0.25rem;
    font-size: 1.0625rem;
}

.review-section-five .testimonial-video-meta .author-location {
    margin: 0;
    font-size: 0.875rem;
    color: var(--gray-600, #6b7280);
}

@media (max-width: 767.98px) {
    .review-section-five .review-tabs-five .nav-link span {
        font-size: 0.875rem;
    }
}
