﻿
    .capabilities-section h2 {
        margin-left: 0rem;
        font-size: 2rem;
    }


.hero2-section {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7rem 1rem;
    box-sizing: border-box;
    padding-left: 3rem;
}


.hero2-left,
.hero2-right {
    width: 50%;
}

/*.hero2-left {
    padding-left: 2rem;
}*/

.hero2-tag-container {
    padding: 20px;
    border-radius: 30px;
    display: inline-block;
    width: 542px;
    background: #fafafa;
    height: 10rem;
}

.hero2-tag-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-left: 15px;
    border-bottom: 2px solid #3b3b3b;
    display: inline-block;
    color: #3b3b3b;
    font-family: unset;
}

.hero2-black-box {
    /*    background: var(--bg-dark) !important;
    color: #fff;
    padding: 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;*/


    background: var(--bg-dark) !important;
    color: #fbfbfb;
    padding: 7px;
    border-radius: 18px;
    display: flex;
    align-items: center;
}

.hero2-black-box-text {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    background-color: #3b3b3b;
    width: 31rem;
    border-radius: 1.2rem;
    height: 5.2rem;
}

    .hero2-black-box-text strong {
        font-size: 4rem;
        margin-left: 2rem;
        font-family: 'Montserrat';
    }

    .hero2-black-box-text span {
        font-size: 1.3rem;
        font-family: unset;
    }

.hero2-icon-placeholder img {
    margin-left: 1.1rem;
    width: 3.5rem;
}

.hero2-heading {
    font-size: 60px;
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: 30px;
    color: #3B3B3B;
    font-weight: 900;
    font-family: 'Lato';
}

.hero2-para {
    font-size: 20px;
    margin-left: 30px;
    color: #3B3B3B;
    line-height: 2rem;
    font-family: 'Lato';
}

.hero2-extra-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid #3B3B3B;
    color: #3B3B3B;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 30px;
    margin-top: 25px;
    font-family: unset;
}

    .hero2-extra-btn:hover {
        background: #3B3B3B;
        color: #fff;
    }

/* RIGHT SIDE */
.hero2-right {
    display: flex;
    justify-content: center;
}

.hero2-image-box {
    /*    width: 100%;
    max-width: 520px;
    border-radius: 4rem;
    overflow: hidden;*/


    width: 100%;
    max-width: 580px;
    border-radius: 2rem;
    overflow: hidden;
}

    .hero2-image-box img {
        width: 100%;
        height: auto;
    }




@media (max-width:1024px) {

    .hero2-section,
    .hero2-left,
    .hero2-right,
    .hero2-tag-container,
    .hero2-black-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hero2-section {
        display: flex;
        flex-direction: column;
        padding: 2rem 1rem !important;
        margin: 0 !important;
        gap: 2rem !important;
    }

    .hero2-left,
    .hero2-right {
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero2-tag-container {
        background: transparent;
        border-radius: 20px;
        padding: 0 !important;
        margin: 0 !important;
    }

    .hero2-tag-title {
        margin-top: 11rem !important;
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
        margin-left: 3rem;
    }

    .hero2-black-box {
        background: #3b3b3b !important;
        border-radius: 25px !important;
        height: 9rem !important;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 18px !important;
        margin-top: 0 !important;
        width: 90% !important;
        margin-left: 2rem;
    }

    .hero2-black-box-text strong {
        font-size: 7.5rem !important;
    }

    .hero2-black-box-text span {
        font-size: 2.7rem !important;
        line-height: 3.6rem !important;
        white-space: nowrap;
        margin-left: 2rem;
    }

    .hero2-icon-placeholder img {
        width: 6rem !important;
        margin-left: 3rem;
        margin-top: 0.7rem;
        max-width: 6rem;
    }

    .hero2-heading {
        font-size: 5rem !important;
        margin-top: 4rem !important;
        margin-left: 33px !important;
        line-height: 1.2 !important;
        font-weight: 500;
        font-family: unset;
    }

    .hero2-para {
        font-size: 37px !important;
        margin: 1rem 0 2rem 2.5rem !important;
        line-height: 1.6 !important;
        text-align: justify;
    }


    .hero2-image-box {
        /*        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        display: flex;
        justify-content: center;*/

        width: 100% !important;
        height: auto !important;
        margin: 0px !important;
        padding: 0 !important;
        border-radius: 0 !important;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }

        .hero2-image-box img {
            /*            width: 94% !important;
            max-width: 100% !important;
            max-height: 50%;*/

            margin-top: 3rem;
            margin-bottom: -3rem;
        }
    .hero2-extra-btn {
        display: inline-block;
        margin-top: 2rem !important;
        padding: 28px 39px;
        font-size: 2.3rem !important;
        margin-left: 2.4rem;
    }
}



/* --- Second Section Styles --- */
.features-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 59px;
    gap: 100px;
    padding-bottom: 0rem;
}
.features-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
}

