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

/* ----------------------section-01-------------- */
.csvc-1779012695770 {
    position: relative;
}

.csvc-1779012695770::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-1779012695770 {
    display: grid;
    grid-template-columns: 50% 50%;
}

.row-1779012695770 .content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-1779012695770 .content-block>div:first-child {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: -0.4px;
    color: var(--primary-dark);
}

.row-1779012695770 .content-block>h1 {
    max-width: 680px;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    color: var(--primary-dark);
}

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

.row-1779012695770 .content-block>p {
    margin-top: 28px;
    max-width: 560px;
    font-size: 16px;
    line-height: 1.85;
    color: var(--text-muted);
}

.row-1779012695770 .features-grid {
    display: none;
    margin-top: 40px;
    max-width: 660px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 28px;
}

.row-1779012695770 .feature-item {
    text-align: center;
}

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

.row-1779012695770 .feature-item>div>svg {
    height: 32px;
    width: 32px;
    color: var(--primary);
    stroke-width: 2.2;
}

.row-1779012695770 .feature-item>h3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--primary-dark);
}

.row-1779012695770 .feature-item>p {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-muted);
}

.row-1779012695770.empty-space {
    display: block;
}

/* ------------------------------------section-02 */
.row-1779016515712 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.row-1779016515712 .equipment-card {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--border);
    background-color: var(--white);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.row-1779016515712 .equipment-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-card);
}

.row-1779016515712 .card-image-wrapper {
    height: 185px;
    width: 100%;
    overflow: hidden;
}

.row-1779016515712 .card-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.row-1779016515712 .card-content {
    padding: 20px 20px 24px 20px;
    text-align: center;
}

.row-1779016515712 .card-content h3 {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--text);
}

.row-1779016515712 .card-content p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--text-muted);
}

/*  btn */
.row-1779023389158 {
    text-align: center;
    margin-top: 20px;
}

.row-1779023389158 .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(--primary);
    background: var(--white);
    box-shadow: var(--shadow-soft);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.row-1779023389158 .doctor-link svg {
    width: 16px;
    height: 16px;
    stroke-width: 3;
}

/* ----------------------------------section-03 */
.row-1779024199287 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.row-1779024199287 .facility-card {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--border);
    background-color: var(--white);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.row-1779024199287 .facility-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-card);
}

.row-1779024199287 .card-thumb {
    height: 155px;
    width: 100%;
    overflow: hidden;
}

.row-1779024199287 .card-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.row-1779024199287 .card-body {
    padding: 16px 20px 20px 20px;
    text-align: center;
}

.row-1779024199287 .card-body h3 {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--text);
}

.row-1779024199287 .card-body p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--text-muted);
}

/*-----------------------------section-04  */
.row-1779024450914 .trust-section {
    border-radius: 12px;
    padding: 32px 40px;
    color: var(--white);
    box-shadow: var(--shadow-strong);
    background:
        radial-gradient(circle at 8% 20%,
            rgba(255, 255, 255, 0.12),
            transparent 18%),
        radial-gradient(circle at 50% 0%,
            rgba(255, 255, 255, 0.12),
            transparent 22%),
        radial-gradient(circle at 88% 80%,
            rgba(255, 255, 255, 0.1),
            transparent 20%),
        linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 45%, var(--primary-dark) 100%);
}

.row-1779024450914 .trust-section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white);
}

