/* ==================== Custom Hero Section ==================== */
.custom-hero-section {
    padding: 10px 40px 40px 40px;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--c-white, #fff);
}

.hero-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 140px);
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    /* Adjust opacity for readable text */
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-title {
    font-family: var(--font-poppins, 'Poppins', sans-serif);
    font-size: var(--fs-95, 95px);
    font-weight: var(--fw-extrabold, 800);
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.hero-title .text-pink {
    color: var(--c-pink);
}

.hero-title .text-white {
    color: var(--c-white);
}

.we-understand {
    text-align: center;
    font-family: var(--font-poppins, 'Poppins', sans-serif);
    font-size: var(--fs-95);
    font-style: normal;
    font-weight: var(--fw-bold);
    line-height: 95%;
    /* 90.25px */
    text-transform: uppercase;

    background: linear-gradient(94deg, #F06A8A 9.6%, #FFF5EE 94.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    /* Ensure gradient background-clip works correctly without block-level width */
}

.hero-subtitle {
    color: #FFF;
    text-align: center;
    font-size: var(--fs-25);
    font-style: normal;
    font-weight: var(--fw-semibold);
    line-height: 135%;
    /* 33.75px */
}

.hero-scroll-badge {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 3;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 15s linear infinite;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.scroll-arrow {
    position: absolute;
    color: var(--c-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .custom-hero-section {
        padding: 15px;
    }

    .hero-wrapper {
        border-radius: 25px;
        height: 70vh;
    }

    .hero-title {
        font-size: var(--fs-45, 45px);
        letter-spacing: -1px;
    }

    .hero-scroll-badge {
        top: 25px;
        right: 25px;
        width: 100px;
        height: 100px;
    }

    .circular-text svg {
        width: 100px;
        height: 100px;
    }
}

/* ==================== Why Choose Section ==================== */
.why-choose-section {
    position: relative;
    background-color: var(--c-white);
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4)), url('../imgs/66/bottom_bg.png');
    background-position: -80px calc(100% + 150px);
    background-repeat: no-repeat;
    padding: 150px 0 100px 0;
    /* overflow: hidden; removed to allow position: sticky to function */
}

/* 연꽃 배경 그래픽 효과
.why-choose-section::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -150px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 230, 235, 0.4) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
} */

.why-container {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 10;
}

/* ==================== Left: Sticky Text ==================== */
.why-text-sticky {
    position: sticky;
    top: 150px;
    /* 고정 위치 여백 */
    width: 45%;
    max-width: 550px;
    padding-top: 50px;
}

.why-sub {
    color: var(--c-black);
    font-family: var(--font-marcellus, 'Marcellus', serif);
    font-size: var(--fs-20);
    font-weight: var(--fw-regular);
    line-height: normal;
    margin-bottom: 20px;
}

.why-title {
    color: var(--c-black);
    font-size: var(--fs-45);
    font-weight: var(--fw-bold);
    line-height: 140%;
    /* 63px */
    margin-bottom: 30px;
    word-break: keep-all;
}

.why-desc {
    color: var(--c-black);
    font-size: var(--fs-17);
    font-weight: var(--fw-regular);
    line-height: 170%;
    /* 28.9px */
    word-break: keep-all;
}

/* ==================== Right: Scrolling Cards ==================== */
.why-cards-track {
    display: flex;
    gap: 25px;
    width: 60%;
    max-width: 780px;
}

.why-col {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
}

/* 우측 열 단차(지그재그 배치) */
.why-col.col-right {
    margin-top: 120px;
}

/* Card Design */
.why-card {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;

    aspect-ratio: 3 / 4;
    /* 세로형 카드 비율 */
    background-color: #f1f1f1;
}

.why-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s ease;
}

.why-card:hover img {
    transform: scale(1.03);
    /* 가벼운 호버 효과 */
}

.why-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    /* 그라데이션 높이 */
    /* 레퍼런스의 로지 핑크 계열 반투명 그라데이션 */
    background: linear-gradient(to top, rgba(220, 137, 154, 0.95) 10%, rgba(220, 137, 154, 0) 100%);
    z-index: 2;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-title {
    color: var(--c-white);
    font-size: var(--fs-36);
    font-weight: var(--fw-bold);
    line-height: 140%;
    /* 50.4px */
    margin: 0 0 10px 0;
}

.card-desc {
    color: var(--c-white);
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 170%;
    /* 27.2px */
    margin: 0;
    letter-spacing: -0.2px;
}

/* ==================== Responsive ==================== */
@media (max-width: 1200px) {
    .why-title {
        font-size: var(--fs-36);
    }

    .card-title {
        font-size: var(--fs-22);
    }

    .card-desc {
        font-size: var(--fs-14);
    }
}

@media (max-width: 991px) {
    .why-container {
        flex-direction: column;
        padding: 0 20px;
    }

    .why-text-sticky {
        position: relative;
        /* 모바일에서는 고정 해제 */
        top: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
        padding-top: 0;
        text-align: center;
    }

    .why-cards-track {
        width: 100%;
        max-width: 100%;
    }

    .why-col.col-right {
        margin-top: 0;
        /* 모바일에서는 단차 제거 */
    }
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 80px 0;
    }

    .why-cards-track {
        flex-direction: column;
        gap: 20px;
    }

    .why-sub {
        font-size: var(--fs-20);
    }

    .why-title {
        font-size: var(--fs-28);
        line-height: 1.4;
    }

    .why-desc {
        font-size: var(--fs-15);
    }

    .why-card {
        aspect-ratio: auto;
        height: 380px;
    }

    /* 높이 고정으로 변경 */
    .why-card-overlay {
        padding: 30px 20px;
        height: 75%;
    }
}

