﻿.unique-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}
.unique-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.15;
    color: #3b3b3b;
    white-space: nowrap;
    font-family: lato;
}
.unique-text {
    font-size: 18px;
    color: #3b3b3b;
    margin-top: 22px;
    text-align: justify;
    font-family: 'Lato';
}
.right-box {
    position: relative;
    display: inline-block;
}
.unique-img {
    max-height: 400px;
}
.unique-btn {
    position: absolute;
    bottom: 22px;
    left: 21%;
    transform: translateX(-50%);
    background: linear-gradient(100deg, #3b3b3b, #878787);
    border-radius: 2rem;
    width: 15rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 19px;
    font-family: unset;
}
@media (max-width: 1200px) {
    .unique-title {
        font-size: 58px;
    }

    .unique-img {
        max-height: 360px;
    }
}

@media (max-width: 1024px) {
    .unique-title {
        font-size: 48px;
    }

    .unique-text {
        font-size: 17px;
    }

    .unique-img {
        max-height: 320px;
    }
}

@media (max-width: 768px) {
    .unique-title {
        font-size: 38px;
        white-space: normal;
        text-align: center;
    }

    .unique-text {
        text-align: center;
    }

    .unique-btn {
        position: static;
        transform: none;
        margin-top: 20px;
    }

    .right-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .unique-title {
        font-size: 30px;
    }

    .unique-text {
        font-size: 16px;
    }

    .unique-img {
        max-height: 260px;
    }

    .unique-btn {
        width: 12rem;
        height: 2.7rem;
    }
}



@media (max-width: 1024px) {
    .unique-first-section .unique-first-container {
        margin: 0 auto !important;
        padding: 2rem 1rem !important;
        width: 100% !important;
        text-align: center !important;
        max-width: 100% !important;
    }

    .unique-first-section .row {
        flex-direction: column !important;
        align-items: center !important;
        width: 115%;
        margin-left: -10.8rem;
        padding-top: 2rem;
    }

    .unique-first-section h2 {
        font-size: 7rem !important;
        margin-left: -8rem !important;
        text-align: justify !important;
        line-height: 8rem !important;
        font-family: unset;
    }

    .unique-first-section p {
        font-size: 35px !important;
        margin-left: -8rem !important;
        text-align: justify !important;
        max-width: 183% !important;
        width: 200% !important;
        line-height: 3.5rem !important;
    }

    .unique-first-section img {
        max-width: 200% !important;
        height: 41rem !important;
        margin-bottom: 1.5rem !important;
        width: 183% !important;
        max-height: 60rem !important;
        margin-left: -8rem !important;
        margin-top: 3rem !important;
    }

    .unique-first-section a.btn {
        margin-left: -25rem !important;
        margin-top: -13rem !important;
        width: 16rem !important;
        padding: 0.8rem 2rem !important;
        height: 4rem !important;
        font-size: 22px !important;
    }
    .unique-btn {
        position: absolute;
        bottom: 42px;
        left: 12%;
        transform: translateX(-50%);
        background: linear-gradient(100deg, #3b3b3b, #878787);
        border-radius: 2rem;
        width: 23rem;
        height: 5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        font-size: 30px;
        font-family: unset;
    }
}


/*--------------2nd - section----------------*/

.custom-image-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}

.image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}


.custom-main-img {
    max-height: 367px;
    width: 80%;
    object-fit: cover;
}

.custom-overlay-img {
    position: absolute;
    right: -160px;
    bottom: 89px;
    max-width: 200px;
}

.custom-side-img {
    max-height: 220px;
    object-fit: contain;
}

.custom-side-img {
    transform: translateX(110px);
}

.image-wrapper {
    transform: translateX(-65px);
}

@media (max-width: 1200px) {
    .custom-overlay-img {
        right: -30px;
        bottom: 70px;
        max-width: 160px;
    }
}

@media (max-width: 992px) {
    .custom-overlay-img {
        right: -20px;
        bottom: 60px;
        max-width: 140px;
    }
}

@media (max-width: 768px) {
    .image-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .custom-overlay-img {
        position: static;
        margin-top: 15px;
    }

    .custom-side-img {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .custom-main-img {
        max-height: 260px;
    }

    .custom-side-img {
        max-width: 180px;
    }

    .custom-overlay-img {
        max-width: 120px;
    }
}



@media (max-width: 1024px) {

    .custom-image-container {
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
        padding: 0 1.5rem !important;
        text-align: center !important;
    }

    .custom-image-row {
        flex-direction: column-reverse !important;
        justify-content: center !important;
        align-items: center !important;
        display: none;
    }

    .custom-main-img {
        width: 100% !important;
        margin-left: 40px !important;
        max-height: 320px !important;
        height: auto !important;
        margin-top: 3rem;
    }

    .custom-overlay-img {
        max-width: 15rem !important;
        margin: 1rem auto !important;
        display: block !important;
    }

    .custom-side-img {
        max-width: 25rem !important;
        margin: 3rem auto !important;
        display: block !important;
    }
}

@media (max-width: 768px) {

    .custom-image-container {
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
        padding: 0 1rem !important;
        text-align: center !important;
    }

    .custom-image-row {
        flex-direction: column-reverse !important;
        align-items: center !important;
    }

    .custom-main-img {
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto 1rem !important;
        display: block !important;
    }

    .custom-overlay-img {
        max-width: 7rem !important;
        margin: 1rem auto !important;
        display: block !important;
    }

    .custom-side-img {
        max-width: 10rem !important;
        margin: 1.5rem auto 0 !important;
        display: block !important;
    }
}


/*--3rd - section--*/
.patch-section {
    background-color: #F9FCFF;
    margin-top: 3rem;
}

.patch-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}

.patch-img {
    max-height: 37rem;
    transform: translateX(-30px);
}

.patch-title {
    white-space: nowrap;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #3b3b3b;
    font-family: 'Lato';
}

.patch-text {
    font-size: 18px;
    color: #3b3b3b;
    text-align: justify;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-family: 'Lato';
}
.custom-btn {
    color: #3b3b3b;
    padding: 10px 25px;
    border-radius: 7px;
    transition: all 0.3s ease;
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Lato';
}

    .custom-btn:hover {
        background-color: black !important;
        color: white !important;
    }