.feature-box {
    border: 2px solid var(--bg-dark);
    border-radius: 12px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-box .icon-circle {

        width: 55px;
        height: 56px;
        border-radius: 50%;
        background: #3b3b3b;
        transition: all 0.3s ease;
        margin-bottom: -24px;
    }
 .feature-box .icon-circle img {
            max-width: 2rem;
            margin-top: 1rem;
        }
 .feature-box h3 {
            font-size: 30px;
            font-weight: 700;
            margin: 0 0 10px 0;
            color: var(--bg-dark);
            transition: all 0.3s ease;
            text-align: right;
            width: 100%;
            color: #3b3b3b;
            font-size: 3rem;
        }
 .feature-box p {
        font-size: 1.2rem;
        margin: 0;
        color: var(--bg-dark);
        transition: all 0.3s ease;
        text-align: right;
        width: 100%;
        color: #3b3b3b;
        font-family: unset;
    }

 .feature-box:hover {
        background: #3b3b3b;
    }

.feature-box:hover .icon-circle {
            background: #fefefe;
            
        }

          
/* 1st box hover */
.features-left .feature-box:nth-child(1):hover .icon-circle img.sec1 {
    content: url('../../images/index/rocket-lunch (1).png');
}

/* 2nd box hover */
.features-left .feature-box:nth-child(2):hover .icon-circle img.sec1 {
    content:  url('../../images/index/window-alt (1).png');
}

/* 3rd box hover */
.features-left .feature-box:nth-child(3):hover .icon-circle img.sec1 {
    content:  url('../../images/index/chatbot (1).png');
}

/* 4th box hover */
.features-left .feature-box:nth-child(4):hover .icon-circle img.sec1 {
    content:  url('../../images/index/compliance (1).png');
}


        .feature-box:hover h3,
        .feature-box:hover p {
            color: #fbfbfb;
        }
   
/* RIGHT SIDE (text content) */
.features-right {
    flex: 1;
}

    .features-right h2 {
        font-weight: 900;
        margin-bottom: 20px;
        color: #3b3b3b;
        margin-inline: auto;
        margin-left: 1.3rem;
        margin-top: 2rem;
        font-size: 2.2rem;
        line-height: 3rem;
        width: 100%;
        font-family: lato;
    }

    .features-right p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 1rem;
        margin-left: 1.2rem;
        color: #3b3b3b;
        text-align: justify;
        font-family: 'Lato';
    }

        .features-right p strong {
            font-weight: 700;
            line-height: 0.2rem;
            font-size: 17px;
            color: #3b3b3b;
            font-family: 'Montserrat';
        }







/* =============== RESPONSIVE STYLES =============== */

/* ---------- Tablet (max-width: 1024px) ---------- */
/* Desktop (large screen) */
@media only screen and (min-width: 1025px) {
    .features-left {
        width: 40%; /* Left section chhota */
    }
}

/* Tablet & Mobile */
@media only screen and (max-width: 1024px) {
    .features-left {
        width: 100%; /* Full width */
    }
}

.feature-box {
    border: 2px solid var(--bg-dark);
    border-radius: 12px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
}

    /* ✅ Hover effect */
    .feature-box:hover {
        background: #3b3b3b;
    }

        .feature-box:hover h3,
        .feature-box:hover p {
            color: #fff;
        }

   
    .feature-box:hover .icon-circle {
        background: #fff;
    }


