/* ************************************/
/* Doctor Detail Page                  */
/* Desktop-first + var colors only     */
/* File: chi-tiet-bac-si-1.css         */
/* ************************************/

.section.section-ctbs-1 {
        padding: 40px 0px 32px !important;
    }


.ctbs-1779010097242 {
    position: relative;
}

.ctbs-1779010097242::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 27%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
}



.ctbs-1779010097242::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0.98) 0%,
                rgba(255, 255, 255, 0.92) 33%,
                rgba(255, 255, 255, 0.18) 58%,
                rgba(255, 255, 255, 0) 100%);
        z-index: 1;
        pointer-events: none;
    }





.section.ctbs-1779010097242 {
        padding-bottom: 92px !important;
    }


/* --- BREADCRUMB --- */
.ctbs-1779010097242 .breadcrumb-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.ctbs-1779010097242 .breadcrumb-nav>a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: var(--text-muted);
    transition: color 0.2s ease;
}


.ctbs-1779010097242 .breadcrumb-nav>a:hover {
    color: var(--primary);
}

.ctbs-1779010097242 .breadcrumb-nav>svg {
    width: 16px;
    height: 16px;
    color: var(--text-muted);
}

.ctbs-1779010097242 .breadcrumb-nav>span {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary);
}

/* --- GRID CONTAINER --- */
.row-1779010097242 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
}

/* --- PROFILE CONTENT WAPPER --- */
.row-1779010097242 .profile-content {
    position: relative;
    z-index: 10;
    max-width: 680px;
    padding-top: 22px;
    /* padding-bottom: 48px; */
}


.row-1779010097242 .profile-content {
        padding-top: 48px;
        /* padding-bottom: 48px; */
    }


.row-1779010097242 .profile-content>span {
    display: inline-flex;
    border-radius: 9999px;
    background-color: var(--primary-20);
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: var(--primary);
}

.row-1779010097242 .profile-content>h1 {
    margin-top: 28px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1px;
    color: var(--primary-dark);
}

.row-1779010097242 .profile-content>p {
    margin-top: 16px;
    font-size: 25px;
    font-weight: 500;
    color: var(--primary-dark);
}

/* --- DANH SÃCH THÃ”NG TIN --- */
.row-1779010097242 .info-list {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.row-1779010097242 .info-list>div {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-soft);
}

.row-1779010097242 .info-list>div>span {
    display: flex;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--primary-20);
    color: var(--primary);
}

.row-1779010097242 .info-list>div>span>svg {
    width: 14px;
    height: 14px;
}