@media (max-width: 1200px) {
    .patch-img {
        max-height: 26rem;
    }

    .patch-title {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .patch-img {
        max-height: 24rem;
    }

    .patch-title {
        font-size: 1.9rem;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .patch-title {
        text-align: center;
        line-height: 2.6rem;
    }

    .patch-text {
        text-align: center;
    }
    .patch-img {
        transform: none;
        max-height: 28rem;
    }
}

@media (max-width: 576px) {
    .patch-img {
        max-height: 20rem;
    }

    .patch-title {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .patch-text {
        font-size: 16px;
    }
}


@media (max-width: 1024px) {
    section.patch-section-v2 {
        max-width: 95% !important;
        margin-left: 22px !important;
        padding: 3rem 2rem !important;
        border-radius: 2rem;
        margin-top: 2rem;
        margin-top: -6rem !important;
    }
 
    @media (min-width: 768px) {
        .patch-section-v2 .col-md-6 {
            flex: 0 0 50%;
            max-width: 100%;
        }
    }

    .patch-section-v2 .row {
        flex-direction: column !important;
        text-align: center !important;
    }

    .patch-section-v2 img {
        margin: 12px 2rem 4rem 1.4rem !important;
        max-height: 40rem !important;
        display: block !important;
        height: 40rem;
        max-width: 60rem;
        width: 57rem;
    }

    .patch-section-v2 h2 {
        font-size: 4rem !important;
        line-height: 4.8rem !important;
        margin-left: -4rem;
    }

    .patch-section-v2 p {
        font-size: 35px !important;
        line-height: 4rem;
        width: 104%;
        margin-left: -1rem;
    }

    .patch-section-v2 .custom-btn {
        display: inline-block !important;
        margin: 1.5rem auto 0 -7rem !important;    
        font-size: 28px;
    }

}

/* ✅ Mobile View */
@media (max-width: 768px) {
    section.patch-section-v2 {
        max-width: 100% !important;
        margin-left: 0 !important;
        padding: 2rem 1rem !important;
    }

    .patch-section-v2 .row {
        flex-direction: column !important;
        text-align: center !important;
    }

    .patch-section-v2 img {
        width: 100% !important;
        max-width: 330px !important;
        margin: 0 auto 1.5rem auto !important;
        height: auto !important;
    }

    .patch-section-v2 h2 {
        font-size: 1.7rem !important;
        line-height: 2.4rem !important;
        white-space: normal !important;
    }

    .patch-section-v2 p {
        font-size: 15px !important;
        line-height: 1.8rem !important;
    }

    .patch-section-v2 .custom-btn {
        width: auto !important;
        margin-top: 1rem !important;
    }
}




/*-----------4th-section-----------*/
.risk-section {
    background-color: #fff;
    margin: 4rem auto;
}

.risk-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}

.risk-title {
    font-weight: 600;
    margin-bottom: 1rem;
    white-space: nowrap;
    font-size: 2.2rem 33px;
    color: #3b3b3b;
    font-family: 'Lato';
}

.risk-intro {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #3b3b3b;
    font-family: 'Lato';
}

.risk-list {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 2.5rem;
    color: #3b3b3b;
    font-family: 'Lato';
}

.cube-grid {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    gap: 15px;
    justify-content: center;
    transform: translateX(100px);
}

.cube {
    background: #f5f7fa;
    border-radius: 12px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #3b3b3b;
}

@media (max-width: 1200px) {
    .cube {
        height: 75px;
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .risk-section {
        margin: 3rem auto;
        width: 96%;
    }

    .risk-title {
        font-weight: 500;
        margin-bottom: 2rem;
        white-space: nowrap;
        font-size: 3.8rem;
        color: #3b3b3b;
    }
    .risk-intro {
        font-size: 35px;
        margin-bottom: 1rem;
        font-family: unset;
        color: #3b3b3b;
        line-height: 3.5rem;
    }
    .risk-list {
        list-style: none;
        padding: 0;
        font-size: 35px;
        line-height: 4rem;
        color: #3b3b3b;
        text-align: justify;
    }
    .cube-grid {
        max-width: 605px;
    }

    .cube {
        height: 70px;
        font-size: 22px;
    }
    .cube-grid {
        display: grid;
        grid-template-columns: repeat(3, 100px);
        gap: 90px !important;
        justify-content: center;
    }
    .cube {
        width: 150px !important;
        height: 130px !important;
        background: #e6f7f7;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-size: 55px !important;
        color: #2c3e50;
        cursor: pointer;
        margin-left: 17px;
    }
}


@media (max-width: 768px) {
    .risk-title,
    .risk-intro,
    .risk-list {
        text-align: center;
    }

    .cube-grid {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .risk-title {
        font-size: 1.5rem;
    }

    .risk-intro,
    .risk-list {
        font-size: 16px;
    }

    .cube-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .cube {
        height: 60px;
        font-size: 20px;
    }
}




/*Discover-card section*/

.discover-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    /* Hover Effect */
    .discover-card:hover {
        transform: translateY(-8px) scale(1.03);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    .discover-card img {
        transition: transform 0.3s ease;
    }

    .discover-card:hover img {
        transform: scale(1.1);
    }

.cube-grid {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    gap: 15px;
    justify-content: center;
}

.cube {
    width: 100px;
    height: 100px;
    background: #e6f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 28px;
    color: #2c3e50;
    cursor: pointer;
}

    .cube:hover {
        background: #2c3e50;
        color: #fff;
        transform: scale(1.1);
    }







/*    CUSTOMER SECTION*/




.customer-wrapper {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}
.customer-section {
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    margin-bottom: 3rem;
}

    .customer-section .content-box {
        max-width: 85%;
    }

    .customer-section h2 {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 3rem;
        white-space: nowrap;
        color: #3b3b3b;
        /* font-family: unset; */
        font-family: 'Lato';
    }

    .customer-section p {
        font-size: 22px;
        line-height: 2.6rem;
        color: #3b3b3b;
        /* font-family: unset; */
        /* font-weight: 500; */
        font-family: 'Lato';
    }

.customer-img {
    max-width: 100%;
    height: auto;
}


@media (max-width: 1024px) {
    .customer-section {
        flex-direction: column !important;
        padding: 50px 0 !important;
        margin-bottom: 5rem !important;
    }

        .customer-section .row {
            flex-direction: column-reverse !important;
            text-align: center !important;
        }

        .customer-section .content-box {
            max-width: 100% !important;
            margin: 2rem auto !important;
        }

        .customer-section h2 {
            font-size: 2.8rem !important;
            line-height: 3.6rem !important;
            text-align: left;
            font-family: unset;
            display: none;
        }

        .customer-section p {
            font-size: 35px !important;
            line-height: 5rem !important;
            padding: 0 1rem !important;
            text-align: left !important;
            white-space: nowrap;
            margin-left: -15rem;
            font-weight: 400;
        }

        .customer-section img {
            max-width: 228% !important;
            height: auto !important;
            margin: 0 auto 2rem -13rem !important;
        }
}

@media (max-width: 768px) {
    .customer-section {
        flex-direction: column !important;
        padding: 40px 0 !important;
        margin-bottom: 4rem !important;
    }

        .customer-section .row {
            flex-direction: column-reverse !important;
            text-align: center !important;
        }

        .customer-section .content-box {
            max-width: 100% !important;
            margin: 0 auto !important;
            padding: 0 1rem !important;
        }

        .customer-section h2 {
            font-size: 1.5rem !important;
            line-height: 2.4rem !important;
        }

        .customer-section p {
            font-size: 10px !important;
            line-height: 1.8rem !important;
            padding: 0 1rem !important;
        }

        .customer-section img {
            width: 85% !important;
            max-width: 330px !important;
            margin: 0 auto 2rem auto !important;
        }
}













/*@media (max-width: 1024px) {
    .customer-section {
        min-height: 500px;
        display: flex;
        align-items: center;
        padding: 60px 0;
        margin-bottom: 3rem 45px;
        width: 98%;
    }
    .customer-section .row {
        flex-direction: column-reverse; 
        text-align: center;
    }

    .customer-section .content-box {
        max-width: 100%;
        margin-top: 2rem;
    }

    .customer-section h2 {
        font-size: 2rem;
        white-space: normal;
    }

    .customer-section p {
        font-size: 16px;
        line-height: 2.3rem;
        text-align: left;
    }

    .customer-img {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .customer-section {
        padding: 40px 0;
        margin-bottom: 3rem;
    }

        .customer-section .row {
            flex-direction: column-reverse;
            text-align: center;
        }

        .customer-section h2 {
            font-size: 1.5rem;
            line-height: 2.2rem;
        }

        .customer-section p {
            font-size: 14px;
            line-height: 2rem;
            text-align: left;
        }

    .customer-img {
        max-width: 85%;
        margin-bottom: 1.5rem;
    }
}*/



/*    CUSTOM SECTION*/
.cs-section {
    background-color: #2C3E50;
    padding: 80px 40px;
    border-radius: 2rem;
    margin: 40px auto;
    max-width: 1300px;
    margin-bottom: 6rem;
}

    .cs-section .row {
        align-items: center;
    }

.cs-content {
    max-width: 520px;
    margin-left: auto;
}

.cs-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3rem;
    color: #fbfbfb;
    white-space: nowrap;
    font-family: 'Lato';
}

.cs-text {
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    font-family: 'Lato';
}

.cs-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.cs-img {
    max-height: 30rem;
    width: auto;
}

@media (max-width: 1200px) {

    .cs-section {
        padding: 70px 30px;
    }

    .cs-title {
        font-size: 2.1rem;
    }

    .cs-text {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {

    .cs-section {
        padding: 60px 15px;
        text-align: center;
        width: 94%;
    }

    .cs-content {
        max-width: 100%;
        margin: 40px auto 0;
    }

    .cs-title {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }

    .cs-text {
        font-size: 35px;
        text-align: justify;
        width: 850px;
        margin-left: -4.5rem;
    }

    .cs-img {
        max-width: 850px;
        margin-bottom: 36px;
        margin-left: -3rem;
        width: 800px;
        height: 45rem;
        max-height: 45rem;
    }
}

@media (max-width: 576px) {

    .cs-section {
        padding: 40px 20px;
        border-radius: 1.2rem;
    }

    .cs-title {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .cs-text {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 5px;
    }

    .cs-img {
        max-width: 100%;
    }
}





/* What's Next Section */
.whats-next {
    text-align: center;
    margin: 74px auto 100px;
    max-width: 1300px;
    padding: 0 20px;
}

    .whats-next h2,
    .whats-next p {
        text-align: left;
    }

    .whats-next h2 {
        font-size: 2.2rem;
        color: #3b3b3b;
        margin-bottom: 10px;
        font-weight: 600;
        font-family: 'Lato';
    }

    .whats-next p {
        font-family: unset;
        font-size: 18px;
        color: #3b3b3b;
        margin-bottom: 40px;
    }

/* Grid of boxes */
.next-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.next-box {
    border: 1px solid #3b3b3b;
    border-radius: 10px;
    padding: 30px 20px;
    background: #fff;
    transition: all 0.3s ease;
}

    .next-box h3 {
        font-size: 2.2rem;
        margin-bottom: 7px;
        color: #3b3b3b;
        font-weight: 600;
        font-family: 'Lato';
        line-height: 3rem;
    }

    .next-box p {
        font-size: 18px;
        color: #3b3b3b;
        margin-bottom: 20px;
        text-align: center;
        font-family: 'Lato';
    }

    .next-box a {
        font-family: 'Montserrat';
        font-size: 15px;
        color: #3b3b3b;
        text-decoration: underline;
        font-weight: 600;
    }

    .next-box:hover {
        border: none;
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
        transform: translateY(-5px);
    }


/* ----- Tablet (max-width: 1024px) ----- */
@media only screen and (max-width: 1024px) {
    .whats-next {
        margin: 100px auto 60px;
        padding: 0 15px;
        max-width: 96%;
    }

        .whats-next h2 {
            font-size: 4rem !important;
            line-height: 4.6rem !important;
            margin-bottom: 1rem !important;
            margin-left: 1rem;
        }

        .whats-next p {
            font-size: 35px !important;
            line-height: 3.7rem !important;
            width: 100% !important;
            margin: 0 auto 3rem 1rem !important;
            font-family: unset;
        }
    .next-box a {
        font-family: unset;
        font-size: 28px;
        color: #3b3b3b;
        text-decoration: underline;
        font-weight: 600;
    }

    .next-grid {
        height: 59rem;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 42rem;
        margin-left: 6rem;
    }

    .next-box {
        padding: 32px 20px;
        width: 139%;
        margin-left: -5rem;
    }

        .next-box h3 {
            font-size: 2.8rem;
        }

        .next-box p {
            font-size: 22px;
        }
}


/* ----- Mobile (max-width: 600px) ----- */
@media only screen and (max-width: 600px) {

    .whats-next {
        margin: 60px auto 40px;
        padding: 0 10px;
    }

        .whats-next h2 {
            font-size: 2.8rem;
            text-align: left;
            margin-left: 6rem;
            font-weight: 600;
        }

        .whats-next p {
            font-size: 28px;
            text-align: left;
            margin-left: 6rem;
        }

    .next-grid {
        height: 55rem;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 39rem;
        margin-left: 6rem;
    }

    .next-box {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 12px;
    }

        .next-box h3 {
            font-size: 1.3rem;
        }

        .next-box p {
            font-size: 12px;
        }
}




/*Last Section*/
.action-section {
    background: #B8F2E6;
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 1300px;
    margin: 60px 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: 18px;
        color: #3b3b3b;
        font-family: 'Lato';
    }

.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: 26px;
    font-weight: 600;
    margin: 0 0px 3px 18px;
    color: #3b3b3b;
    font-family: 'Lato';
}

.card-content p {
    font-size: 18px;
    margin-left: 18px;
    margin-top: -10px;
    color: #3b3b3b;
    font-family: 'Lato';
}



@media (max-width: 1024px) {
    .action-section {
        padding: 25px 15px;
        margin: 30px auto;
        max-width: 95%;
    }

    .action-container h2 {
        font-size: 4.5rem;
        white-space: normal;
        text-align: center;
        margin-bottom: 11px;
        line-height: 6rem;
        font-family: unset;
    }

    .action-container p {
        font-size: 35px;
        text-align: justify;
        margin-top: 18px;
        color: #3b3b3b;
        margin-left: 1rem;
        line-height: 3rem;
        font-family: unset;
    }

    .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: 34px;
            margin-top: 14px;
            color: #3b3b3b;
            white-space: nowrap;
            margin-left: 0.5rem;
            font-weight: 500;
        }
}




/*Yaha se Animation wala part hai*/
/*Discover-section*/

.zsd-discover-section {
    text-align: center;
    padding: 60px 20px;
    font-family: "Poppins", sans-serif;
    background: #fff;
}

    .zsd-discover-section h2 {
        font-size: 2.2rem;
        font-weight: 600;
        margin-bottom: 10px;
        color: #3b3b3b;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        font-family: 'Lato';
    }

    .zsd-discover-section p {
        color: #3b3b3b;
        font-size: 17px;
        max-width: 600px;
        margin: 0 auto 25px;
        margin-top: 14px;
        text-align: center;
        font-family: 'Lato';
    }

.zsd-discover-box {
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    background: #fff;
    width: 90%;
    max-width: 1100px;
}

.zsd-title {
    text-align: left;
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #3b3b3b;
    font-weight: 600;
    font-family: 'Lato';
}

.zsd-cards {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 60px;
}

.zsd-card {
    width: 500px;
    height: 475px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 25px 20px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 500px;
}

.zsd-card:hover {
    box-shadow: none;
    transform: none;
}

.heading {
    white-space: nowrap;
    font-size: 1.8rem;
    color: #3b3b3b;
    font-weight: 600;
    margin-bottom: 0rem;
    margin-top: -0.8rem;
    font-family: 'Lato';
}
.zsd-icon {
    width: 100%;
    height: 260px;
    background: transparent;
    border-radius: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.8px solid #A0A0A0;
    box-sizing: border-box;
    padding: 4px;
}

.zsd-grid {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zsd-row {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.zsd-row1 div {
    width: 12.3rem;
    height: 5rem;
    background: #c4c4c4;
    border-radius: 4px;
}

.zsd-row2 div,
.zsd-row3 div {
    width: 6rem;
    height: 4rem;
    background: #c4c4c4;
    border-radius: 4px;
}

/* === CARD 1 === */
.zsd-card:first-child .zsd-icon {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.zsd-card:first-child .zsd-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background-image: url('../../images/index/industry/rectangle 301.png');
    background-size: contain;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.3, 1);
}

.zsd-card:first-child:hover .zsd-icon::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.zsd-card:nth-child(2) .zsd-icon {
    position: relative;
    overflow: visible;
    border: 1.5px solid #a1a1a1;
    border-radius: 12px;
    padding: 10px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

.zsd-card:nth-child(2) .zsd-grid {
    width: 88%;
    gap: 12px;
}

.zsd-card:nth-child(2) .zsd-grid .zsd-row div {
    border-radius: 6px;
}

.zsd-card:nth-child(2) .zsd-icon::after {
    content: "";
    position: absolute;
    top: -12%;
    right: 10%;
    width: 121px;
    height: 121px;
    border-radius: 50%;
    border: 2px solid rgba(160, 160, 160, 0.6);
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12), inset -4px -4px 10px rgba(255, 255, 255, 0.5);
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.3, 1);
    transform-origin: center center;
}

.zsd-card:nth-child(2) .zsd-icon::before {
    content: "";
    position: absolute;
    top: 76px;
    right: -22px;
    width: 90px;
    height: 8px;
    border-radius: 4px;
    transform: rotate(45deg);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.3, 1);
    transform-origin: top left;
}

.zsd-card:nth-child(2) .zsd-icon .bug-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
    z-index: 5;
}

.zsd-card:nth-child(2):hover .zsd-icon::after {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
}

.zsd-card:nth-child(2):hover .zsd-icon::before {
    top: calc(50% + 60px);
    left: calc(50% + 60px);
    right: auto;
    transform: rotate(45deg) translate(-50%, -50%);
}

.zsd-card:nth-child(2):hover .zsd-icon .bug-img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 1024px) {
    .zsd-discover-section {
        padding: 40px 5px;
        width: 95%;
        margin-left: 1.2rem;
    }

        .zsd-discover-section h2 {
            font-size: 3.8rem;
            white-space: normal;
            text-align: center;
            line-height: 5rem;
            font-weight: 500;
        }
        .zsd-discover-section p {
            color: #3b3b3b;
            font-size: 35px;
            max-width: 870px;
            margin: 0 auto 40px;
            line-height: 3.5rem;
            text-align: justify;
            font-family: unset;
        }
    .zsd-title {
        margin-left: 36px;
        text-align: left;
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .zsd-cards {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    .zsd-card {
        width: 90%;
        height: auto;
        max-width: 90%;
    }
    .zsd-row1 div {
        width: 20.7rem;
        height: 7rem;
        background: #c4c4c4;
        border-radius: 4px;
    }
    .zsd-row2 div, .zsd-row3 div {
        width: 9rem;
        height: 6rem;
        background: #c4c4c4;
        border-radius: 4px;
    }
    .heading {
        white-space: nowrap;
        font-size: 2.8rem;
        color: #3b3b3b;
        font-weight: 500;
        margin-bottom: 2rem;
        margin-top: 2.2rem;
        font-family: unset;
    }
    .zsd-icon {
        width: 100%;
        height: 400px;
        background: transparent;
        border-radius: 14px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1.8px solid #A0A0A0;
        box-sizing: border-box;
        padding: 4px;
    }
}

@media (max-width: 767px) {
    .zsd-discover-section {
        padding: 30px 10px;
    }

        .zsd-discover-section h2 {
            font-size: 1.7rem;
            margin-left: 0;
            text-align: center;
        }
        .zsd-discover-section p {
            color: #3b3b3b;
            font-size: 1.5rem;
            max-width: 700px;
            margin: 0 auto 40px;
            line-height: 2.5rem;
        }


    .zsd-icon {
    }
    .zsd-title {
        font-size: 1.8rem;
        text-align: center;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .zsd-cards {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .zsd-card {
        width: 95%;
        height: auto;
        padding: 15px 12px;
        border-radius: 10px;
    }

    .zsd-icon {
        height: 160px; 
        padding: 2px;
    }

    .zsd-grid {
        gap: 6px; 
    }

    .zsd-row {
        gap: 6px;
    }

    .zsd-row1 div {
        width: 8rem;
        height: 3rem;
    }

    .zsd-row2 div
   {
        width: 3.5rem;
        height: 3rem;
    }
    .zsd-row3 div {
        width: 3.5rem;
        height: 2.4rem;
    }
    .heading {
        font-size: 1.2rem;
        margin-top: 0.4rem;
        white-space: normal;
    }

    .zsd-card p {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-top: 6px;
    }

    .zsd-card:nth-child(2) .zsd-icon::after {
        width: 70px;
        height: 70px;
        right: 6%;
        top: -10%;
    }

    .zsd-card:nth-child(2) .zsd-icon::before {
        width: 50px;
        height: 6px;
        right: -8px;
        top: 60px;
    }

    .zsd-card:nth-child(2) .zsd-icon .bug-img {
        width: 36px;
    }
}

/*End Discover-section*/



/*  SAVI DEPLOY SECTION  */
.savi-deploy-section {
    text-align: center;
    padding: 60px 20px;
    font-family: "Poppins", sans-serif;
    background: #fff;
}
.zsd-title1 {
    text-align: left;
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 30px;
    color: #3b3b3b;
    margin-left: 10rem;
    font-weight: 600;
    font-family: 'Lato';
}

.savi-deploy-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}


.savi-deploy-card {
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    background: #fafafa;
    padding: 40px 30px;
    width: 500px;
    height: 445px;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

.savi-patch-section {
    margin-top: -9rem;
}

.savi-patch-card {
    width: 500px;
    height: 454px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 16px;
    text-align: center;
    padding: 40px 25px;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    margin-left: 1px;
}

/*    .savi-patch-card:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }*/

.savi-patch-icon-box {
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: 25px;
}

.savi-patch-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 1;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
}

.savi-i1 {
    transform: translate(-55%, -55%);
}

.savi-i2 {
    transform: translate(-45%, -55%);
}

.savi-i3 {
    transform: translate(-55%, -45%);
}

.savi-i4 {
    transform: translate(-45%, -45%);
}

.savi-i5 {
    transform: translate(-50%, -50%);
}

.savi-patch-card:hover .savi-i1 {
    transform: translate(-220%, -220%);
}

.savi-patch-card:hover .savi-i2 {
    transform: translate(170%, -220%);
}

.savi-patch-card:hover .savi-i3 {
    transform: translate(-220%, 170%);
}

.savi-patch-card:hover .savi-i4 {
    transform: translate(170%, 170%);
}

.savi-patch-card:hover .savi-i5 {
    transform: translate(-50%, -50%) scale(1.3);
}


.savi-patch-heading {
    font-size: 1.8rem;
    font-weight: 600;
    color: #3b3b3b;
    margin-top: 5rem;
    position: relative;
    display: inline-block;
    font-family: 'Lato';
}

.savi-patch-heading::before {
        content: "";
        position: absolute;
        top: -14px; 
        left: -120px; 
        width: calc(100% + 240px); 
        height: 1px;
        background-color: #d5d5d5;
    }


.savi-patch-text {
    font-size: 17px;
    color: #3b3b3b;
    margin-top: -2rem;
    line-height: 1.6;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lato';
}

.savi-schedule-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    transition: all 0.6s ease;
    min-height: 240px;
}

.savi-schedule-box {
    border: 1px solid #bbb;
    border-radius: 12px;
    background: #fff;
    height: 100px;
    position: relative;
    padding: 12px 15px;
    text-align: left;
    transition: all 0.6s ease;
    z-index: 2;
}

.savi-icon-top {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 22px;
    color: #000;
}

.savi-schedule-text p {
    font-size: 0.95rem;
    margin-top: 35px;
    margin-bottom: 4px;
    color: #333;
}

.savi-schedule-text span {
    color: #d32f2f;
    font-weight: 600;
    font-size: 0.9rem;
}

.savi-rocket {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 50%) scale(0);
    opacity: 0;
    transition: all 0.7s ease;
    z-index: 3;
}

.savi-deploy-card:hover .savi-rocket {
    transform: translate(-50%, -100%) scale(1);
    opacity: 1;
}

.savi-deploy-card:hover .savi-schedule-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0.9;
    z-index: 1;
}


.savi-deploy-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #3b3b3b;
    margin-bottom: -8px;
    position: relative;
    z-index: 5;
    display: inline-block;
    font-family: 'Lato';
}

.savi-deploy-card h3::before {
        content: "";
        position: absolute;
        top: -14px; 
        left: -120px; 
        width: calc(100% + 240px);
        height: 1px;
        background-color: #d5d5d5;
    }



.savi-deploy-card p {
    font-size: 17px;
    color: #3b3b3b;
    line-height: 1.5;
    position: relative;
    z-index: 5;
    font-family: 'Lato';
}
/*Responsive*/
@media (max-width: 1024px) {
    .zsd-title1 {
        text-align: left;
        padding-bottom: 40px;
        color: #3b3b3b;
        margin-left: 8rem;
        font-size: 43px;
        margin-top: -35px;
        font-family: unset;
    }
    .savi-deploy-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .savi-patch-section {
        margin-top: -9rem;
        width: 90%;
    }

    .savi-patch-card {
        width: 85%;
        max-width: 180%;
        height: auto;
        padding: 40px 25px;
        margin-top: 2rem;
        margin-left: 60px;
    }
    .savi-deploy-card {
        width: 77%;
        height: auto;
        padding: 35px 25px;
    }
    .savi-schedule-grid {
        min-height: 220px;
        gap: 15px;
    }

    .savi-patch-icon-box {
        height: 200px;
    }

    .savi-patch-heading {
        margin-top: 13rem;
        font-size: 2.8rem;
        padding-bottom: 2rem;
        padding-top: 1rem;
    }

    .savi-patch-text {
        margin-top: 0.5rem;
    }
    .savi-patch-text {
        font-size: 28px;
        color: #3b3b3b;
        margin-top: -2rem;
        line-height: 1.6;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-family: unset;
    }
    .savi-schedule-box {
        border: 1px solid #bbb;
        border-radius: 12px;
        background: #fff;
        height: 150px;
        position: relative;
        padding: 12px 15px;
        text-align: left;
        transition: all 0.6s ease;
        z-index: 2;
    }
    .savi-deploy-card h3 {
        font-size: 2.8rem;
        font-weight: 500;
        color: #3b3b3b;
        margin-bottom: 17px;
        position: relative;
        z-index: 5;
        font-family: unset;
        display: inline-block;
    }

    .savi-deploy-card p {
        font-size: 28px;
        color: #3b3b3b;
        line-height: 1.5;
        position: relative;
        z-index: 5;
        font-family: unset;
    }
    .savi-schedule-text span {
        color: #d32f2f;
        font-weight: 600;
        font-size: 1.2rem;
    }

    .savi-patch-heading::before {
        content: "";
        position: absolute;
        top: -38px;
        left: -120px;
        width: calc(100% + 240px);
        height: 1px;
        background-color: #d5d5d5;
    }

    .savi-patch-icon {
        position: absolute;
        top: 73%;
        left: 44%;
        font-size: 36px;
        transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
        opacity: 1;
        border: 2px solid #000;
        border-radius: 8px;
        padding: 10px 12px;
        background: #fff;
    }

    .savi-patch-card:hover .savi-i1 {
        transform: translate(-260%, -220%);
    }
}
@media (max-width: 768px) {
    .savi-deploy-section {
        padding: 40px 10px;
    }

    .savi-deploy-container {
        flex-direction: column;
        align-items: center;
    }

    .savi-deploy-card,
    .savi-patch-card {
        width: 95%;
        max-width: 400px;
        height: auto;
        padding: 25px 20px;
        margin-bottom: -2rem;
        margin-top: 3rem;
    }

    .savi-patch-icon-box {
        height: 130px;
    }

    .savi-patch-icon {
        font-size: 24px;
        padding: 6px 8px;
    }

    .savi-patch-card:hover .savi-i1 {
        transform: translate(-160%, -160%);
        margin-left: -2rem;
    }

    .savi-patch-card:hover .savi-i2 {
        transform: translate(120%, -160%);
    }

    .savi-patch-card:hover .savi-i3 {
        transform: translate(-160%, 120%);
        margin-left: -2rem;
    }

    .savi-patch-card:hover .savi-i4 {
        transform: translate(120%, 120%);
    }

    .savi-patch-card:hover .savi-i5 {
        transform: translate(-50%, -50%) scale(1.25);
    }

    .savi-patch-heading {
        font-size: 1.1rem;
        margin-top: 3rem;
        color: #3b3b3b;
    }

    .savi-patch-text {
        font-size: 0.9rem;
        margin-top: 0.4rem;
    }
    .savi-deploy-card:hover .savi-schedule-box {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.95;
    }

    .savi-deploy-card:hover .savi-rocket {
        transform: translate(-50%, -90%) scale(1);
        opacity: 1;
    }

    .savi-deploy-card h3 {
        font-size: 1.1rem;
        color: #3b3b3b;
    }

    .savi-deploy-card p {
        font-size: 0.9rem;
        margin-top: 1rem;
    }
}


/* PATCH TESTING & ROLLBACK SECTION */
.rollback-section {
    text-align: center;
    padding: 60px 20px;
    font-family: "Poppins", sans-serif;
    background: #fff;
    margin-right: 31rem;
    margin-top: -10rem;
}

.rollback-card {
    width: 500px;
    height: 455px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 16px;
    text-align: center;
    padding: 45px 25px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    transition: all 0.4s ease;
    margin-left: 10rem;
}

.rollback-icon-box {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    background: #fbfbfb;
}

.rollback-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px 12px;
    transition: all 0.6s ease;
}