@media only screen and (max-width: 1024px) {
    .features-section {
        flex-direction: column;
        align-items: center;
        padding: 60px 30px;
        gap: 50px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .features-left {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        max-width: 96%;
    }

    .feature-box {
       
        padding: 20px 12px;
        border-radius: 2rem;
    }

        .feature-box h3 {
            font-size: 3.2rem;
        }

        .feature-box p {
            font-size: 2.5rem;
            line-height: 4rem;
            margin-top: 3rem;
        }

    .features-right h2 {
        font-size: 3.5rem;
        margin-top: 2rem;
        line-height: 4.5rem;
        text-align: left;
    }

    .features-right p {
        font-size: 35px;
        margin-left: 0;
        /* text-align: left; */
        width: 97%;
        margin-left: 0.8rem;
    }
        .features-right p strong {
            font-size: 32px;
            font-weight: 600;
        }
}

/* ---------- Mobile (max-width: 600px) ---------- */
@media only screen and (max-width: 600px) {
    .features-section {
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
        gap: 30px;
    }

    .features-left {
       grid-template-columns: 1fr;  /* Single column on mobile */
   
        gap: 15px;
        max-width: 100%; /* 👈 mobile par full width */
    }

    .feature-box {
        padding: 15px 10px;
        align-items: center;
        text-align: center;
    }

        .feature-box h3 {
            font-size: 1.8rem;
            text-align: center;
        }

        .feature-box p {
            font-size: 0.95rem;
            text-align: center;
        }

        .feature-box .icon-circle {
            margin: 0 auto 10px auto;
        }


    .features-right h2 {  

        font-size: 21px;
        margin-top: 1rem;
        line-height: 2rem;
    }

    .features-right p {
        font-size: 14px;
      
        text-align: justify;
    }
        .features-right p strong {
            font-size: 13px;
            font-weight: 600;
        }
}










/* --- Core Capabilities --- */
.capabilities-section {
    text-align: center;
    color: var(--bg-dark);
    margin: 25px auto;
    max-width: 1300px;
    margin-bottom: -19rem;
}

    .capabilities-section h2 {
        margin-bottom: 10px;
        font-size: 2.2rem;
        font-weight: 900;
        width: 93%;
        font-family: lato;
        color: #3b3b3b;
    }

    .capabilities-section p {
        font-size: 18px;
        margin-bottom: 61px;
        margin-right: 4rem;
        color: #3b3b3b;
        font-family: 'Lato';
    }

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.capability-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    text-align: left;
    background: #fff;
    color: var(--bg-dark);
    transition: all 0.3s ease;
}

    .capability-box:hover {
        background: #3b3b3b;
        color: #fff;
    }

.capability-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background: #3B3B3B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capability-box:hover .capability-icon {
    background: #fff;
}

.capability-box h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
    color: #3b3b3b;
    font-weight: 900;
    font-family: 'Lato';
}

.capability-box p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
    color: #3b3b3b;
    font-family: 'Lato';
}

.capability-box:hover h3,
.capability-box:hover p {
    color: #fff;
}

.cap-icon-img {
    width: 28px;
    transition: all 0.3s ease-in-out;
}

/* ===== HOVER ICON CHANGE ===== */
.capability-box:hover .icon-incident {
    content: url('../../images/index/sensor-alert (1).png');
}

.capability-box:hover .icon-problem {
    content: url('../../images/index/puzzle-piece-integration.png');
    );
}

.capability-box:hover .icon-task {
    content: url('../../images/index/list-check (2).png');
}

.capability-box:hover .icon-bot {
    content:  url('../../images/index/chatbot (1).png');
}

.capability-box:hover .icon-kb {
    content: url('../../images/index/folder-tree (2).png');
}

.capability-box:hover .icon-sla {
    content:  url('../../images/index/time-add (2).png');
}

.capability-box:hover .icon-workflow {
    content: url('../../images/index/department-structure (2).png');
}

.capability-box:hover .icon-api {
    content: url('../../images/index/api-cloud (2).png');
}

.capability-box:hover .icon-rbac {
    content: url('../../images/index/organization-chart (2).png');
}



/* ======= BASE STYLES (Desktop Same Rahega) ======= */
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

