﻿.compliance-section {
    padding: 108px 20px;
}

.compliance-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: center; 
}
.left-content {
    width: 50%;
}

    .left-content h1 {
        font-size: 49px;
        font-weight: 600;
        color: #3b3b3b;
        font-family: unset;
        line-height: 4.4rem;
        margin-bottom: 133px;
    }

    .left-content p {
        font-size: 20px;
        color: #3b3b3b;
        max-width: 540px;
        font-family: unset;
        margin-bottom: 47px;
        text-align: justify;
        margin-top: -7rem;
        line-height: 1.4;
    }

.email-box {
    position: relative;
    max-width: 495px;
}

    .email-box input {
        width: 100%;
        padding: 16px 150px 16px 20px;
        border-radius: 30px;
        border: 1px solid #ccc;
        font-size: 19px;
        color: #3b3b3b;
        outline: none;
        font-family: 'Montserrat';
    }

    .email-box button {
        position: absolute;
        right: 7px;
        top: 5px;
        bottom: 25px;
        padding: 0 40px;
        border-radius: 30px;
        border: none;
        font-size: 20px;
        color: #fbfbfb;
        cursor: pointer;
        background: linear-gradient(92.98deg, #000000 7.29%, #333333 49.98%, #4D4D4D 71.32%, #666666 92.66%);
        font-family: unset;
    }

.right-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.top-row {
    display: flex;
    gap: 25px;
}

.image-box {
    width: 50%;
    border-radius: 22px;
    overflow: hidden;
}

    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.text-box {
    width: 50%;
    background: #fafafa;
    border-radius: 15px;
    padding: 20px;
}

    .text-box h2 {
        font-size: 60px;
        font-weight: 700;
        font-family: 'Montserrat';
        color: #3b3b3b;
        margin-bottom: 6px;
    }

    .text-box h4 {
        font-size: 20px;
        font-weight: 600;
        font-family: unset;
        color: #3b3b3b;
        margin-bottom: 8px;
    }

    .text-box p {
        font-size: 20px;
        color: #3b3b3b;
        font-family: UNSET;
        line-height: 1.5;
        text-align: justify;
    }

.health-box {
    height: 190px;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient( 96.04deg, #000000 5.58%, #1A1A1A 28.46%, #333333 51.34%, #4D4D4D 74.21%, #666666 97.09% );
    margin-top: -1rem;
}

.health-text {
    font-size: 30px;
    color: #fbfbfb;
    font-family: UNSET;
    line-height: 1.5;
    text-align: justify;
    font-weight: 600
}

.bars {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

    .bars span {
        width: 38px;
        border-radius: 3px;
        background: #6FC7B4;
    }

        .bars span:nth-child(1) {
            height: 60px;
            background: #B8F2E6;
        }

        .bars span:nth-child(2) {
            height: 85px;
            background: #92DACB;
        }

        .bars span:nth-child(3) {
            height: 110px;
        }

/* TABLET */
@media (max-width: 992px) {

    .compliance-container {
        flex-direction: column;
        align-items: stretch;
        gap: 50px;
    }

    .left-content,
    .right-content {
        width: 100%;
        max-width: 100%;
    }

        .left-content h1 {
            margin-bottom: 23px;
            line-height: 1.3;
            white-space: nowrap;
            font-size: 70px;
            font-weight: 600;
            margin-top: 2rem;
            font-family: 'Lato';
        }

        .left-content p {
            margin-top: 0;
            max-width: 100%;
            text-align: justify;
            font-size: 35px;
            line-height: 3.5rem;
        }
    .email-box {
        position: relative;
        max-width: 775px;
        margin-left: 0rem;
    }
        .email-box input {
            width: 100%;
            padding: 24px 139px 19px 18px;
            border-radius: 30px;
            border: 1px solid #ccc;
            font-size: 31px;
            color: #3b3b3b;
            outline: none;
            font-family: 'Montserrat';
        }
        .email-box button {
            position: absolute;
            right: 7px;
            top: 6px;
            bottom: 24px;
            padding: 0 40px;
            border-radius: 30px;
            border: none;
            font-size: 28px;
            color: #fbfbfb;
            cursor: pointer;
            background: linear-gradient(92.98deg, #000000 7.29%, #333333 49.98%, #4D4D4D 71.32%, #666666 92.66%);
            font-family: 'Montserrat';
        }

    .text-box h2 {
        font-size: 67px;
        font-weight: 700;
        font-family: 'Montserrat';
        color: #3b3b3b;
        margin-bottom: 27px;
        margin-top: 5rem;
        margin-left: 1rem;
    }
    .text-box h4 {
        font-size: 28px;
        font-weight: 700;
        font-family: 'Montserrat';
        color: #3b3b3b;
        margin-bottom: 13px;
    }
    .text-box p {
        font-size: 31px;
        color: #3b3b3b;
        font-family: 'Lato';
        line-height: 1.5;
        text-align: justify;
    }
    .health-box {
        margin-top: 0;
    }
    .health-text {
        font-size: 35px;
        color: #fbfbfb;
        font-family: UNSET;
        line-height: 1.5;
        text-align: justify;
        font-weight: 600;
        font-family: 'Lato';
    }
}

/* MOBILE */
@media (max-width: 576px) {

    .left-content h1 {
        font-size: 32px;
    }

    .left-content p {
        font-size: 15px;
    }

    .email-box {
        max-width: 100%;
    }

   .email-box input {
    padding: 14px 120px 14px 16px;
    }

   .top-row {
    flex-direction: column;
    }
    .image-box,
    .text-box {
        width: 100%;
     }

   .text-box h2 {
     font-size: 40px;
       }

    .health-box {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }

    .bars {
        align-self: flex-end;
    }
}


/*Second-Section*/

.danhi-compliance {
    padding: 2px 20px;
}
.danhi-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 70px;
    align-items: center;
}

.danhi-image {
    width: 50%;
}
.danhi-image img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        object-fit: cover;
 }
.danhi-content {
    width: 50%;
}
.danhi-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 23px;
    width: 100%;
    line-height: 1.3;
    font-family: 'Lato';
}
.danhi-text {
    font-size: 18px;
    line-height: 1.7;
    color: #3b3b3b;
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'Lato';
}

.danhi-strong {
    display: block;
    font-size: 18px;
    line-height: 1.7;
    color: #3b3b3b;
    font-weight: 600;
    text-align: justify;
    font-family: 'Lato';
}


@media (max-width: 992px) {

    .danhi-compliance {
        padding: 0px 20px;
        width: 95%;
        margin-left: 1.3rem;
    }

    .danhi-container {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }
    .danhi-title {
        font-size: 3.3rem;
        font-weight: 600;
        color: #3b3b3b;
        margin-bottom: 23px;
        font-family: 'Lato';
        width: 81%;
    }
    .danhi-text {
        font-size: 35px;
        line-height: 1.7;
        color: #3b3b3b;
        margin-bottom: 20px;
        text-align: justify;
        font-family: 'Lato';
    }
    .danhi-strong {
        display: block;
        font-size: 35px;
        line-height: 1.7;
        color: #3b3b3b;
        font-weight: 500;
        text-align: justify;
        font-family: 'Lato';
    }
    .danhi-image,
    .danhi-content {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .danhi-title {
        font-size: 28px;
    }

    .danhi-text,
    .danhi-strong {
        font-size: 15px;
    }
}


/*Third - Section*/
.Ganuk {
    max-width: 1300px;
    margin: 80px auto;
    padding: 0 20px;
}
.ganuk-accordion {
    width: 93%;
    margin-left: 2.5rem;
}
.ganuk-main-heading {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 50px;
    width: 100%;
    color: #3b3b3b;
    line-height: 3.5rem;
    font-family: 'Lato';
}
.ganuk-header {
    display: flex;
    align-items: center;
    padding: 0px 0;
    cursor: pointer;
}

.ganuk-circle {
    font-size: 28px;
    margin-top: -28px
}

.ganuk-header h3 {
    flex: 1;
    font-size: 24px;
    margin-left: 15px;
    color: #3b3b3b;
    font-family: 'Lato';
}

.ganuk-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
.ganuk-content p {
    color: #3b3b3b;
    line-height: 1.7;
    max-width: 900px;
    margin-top: -30px;
    font-size: 19px;
    font-family: unset;
}
.ganuk-content {
    display: none;
    padding: 2px 0 4px 35px;
}
.ganuk-item {
    border-bottom: 2px solid #3b3b3b;
}

@media (max-width: 1024px) {

    .Ganuk {
        margin: 60px auto;
        padding: 0 20px;
        width: 95%;
    }

    .ganuk-accordion {
        width: 100%;
        margin-left: 0;
    }

    .ganuk-main-heading {
        width: 100%;
        margin-left: 0;
        font-size: 3.3rem;
        line-height: 4rem;
        margin-bottom: 40px;
        text-align: justify;
        font-weight: 600;
        color: #3b3b3b;
        font-family: 'Lato';
    }

    .ganuk-header h3 {
        font-size: 35px;
        line-height: 4rem;
        font-family: 'Lato';
    }

    .ganuk-circle {
        font-size: 24px;
        margin-top: -18px;
    }

    .ganuk-content p {
        font-size: 30px;
        margin-top: -18px;
        text-align: justify;
        font-family: 'Lato';
    }
}

@media (max-width: 767px) {

    .Ganuk {
        margin: 40px auto;
        padding: 0 15px;
    }

    .ganuk-accordion {
        width: 100%;
        margin-left: 0;
    }

    .ganuk-main-heading {
        width: 100%;
        margin-left: 0;
        font-size: 26px;
        line-height: 2.2rem;
        margin-bottom: 30px;
        text-align: center;
    }

    .ganuk-header {
        align-items: flex-start;
    }

    .ganuk-circle {
        font-size: 22px;
        margin-top: 2px;
    }

    .ganuk-header h3 {
        font-size: 17px;
        margin-left: 12px;
    }

    .ganuk-btn {
        font-size: 16px;
    }

    .ganuk-content {
        padding: 6px 0 12px 30px;
    }

        .ganuk-content p {
            font-size: 15px;
            margin-top: 0;
            line-height: 1.6;
        }

    .ganuk-item {
        border-bottom: 1px solid #3b3b3b;
    }
}


/*Fourth - Section*/

.zservice-section {
    max-width: 1300px;
    margin: 109px auto;
    padding: 0 20px;
}
.zservice-top {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 30px;
}
    .zservice-top h2 {
        width: 10%;
        font-size: 2.2rem;
        line-height: 3.2rem 48px;
        white-space: nowrap;
        font-weight: 700;
        color: #3b3b3b;
        font-family: 'Lato';
    }
    .zservice-top p {
        width: 40%;
        font-size: 18px;
        line-height: 1.7;
        color: #3b3b3b;
        text-align: justify;
        margin-top: 0.5rem;
        font-family: 'Lato';
    }
.zservice-box {
    border: 3px solid #B8F2E6;
    border-radius: 14px;
    padding: 0px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.zservice-left {
    display: flex;
    gap: 18px;
    max-width: 75%;
}

.z-number {
    font-size: 23px;
    font-weight: 600;
    color: #3b3b3b;
    margin-top: 19px;
    font-family: 'Montserrat';
}

.zservice-left h3 {
    font-size: 19px;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: -9px;
    font-family: 'Lato';
}

.zservice-left p {
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
    font-family: 'Lato';
}

.zservice-action {
    display: flex;
    align-items: center;
    gap: 14px;
}

.zservice-btn {
    background: #B8F2E6;
    color: #3b3b3b;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.3s ease;
    font-family: unset;
}

    .zservice-btn:hover {
        background: #9ee8d8;
    }

    .zservice-btn,
    .zservice-btn:focus {
        color: #3b3b3b !important;
        text-decoration: none;
    }

.zservice-icon {
    width: 37px;
    height: 37px;
    background: #3b3b3b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.zservice-arrow {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-top: -2px;
}


@media (max-width: 1024px) {

    .zservice-section {
        /* max-width: 1300px; */
        margin: 86px auto;
        padding: 0 20px;
        width: 95%;
    }


    .zservice-top {
        flex-direction: column;
        gap: 15px;
    }

        .zservice-top h2 {
            width: 100%;
            font-size: 3.3rem;
            line-height: 4rem;
            white-space: nowrap;
            text-align: justify;
            color: #3b3b3b;
            font-weight: 600;
            font-family: 'Lato';
        }

        .zservice-top p {
            width: 100%;
            font-size: 35px;
            margin-top: 0;
            text-align: justify;
            font-weight: 400;
        }

    .zservice-left h3 {
        font-size: 35px;
        font-weight: 600;
        color: #3b3b3b;
        margin-bottom: 9px;
        font-family: 'Lato';
        line-height: 3.5rem;
    }

    .zservice-left p {
        font-size: 30px;
        color: #3b3b3b;
        line-height: 1.6;
        max-width: 832px;
        font-family: 'Lato';
        text-align: justify;
    }

    .zservice-box {
        border: 3px solid #B8F2E6;
        border-radius: 14px;
        padding: 0px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .zservice-btn, .zservice-btn:focus {
        color: #3b3b3b !important;
        text-decoration: none;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 700;
    }
    .z-number {
        font-size: 34px;
        font-weight: 900;
        color: #3b3b3b;
        margin-top: 19px;
        font-family: 'Lato';
    }
}


@media (max-width: 480px) {

    .zservice-top h2 {
        font-size: 28px;
    }

    .zservice-top p {
        font-size: 15px;
        line-height: 1.6;
    }
}



/*Fiveth - Section*/
.zsteps-section {
    max-width: 1300px;
    margin: 80px auto;
    /*    padding: 0 20px;*/
    font-family: unset;
    margin-top: -9rem;
}

.zsteps-heading {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 60px;
    line-height: 3.5rem;
    width: 100%;
    font-family: unset;
    font-family: 'Lato';
}

.zsteps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.zsteps-row-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-right: 11rem;
}

.zsteps-row-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-left: 11rem;
}

.zstep-box-one,
.zstep-box-two,
.zstep-box-three,
.zstep-box-four {
    display: flex;
    gap: 22px;
    padding: 20px 24px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #e2e5ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 6px 12px rgba(0, 0, 0, 0.08);
    align-items: center;
}


.zstep-box-one:hover,
.zstep-box-two:hover,
.zstep-box-three:hover,
.zstep-box-four:hover {
/*    transform: translateY(-4px);*/
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.zstep-number-one,
.zstep-number-two,
.zstep-number-three,
.zstep-number-four {
    font-size: 49px;
    font-weight: 700;
    color: #3b3b3b;
    line-height: 1;
    min-width: 60px;
    margin-top: 5px;
    font-family: 'Montserrat';
}

.zstep-content-one h4,
.zstep-content-two h4,
.zstep-content-three h4,
.zstep-content-four h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -6px;
    color: #3b3b3b;
    font-family: unset;
}

.zstep-content-one p,
.zstep-content-two p,
.zstep-content-three p,
.zstep-content-four p {
    font-size: 18px;
    line-height: 1.6;
    color: #3b3b3b;
    margin: 0;
    font-family: unset;
}


/*Responsive*/
@media (max-width: 1024px) {
    .zsteps-section {
        max-width: 95%;
        margin: 54px;
        font-family: 'Montserrat', sans-serif;
        margin-top: -9rem;
    }
    .zsteps-heading {
        font-size: 3.3rem;
        margin-bottom: 48px;
        margin-left: 0rem;
        text-align: center;
        white-space: nowrap;
        margin-top: 5rem;
        font-weight: 700;
        color: #3b3b3b;
        line-height: 4rem;
        font-family: 'Lato';
    }
    .zstep-content-one h4,
    .zstep-content-two h4,
    .zstep-content-three h4,
    .zstep-content-four h4 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #3b3b3b;
        line-height: 2.5rem;
        font-family: 'Lato';
        padding-left: 18px;
    }
    .zstep-content-one p, 
    .zstep-content-two p, 
    .zstep-content-three p, 
    .zstep-content-four p {
        font-size: 28px;
        line-height: 1.6;
        color: #3b3b3b;
        margin: 0;
        font-family: 'Lato';
        padding-left: 20px;
        padding-right: 17px;
        padding-bottom: 18px;
    }
    .zstep-number-one,
    .zstep-number-two,
    .zstep-number-three,
    .zstep-number-four {
        font-size: 42px;
        display: none;
    }

    .zstep-box-one,
    .zstep-box-two,
    .zstep-box-three,
    .zstep-box-four {
        padding: 4px;
    }
}

@media (max-width: 768px) {

    .zsteps-heading {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .zsteps-row-top,
    .zsteps-row-bottom {
        grid-template-columns: 1fr;
    }

    .zstep-box-one,
    .zstep-box-two,
    .zstep-box-three,
    .zstep-box-four {
        gap: 20px;
        padding: 22px;
    }

    .zstep-number-one,
    .zstep-number-two,
    .zstep-number-three,
    .zstep-number-four {
        font-size: 38px;
        min-width: 50px;
    }

    .zstep-content-one h4,
    .zstep-content-two h4,
    .zstep-content-three h4,
    .zstep-content-four h4 {
        font-size: 16px;
    }

    .zstep-content-one p,
    .zstep-content-two p,
    .zstep-content-three p,
    .zstep-content-four p {
        font-size: 14px;
    }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 480px) {

    .zsteps-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .zstep-number-one,
    .zstep-number-two,
    .zstep-number-three,
    .zstep-number-four {
        font-size: 34px;
    }
}


/*Sixth - Section*/

.future-section {
    width: 100%;
    padding: 60px 0;
    margin-top: -9rem
}

.future-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.future-left {
    width: 50%;
    background: #FAFAFA;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
}

.future-heading {
    font-size: 2.2rem;
    margin-bottom: 16px;
    white-space: nowrap;
    font-weight: 700;
    font-family: unset;
    color: #3b3b3b;
    line-height: 3rem;
    font-family: 'Lato';
}

.future-text {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 12px;
    color: #3B3B3B;
    text-align: justify;
    font-family: 'Lato';
}

.future-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .future-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }


@media (max-width: 1024px) {

    .future-section {
        padding: 0px 0;
        margin-top: -50px;
        width: 95%;
        margin-left: 1.5rem;
    }

    .future-container {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
    }

    .future-left,
    .future-right {
        width: 100%;
    }

    .future-heading {
        font-size: 3.3rem;
        line-height: 4rem;
        white-space: normal;
        font-weight: 600;
        font-family: 'Lato';
    }

    .future-text {
        font-size: 35px;
        line-height: 1.8;
        text-align: justify;
        color: #3b3b3b;
        font-family: 'Lato';
    }

    .future-right img {
        height: auto;
    }
}

@media (max-width: 768px) {

    .future-section {
        padding: 40px 0;
    }

    .future-left {
        padding: 30px 25px;
    }

    .future-heading {
        font-size: 30px;
        line-height: 2.6rem;
    }

    .future-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .future-right img {
        border-radius: 10px;
    }
}







/*Last-Section*/

.action-section {
    background: #B8F2E6;
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 1300px;
    margin: 0px auto 40px;
}

.action-container {
    text-align: left;
    font-family: unset;
}
    .action-container h2 {
        margin-top: -12px;
        color: #3b3b3b;
        font-size: 4.4rem;
        white-space: nowrap;
        font-family: 'Lato';
    }

    .action-container p {
        font-size: 20px;
        margin-top: -22px;
        color: #3b3b3b;
        font-family: unset;
    }

.action-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.action-card {
    background: #fff;
    display: flex;
    align-items: center; 
    gap: 14px;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    height: 6.2rem; 
}

    .action-card:hover {
        box-shadow: none;
        transform: translateY(2px);
    }

.icon-boxs {
    width: 48px;
    height: 32px;
    background: transparent;
    border-radius: 6px;
    flex-shrink: 0;
    margin-left: 6%;
}

.vertical-line {
    border-left: 1px solid black;
    height: 40px;
    margin: 0 10px;
}

.card-content h3 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0px 3px 18px;
    color: #3b3b3b;
}