/* Normal positions */
.r1 {
    transform: translate(-240%, -240%);
}

.r2 {
    transform: translate(140%, -240%);
}

.r3 {
    transform: translate(-240%, 140%);
}

.r4 {
    transform: translate(140%, 140%);
}

.center-icon {
    transform: translate(-50%, -50%) scale(1.2);
    border: none;
    transition: transform 0.8s ease;
}

.rollback-card:hover .r1 {
    transform: translate(-240%, 140%) rotate(360deg);
}

.rollback-card:hover .r2 {
    transform: translate(-240%, -240%) rotate(360deg);
}

.rollback-card:hover .r3 {
    transform: translate(140%, 140%) rotate(360deg);
}

.rollback-card:hover .r4 {
    transform: translate(140%, -240%) rotate(360deg);
}

.rollback-card:hover .center-icon {
    transform: translate(-50%, -50%) rotate(360deg) scale(1.2);
}
.center-icon img {
    transition: transform 1s ease-in-out;
}

.rollback-card:hover .center-icon img {
    transform: rotate(360deg);
}

.rollback-heading {
    font-size: 1.8rem;
    font-weight: 600;
    color: #3b3b3b;
    margin-top: 5rem;
    font-family: 'Lato';
}
    .rollback-heading::before {
        content: "";
        position: absolute;
        left: -120px;
        width: calc(100% + 240px);
        height: 1px;
        background-color: #d5d5d5;
    }