.row-1779024450914 .trust-section .card-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.row-1779024450914 .trust-section .card-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.row-1779024450914 .trust-section .card-item>div:first-of-type {
    display: flex;
    height: 70px;
    width: 70px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.row-1779024450914 .trust-section .card-item>div:first-of-type svg {
    height: 36px;
    width: 36px;
    color: var(--white);
}

.row-1779024450914 .trust-section .card-item>div:last-of-type {
    flex: 1;
}

.row-1779024450914 .trust-section .card-item>div:last-of-type>div {
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.row-1779024450914 .trust-section .card-item>div:last-of-type p {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

/* --------------------------------section-06 */
.csvc-1779036957901 {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg,
            rgba(59, 15, 79, 0.92) 0%,
            rgba(126, 39, 155, 0.86) 42%,
            rgba(59, 15, 79, 0.96) 100%),
        radial-gradient(circle at 30% 30%,
            rgba(255, 255, 255, 0.18),
            transparent 35%),
        url("https://copilot.microsoft.com/th/id/BCO.8974be09-a4b3-4b3a-be34-74d60b028f74.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.row-1779036957901 {
    position: relative;
    z-index: 10;
    grid-template-columns: 36% 64%;
    align-items: center;
    gap: 32px;
}

.row-1779036957901 .booking-left {
    color: var(--white);
}

.row-1779036957901 .booking-left h2 {
    margin: 0;
    max-width: 440px;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: var(--white);
}

.row-1779036957901 .booking-left p {
    margin: 0;
    margin-top: 24px;
    max-width: 470px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.86);
}

.row-1779036957901 .booking-features {
    margin-top: 28px;
}

.row-1779036957901 .booking-features>div+div {
    margin-top: 16px;
}

.row-1779036957901 .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.row-1779036957901 .feature-icon-box {
    display: flex;
    height: 27px;
    width: 27px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.1);
}

.row-1779036957901 .feature-icon-box>svg {
    height: 16px;
    width: 16px;
}

.row-1779036957901 .booking-form-box {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background-color: var(--white);
    padding: 32px 36px;
    box-shadow: var(--shadow-strong);
    box-sizing: border-box;
}

.row-1779036957901 .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    column-gap: 32px;
}

.row-1779036957901 .form-grid>div {
    display: flex;
    flex-direction: column;
}

.row-1779036957901 .form-grid>div label {
    margin-bottom: 8px;
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
}

.row-1779036957901 .input-wrapper {
    position: relative;
}

.row-1779036957901 .form-control {
    height: 54px;
    width: 100%;
    border-radius: 7px;
    border: 1px solid var(--border);
    background-color: var(--white);
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    color: var(--text);
    box-shadow: var(--shadow-card);
}

.row-1779036957901 .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(126, 39, 155, 0.16);
}

.row-1779036957901 .input-wrapper>.form-control {
    padding-right: 44px;
}

.row-1779036957901 .input-wrapper>select.form-control {
    appearance: none;
    color: var(--text-light);
}

.row-1779036957901 .icon-primary {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    pointer-events: none;
    color: var(--primary);
}

.row-1779036957901 textarea.form-control {
    height: 78px;
    resize: none;
    padding-top: 16px;
    padding-bottom: 16px;
}

.row-1779036957901 .btn-submit {
    display: flex;
    height: 58px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 7px;
    border: none;
    background-color: var(--primary-dark);
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
    font-weight: 800;
    color: var(--white);
    box-shadow: var(--shadow-soft);
    cursor: pointer;
    transition: background-color 0.3s;
}

.row-1779036957901 .form-group-btn {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
}

.row-1779036957901 .form-group-btn p {
    display: flex;
    width: 100%;
}

.row-1779036957901 .btn-submit:hover {
    background-color: var(--primary);
}

.row-1779036957901 .btn-submit>svg {
    height: 22px;
    width: 22px;
}


/* ----------------section-02 */
.section.csvc-1779158073345 {
    padding-top: 0 !important;
}

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

@media (max-width: 1024px) {
    .row-1779012695770 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-1779012695770.empty-space {
        display: none;
    }

    .row-1779016515712 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .row-1779024199287 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .row-1779024450914 .trust-section .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

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

@media (max-width: 767px) {
    .csvc-1779012695770::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-1779012695770 .content-block>div:first-child {
        font-size: 25px;
    }

    .row-1779012695770 .content-block>h1 {
        font-size: 38px;
    }

    .row-1779012695770 .content-block>p {
        font-size: 15px;
    }

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

    .row-1779016515712,
    .row-1779024199287,
    .row-1779024450914 .trust-section .card-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-1779024450914 .trust-section {
        padding: 32px 24px;
    }

    .row-1779024450914 .trust-section h2 {
        font-size: 24px;
    }

    .row-1779024450914 .trust-section .card-item {
        justify-content: flex-start;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .row-1779036957901 .booking-form-box {
        padding: 28px 24px;
    }

    .row-1779036957901 .form-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0;
    }

    .row-1779036957901 .form-group-btn {
        margin-top: 0;
        display: flex;
        align-items: stretch;
    }
}
