﻿.kit-enter-section {
    width: 100%;
    padding: 100px 0;
    font-family: unset;
    background: #ffffff;
}

.kit-enter-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.kit-enter-left {
    width: 50%;
}

.kit-enter-heading {
    font-size: 50px;
    font-weight: 600;
    line-height: 4.5rem;
    color: #3b3b3b;
    margin-bottom: 54px;
    font-family: unset;
    width: 95%;
}

.kit-enter-para {
    font-size: 19px;
    line-height: 1.75;
    color: #3b3b3b;
    margin-bottom: 28px;
    text-align: justify;
    max-width: 100%;
    font-weight: 500;
    margin-top: -2rem;
}

.kit-enter-input-wrap {
    position: relative;
    max-width: 100%;
}

.kit-enter-input {
    width: 100%;
    padding: 14px 170px 14px 20px;
    border-radius: 30px;
    border: 1px solid #00000033;
    font-size: 18px;
    color: #3b3b3b;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.kit-enter-btn {
    position: absolute;
    right: 8px;
    top: 36%;
    transform: translateY(-50%);
    height: 44px;
    padding: 0 44px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(92.98deg, #000000 7.29%, #333333 49.98%, #4D4D4D 71.32%, #666666 92.66%);
    color: #fbfbfb;
    font-size: 19px;
    cursor: pointer;
    font-family: unset;
}

.kit-enter-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

    .kit-enter-right img {
        width: 100%;
        max-width: 100%;
        border-radius: 16px;
        object-fit: cover;
    }


@media (max-width: 991px) {

    .kit-enter-section {
        /*        width: 95%;
        padding: 145px 0px;
        font-family: 'Montserrat', sans-serif;
        background: #ffffff;
        margin-left: 1.5rem;*/

        padding: 108px 20px;
    }


    .kit-enter-container {
        flex-direction: column;
        gap: 40px;
    }

    .kit-enter-left,
    .kit-enter-right {
        width: 100%;
    }

    .kit-enter-heading {
        font-size: 70px;
        line-height: 1.2;
        margin-bottom: 45px;
        padding-top: 2.5rem;
        font-weight: 600;
        font-family: 'Lato';
    }

    .kit-enter-para {
        text-align: justify;
        font-size: 35px;
        line-height: 3.5rem;
        font-weight: 400;
    }

    .kit-enter-right {
        justify-content: center;
    }

    .kit-enter-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';
    }

    .kit-enter-btn {
        position: absolute;
        right: 8px;
        top: 42%;
        transform: translateY(-50%);
        height: 65px;
        padding: 15px 71px;
        border-radius: 50px;
        border: none;
        background: linear-gradient(92.98deg, #000000 7.29%, #333333 49.98%, #4D4D4D 71.32%, #666666 92.66%);
        color: #fbfbfb;
        font-size: 28px;
        cursor: pointer;
        font-family: 'Montserrat', sans-serif;
    }
}


@media (max-width: 575px) {

    .kit-enter-section {
        padding: 70px 0;
    }

    .kit-enter-container {
        gap: 30px;
    }

    .kit-enter-heading {
        font-size: 32px;
        line-height: 2.6rem;
        text-align: left;
    }

    .kit-enter-para {
        font-size: 16px;
        line-height: 1.6;
    }

    .kit-enter-input {
        padding: 12px 120px 12px 16px;
        font-size: 16px;
    }

    .kit-enter-btn {
        padding: 0 26px;
        height: 40px;
        font-size: 15px;
        right: 6px;
        top: 50%;
    }
}



/*Second - Section*/
.unified-section {
    width: 100%;
    padding: 20px 0;
    font-family: unset;
    margin-top: -4rem;
}

.unified-container {
    max-width: 1300px;
    margin: auto;
}

.unified-heading {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 50px;
    line-height: 1.3;
    width: 100%;
    font-family: 'Lato';
}

.unified-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.unified-left {
    width: 50%;
}

    .unified-left img {
        width: 100%;
        border-radius: 18px;
        object-fit: cover;
    }

.unified-right {
    width: 50%;
}

.unified-para {
    font-size: 18px;
    line-height: 1.7;
    color: #3b3b3b;
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'Lato';
}

.unified-stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.unified-stat h3 {
    font-size: 40px;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 0px;
}

.unified-stat p {
    font-size: 15.9px;
    color: #3b3b3b;
    line-height: 1.4;
    font-weight: 500;
}


@media (max-width: 991px) {

    .unified-section {
        padding: 0px 20px;
        width: 95%;
        margin-left: 1.3rem;
    }


    .unified-heading {
        width: 100%;
        margin-left: 0;
        text-align: left;
        font-size: 3.3rem;
        margin-bottom: 40px;
        line-height: 4rem;
        font-family: lato;
    }
    .unified-para {
        font-size: 35px;
        line-height: 1.7;
        color: #3b3b3b;
        margin-bottom: 20px;
        text-align: justify;
        font-family: 'Lato';
    }
    .unified-content {
        flex-direction: column;
        gap: 30px;
    }

    .unified-left,
    .unified-right {
        width: 100%;
    }

    .unified-stats {
        /*        gap: 30px;
        flex-wrap: wrap;*/
        display: none;
    }

    .unified-stat h3 {
        font-size: 34px;
    }
}


@media (max-width: 575px) {

    .unified-section {
        padding: 40px 0;
        margin-top: 0;
    }

    .unified-heading {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .unified-para {
        font-size: 15px;
        line-height: 1.6;
    }

    .unified-stats {
        gap: 20px;
        margin-top: 30px;
    }

    .unified-stat {
        width: 48%;
    }

        .unified-stat h3 {
            font-size: 30px;
        }

        .unified-stat p {
            font-size: 13px;
        }
}



/*Third - Section*/

.modern-section {
    width: 100%;
    padding: 90px 20px;
    font-family: unset;
}

.modern-container {
    max-width: 1300px;
    margin: auto;
}

.modern-heading {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    color: #3b3b3b;
    margin-bottom: 50px;
    line-height: 1.3;
    width: 100%;
    font-family: 'Lato';
}

.modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
}


.modern-box {
    text-align: left;
    background: #FAFAFA;
    padding-left: 15px;
    padding-right: 13px;
    border-radius: 12px;
}


.modern-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    margin-top: 2rem;
}

    .modern-icon img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