.rollback-text {
    font-size: 17px;
    color: #3b3b3b;
    margin-top: -1.5rem;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lato';
}

@media (max-width: 1024px) {
    .rollback-section {
        margin-right: 0;
        margin-top: 2rem;
    }

    .rollback-card {
        width: 77%;
        height: auto;
        padding: 40px 25px;
        margin-left: 7.5rem;
    }

    .rollback-icon-box {
        height: 160px;
    }
    .rollback-heading::before {
        content: "";
        position: absolute;
        left: -120px;
        width: calc(100% + 240px);
        height: 3px;
        background-color: #d5d5d5;
        margin-top: -20px;
    }
    .rollback-heading {
        font-size: 2.8rem;
        font-weight: 500;
        color: #3b3b3b;
        margin-top: 7rem;
        font-family: unset;
    }
    .rollback-text {
        font-size: 28px;
        color: #3b3b3b;
        margin-top: 0rem;
        line-height: 1.6;
        max-width: 99%;
        margin-left: auto;
        margin-right: auto;
    }
    .r1 {
        transform: translate(-200%, -200%);
    }

    .r2 {
        transform: translate(100%, -200%);
    }

    .r3 {
        transform: translate(-200%, 100%);
    }

    .r4 {
        transform: translate(100%, 100%);
    }

    .rollback-card:hover .r1 {
        transform: translate(-200%, 100%) rotate(360deg);
    }

    .rollback-card:hover .r2 {
        transform: translate(-200%, -200%) rotate(360deg);
    }

    .rollback-card:hover .r3 {
        transform: translate(100%, 100%) rotate(360deg);
    }

    .rollback-card:hover .r4 {
        transform: translate(100%, -200%) rotate(360deg);
    }
}