/* ✅ Tablet View (max-width: 991px) */
@media only screen and (max-width: 991px) {

    .capabilities-section h2 {
        margin-left: 0;
        font-size: 3.5rem;
        text-align: center;
        margin-top: -5rem;
    }
    .capability-box {
        width: 27rem;
        margin-left: 2rem;
    }
    .capabilities-section p {
        margin-right: 0;
        font-size: 35px;
        text-align: center;
        margin-bottom: 30px;
        line-height: 2.9rem;
    }

    .capabilities-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 cols tablet */
        gap: 20px;
    }

    .capability-box h3 {
        font-size: 35px;
        font-weight: 600;
        line-height: 3rem;
    }
    .capability-box p {
        margin-right: 0;
        font-size: 35px;
        text-align: justify;
        margin-bottom: 30px;
    }
}

/* ✅ Mobile View (max-width: 600px) */
@media only screen and (max-width: 600px) {

    .capabilities-section h2 {
        margin-left: 0px;
        font-size: 4rem;
        text-align: center;
    }

    .capabilities-section p {
        margin-right: 0;
        font-size: 13px;
        text-align: center;
        margin-bottom: 20px;
    }

    .capabilities-grid {
        grid-template-columns: 1fr; /* 1 column mobile */
        gap: 15px;
    }

    .capability-box {
        padding: 15px;
    }

    .capability-icon {
        width: 2.4rem;
        height: 2.4rem;
    }

    .cap-icon-img {
        width: 22px;
        height: 22px;
    }

    .capability-box h3 {
        font-size: 1.2rem;
    }

    .capability-box p {     
    margin-right: 0;
    font-size: 1.5rem;
    text-align: justify;
    margin-bottom: 30px;

    }
}


/*  Fourth-PROBLEM-SOLUTION*/
.problem-solution {
    margin: 130px auto 94px;
    max-width: 1300px;
    margin-bottom: -13rem;
    max-height: 60rem;
}

.problem-bg {
    /*    background: #999;  replace with background-image later */
    background-image: url('../../images/index/rectangle 188.png');
    border-radius: 40px;
    height: 560px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



.glass-box {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px); 

    background: rgba(255, 255, 255, 0.08); 
    box-shadow: 0px 10px 20px 0px #00000040;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.problem-text {
    text-align: right;
}

    .problem-text h2 {
        margin-top: -4px;
        margin-bottom: 10px;
        display: contents;
        color: #fbfbfb;
        font-weight: 900;
        font-size: 2.2rem;
        font-family: 'Lato';
    }

    .problem-text p {
        font-size: 18px;
        line-height: 1.5;
        color: #fbfbfb;
        font-family: 'Lato';
    }

.divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin: 5px 0 20px 0;
}

.solution-text {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 10px;
}

    .solution-text h2 {
        margin-bottom: 12px;
        color: #fbfbfb;
        font-weight: 900;
        font-size: 2.2rem;
        margin-top: 4rem;
        font-family: 'Lato';
    }

    .solution-text p {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff;
        margin-left: 0rem;
        font-family: 'Lato';
    }

    .solution-text ul {
        font-size: 18px;
        margin: 0;
        padding-left: 2rem;
        color: #fbfbfb;
        font-family: 'Lato';
    }
    

        .solution-text ul li {
            margin-bottom: 6px;
        }


@media only screen and (max-width: 1024px) {

    .problem-solution {
        margin: 60px auto;
        max-width: 100%;
        width: 95%;
        margin-top: 15rem;
    }

    .problem-bg {
        width: 100%; /* ✅ full width */
        height: auto; /* ✅ full section height */
        padding: 40px 20px;
        border-radius: 30px;
    }

    .glass-box {
        width: 100%;
        height: auto; /* ✅ expands naturally */
        padding: 30px;
    }

    .problem-text h2,
    .solution-text h2 {
        font-size: 25px; /* ✅ readable */
        line-height: 1.6;
    }

    .problem-text p,
    .solution-text p,
    .solution-text ul {
        font-size: 18px;
        line-height: 1.8;
        font-family: 'Montserrat';
    }
}

@media only screen and (max-width: 600px) {

    .problem-solution {
        margin: 40px auto;
        max-width: 100%;
        width: 100%; /* ✅ full width */
    }

    .problem-bg {
        width: 100%; /* ✅ full width */
        height: auto; /* ✅ full height auto */
        padding: 20px;
        border-radius: 20px;
    }

    .glass-box {
        width: 100%;
        height: auto; /* ✅ flexible height */
        padding: 20px;
    }

    .problem-text,
    .solution-text {
        text-align: center; /* ✅ center aligned */
    }

        .problem-text h2,
        .solution-text h2 {
            font-size: 16px;
            line-height: 1.6;
        }

        .problem-text p,
        .solution-text p,
        .solution-text ul {
            font-size: 18px;
            line-height: 1.5;
        }

        .solution-text ul {
            padding-left: 0;
            list-style-position: inside;
        }
}