.modern-box h3 {
    font-size: 19px;
    font-weight: 600;
    color: #3b3b3b;
    margin-bottom: 0px;
    font-family: unset;
}

.modern-box p {
    font-size: 18px;
    line-height: 1.7;
    color: #3b3b3b;
    text-align: justify;
    font-family: unset;
}


/* TABLET (max-width: 991px) */

@media (max-width: 991px) {

    .modern-section {
        padding: 0px 20px;
        width: 95%;
        margin-left: 1.3rem;
    }
    .modern-heading {
        width: 100%;
        margin-left: 0;
        text-align: left;
        font-size: 3.3rem;
        margin-bottom: 41px;
        margin-top: 3rem;
        line-height: 4rem;
    }
    .modern-box h3 {
        font-size: 35px;
        font-weight: 600;
        color: #3b3b3b;
        margin-bottom: 20px;
        font-family: 'Lato';
        line-height: 3.5rem;
    }

    .modern-box p {
        font-size: 32px;
        line-height: 1.7;
        color: #3b3b3b;
        text-align: justify;
        font-family: 'Lato';
        margin-bottom: 0px;
        padding-bottom: 15px;
        padding-right: 12px;
        padding-left: 12px;
    }
    .modern-icon {
        width: 72px;
        height: 70px;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #3b3b3b;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 6px;
        margin-top: 2rem;
    }


    .modern-icon img {
            width: 40px;
            height: 40px;
            object-fit: contain;
        }

    .modern-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }

    .modern-box {
        padding-left: 14px;
        padding-right: 14px;
    }
}