@media (max-width: 600px) {
    .rollback-card {
        width: 95%;
        padding: 30px 20px;
        margin-left: 0;
    }

    .rollback-icon-box {
        height: 140px;
    }

    .r1 {
        transform: translate(-160%, -160%);
        margin-left: -2rem;
    }

    .r2 {
        transform: translate(60%, -160%);
        margin-left: 2rem;
    }

    .r3 {
        transform: translate(-160%, 60%);
        margin-left: -2rem;
    }

    .r4 {
        transform: translate(60%, 60%);
        margin-left: 2rem;
    }

    .rollback-card:hover .r1 {
        transform: translate(-160%, 60%) rotate(360deg);
    }

    .rollback-card:hover .r2 {
        transform: translate(-160%, -160%) rotate(360deg);
    }

    .rollback-card:hover .r3 {
        transform: translate(60%, 60%) rotate(360deg);
    }

    .rollback-card:hover .r4 {
        transform: translate(60%, -160%) rotate(360deg);
    }

    .rollback-heading {
        font-size: 1.3rem;
    }

    .rollback-text {
       font-size: 0.9rem;
        margin-top: -10px;
        color: #3b3b3b;
    }
}





/*Govern-Section*/

.govern-section {
    padding: 60px 10%;
    font-family: unset;
    background: transparent;
}