.row-1779010097242 .cta-actions {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.row-1779010097242 .cta-actions>a {
    display: inline-flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 7px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}


.row-1779010097242 .cta-actions>a:first-child {
    background-color: var(--primary);
    color: var(--white);
    box-shadow: 0 12px 26px rgba(126, 39, 155, 0.24);
}

.row-1779010097242 .cta-actions>a:first-child:hover {
    background-color: var(--primary-80);
}


.row-1779010097242 .cta-actions>a:last-child {
    border: 2px solid var(--primary);
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--primary);
    box-shadow: 0 10px 22px rgba(126, 39, 155, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.row-1779010097242 .cta-actions>a:last-child:hover {
    background-color: var(--primary-20);
}

.row-1779010097242 .cta-actions>a>svg {
    width: 24px;
    height: 24px;
}

/* Spacer */
.grid-spacer {
    display: none;
}

/* --- RESPONSIVE BREAKPOINTS --- */

.row-1779010097242 .profile-content>h1 {
        font-size: 58px;
    }

    .row-1779010097242 .profile-content>p {
        font-size: 28px;
    }

    .row-1779010097242 .cta-actions {
        margin-top: 50px;
        flex-direction: row;
    }



.row-1779010097242 {
        grid-template-columns: 48% 52%;
    }

    .grid-spacer {
        display: block;
    }


/* @media (prefers-color-scheme: dark) {
    body {
        background-color: #0b0518;
    }

    .row-1779010097242 .profile-content>h1,
    .row-1779010097242 .profile-content>p {
        color: #f1ecf9;
    }

    .row-1779010097242 .info-list>div {
        color: #e1daf2;
    }

    .row-1779010097242 .cta-actions>a:last-child {
        background-color: rgba(15, 7, 32, 0.7);
    }
} */

/* -------------------------section-02 */

.section.ctbs-1779010998513 {
    padding-top: 0 !important;
}

  .row-1779010998513 .stats-grid-1781596519792 .stats-item>div:last-child>div {
    height: auto;
}


/*  */
.section.ctbs-1779012119910 {
    padding-top: 0px !important
}

/* --- CONTAINER CHA NGOÃ€I CÃ™NG --- */
.section-container {
    width: 100%;
    background-color: var(--white);
    padding: 40px 16px;
}

/* --- MAIN GRID LAYOUT --- */
.row-1779012119910 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}

/* --- LEFT CONTENT INNER CONTAINERS --- */
.row-1779012119910 .left-content-block {
    display: flex;
    flex-direction: column;
}

/* Block khoáº£ng cÃ¡ch giá»¯a cÃ¡c pháº§n ná»™i dung lá»›n phÃ­a bÃªn trÃ¡i */
.row-1779012119910 .left-content-block>div:not(:first-child) {
    margin-top: 48px;
}


.row-1779012119910 .left-content-block h2 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--primary-dark);
}

.row-1779012119910 .left-content-block h2>span {
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 42px;
    border-radius: 9999px;
    background-color: var(--primary);
}

/* Pháº§n ná»™i dung Giá»›i thiá»‡u */
.row-1779012119910 .intro-box {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.row-1779012119910 .intro-box>p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--text-muted);
}


.row-1779012119910 .timeline-card,
.row-1779012119910 .education-card {
    margin-top: 32px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background-color: var(--white);
    padding: 24px 16px;
    box-shadow: 0 10px 28px rgba(31, 41, 55, 0.06);
}

.row-1779012119910 .timeline-card>div,
.row-1779012119910 .education-card>div {
    display: flex;
    flex-direction: column;
}

/* Khoáº£ng cÃ¡ch cÃ¡c item dÃ²ng thá»i gian */
.row-1779012119910 .timeline-card>div>div {
    margin-top: 24px;
}

.row-1779012119910 .timeline-card>div>div:first-child {
    margin-top: 0;
}


.row-1779012119910 .timeline-row {
    display: grid;
    grid-template-columns: 118px 18px 1fr;
    align-items: start;
    gap: 12px;
}

.row-1779012119910 .timeline-row>div:first-child {
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--primary);
    padding: 0 12px;
    font-size: 13px;
    font-weight: 800;
    color: var(--white);
}

.row-1779012119910 .timeline-row>div:nth-child(2) {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.row-1779012119910 .timeline-row>div:nth-child(2)>span {
    height: 10px;
    width: 10px;
    border-radius: 9999px;
    background-color: var(--primary-80);
}

.row-1779012119910 .timeline-row>p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
    color: var(--text-muted);
}


.row-1779012119910 .education-card>div>div {
    margin-top: 20px;
}

.row-1779012119910 .education-card>div>div:first-child {
    margin-top: 0;
}


.row-1779012119910 .education-row {
    display: grid;
    grid-template-columns: 34px 64px 1fr;
    align-items: start;
    gap: 12px;
}

.row-1779012119910 .education-row>svg {
    margin-top: 2px;
    height: 25px;
    width: 25px;
    color: var(--primary);
}

.row-1779012119910 .education-row>span {
    font-size: 17px;
    font-weight: 800;
    color: var(--primary);
}

.row-1779012119910 .education-row>p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text-muted);
}


.row-1779012119910 .specialty-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
}

.row-1779012119910 .specialty-grid>div {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-muted);
}