/* MOBILE (max-width: 576px) */
@media (max-width: 576px) {

    .modern-section {
        padding: 60px 16px;
    }

    .modern-heading {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .modern-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .modern-icon {
        width: 56px;
        height: 56px;
    }

        .modern-icon img {
            width: 24px;
            height: 24px;
        }

    .modern-box h3 {
        font-size: 16px;
    }

    .modern-box p {
        font-size: 15px;
    }
}



/*Fourth - Section*/

.zsd-transform-section {
    width: 100%;
    padding: 5px 20px;
    font-family: unset;
}

.zsd-transform-container {
    max-width: 1300px;
    margin: auto;
}

.zsd-transform-heading {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 50px;
    line-height: 1.3;
    width: 100%;
    font-family: 'Lato';
}

.zsd-tabs {
    display: flex;
    gap: 18px;
    margin-bottom: 40px;
    background: #FAFAFA;
    width: 37rem;
    margin-left: 0rem;
    padding-left: 46px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 54px;
    margin-top: 5rem;
    margin-bottom: -60px;
}

.zsd-tab {
    padding: 10px 26px;
    border-radius: 30px;
    border: none;
    background: transparent;
    font-size: 19px;
    cursor: pointer;
    font-weight: 500;
    color: #2f2f2f;
}

    .zsd-tab.active {
        background: #D2F7EF;
        font-size: 24px;
        height: 3.2rem;
        margin-left: -1.5rem;
    }

.zsd-tab-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.zsd-left {
    width: 50%;
}

.zsd-right {
    width: 50%;
}

    .zsd-right img {
        width: 100%;
        border-radius: 18px;
        object-fit: cover;
    }

.tab-panel {
    display: none;
}

    .tab-panel.active {
        display: block;
    }

    .tab-panel h3 {
        font-size: 25px;
        margin-bottom: 4px;
        color: #3b3b3b;
        font-weight: 600;
        font-family: unset;
    }

    .tab-panel p {
        font-size: 18px;
        line-height: 1.7;
        color: #3b3b3b;
        margin-bottom: 31px;
        text-align: justify;
        font-family: unset;
    }


/*TABLET (<= 1024px)*/
@media (max-width: 1024px) {

    .zsd-transform-section {
        padding: 0px 20px;
        width: 95%;
        margin-left: 1.3rem;
    }
    .zsd-transform-heading {
        font-weight: 600;
        width: 100%;
        margin-left: 0;
        text-align: left;
        font-size: 3.3rem;
        margin-bottom: 19px;
        margin-top: 3rem;
        font-family: 'Lato';
    }
    .zsd-tabs {
        width: 70%;
        margin-left: -5px;
        padding-left: 74px;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .zsd-tab-content {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
    .tab-panel h3 {
        font-size: 3.3rem;
        margin-bottom: 4px;
        color: #3b3b3b;
        font-weight: 600;
        margin-top: 7rem;
        margin-bottom: 20px;
        line-height: 4rem;
        font-family: 'Lato';
    }

    .tab-panel p {
        font-size: 35px;
        line-height: 1.7;
        color: #3b3b3b;
        margin-bottom: 31px;
        text-align: justify;
        font-family: 'Lato';
    }
    .zsd-left,
    .zsd-right {
        width: 100%;
    }

        .zsd-right img {
            width: 100%;
            max-height: 420px;
        }
}


/* MOBILE (<= 768px) */
@media (max-width: 768px) {

    .zsd-tabs {
        width: 100%;
        padding: 10px;
        gap: 10px;
        border-radius: 20px;
    }

    .zsd-tab {
        font-size: 16px;
        padding: 8px 18px;
    }

        .zsd-tab.active {
            font-size: 18px;
            height: auto;
            margin-left: 0;
        }

    .zsd-tab-content {
        flex-direction: column;
        gap: 30px;
    }

    .zsd-left,
    .zsd-right {
        width: 100%;
    }

    .tab-panel h3 {
        font-size: 22px;
    }

    .tab-panel p {
        font-size: 15px;
    }

    .zsd-right img {
        border-radius: 14px;
        max-height: 320px;
    }
}






/*Fiveth - Section*/
.smart-section {
    width: 100%;
    padding: 90px 20px;
    font-family: unset;
}

.smart-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
}

.smart-stats {
    width: 50%;
    display: flex;
    gap: 40px;
}

.stat-box {
    width: 264px;
    height: 262px;
    border-radius: 8px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    background: #D2F7EF;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.05);
}

    .stat-box h2 {
        font-size: 60px;
        font-weight: 700;
        color: #3b3b3b;
        margin-bottom: 66px;
        margin-top: 1rem;
        font-family: 'Montserrat';
    }

    .stat-box p {
        font-size: 23px;
        line-height: 1.4;
        color: #3b3b3b;
        font-weight: 500;
        text-align: end;
        font-family: unset;
    }

.smart-content {
    width: 50%;
    padding-left: 40px;
}

    .smart-content h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #3b3b3b;
        margin-bottom: 18px;
        line-height: 1.3;
        width: 100%;
        text-align: end;
        font-family: 'Lato';
    }

    .smart-content p {
        font-size: 18px;
        line-height: 1.7;
        color: #3b3b3b;
        text-align: end;
        font-family: 'Lato';
    }


@media (max-width: 992px) {

    .smart-section {
        padding: 65px 20px;
        width: 95%;
        margin-left: 1.3rem;
    }

    .smart-container {
        flex-direction: column;
    }
    .stat-box {
        width: 417px;
        height: 380px;
        border-radius: 8px;
        padding: 30px 25px;
        display: flex;
        flex-direction: column;
        background: #D2F7EF;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.05);
    }

        .stat-box h2 {
            font-size: 90px;
            font-weight: 700;
            color: #3b3b3b;
            margin-bottom: 66px;
            margin-top: 2rem;
            font-family: 'Montserrat';
        }
        .stat-box p {
            font-size: 35px;
            line-height: 1.4;
            color: #3b3b3b;
            font-weight: 500;
            text-align: end;
            margin-top: 5rem;
            font-family: 'Lato';
            font-weight: 600;
        }
    .smart-stats,
    .smart-content {
        width: 100%;
    }

    .smart-stats {
        justify-content: center;
        margin-bottom: 40px;
    }
    .smart-content h2 {
        font-size: 3.3rem;
        font-weight: 600;
        color: #3b3b3b;
        margin-bottom: 24px;
        line-height: 1.3;
        width: 79%;
        text-align: end;
        font-family: 'Lato';
    }

    .smart-content p {
        font-family: 'Lato';
        font-size: 35px;
        line-height: 1.7;
        color: #3b3b3b;
        margin-bottom: 20px;
        text-align: justify;
    }


    .smart-content {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .smart-stats {
        flex-direction: column;
        align-items: center;
    }

    .stat-box {
        width: 100%;
        max-width: 320px;
        height: auto;
    }
}



/*Seven - Section*/

.journey-section {
    padding: 100px 20px;
    font-family: unset;
}

.journey-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 115px;
}

.journey-left {
    width: 50%;
}
    .journey-left h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #3b3b3b;
        line-height: 1.3;
        margin-bottom: 25px;
        white-space: nowrap;
        font-family: 'Lato';
    }

    .journey-left p {
        font-size: 18px;
        line-height: 1.7;
        color: #3b3b3b;
        margin-bottom: 20px;
        font-family: unset;
    }