.govern-container {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
    margin-left: 0rem;
}
.govern-title {
    font-weight: 600;
    text-align: left;
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 30px;
    color: #3b3b3b;
    margin-left: 3rem;
    font-family: 'Lato';
}

.govern-card-left {
    width: 500px;
    height: 420px;
    background: #fafafa;
    border-radius: 16px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d5d5d5;
}

.hover-boxes {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    pointer-events: none;
}

.floating-card {
    background: #fbfbfb;
    padding: 10px 16px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    width: 90%;
    position: absolute;
    transition: all 0.6s ease;
}

    .floating-card:nth-child(1) {
        top: 0;
        z-index: 3;
    }

    .floating-card:nth-child(2) {
        top: 20px;
        z-index: 2;
    }

    .floating-card:nth-child(3) {
        top: 40px;
        z-index: 1;
    }

.hover-animate:hover .floating-card:nth-child(2) {
    transform: translateY(85px);
    transition-delay: 0.2s;
}

.hover-animate:hover .floating-card:nth-child(3) {
    transform: translateY(160px);
    transition-delay: 0.35s;
}

.floating-card h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    color: #3b3b3b;
}

.floating-card p {
    font-size: 11.5px;
    color: #444;
    margin-top: 4px;
}

.floating-card .tag {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 10px;
    color: #666;
}