.row-1779012119910 .specialty-grid>div>svg {
    height: 18px;
    width: 18px;
    flex-shrink: 0;
    color: var(--primary-80);
}


/* --- RIGHT SIDEBAR CONTAINERS --- */
.row-1779012119910 .right-sidebar-block {
    display: flex;
    flex-direction: column;
    gap: 28px;
}


.row-1779012119910 .schedule-card {
    border-radius: 18px;
    border: 1px solid var(--border);
    background-color: var(--white);
    padding: 28px;
    box-shadow: 0 10px 28px rgba(31, 41, 55, 0.06);
}

.row-1779012119910 .schedule-card>div:first-child {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.row-1779012119910 .schedule-card>div:first-child>svg {
    height: 26px;
    width: 26px;
    color: var(--primary);
}

.row-1779012119910 .schedule-card>div:first-child>h3 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--primary-dark);
}

.row-1779012119910 .schedule-card>p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--text-muted);
}

.row-1779012119910 .schedule-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.row-1779012119910 .schedule-list>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid var(--border);
}

.row-1779012119910 .schedule-list>div:first-child {
    border-top: none;
    padding-top: 0;
}

.row-1779012119910 .schedule-list>div>div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.row-1779012119910 .schedule-list>div>div>svg {
    height: 17px;
    width: 17px;
    color: var(--primary-80);
}

.row-1779012119910 .schedule-list>div>div>span {
    font-size: 15px;
    font-weight: 800;
    color: var(--primary-dark);
}

.row-1779012119910 .schedule-list>div>span {
    font-size: 15px;
    font-weight: 600;
}


.row-1779012119910 .schedule-list>div:nth-child(1)>span,
.row-1779012119910 .schedule-list>div:nth-child(2)>span {
    color: var(--primary);
}

.row-1779012119910 .schedule-list>div:last-child>span {
    color: var(--text-muted);
}


.row-1779012119910 .booking-card {
    border-radius: 18px;
    background-color: var(--primary);
    padding: 28px;
    color: var(--white);
    box-shadow: 0 18px 45px rgba(126, 39, 155, 0.24);
}

.row-1779012119910 .booking-card>div:first-child {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.row-1779012119910 .booking-card>div:first-child>svg {
    height: 25px;
    width: 25px;
    color: var(--white);
}

.row-1779012119910 .booking-card>div:first-child>h3 {
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
}


.row-1779012119910 .booking-card>form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.row-1779012119910 .booking-card>form>div {
    display: flex;
    flex-direction: column;
}

.row-1779012119910 .booking-card>form label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 800;
    color: var(--white);
}

/* Ã” bá»c cÃ³ chá»©a icon mÅ©i tÃªn hoáº·c lá»‹ch cá»§a select/input */
.row-1779012119910 .booking-card form .input-container {
    position: relative;
}

.row-1779012119910 .booking-card form input[type="text"],
.row-1779012119910 .booking-card form input[type="tel"],
.row-1779012119910 .booking-card form select,
.row-1779012119910 .booking-card form textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: var(--white);
    padding: 0 16px;
    font-size: 14px;
    color: var(--primary-dark);
    box-shadow: 0 8px 18px rgba(59, 15, 79, 0.14);
    outline: none;
}

.row-1779012119910 .booking-card form input[type="text"],
.row-1779012119910 .booking-card form input[type="tel"],
.row-1779012119910 .booking-card form select {
    height: 48px;
}

.row-1779012119910 .booking-card form select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
}

.row-1779012119910 .booking-card form .input-container>input {
    padding-right: 40px;
}

.row-1779012119910 .booking-card form .input-container>svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    height: 17px;
    width: 17px;
    pointer-events: none;
    color: var(--primary);
}

.row-1779012119910 .booking-card form textarea {
    height: 74px;
    padding-top: 12px;
    padding-bottom: 12px;
    resize: none;
}