/* ==================== Equipment Marquee Section ==================== */
.equipment-marquee-section {
    font-family: var(--font-pretendard, 'Pretendard', sans-serif);
    color: var(--c-white);
    position: relative;
    padding: 120px 0 80px 0;
    background: linear-gradient(285deg, rgba(255, 245, 247, 0.80) -16.78%, rgba(240, 106, 138, 0.80) 97.48%);
    overflow: hidden;
}

.equipment-header {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.bg-text-marquee {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    white-space: nowrap;
}

.bg-text-track {
    display: inline-block;
    font-family: var(--font-marcellus, 'Marcellus', serif);
    font-size: 155px;
    font-weight: var(--fw-regular);
    color: rgba(255, 255, 255, 0.20);
    line-height: normal;
    letter-spacing: -4.65px;
    animation: marqueeBg 120s linear infinite;
}

@keyframes marqueeBg {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .bg-text-track {
        font-size: 15vw;
        animation-duration: 90s;
    }
}

.eq-sub {
    color: var(--c-white);
    text-align: center;
    font-family: var(--font-marcellus, 'Marcellus', serif);
    font-size: var(--fs-20);
    font-weight: var(--fw-regular);
    line-height: normal;
    margin-bottom: 30px;
}

.eq-title {
    text-align: center;
    font-size: var(--fs-45);
    font-weight: var(--fw-bold);
    line-height: 140%;
    /* 63px */
    margin-bottom: 20px;
}

.eq-desc {
    text-align: center;
    font-size: var(--fs-17);
    font-weight: var(--fw-regular);
    line-height: 170%;
    /* 28.9px */
    word-break: keep-all;
}

.equipment-marquee-wrapper {
    position: relative;
    z-index: 1;
    padding: 0 0 40px 0;
    /* Reduced to compensate for swiper padding */
}

.equipment-swiper {
    width: 100%;
    padding-bottom: 80px;
    /* Crucial: Prevents .eq-card.down from being clipped by overflow:hidden */
}

.equipment-swiper .swiper-wrapper {
    /* transition-timing-function: linear !important; */
    /* 일반 슬라이드로 변경 */
    align-items: center;
}

.eq-card {
    width: 320px;
    display: flex;
    flex-direction: column;
}

/* LU Dental style : zigzag pattern */
.eq-card.down {
    transform: translateY(50px);
}

.eq-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.eq-img-box img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.eq-info {
    margin-top: 20px;
    text-align: left;
    margin-left: 10px;
}

.eq-info h3 {
    font-size: var(--fs-28);
    font-weight: var(--fw-bold);
    line-height: normal;
    margin-bottom: 10px;
}

.eq-info p {
    font-size: var(--fs-16);
    font-weight: var(--fw-medium);
    line-height: 160%;
    /* 25.6px */
    word-break: keep-all;
}

@media (max-width: 768px) {
    .eq-title {
        font-size: var(--fs-28);
    }

    .eq-card {
        width: 260px;
    }

    .eq-card.down {
        transform: translateY(30px);
    }

    .eq-info h3 {
        font-size: var(--fs-18);
    }

    .eq-info p {
        font-size: var(--fs-14);
    }

    .equipment-marquee-section {
        font-family: var(--font-pretendard, 'Pretendard', sans-serif);
        color: var(--c-white);
        padding: 80px 0 60px 0;
    }

    .equipment-marquee-wrapper {
        padding: 0 0 60px 0;
    }
}

/* ==================== Intro Info Section ==================== */
.intro-info-section {
    padding: 150px 0 80px 0;
    background-color: var(--c-white, #fff);
    color: var(--c-black);
}

.intro-info-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro-text-box {
    flex: 1;
}

.intro-sub {
    font-family: var(--font-marcellus, 'Marcellus', serif);
    font-size: var(--fs-20, 20px);
    font-weight: var(--fw-regular, 400);
    color: var(--c-black);
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.intro-title {
    font-size: var(--fs-45);
    font-weight: var(--fw-bold);
    line-height: 140%;
    margin-bottom: 40px;
}

.intro-desc p {
    font-size: var(--fs-17);
    font-weight: var(--fw-regular);
    line-height: 170%;
    color: var(--c-black);
    margin-bottom: 25px;
    word-break: keep-all;
}

.intro-desc p:last-child {
    margin-bottom: 0;
}

.intro-image-box {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.intro-img-main {
    width: 475px;
    height: 475px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.intro-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-img-sub {
    position: absolute;
    right: -40px;
    bottom: -45px;
    /* 조정: 높이가 커지므로 바닥 여백을 조금 줄였습니다 */
    width: 189px;
    height: 475px;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

.intro-img-sub img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* cover 대신 contain이나 100% 비율 맞춤 */
    filter: blur(2px);
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .intro-info-container {
        flex-direction: column;
        text-align: left;
        padding: 0 20px;
    }

    .intro-text-box {
        margin-bottom: 80px;
        max-width: 100%;
    }

    .intro-image-box {
        justify-content: center;
        width: 100%;
        margin-right: 0;
    }

    .intro-img-main {
        width: 100%;
        max-width: 400px;
        height: 400px;
    }

    .intro-img-sub {
        right: -10px;
        width: 120px;
        height: 250px;
    }
}

/* ==================== Intro Scroll Reveal Section ==================== */
.intro-reveal-section {
    position: relative;
    height: 200vh;
    background-color: var(--c-white, #fff);
}

.intro-reveal-container {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.reveal-text {
    font-size: var(--fs-45);
    font-weight: var(--fw-bold);
    text-align: center;
    color: #e5e5e5;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px 0;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center;
}

#revealText1 {
    background-image: linear-gradient(to right, var(--c-pink) var(--fill-pct1, 0%), #e5e5e5 var(--fill-pct1, 0%));
}

#revealText2 {
    background-image: linear-gradient(to right, var(--c-pink) var(--fill-pct2, 0%), #e5e5e5 var(--fill-pct2, 0%));
}

@media (max-width: 768px) {
    .reveal-text {
        font-size: var(--fs-28);
        white-space: normal;
        word-break: keep-all;
    }
}

/* ==================== Subject Slider Section ==================== */
.subject-slider-section {
    background-color: var(--c-white, #fff);
    padding: 120px 0;
    color: var(--c-black, #333);
}

.subject-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.subject-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.subject-header-left {
    flex: 1;
}

.subject-sub {
    font-family: var(--font-marcellus, 'Marcellus', serif);
    font-size: var(--fs-20, 20px);
    font-weight: var(--fw-regular, 400);
    color: var(--c-black);
    margin-bottom: 20px;
}

.subject-title {
    font-size: var(--fs-45, 45px);
    font-weight: var(--fw-bold, 700);
    line-height: 140%;
    margin: 0 0 20px 0;
    color: var(--c-black);
}

.subject-desc {
    font-size: var(--fs-17, 17px);
    font-weight: var(--fw-regular, 400);
    line-height: 170%;
    color: var(--c-black);
    margin: 0;
}

.subject-navigation {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.subject-swiper-button-prev,
.subject-swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.subject-swiper-button-prev:hover,
.subject-swiper-button-next:hover {
    border-color: #333;
    background: #fdfdfd;
}

/* Force flex display over any Swiper defaults */
.subject-slide {
    display: flex !important;
    gap: 80px;
    align-items: center;
}

.subject-image-box {
    flex: 1.2;
    border-radius: 30px;
    overflow: hidden;
}

.subject-image-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 686 / 430;
    object-fit: cover;
    display: block;
}

.subject-content-box {
    flex: 1;
    padding-right: 40px;
}

.subject-num {
    font-family: var(--font-poppins, 'Poppins', sans-serif);
    font-size: var(--fs-18, 18px);
    font-weight: var(--fw-bold, 700);
    color: #9d9d9d;
    margin-bottom: 20px;
    display: block;
}

.subject-name {
    font-size: var(--fs-36, 36px);
    font-weight: var(--fw-bold, 700);
    color: var(--c-black);
    margin-bottom: 30px;
}

.subject-text p {
    font-size: var(--fs-17, 17px);
    font-weight: var(--fw-regular, 400);
    line-height: 170%;
    color: var(--c-black);
    margin-bottom: 40px;
}

.subject-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.subject-tags .tag {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 30px;
    background-color: #ffeef3;
    color: var(--c-pink, #f06a8a);
    font-size: var(--fs-17, 17px);
    font-weight: var(--fw-bold, 600);
}

@media (max-width: 991px) {
    .subject-slide {
        flex-direction: column !important;
        gap: 40px;
    }

    .subject-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .subject-navigation {
        margin-bottom: 0;
    }

    .subject-image-box {
        width: 100%;
    }

    .subject-image-box img {
        height: auto;
        aspect-ratio: 4/3;
    }

    .subject-content-box {
        padding-right: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .subject-num {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .subject-slider-section {
        padding: 0;
    }

    .subject-title {
        font-size: var(--fs-28, 28px);
    }

    .subject-name {
        font-size: var(--fs-28, 28px);
        margin-bottom: 20px;
    }

    .subject-swiper-button-prev,
    .subject-swiper-button-next {
        width: 50px;
        height: 50px;
    }
}

/* ==================== Title Marquee Section ==================== */
.title-marquee-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--c-white, #fff);
    padding: 80px 0 0 0;
    /* Creates nice spacing above the text below */
}

.title-marquee-wrapper {
    width: 100vw;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

.title-marquee-track {
    display: inline-block;
    font-family: var(--font-marcellus, 'Marcellus', serif);
    font-size: 155px;
    font-weight: var(--fw-regular, 400);
    color: #f4f4f4;
    /* Very light subtle gray */
    line-height: normal;
    letter-spacing: -4px;
    animation: marqueeBg 120s linear infinite;
}

@media (max-width: 768px) {
    .title-marquee-section {
        padding: 30px 0 0 0;
    }

    .title-marquee-track {
        font-size: 15vw;
        animation-duration: 90s;
    }
}

/* ==================== Medical Staff Intro Section ==================== */
.medical-staff-intro-section {
    background-color: var(--c-white, #fff);
    padding: 120px 0 60px 0;
    /* Padding matched to design spacing before doctor profile */
    color: var(--c-black, #333);
}

.ms-intro-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

.ms-intro-left {
    flex: 1;
    max-width: 500px;
}

.ms-intro-sub {
    font-family: var(--font-marcellus, 'Marcellus', serif);
    font-size: var(--fs-20, 20px);
    font-weight: var(--fw-regular, 400);
    color: var(--c-black);
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.ms-intro-title {
    font-size: var(--fs-45, 45px);
    font-weight: var(--fw-bold, 700);
    line-height: 140%;
    margin: 0;
    word-break: keep-all;
    color: var(--c-black);
}

.ms-intro-right {
    flex: 1;
    max-width: 650px;
}

.ms-intro-right p {
    font-size: var(--fs-20, 20px);
    font-weight: var(--fw-bold, 700);
    /* Use 600 visually matching the screenshot thickness */
    line-height: 170%;
    margin-bottom: 30px;
    word-break: keep-all;
    color: var(--c-black);
}

.ms-intro-right p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .ms-intro-container {
        flex-direction: column;
        gap: 10px;
    }

    .ms-intro-left,
    .ms-intro-right {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .medical-staff-intro-section {
        padding: 60px 0 40px 0;
    }

    .ms-intro-title {
        font-size: var(--fs-28, 28px);
    }

    .ms-intro-right p {
        font-size: var(--fs-15, 15px);
    }
}

/* ==================== Doctor Profile Section ==================== */
.doctor-profile-section {
    color: var(--c-black);
    padding: 240px 0;
    background-color: var(--c-white);
}

.doctor-profile-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
}

.doctor-image-box {
    width: 480px;
    border-radius: 20px;
    overflow: hidden;
    /* 만약 투명배경의 이미지라면 아래 백그라운드가 보이게 됩니다 */
    background: linear-gradient(180deg, #cac9c8 0%, #db8094 100%);

    flex-shrink: 0;
}

.doctor-image-box img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.doctor-info-box {
    max-width: 600px;
}

.dr-sub {
    color: var(--c-pink);
    font-size: var(--fs-20);
    font-weight: var(--fw-bold);
    line-height: 140%;
    /* 28px */
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.dr-title {
    font-size: var(--fs-45);
    font-weight: var(--fw-bold);
    line-height: 140%;
    /* 63px */
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.dr-history {
    display: flex;
    flex-direction: column;
}

.dr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dr-list.mb-list {
    margin-bottom: 30px;
}

.dr-list li {
    font-size: var(--fs-17);
    font-weight: var(--fw-regular);
    line-height: 200%;
    position: relative;
    padding-left: 12px;

}

.dr-list li::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: var(--fw-bold);
    color: #666;
}

@media (max-width: 991px) {
    .doctor-profile-container {
        flex-direction: column;
        gap: 50px;
    }

    .doctor-info-box {
        text-align: center;
    }

    .dr-list li {
        text-align: left;
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .subject-desc {
        font-size: 14px;
    }

    .eq-desc {
        font-size: 14px;
    }

    .dr-sub {
        text-align: left;
        font-size: 14px;
    }

    .doctor-profile-section {
        color: var(--c-black);
        padding: 80px 0;
    }

    .doctor-image-box {
        width: 100%;

    }

    .dr-title {
        font-size: font-size:16px !important;
        text-align: left;
    }

    .dr-list li {
        font-size: var(--fs-14);
        margin-bottom: 0;
    }

    .dr-list.mb-list {
        margin-bottom: 25px;
    }
}