.risk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 125px;
}

.box {
    background: #e7ebee;
    height: 3.5rem;
    border-radius: 8px;
    width: 4.5rem;
    margin-left: 20px;
}

.govern-card-left h3 {
    margin-top: 23px;
    font-weight: 600;
    color: #3b3b3b;
    white-space: nowrap;
    font-size: 1.8rem;
    text-align: center;
    font-family: 'Lato';
}
.govern-card-left h3::before {
        content: "";
        position: absolute;
        left: -120px;
        width: calc(100% + 240px);
        height: 1px;
        background-color: #d5d5d5;
    }
.govern-card-left p {
    font-size: 17px;
    color: #3b3b3b;
    line-height: 1.5;
    text-align: center;
    font-family: 'Lato';
}

.govern-card-right {
    width: 500px;
    height: 420px;
    background: #fafafa;
    border-radius: 16px;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
    padding: 25px;
    position: relative;
    /* transition: all 0.4s ease; */
    overflow: hidden;
    border: 1px solid #d5d5d5;
}

.device-stats {
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid #d0d5da;
    background: #f6f8fa;
    transition: all 0.5s ease;
}

.device-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e9edf1;
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 12px;
    border: 1px solid #d0d5da;
    cursor: pointer;
    transition: all 0.5s ease;
    overflow: hidden;
}

    .device-item img {
        width: 35px;
        height: 35px;
        object-fit: contain;
        transition: all 0.5s ease;
    }

.device-info,
.percent {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease;
}

.govern-card-right:hover .device-item img {
    margin-right: 10px;
}

.govern-card-right:hover .device-info,
.govern-card-right:hover .percent {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

.device-item:hover {
    background: #f0f4f7;
    border-color: #9aa3ac;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.device-info {
    flex: 1;
    margin-left: 8px;
}

    .device-info p {
        margin: 0;
        font-size: 13px;
        color: #222;
        line-height: 1.4;
    }

    .device-info strong {
        font-weight: 600;
        color: #111;
        display: inline-block;
        padding-bottom: 2px;
        font-size: 1rem;
        position: relative;
    }

        .device-info strong::after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: #999;
            margin: 4px 0;
        }

.percent {
    font-weight: 700;
    color: #222;
    font-size: 18px;
}

.govern-card-right h3 {
    margin-top: -9px;
    font-weight: 600;
    color: #3b3b3b;
    white-space: nowrap;
    font-size: 1.8rem;
    text-align: center;
    font-family: 'Lato';
}