.card-content p {
    font-size: 18px;
    margin-left: 17px;
    margin-top: -10px;
    color: #3b3b3b;
    font-family: unset;
}

/* Responsive */
@media (max-width: 1024px) {
    .action-section {
        padding: 25px 15px;
        margin: 37px;
        max-width: 95%;
    }

    .action-container h2 {
        font-size: 4.5rem;
        white-space: normal;
        text-align: center;
        margin-bottom: 11px;
        line-height: 6rem;
    }

    .action-container p {
        font-size: 35px;
        margin-top: 32px;
        color: #3b3b3b;
  
        line-height: 3rem;
    }
    .action-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .action-card {
        width: 100%;
        max-width: 900px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 17px 14px;
        height: auto;
        border-radius: 11px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .icon-boxs {
        width: 68px;
        height: 68px;
        margin: 0 10px 0 15px;
        flex-shrink: 0;
    }

    .vertical-line {
        display: flex;
        height: 91px;
        margin: 0 10px;
    }

    .card-content {
        text-align: left;
    }

        .card-content h3 {
            font-size: 50px;
            color: #3b3b3b;
            margin-left: 0.5rem;
            margin-top: 1.1rem;
        }

        .card-content p {
            font-size: 26px;
            margin-top: 0px;
            color: #3b3b3b;
            white-space: nowrap;
            margin-left: 0.5rem;
            font-weight: 500;
        }
}



#popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-content {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

    .popup-content h3 {
        font-size: 60px;
        margin-bottom: 20px;
        color: #333;
    }

    .popup-content p {
        font-size: 18px;
        margin-bottom: 20px;
        color: #555;
    }

    .popup-content button {
        padding: 10px 25px;
        border: none;
        border-radius: 6px;
        background: #007bff;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
    }