.row-1779012119910 .booking-card form>button {
    margin-top: 8px;
    display: flex;
    height: 52px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 6px;
    border: none;
    background-color: var(--white);
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    box-shadow: 0 12px 26px rgba(59, 15, 79, 0.18);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.row-1779012119910 .booking-card form>button:hover {
    background-color: var(--primary-20);
}

.row-1779012119910 .booking-card form>button>svg {
    height: 20px;
    width: 20px;
}


.row-1779012119910 .booking-card form>p {
    padding-top: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}


/* --- RESPONSIVE BREAKPOINTS --- */



/* .section-container {
        padding: 56px 32px;
    } */

    .row-1779012119910 .timeline-card,
    .row-1779012119910 .education-card {
        padding: 28px;
    }

    .row-1779012119910 .timeline-row {
        grid-template-columns: 130px 28px 1fr;
        gap: 16px;
    }

    .row-1779012119910 .specialty-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 48px;
    }




.row-1779012119910 {
        /* Chia cá»™t tá»· lá»‡ 67% vÃ  33% chuáº©n xÃ¡c theo mÃ£ gá»‘c */
        grid-template-columns: 67fr 33fr;
    }


/* @media (prefers-color-scheme: dark) {
    body {
        background-color: #0b0518;
    }

    .section-container {
        background-color: #120924;
    }

    .row-1779012119910 .left-content-block h2 {
        color: #f1ecf9;
    }

    .row-1779012119910 .intro-box>p,
    .row-1779012119910 .timeline-row>p,
    .row-1779012119910 .education-row>p,
    .row-1779012119910 .specialty-grid>div,
    .row-1779012119910 .schedule-card>p {
        color: #d2c9e3;
    }

    .row-1779012119910 .timeline-card,
    .row-1779012119910 .education-card,
    .row-1779012119910 .schedule-card {
        background-color: #1a0f33;
        border-color: #2b1d4c;
    }

    .row-1779012119910 .schedule-card>div:first-child>h3,
    .row-1779012119910 .schedule-list>div>div>span {
        color: #f1ecf9;
    }

    .row-1779012119910 .schedule-list>div {
        border-top-color: #2b1d4c;
    }
} */

.section.ctbs-1779014766554 {
    padding-top: 0px !important
}

/* --- WRAPPER GIá»šI Háº N CHIá»€U Rá»˜NG --- */
.row-1779014766554 .testimonial-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* --- SWIPER --- */
.row-1779014766554 .testimonial-swiper {
    width: 100%;
    overflow: hidden;
    padding-top: 24px;
    max-width: 100%;
}

.row-1779014766554 .testimonial-swiper .swiper-wrapper {
    align-items: stretch;
}

.row-1779014766554 .testimonial-swiper .swiper-slide {
    height: auto;
    display: flex;
}

/* --- GRID LAYOUT CHO CÃC CARDS --- */
.row-1779014766554 .testimonial-grid {
    display: flex;
}


.row-1779014766554 .testimonial-card {
    display: flex;
    width: 100%;
    min-height: 320px;
    flex-direction: column;
    border-radius: 18px;
    border: 1px solid var(--border);
    background-color: var(--white);
    padding: 32px;
    /* box-shadow: 0 10px 28px rgba(31, 41, 55, 0.08); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.row-1779014766554 .testimonial-card:hover {
    /* transform: translateY(-4px); */
    /* box-shadow: 0 18px 38px rgba(31, 41, 55, 0.10); */
}


.row-1779014766554 .testimonial-card>div:first-child {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}


.row-1779014766554 .testimonial-card>div:first-child>div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.row-1779014766554 .testimonial-card>div:first-child>div>svg {
    height: 20px;
    width: 20px;
    fill: var(--warning);
    color: var(--warning);
}

/* Icon dáº¥u nhÃ¡y kÃ©p (Quote) */
.row-1779014766554 .testimonial-card>div:first-child>svg {
    height: 30px;
    width: 30px;
    color: var(--primary);
}