.govern-card-right p {
    font-size: 17px;
    color: #3b3b3b;
    line-height: 1.5;
    font-weight: 00;
    text-align: center;
    font-family: 'Lato';
}
.govern-card,
.govern-card-left,
.govern-card-right {
    height: 475px;
}
/* Tab and Mobile */
@media (max-width: 1024px) {
    .govern-container {
        flex-direction: column;
        align-items: center;
    }

    .box {
        background: #e7ebee;
        height: 4.5rem;
        border-radius: 8px;
        width: 4.5rem;
        margin-left: 20px;
    }
    .govern-card-right {
        width: 93%;
        height: 40rem;
        margin-left: 1rem;
    }
        .govern-card-right h3 {
            margin-top: -8px;
            font-weight: 500;
            color: #3b3b3b;
            white-space: nowrap;
            font-size: 2.8rem;
            text-align: center;
            padding-bottom: 1rem;
        }
        .govern-card-right p {
            font-size: 27px;
            color: #3b3b3b;
            line-height: 1.5;
            font-family: unset;
            text-align: center;
        }
    .device-item img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        transition: all 0.5s ease;
    }
    .device-info strong {
        font-weight: 500;
        color: #3b3b3b;
        display: inline-block;
        padding-bottom: 2px;
        font-size: 22px;
        position: relative;
    }
    .percent {
        font-weight: 500;
        color: #3b3b3b;
        font-size: 28px;
    }
    .govern-card-left {
        width: 93%;
        height: 37rem;
        margin-left: 1rem;
    }
        .govern-card-left h3 {
            margin-top: 28px;
            font-weight: 500;
            color: #3b3b3b;
            white-space: nowrap;
            font-size: 2.7rem;
            margin-bottom: 3.4rem;
        }

    .hover-boxes {
        position: absolute;
        top: 8px;
        left: -10px;
        /* right: 20px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 33px;
        pointer-events: none;
        width: 50rem;
    }
    .floating-card h4 {
        margin: 0;
        font-size: 23px;
        font-weight: 600;
        line-height: 1.3;
        color: #3b3b3b;
    }
    .govern-card-left p {
        font-size: 22px;
        color: #3b3b3b;
        line-height: 1.4;
        font-family: unset;
        text-align: center;
        margin-top: -3px;
    }
    .device-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #e9edf1;
        border-radius: 10px;
        padding: 10px 14px;
        margin-bottom: 12px;
        border: 1px solid #d0d5da;
        cursor: pointer;
        transition: all 0.5s ease;
        overflow: hidden;
        height: 7rem;
    }
    .floating-card:nth-child(1) {
        top: 0;
        z-index: 3;
    }

    .floating-card:nth-child(2) {
        top: 40px;
        z-index: 2;
    }

    .floating-card:nth-child(3) {
        top: 53px;
        z-index: 1;
    }

    .hover-animate:hover .floating-card:nth-child(2) {
        transform: translateY(85px);
        transition-delay: 0.2s;
    }

    .hover-animate:hover .floating-card:nth-child(3) {
        transform: translateY(190px);
        transition-delay: 0.45s;
    }
    .floating-card .tag {
        position: absolute;
        top: 8px;
        right: 12px;
        font-size: 17px;
        color: #3b3b3b;
    }
}












/*Govern-section - niche wala 2card*/
.compliance-section {
    width: 100%;
    background: #fff;
    padding: 60px 8%;
    font-family: unset;
    margin-left: -3rem;
}

.compliance-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 70px;
    margin-left: 6rem;
}

.compliance-card {
    width: 500px;
    height: 480px;
    background: #fafafa;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d5d5d5;
}

.left-card {
    position: relative;
    overflow: hidden;
}

.folder-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 5;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.3, 1);
    transform: translateY(0); /* Normal position */
}


.left-card:hover .folder-overlay {
    transform: translateY(97%); 
}

.folder-overlay img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;
}

.card-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.mini-box {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
    height: 7.5rem;
    transition: none;
}
    .mini-box img {
        height: 1.8rem;
        margin-left: 10rem;
    }

.mini-box:hover {
    background: #fff;
    border-color: #ccc;
    transform: none;
}

.mini-box h4 {
    font-size: 16.5px;
    font-weight: 600;
    color: #3b3b3b;
    margin: 0 0 3px 0;
    line-height: 1.2;
    white-space: nowrap;
    margin-top: 0.5rem;
}

.mini-box p {
    font-size: 10px;
    color: #3b3b3b;
    margin: 0;
    line-height: 1.2;
    margin-top: 6px;
}

.mini-box span {
    display: block;
    color: #e45a84;
    font-weight: 600;
    font-size: 11px;
    margin-top: 2px;
    line-height: 1.1;
}

.ai-icon-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-grow: 1;
    height: 100%;
    padding-left: 20px;
    padding-bottom: 15px;
}

.main-ai {
    position: relative;
    z-index: 3;
    transition: transform 0.4s ease;
}

.floating-icon {
    position: absolute;
    width: 68px;
    height: 66px;
    border: 1.5px solid #3b3b3b;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0) translate(0, 0);
    transition: all 0.7s cubic-bezier(0.25, 1, 0.3, 1);
    transform-origin: center center;
    z-index: 2;
}

.icon-top-left,
.icon-top-right,
.icon-right-front {
    top: 55%;
    left: 33%;
}

.ai-icon-box:hover .floating-icon {
    opacity: 1;
    transform: scale(1);
}

.ai-icon-box:hover .icon-top-left {
    transform: scale(1) translate(-120px, -140px);
}
.ai-icon-box:hover .icon-top-right {
    transform: scale(1) translate(150px, -140px);
}
.ai-icon-box:hover .icon-right-front {
    transform: scale(1) translate(180px, 30px);
}

.ai-icon-box:hover .main-ai {
    transform: scale(1.05);
}

.card-footer {
    text-align: left;
    margin-top: 20px;
}

    .card-footer h3 {
        font-size: 1.8rem;
        font-weight: 600;
        color: #3b3b3b;
        margin-bottom: 6px;
        white-space: nowrap;
        margin-left: -0.5rem;
        text-align: center;
        font-family: 'Lato';
    }

    .card-footer p {
        color: #3b3b3b;
        font-size: 17px;
        line-height: 1.5;
        text-align: center;
        font-family: 'Lato';
    }


.compliance-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 1024px) {
    .compliance-container {
        flex-direction: column;
        align-items: center;
    }

    .compliance-card {
        width: 100%;
        height: 42rem;
        margin-left: 8px;
    }
    .card-footer h3 {
        font-size: 2.8rem;
        font-weight: 500;
        color: #3b3b3b;
        margin-bottom: 6px;
        white-space: nowrap;
        margin-left: -0.5rem;
        text-align: center;
    }
    .card-footer p {
        color: #3b3b3b;
        font-size: 25px;
        line-height: 1.5;
        font-family: unset;
        text-align: center;
    }
    .ai-icon-box:hover .icon-top-left {
        transform: scale(1) translate(-153px, -140px);
    }
    .icon-top-left, .icon-top-right, .icon-right-front {
        top: 55%;
        left: 48%;
    }
    .main-ai {
        position: relative;
        z-index: 3;
        transition: transform 0.4s ease;
        margin-left: 11rem;
    }
    .mini-box img {
        height: 2.6rem;
        margin-left: 18rem;
    }
    .mini-box h4 {
        font-size: 20px;
        font-weight: 600;
        color: #3b3b3b;
        margin: 0 0 3px 0;
        line-height: 1.2;
        white-space: nowrap;
        margin-top: 1.2rem;
        /* margin-top: 0rem; */
        margin-bottom: -24px;
    }
    .mini-box {
        position: relative;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 10px 12px;
        background: #fff;
        height: 11.5rem;
        transition: none;
    }
        .mini-box span {
            display: block;
            color: #e45a84;
            font-weight: 600;
            font-size: 16px;
            margin-top: -2px;
            line-height: 1.1;
        }
        .mini-box p {
            font-size: 20px;
            color: #3b3b3b;
            margin: 0;
            line-height: 1.2;
            margin-top: 29px;
        }
}