.journey-right {
    width: 50%;
    position: relative;
}

.timeline {
    position: relative;
    padding-left: 3px;
}

    .timeline::before {
        content: "";
        position: absolute;
        left: 8px;
        top: -49px;
        bottom: -17px;
        border-left: 2px dashed #3b3b3b;
    }

.timeline-dot {
    position: absolute;
    left: 1.7px;
    width: 14px;
    height: 14px;
    background: #3b3b3b;
    border-radius: 50%;
}

    .timeline-dot.top {
        top: -50px;
    }

    .timeline-dot.bottom {
        bottom: -26px;
    }

.timeline-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 55px;
    position: relative;
}

    .timeline-item:last-child {
        margin-bottom: 0;
    }

    .timeline-item .circle {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid #000;
        background: #fff;
        position: relative;
        left: -1px;
        margin-top: -35px;
    }

    .timeline-item p {
        font-size: 18px;
        font-weight: 500;
        color: #3b3b3b;
        background: #FAFAFA;
        width: 24rem;
        height: 4rem;
        margin-top: -7px;
        border-radius: 16px;
        padding-top: 13px;
        padding-left: 1rem;
        font-family: unset;
    }

        .timeline-item p strong {
            margin-right: 6px;
        }



@media (max-width: 1024px) {

    .journey-section {
        padding: 15px 20px;
        font-family: 'Montserrat', sans-serif;
        width: 95%;
        margin-left: 1.5rem;
    }


    .journey-container {
        flex-direction: column;
        gap: 60px;
    }

    .journey-left,
    .journey-right {
        width: 100%;
    }

    .journey-left h2 {
            font-size: 3.3rem;
            font-weight: 600;
            color: #3b3b3b;
            margin-bottom: 24px;
            line-height: 1.3;
            width: 76%;
            text-align: left;
            font-family: 'Lato';
    }
    .journey-left p {
            font-size: 35px;
            line-height: 1.7;
            color: #3b3b3b;
            margin-bottom: 20px;
            text-align: justify;
            font-family: 'Lato';
    }
    .timeline-item p {
        width: 100%;
        font-size: 35px;
        font-weight: 500;
        color: #3b3b3b;
        background: #FAFAFA;
        height: 4rem;
        margin-top: -7px;
        border-radius: 12px;
        padding-top: 24px;
        padding-left: 2rem;
        padding-bottom: 75px;
    }

    .timeline::before {
        left: 6px;
    }
}