.row-1779014766554 .testimonial-card>p {
    margin-top: 28px;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    color: var(--text-muted);
}


.row-1779014766554 .testimonial-card>div:last-child {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 32px;
}


.row-1779014766554 .testimonial-card>div:last-child>img {
    height: 62px;
    width: 62px;
    border-radius: 9999px;
    object-fit: cover;
}

/* TÃªn vÃ  tuá»•i tÃ¡c giáº£ */
.row-1779014766554 .testimonial-card>div:last-child>div {
    display: flex;
    flex-direction: column;
}

.row-1779014766554 .testimonial-card>div:last-child h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1.2;
}

.row-1779014766554 .testimonial-card>div:last-child p {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-light);
}

/* --- PHÃ‚N TRANG (PAGINATION) --- */
.row-1779014766554 .testimonial-pagination {
    position: static;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* CÃ¡c dáº¥u cháº¥m thÃ´ng thÆ°á»ng do Swiper tá»± sinh */
.row-1779014766554 .testimonial-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    height: 12px;
    width: 12px;
    border-radius: 9999px;
    background-color: var(--primary-40);
    opacity: 1;
    transition: all 0.3s ease;
}

/* Dáº¥u cháº¥m active dáº¡ng dáº¹t dÃ i */
.row-1779014766554 .testimonial-pagination .swiper-pagination-bullet-active {
    height: 10px;
    width: 36px;
    border-radius: 9999px;
    background-color: var(--primary);
}

.ctbs-1779015817546 {
    background-color: var(--primary);

}



.row-1779015817546 {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 24px;
}

/* --- KHá»I Ná»˜I DUNG PHÃA BÃŠN TRÃI --- */
.row-1779015817546 .cta-left-content {
    display: flex;
    align-items: center;
    gap: 20px;
}


.row-1779015817546 .cta-icon-wrapper {
    display: flex;
    height: 78px;
    width: 78px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--white);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.row-1779015817546 .cta-icon-wrapper>svg {
    height: 42px;
    width: 42px;
}


.row-1779015817546 .cta-text-group {
    display: flex;
    flex-direction: column;
}

.row-1779015817546 .cta-text-group>h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.3px;
    color: var(--white);
}

.row-1779015817546 .cta-text-group>p {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}


.row-1779015817546 .cta-button {
    display: inline-flex;
    height: 58px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 6px;
    background-color: var(--white);
    padding: 0 32px;
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(20, 10, 55, 0.18);
    transition: background-color 0.2s ease;
}

.row-1779015817546 .cta-button:hover {
    background-color: #f4efff;
}

.row-1779015817546 .cta-button>svg:first-child {
    height: 21px;
    width: 21px;
}

.row-1779015817546 .cta-button>svg:last-child {
    height: 20px;
    width: 20px;
}


/* --- RESPONSIVE BREAKPOINTS --- */




    .row-1779015817546 {
        grid-template-columns: 1fr max-content;
        align-items: center;
        gap: 24px;
    }

    .row-1779015817546 .cta-left-content {
        gap: 28px;
    }

    .row-1779015817546 .cta-icon-wrapper {
        height: 86px;
        width: 86px;
    }

    .row-1779015817546 .cta-icon-wrapper>svg {
        height: 46px;
        width: 46px;
    }

    .row-1779015817546 .cta-text-group>h2 {
        font-size: 28px;
    }

    .row-1779015817546 .cta-text-group>p {
        font-size: 17px;
    }

    .row-1779015817546 .cta-button {
        width: auto;
        min-width: 250px;
    }

/* ************************************/
/* Responsive: Tablet                  */
/* ************************************/