/* Use Cases Section */
.use-cases {
    display: flex;
    gap: 40px;
    margin: 50px auto 100px;
    max-width: 1300px;
    margin-bottom: -11rem;
}

/* Left Grey Box */
.use-cases-left {
    flex: 0 0 40%;
    background: #FAFAFA;
    border-radius: 12px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1rem;
}


    .use-cases-left h2 {
        color: #3b3b3b;
        margin-bottom: 15px;
        margin: 0;
        font-weight: 900;
        font-size: 2.2rem;
        margin-left: 1rem;
        font-family: 'Lato';
    }

    .use-cases-left p {
        font-size: 18px;
        color: #3b3b3b;
        line-height: 1.6;
        margin-left: 1rem;
        font-family: 'Lato';
    }

.use-cases-right {
    flex: 0 0 55%;
    max-width: 750px;
    background: #3b3b3b;
    border-radius: 12px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
}


.case-box {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .case-box h3 {
        font-family: unset;
        font-size: 25px;
        margin-bottom: 8px;
    }

    .case-box p {
        font-size: 18px;
        margin: 0;
        color: #fbfbfb;
        margin-top: -1rem;
        font-family: 'Lato';
    }

    .case-box .more {
        display: none;
        margin-top: 8px;
    }

    .case-box:hover {
        padding: 30px;
    }

        .case-box:hover .more {
            display: block;
        }




/* ----- Tablet (max-width: 1024px) ----- */
@media only screen and (max-width: 1024px) {
    .use-cases {
        flex-direction: column;
        gap: 3px;
        width: 95%;
        margin: auto;
        margin-left: 1rem;
        margin-top: -5rem;
    }

    .use-cases-left {
        width: 100%;
        text-align: center;
    }

    .use-cases-right {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 2rem;
        width: 95%;
        max-width: 100%;
    }
    .use-cases-left h2 {
        color: #3b3b3b;
        margin-bottom: 15px;
        margin: 0;
        font-weight: 600;
        font-size: 3.5rem;
        font-family: 'Lato';
        padding-bottom: 20px;
    }
    .use-cases-left p {
        font-size: 35px;
        color: #3b3b3b;
        margin-left: 0rem;
        font-family: 'Lato';
        text-align: center;
    }
    .case-box h3 {
        font-family: 'Lato';
        font-size: 35px;
        margin-bottom: 15px;
        line-height: 4rem;
        color: #fbfbfb;
    }
    .case-box p {
        font-family: 'Lato';
        font-size: 30px;
        margin: 0;
        color: #fbfbfb;
        margin-top: -5px;
        text-align: justify;
        line-height: 3rem;
    }
}


/* ---------------- Mobile (max-width: 600px) ---------------- */
@media only screen and (max-width: 600px) {
    .use-cases-right {
        grid-template-columns: 1fr !important;  
        grid-template-columns: repeat(1, 1fr);
        margin-left: 6rem;
    }
   
    
    .use-cases {
        width: 100%;  
        max-width: 100%;
        padding: 0 15px; 
        margin-top: 2rem;
        gap: 20px;
    }

    .use-cases-right {
        grid-template-columns: 1fr !important;  
        width: 100%;
    }
    .use-cases-left {
        width: 100%;
        text-align: center;
    }

        .use-cases-left h2 {
            font-family: 'Montserrat', sans-serif;
            color: #3b3b3b;
            margin-bottom: 15px;
            margin: 0;
            font-weight: 700;
            font-size: 3.4rem;
            margin-left: 1rem;
        }

        .use-cases-left p {
            font-family: 'Montserrat';
            font-size: 19px;
            color: #3b3b3b;
            line-height: 3.6;
            margin-left: 0rem;
        }

    .use-cases-right {
        width: 100%;
        grid-template-columns: 1fr;  single column 
        gap: 15px;
    }
    .case-box h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 4rem;
        color: #fbfbfb;
    }
    .case-box p {
        font-family: 'Montserrat';
        font-size: 19px;
        margin: 0;
        color: #fbfbfb;
        margin-top: -1rem;
    }
}