@media (max-width: 767px) {

    .journey-section {
        padding: 60px 15px;
    }

    .journey-container {
        flex-direction: column;
        gap: 50px;
    }

    .journey-left h2 {
        font-size: 30px;
        white-space: normal;
    }

    .journey-left p {
        font-size: 15px;
    }

    .timeline-item {
        gap: 14px;
        margin-bottom: 40px;
    }

        .timeline-item p {
            font-size: 15px;
            height: auto;
            padding: 12px 14px;
        }

    .timeline::before {
        top: -30px;
        bottom: -20px;
    }

    .timeline-dot.top {
        top: -32px;
    }

    .timeline-dot.bottom {
        bottom: -20px;
    }
}




/*Eight - Section*/

.modern-delivery-section {
    padding: 8px 20px;
    font-family: unset;
}

.modern-delivery-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
}

.modern-left {
    width: 50%;
}

.modern-right {
    width: 50%;
    padding-left: 98px;
    padding-top: 56px;
}

.modern-left img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 22px;
}

.modern-right h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #3b3b3b;
    margin-bottom: 22px;
    width: 100%;
    text-align: right;
    font-family: 'Lato';
}

.modern-right p {
    font-size: 18px;
    line-height: 1.7;
    color: #3b3b3b;
    max-width: 100%;
    text-align: justify;
    font-family: 'Lato';
}

/* TABLET (<= 991px) */
@media (max-width: 991px) {

    .modern-delivery-section {
        padding: 8px 20px;
        font-family: 'Montserrat', sans-serif;
        width: 95%;
        margin-left: 1.5rem;
    }


    .modern-delivery-container {
        flex-direction: column-reverse; 
    }

    .modern-left,
    .modern-right {
        width: 100%;
    }

    .modern-right {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }

        .modern-right h2 {
            width: 100%;
            text-align: left;
            margin-left: 0;
            font-size: 3.3rem;
            font-weight: 600;
            font-family: 'Lato';
        }

        .modern-right p {
            max-width: 100%;
            text-align: justify;
            font-size: 35px;
            font-family: 'Lato';
        }

    .modern-left img {
        height: auto;
    }
}

/* MOBILE (<= 576px) */
@media (max-width: 576px) {

    .modern-right h2 {
        font-size: 28px;
        line-height: 1.35;
    }

    .modern-right p {
        font-size: 15px;
        line-height: 1.6;
    }

    .modern-left img {
        border-radius: 16px;
    }
}



/*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: 17px;
    margin-left: 17px;
    margin-top: -10px;
    color: #3b3b3b;
    font-family: unset;
}

/* Mobile & Tablet View */
@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: 34px;
        text-align: justify;
        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: 44px;
            color: #3b3b3b;
            margin-left: 0.5rem;
            margin-top: 1.1rem;
        }

        .card-content p {
            font-size: 30px;
            margin-top: 0px;
            color: #3b3b3b;
            white-space: nowrap;
            margin-left: 0.5rem;
            font-weight: 400;
        }
}





/* Full screen overlay */
#popup {
    display: none; /* important: hidden initially */
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-box {
    background: #fff;
    width: 400px;
    max-width: 90%;
    padding: 30px;
    border-radius: 14px;
    text-align: center;
}

    .popup-box h3 {
        font-size: 56px;
        white-space: nowrap;
        color: #3b3b3b;
        font-weight: 600;
    }

    .popup-box p {
        font-size: 18px;
        color: #3b3b3b;
    }
   