/* section section-dnbs-1 dnbs-1779008689523 */
.section.section-dnbs-1 {
    padding: 40px 0px 32px !important;
}

.section.dnbs-1779008689523,
.section.dnbs-1779010291412 {
    padding-top: 0px !important;

}

/* ----------------------section-01-------------- */

.dnbs-1778991789220 {
    position: relative;
}

.dnbs-1778991789220::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;
}

.row-1778991789220 {
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 500px;
}

.row-1778991789220 .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-1778991789220 .image-blank-space {
    display: block;
}

.row-1778991789220 .badge-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.row-1778991789220 .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    max-width: 560px;
    margin-top: 40px;
}

.row-1778991789220 .stat-card {
    text-align: center;
}

.row-1778991789220 .icon-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    display: flex;
    height: 66px;
    width: 66px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--primary-20);
    box-shadow: var(--shadow-soft);
}

.row-1778991789220 .stat-number {
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
    color: var(--primary-dark);
}

/* ---------------------------------------------------- */
/* CSS SELECTOR CẤP BẬC (Không đặt class cho h1, p, span, svg) */
/* ---------------------------------------------------- */
.row-1778991789220 .badge-wrapper>span {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
}

.row-1778991789220 .badge-wrapper>svg {
    width: 14px;
    height: 14px;
    stroke-width: 3;
    color: var(--primary);
}

.row-1778991789220 .section-content>h1 {
    max-width: 570px;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1px;
    color: var(--primary-dark);
}

.row-1778991789220 .section-content>h1>span {
    display: block;
    color: var(--primary-80);
}

.row-1778991789220 .section-content>p {
    margin-top: 32px;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-muted);
}

.row-1778991789220 .icon-box>svg {
    width: 32px;
    height: 32px;
    color: var(--primary);
}

.row-1778991789220 .stat-card>p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--text-muted);
}

/* ---------------------------------------------------- */
/* RESPONSIVE BREAKPOINTS (Chuyển đổi từ mã gốc) */
/* ---------------------------------------------------- */

/* Thiết bị Small trở lên (sm: >= 640px) */

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

/*  btn */
.dnbs-1779004873583 .row-1779009376655 {
    text-align: center;
    margin-top: 32px;
}

.dnbs-1779004873583 .doctor-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 210px;
    height: 38px;
    padding: 0 26px;
    border-radius: 4px;
    color: var(--white);
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    box-shadow: var(--shadow-soft);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.dnbs-1779004873583 .doctor-link svg {
    width: 16px;
    height: 16px;
    stroke-width: 3;
}

/* -----------------------------section-03 */

.row-1779008689523 {}

.row-1779008689523 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    border-radius: 12px;
    background-color: var(--bg-light);
    padding: 40px 48px;
}

.row-1779008689523 .service-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 0px;
}

.row-1779008689523 .service-divider {
    margin-top: 36px;
    margin-bottom: 36px;
    height: 1px;
    width: 100%;
    background-color: var(--border);
}

.row-1779008689523 .service-row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.row-1779008689523 .service-row>div>svg {
    margin-bottom: 16px;
    height: 48px;
    width: 48px;
    color: var(--primary);
    stroke-width: 2;
}

.row-1779008689523 .service-row>div>h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    line-height: 1.4;
}


/* -------------------------------section-04 */

.row-1779010291412 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.row-1779010291412 .feature-card {
    height: 100%;
    border-radius: 10px;
    border: 1px solid var(--border);
    background-color: var(--white);
    padding: 32px;
    text-align: center;
}

.row-1779010291412 .feature-card>div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    height: 56px;
    width: 56px;
    align-items: center;
    justify-content: center;
}

.row-1779010291412 .feature-card>div>svg {
    height: 48px;
    width: 48px;
    color: var(--primary);
    stroke-width: 2;
}

.row-1779010291412 .feature-card>h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--text);
}

.row-1779010291412 .feature-card>p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-muted);
}







.row-1779004873583 {}

.row-1779004873583 .slider-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.row-1779004873583 .doctor-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.row-1779004873583 .doctor-grid.swiper {
    display: block;
    overflow: hidden;
    width: 100%;
}

.row-1779004873583 .doctor-grid .swiper-wrapper {
    align-items: stretch;
}