/* What's Next Section */
.whats-next {
    text-align: center;
    margin: 180px 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: 900;
        font-family: 'Lato';
    }

    .whats-next p {
        font-size: 18px;
        color: #3b3b3b;
        margin-bottom: 40px;
        margin-left: 0;
        font-family: 'Lato';
    }

/* 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: 12px;
        color: #3b3b3b;
        font-weight: 900;
        font-family: 'Lato';
    }

    .next-box p {
        color: #3b3b3b;
        margin-bottom: 20px;
        text-align: center;
        font-size: 18px;
        font-family: 'Lato';
    }

    .next-box a {
        font-family: 'Montserrat';
        font-size: 14px;
        color: #3b3b3b;
        text-decoration: underline;
        font-weight: 600;
    }

    /* Hover effect */
    .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: 95%;
        margin-top: 3rem;
    }

        .whats-next h2 {
            font-size: 3.5rem;
            text-align: left;
            font-weight: 700;
            padding-bottom: 7px;
        }

        .whats-next p {
            font-size: 30px;
            text-align: left;
            font-family: 'Lato';
            line-height: 3rem;
        }

    .next-grid {
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
    }

    .next-box {
        padding: 45px 22px;
    }

        .next-box h3 {
            font-size: 3rem;
            text-align: center;
        }

        .next-box p {
            font-size: 30px;
            text-align: center;
        }
        .next-box a {
            font-family: 'Lato';
            font-size: 22px;
            color: #3b3b3b;
            text-decoration: underline;
            font-weight: 600;
        }
}


/* ----- 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;
        }

        .whats-next p {
            font-size: 28px;
            text-align: left;
            margin-left: 6rem;
            font-family: 'Montserrat';
        }

    .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;
        }
        .next-box a {
            font-family: 'Montserrat';
            font-size: 24px;
            color: #3b3b3b;
            text-decoration: underline;
            font-weight: 600;
            margin-left: -8rem;
        }
}




.action-section {
    background: #3b3b3b;
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 1300px; 
    margin: 60px auto 40px;
}

/* Container */
.action-container {
    text-align: left;
    font-family: unset;
}

    /* Heading */
    .action-container h2 {
        margin-top: -12px;
        color: #fbfbfb;
        font-size: 4.4rem;
        white-space: nowrap;
        font-family: 'Lato';
    }

    .action-container p {
        font-size: 20px;
        margin-top: 23px;
        color: #fbfbfb;
        font-family: unset;
    }

/* Cards grid */
.action-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

/* Individual card */
.action-card {
    background: #fff;
    display: flex;
    align-items: center; /* vertical 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; /* thoda kam kiya */
}

    .action-card:hover {
        box-shadow: none;
        transform: translateY(2px);
    }

/* Icon box */
.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;
}

/* Text inside card */
.card-content h3 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0px 3px 18px;
    color: #3b3b3b;
}

.card-content p {
    font-size: 18px;
    margin-left: 18px;
    margin-top: -10px;
    color: #3b3b3b;
    /* font-family: unset; */
    font-family: 'LATO';
}

/* ====== ✅ Mobile & Tablet View ====== */
@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;
    }

    .action-container p {
        font-size: 34px;
        text-align: justify;
        margin-top: 0px;
        color: #fbfbfb;
        line-height: 4rem;
    }

    /* Cards ek ke niche ek */
    .action-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .action-card {
        width: 100%;
        max-width: 900px; 
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 17px 14px;
        height: auto;
        border-radius: 11px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .icon-boxs {
        width: 68px;
        height: 68px;
        margin: 0 10px 0 15px;
        flex-shrink: 0;
    }

    .vertical-line {
        display: flex;
        height: 91px;
        margin: 0 10px;
    }

    .card-content {
        text-align: left;
    }

        .card-content h3 {
            font-size: 50px;
            color: #3b3b3b;
            margin-left: 0.5rem;
            margin-top: 1.1rem;
        }

        .card-content p {
            font-size: 26px;
            margin-top: 0px;
            color: #3b3b3b;
            white-space: nowrap;
            margin-left: 0.5rem;
            font-weight: 500;
        }
}