@media (max-width: 1024px) {
    .section.section-ctbs-1 {
        padding: 32px 0 28px !important;
    }

    .section.ctbs-1779010097242 {
        padding-bottom: 64px !important;
    }

    .ctbs-1779010097242::before {
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0.95) 0%,
                rgba(255, 255, 255, 0.84) 46%,
                rgba(255, 255, 255, 0.24) 100%);
    }

    .row-1779010097242 {
        grid-template-columns: 1fr;
    }

    .row-1779010097242 .profile-content {
        max-width: 720px;
        padding-top: 32px;
    }

    .row-1779010097242 .profile-content>h1 {
        font-size: 48px;
    }

    .row-1779010097242 .profile-content>p {
        font-size: 24px;
    }

    .grid-spacer {
        display: none;
    }

    .row-1779012119910 {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .row-1779014766554 .testimonial-card {
        min-height: 300px;
    }

    .row-1779015817546 {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .row-1779015817546 .cta-button {
        width: fit-content;
    }
}

/* ************************************/
/* Responsive: Mobile                  */
/* ************************************/

@media (max-width: 767px) {
    .section.section-ctbs-1 {
        padding: 24px 0 !important;
    }

    .section.ctbs-1779010097242 {
        padding-bottom: 48px !important;
    }

    .ctbs-1779010097242::before {
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 0.96) 0%,
                rgba(255, 255, 255, 0.84) 62%,
                rgba(255, 255, 255, 0.60) 100%);
    }

    .ctbs-1779010097242 .breadcrumb-nav {
        gap: 8px;
    }

    .ctbs-1779010097242 .breadcrumb-nav>a,
    .ctbs-1779010097242 .breadcrumb-nav>span {
        font-size: 13px;
    }

    .row-1779010097242 .profile-content {
        padding-top: 24px;
    }

    .row-1779010097242 .profile-content>span {
        padding: 8px 14px;
        font-size: 12px;
    }

    .row-1779010097242 .profile-content>h1 {
        margin-top: 22px;
        font-size: 36px;
    }

    .row-1779010097242 .profile-content>p {
        font-size: 20px;
    }

    .row-1779010097242 .info-list {
        gap: 14px;
        margin-top: 26px;
    }

    .row-1779010097242 .info-list>div {
        font-size: 15px;
    }

    .row-1779010097242 .cta-actions {
        flex-direction: column;
        gap: 14px;
        margin-top: 30px;
    }

    .row-1779010097242 .cta-actions>a {
        width: 100%;
        height: 54px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }

    .section-container {
        padding: 32px 16px;
    }

    .row-1779012119910 {
        gap: 30px;
    }

    .row-1779012119910 .left-content-block>div:not(:first-child) {
        margin-top: 38px;
    }

    .row-1779012119910 .timeline-card,
    .row-1779012119910 .education-card,
    .row-1779012119910 .schedule-card,
    .row-1779012119910 .booking-card {
        padding: 22px;
        border-radius: 16px;
    }

    .row-1779012119910 .timeline-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .row-1779012119910 .timeline-row>div:nth-child(2) {
        display: none;
    }

    .row-1779012119910 .education-row {
        grid-template-columns: 30px 58px 1fr;
        gap: 10px;
    }

    .row-1779012119910 .specialty-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .row-1779012119910 .schedule-list>div {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .row-1779014766554 .testimonial-card {
        min-height: auto;
        padding: 24px 22px;
        border-radius: 16px;
    }

    .row-1779014766554 .testimonial-card>p {
        font-size: 14px;
        line-height: 1.75;
    }

    .row-1779014766554 .testimonial-card>div:last-child h4 {
        font-size: 17px;
    }

    .row-1779015817546 {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .row-1779015817546 .cta-left-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .row-1779015817546 .cta-icon-wrapper {
        width: 68px;
        height: 68px;
    }

    .row-1779015817546 .cta-icon-wrapper>svg {
        width: 34px;
        height: 34px;
    }

    .row-1779015817546 .cta-text-group>h2 {
        font-size: 23px;
    }

    .row-1779015817546 .cta-text-group>p {
        font-size: 14px;
    }

    .row-1779015817546 .cta-button {
        width: 100%;
        min-width: 0;
    }
}