.row-1779004873583 .doctor-grid .swiper-slide {
    height: auto;
}

.row-1779004873583 .doctor-nav>button {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: inline-flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: none;
    background-color: var(--primary);
    color: var(--white);
    box-shadow: 0 10px 24px rgba(126, 39, 155, 0.22);
    cursor: pointer;
    transform: translateY(-50%);
}

.row-1779004873583 .doctor-prev {
    left: -18px;
}

.row-1779004873583 .doctor-next {
    right: -18px;
}

.row-1779004873583 .doctor-nav>button {
    transition: background-color 0.2s;
}

.row-1779004873583 .doctor-nav>button:hover {
    background-color: var(--primary-dark);
}

.row-1779004873583 .doctor-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--border);
    background-color: var(--white);
    /* box-shadow: 0 12px 30px rgba(40, 28, 90, 0.08); */
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.row-1779004873583 .doctor-card:hover {
    /* transform: translateY(-4px); */
    /* box-shadow: 0 18px 40px rgba(40, 28, 90, 0.13); */
}

.row-1779004873583 .doctor-card>div:nth-of-type(1) {
    height: 245px;
    overflow: hidden;
    background-color: var(--bg-soft);
    flex-shrink: 0;
}

.row-1779004873583 .doctor-card>div:nth-of-type(1)>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.row-1779004873583 .doctor-card>div:nth-of-type(2) {
    padding: 20px 20px 24px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.row-1779004873583 .doctor-card>div:nth-of-type(2)>div {
    text-align: center;
}

.row-1779004873583 .doctor-card>div:nth-of-type(2)>div>h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--primary-dark);
}

.row-1779004873583 .doctor-card>div:nth-of-type(2)>div>p {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 800;
    color: var(--primary-dark);
}

.row-1779004873583 .doctor-card>div:nth-of-type(2)>ul {
    margin-top: 20px;
    list-style: none;
    flex-grow: 1;
}

.row-1779004873583 .doctor-card>div:nth-of-type(2)>ul>li+li {
    margin-top: 12px;
}

.row-1779004873583 .doctor-card>div:nth-of-type(2)>ul>li {
    display: flex;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text-muted);
}

.row-1779004873583 .doctor-card>div:nth-of-type(2)>ul>li>span {
    margin-top: 9px;
    height: 4px;
    width: 4px;
    flex-shrink: 0;
    border-radius: 9999px;
    background-color: var(--primary);
}

.row-1779004873583 .doctor-card>div:nth-of-type(2)>a {
    margin-top: 24px;
    display: inline-flex;
    height: 42px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid var(--primary-60);
    background-color: var(--white);
    font-size: 13px;
    font-weight: 800;
    color: var(--primary-dark);
    text-decoration: none;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.row-1779004873583 .doctor-card>div:nth-of-type(2)>a:hover {
    background-color: var(--primary-20);
}

.row-1779004873583 .doctor-nav>button svg,
.row-1779004873583 .doctor-nav>button .lucide {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px;
    min-height: 24px;
    stroke-width: 2.5;
    display: block;
}



@media (max-width: 1024px) {
    .row-1778991789220 {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .row-1778991789220 .image-blank-space {
        display: none;
    }

    .row-1778991789220 .section-content>h1 {
        font-size: 46px;
    }

    .row-1779004873583 .doctor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .row-1779004873583 .doctor-nav>button {
        height: 42px;
        width: 42px;
        box-shadow: 0 10px 24px rgba(126, 39, 155, 0.18);
    }

    .row-1779004873583 .doctor-prev {
        left: 0;
    }

    .row-1779004873583 .doctor-next {
        right: 0;
    }

    .row-1779004873583 .doctor-nav>button svg,
    .row-1779004873583 .doctor-nav>button .lucide {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px;
        min-height: 22px;
    }
}

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

    .dnbs-1778991789220::before {
        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%);
    }

    .row-1778991789220 .section-content>h1 {
        font-size: 36px;
    }

    .row-1778991789220 .section-content>p {
        font-size: 15px;
    }

    .row-1778991789220 .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .row-1779008689523 {
        padding: 32px 24px;
    }

    .row-1779008689523 .service-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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