@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Rubik:wght@500&display=swap');
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--custom-font1);
}

@font-face {
    font-family: 'switzer';
    src: url(../font/switzer/Switzer-Variable.ttf);
}

@font-face {
    font-family: 'santoshi';
    src: url(../font/santoshi/Satoshi-Variable.ttf);
}

:root{
    --white1: #FFF4F4;
    --white2: #F5F5F5;
    --white3: #a2a4a6;
    --white4: #EEEEEE;
    --blue: #1f80ff;
    --pink1:#eb287b;
    --pink2:#ae0288;
    --black1:#1d2b36;
    --black2:#131623;
    --black3: #323335;
    --font1: 'Roboto', sans-serif;
    --font2: 'Rubik', sans-serif;
    --custom-font1: 'santoshi';
    --custom-font2: 'switzer';
    --testColor: #bebeff;
}

    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }


    .main{
        padding: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background-color: white;
    }

    /* section 1 */
    .sec1{
        height: 800px;
        /* height: 100vh; */
        width: 100%;
        display: flex;
        flex-direction: column;
        background-image: url("../img/svg/homeBg.svg");
        background-size: 90%;
    }

    .abtWrapper{
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .abtWrapper img{
        width: 100%;
        object-fit: cover;
        transform: translateY(-200px);
        z-index: -2;
    }

    .aboutBg{
        position: absolute;
        padding: 35px 0px;
        height: 100%;
        width: 100%;
        /* position: relative;  */
        display: flex;
        overflow: hidden;
    }

    .aboutBgHead{
        /* position: absolute; */
        height: 100%;
        /* background-color: #1d2b36; */
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* bottom: 0; */    
    }

    .aboutHeadContent{
        height: 100%;
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.2;
    }
    .aboutHeadContent p{
        font-family: var(--custom-font1);
        font-size: 45px;
        color: var(--black3);
        font-weight: 600;
    }

    .aboutHeadContent h1{
        padding: 10px 0px;
        font-family: var(--custom-font1);
        font-size: 75px;
        color: var(--pink2);
    }


    .aboutBgImg{
        height: 100%;
        width: 50%;
    }
    .aboutBgImg img{
        position: absolute;
        height: 95%;
        width: 100%;
        object-fit: cover;
        /* border-radius: 20px; */
        border-radius: 3rem;
    }

    /* .img1{
        transform: translateX(50%);
    } */

    /* section 2 */

    /* .sec2{
        height: 400px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }




    .sec2Content{
        height: 420px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .sec2Left{
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .sec2Left h1{
        width: 90%;
        font-size: 48px;
        font-family: var(--custom-font1);
        color: var(--black3);
        padding: 10px 0px;

    }

    .sec2Left h1 span{
        color: var(--pink2);

    }
    .sec2Left p{
        font-family: var(--custom-font1);
        font-size: 18px;
        width: 90%;
        font-weight: 400;
        color: var(--black1);
        line-height: 1.1;
        letter-spacing: 1px;
    }



    .sec2Right{
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .sec2Right img{
        height: 80%;
        width: 90%;
        object-fit: scale-down;

    } */

    /* section 3 */
/* 
    .sec3{
        height: 400px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }




    .sec3Content{
        height: 420px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .sec3Left{
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .sec3Left h1{
        width: 90%;
        font-size: 48px;
        font-family: var(--custom-font1);
        color: var(--black3);
        padding: 10px 0px;
    }

    .sec3Left h1 span{
        color: var(--pink2);

    }
    .sec3Left p{
        font-family: var(--custom-font1);
        font-size: 19px;
        width: 90%;
        font-weight: 400;
        color: var(--black1);
        line-height: 1.1;
        letter-spacing: 1px;
    }



    .sec3Right{
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .sec3Right img{
        height: 75%;
        border-radius: 20px;
    }
 */

    /* ourCeo */

    .ourCeo{
        height: 400px;
        width: 100%;
        /* background-color: var(--pink2); */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ourCeoContent{
        height: 300px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--black2);
        transition: 0.5s;
        border-radius: 5px;
        display: flex;
    } 
    .ourCeo2Content{
        height: 300px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--black2);
        transition: 0.5s;
        border-radius: 5px;
        display: flex;
        flex-direction: row-reverse;
    }   
    .ourCeoLeft{
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: end;
    }



    .ceoImg{
        height: 130%;
        width: 100%;
        display: flex;
        align-items: end;
        justify-content: center;
        transition: 0.5s;
    }

    .ceoImg img{
        position: relative;
        object-fit: scale-down;
        height: 100%;
        width: 100%;
    }

    .ourCeoRight{
        width: 70%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px;
    }

    .ceoRightContent{
        height: 90%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
    }


    .ceoRightContent p{
        font-size: 26px;
        font-weight: 500;
        letter-spacing: 2px;
        color:white;
        font-family: var(--custom-font1);
    }

    .ceoRightContent h1{
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 2px;
        /* font-size: 72px; */
        background: -webkit-linear-gradient(290deg, var(--blue), var(--pink1), var(--pink2));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: var(--custom-font1);
    }
    .ceoThought{
        height: 50%;
        width: 90%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .ceoThought h6{
        font-family: var(--custom-font1);
        font-size: 32px;
        color: white;
        font-weight: 500;
    }


    .ceoThought p{
        font-family: var(--custom-font1);
        font-size: 22px;
        color: white;
        font-weight: 100px;
        align-self: flex-end;

    }



    /* =========ceo 2========== */

    /* .ceo2{
        height: 500px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ceo2Content{
        height: 300px;
        width: 80%;
        display: flex;
    }

    .ceo2Left{
        height: 100%;
        width: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ceoLeftWrap{
        height: 100%;
        width: 50%;
        background-color: var(--black2);
    }
    .ceoImg{
        height: 400px;
        width: 400px;
        background-color: #ae0288;
        border-radius: 50%;
        position: absolute;
    }



    .ceo2Right{
        height: 100%;
        width: 65%;
        background-color: var(--black2);
    } */



    /* ======container2======= */
    .container2{
        height: 500px;
        width: 100%;
        display: flex;
    }
    .containerLeft{
        height: 100%;
        width: 50%;
        margin-left: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .containerHead{
        height: 100%;
        width: 100%;
        padding: 50px 0px 0px 0px;
    }
    .containerHead h1{
        font-size: 24px;
        padding: 10px 0px;
        font-weight: 400px;
        letter-spacing: 2px;
        color: var(--pink2);

    }
    .containerHead h2{
        width: 80%;
        line-height: 1.1;
        font-size: 44px;
        color: var(--black1);
    }

    .containerContent{
        width: 100%;
        height: 100%;
        padding: 20px 0px;
    }

    .containerContent p{
        width: 60%;
        color: var(--black3);
        font-size: 18px;
        line-height: 1.2;
    }

    .containerRight{
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .containerImg{
        /* position: absolute; */
        width: 600px;
        height: 600px;           
        display: flex;
        align-items: center;
        justify-content: center;                                                                     
    }

    .contentSvg{
        /* position: absolute; */
        height:100%;
        width: 100%;
        object-fit: scale-down;
        margin-top: 1.1rem;
        margin-left: -150px;
    }


     /* =====container3===== */
     .container3{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cont3Content{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .cont3Head{
        height: 100%;
        width: 100%;
        text-align: right;
    }
    .cont3Head h1{
        font-size: 22px;
        color: var(--pink2);
        letter-spacing: 2px;
    }

    .cont3Desc{
        height: 250px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .cont3Left{
        height: 100%;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .opt{
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }

    .cont3Right{
        height: 100%;
        width: 50%;
        display: flex;
        flex-direction: column;
        text-align: end;
        padding-top: 5px;
        /* justify-content: center; */
    }

    .line{
        height: 1.5px;
        background-color: var(--pink2);
    }
    .cont3Right h1{
        font-size: 40px;
        color: var(--black2);
    }

    .cont3Right p{
        font-size: 18px;
        color: var(--black3);

    }


    /* contact Us */

    .contactUs{
        height: 300px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contactUsContent{
        background-image: url("../img/contactbg.png");
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 100%;
        width: 80%;
        background-color: #131623;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .contactHead{
        height: 70%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* line-height: 1.5; */
    }
    .contactHead p{
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        font-family: var(--custom-font1);
        color: white;
    }

    .contactHead p span{
        font-size: 65px;
        font-weight: 800;
        color: var(--pink2);
        letter-spacing: 3px;
        /* text-transform: uppercase; */
    }


    .contactBtn{
        height: 50%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contactBtn a{
        font-size: 22px;
        text-decoration: none;
        color: var(--black2);
        background-color: white;
        padding: 15px 35px;
        font-weight: 800;
        text-transform: uppercase;
        font-family: var(--custom-font1);
        border-radius: 10px;
        letter-spacing: 2px;
        transition: 0.8s;
    }

    .contactBtn a:hover{
        background-color: var(--pink2);
        color: white;
        transition: 0.5s;
    }


    /* projects  */

    .projects{
        height: 600px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: #F5F5F5; */
    }

    .projectsContent{
        height: 600px;
        width: 100%;
        display: flex;
    }

    .projectsLeft{
        width: 45%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .projectsLeft img{
        height: 80%;
        width: 100%;
        object-fit: scale-down;
    }

    .projectsRight{
        width: 55%;
        height: 100%;
    }

    .projectHead{
        line-height: 1.1;
        height: 100%;
        width: 100%;
        font-family: var(--custom-font1);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .projectHead h1{
        font-size: 80px;
        font-weight: 900;
        color: var(--pink2);
    }

    .projectHead h2{
        font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
        color: var(--black1);
    }
    .projectHead h3{
        font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
        color: var(--black1);
    }

    .projectHead h4{
        padding: 20px 0px;
        width: 80%;
        font-size: 20px;
        font-weight: 600;
        color: var(--black3);
        /* opacity: 80%; */
    }

    .projectDescription{
        height: 40%;
        width: 95%;
        display: flex;

    }

    .descriptionLeft{
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .descLeftContent{
        height: 80%;
        width: 98%;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border: 0.5px solid #94969828;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .descLeftHead{
        height: 30%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .descLeftHead img{
        height: 35px;
    }

    .descLeftHead p{
        padding-left: 2%;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 2px;
        color: var(--black2);
    }

    .descLeftTxt{
        height: 50%;
        width: 100%;
        /* margin-left: auto; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .descLeftTxt p{
        font-weight: 600;
        color: var(--black3);
        /* opacity: 90%; */
    }


    .descriptionRight{
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .descRightContent{
        height: 80%;
        width: 98%;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border: 0.5px solid #94969828;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .descRightHead{
        height: 30%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .descRightHead img{
        height: 35px;
    }

    .descRightHead p{
        padding-left: 2%;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 2px;
        color: var(--black2);
    }

    .descRightTxt{
        height: 50%;
        width: 100%;
        padding-top: 25px;
        /* margin-left: auto; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .descRightTxt p{
        font-weight: 600;
        color: var(--black3);
        opacity: 90%;
    }

    /* ipad */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1400px) and (orientation : portrait){
        .sec2Content{
            flex-direction: column;
            /* height: 100%; */
        }
        .aboutHeadContent p{
            font-size: 35px;
        }
        .projects{
            height: 100%;
            padding-bottom: 50px;
        }
        .sec2{
            padding-top: 100px;
            height: 950px;
        }
        .sec2Right{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        .sec2Right img{
            height: 90%;
        }
        .sec2Left{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }

        .sec3Content{
            flex-direction: column-reverse;
            /* height: 100%; */
        }
        .sec3{
            
            height: 600px;
            padding-top: 100px;
            justify-content: center;
        }
        .sec3Right{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        .sec3Right img{
            height: 70%;
        }
        .sec3Left{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        .ourCeoContent{
            width: 100%;
        }
        /* .projects{
            height: 1200px;
        } */
        .projectsContent{
            flex-direction: column;
            height: 100%;
        }
        .projectsLeft{
            margin-left: auto;
            margin-right: auto;
            width: 90%;
        }
        .projectsRight{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        .descRightContent{
            height: auto;
        }
        .descLeftContent{
            height: auto;
        }
        .projectDescription{
            /* height: 100%; */
            gap: 7px;
        }
        .contactUsContent{
            width: 90%;
            height: 300px;
            padding: 20px;

        }
        .contactHead{
            height: 80%;
        }
        .ceoThought h6 {
            font-size: 22px;
        }
        .ourCeo2Content{
            width: 100%;
        }
        .contactBtn a {
            font-size: 20px;
            padding: 10px 15px;
        }
        .descLeftHead p{
            padding-top: 15px;
        }
        .descLeftTxt p{
            padding-top: 20px;
        }
        .contactHead p{
            font-size: 20px;
        }
        .descLeftTxt p{
            padding-top: 40px;
        }
    }

    @media screen and (max-width: 1180px) {
        .sec3Right img{
            height: 70%;
        }
        .projectsLeft img{
            width: 90%;
        }
    }




    @media screen and (max-width: 600px) {
        
        .sec1{
            height: 100vh;
            background-size: 300%;
        }
        .aboutBgHead h1{
            color: black;
        }
        .abtWrapper{
            display: none;
        }
        .aboutBgHead{
            align-items: start;
            width: 100%;
            height: 100%;
            display: flex;
            margin-left: auto;
            margin-right: auto;
        }
        .aboutBgHead h1{
            color: var(--pink2);
        }
        .aboutHeadContent h1{
            font-size: 56px;
            padding: 0px 0px;
        }
        .aboutHeadContent{
            width: 100%;
            padding: 0px 30px;
            justify-content: center;
        }
        .aboutHeadContent p{
            font-size: 36px;
        }
        .aboutBg{
            height: 100% !important;
            /* position: sticky; */
        }
        .aboutBgImg{
            display: none;
            margin-top: 10px;
        }
        .aboutBgImg img{
            width: 85%;
            object-fit: scale-down;
            border-radius: 1rem !important;
        }
        .sec2{
            height: 650px;
        }
        .sec2Content{
            width: 100%;
            flex-direction: column;
        }
        .sec2Right{
            width: 100%;
            margin-bottom: 10px;
        }
        .sec2Left{
            width: 100%;
            height: 100%;
        }
        .sec2Left h1{
            font-size: 36px;
        }

        .sec2Left p{
            line-height: 1.2;
            font-size: 16px;
        }

        .sec3{
            height: 400px;
            padding-top: 20px;
        }
        .sec2Right img{
            width: 100%;
            object-fit: cover;
            border-radius: 0%;
        }
        .sec3Content{
            width: 100%;
            flex-direction: column-reverse;
        }
        .sec3Left{
            width: 100%;
        }
        .sec2Left h1{
            font-size: 36px;
        }
        .sec3Left p{
            line-height: 1.2;
            font-size: 16px;
        }

        .sec3Right{
            width: 100%;
        }
        .sec3Right img{
            width: 100%;
            height: 80%;
            object-fit: cover;
            border-radius: 0px;
        }
        .ourCeo{
            height: 600px;
        }
        .ourCeoContent{
            flex-direction: column;
            height: 100%;
            width: 100%;
        }
        .ourCeoContent h1{
            font-size: 32px;
            color: var(--blue);
        }
        .ourCeoLeft{
            height: 40%;
            width: 90%;
        }
        .ourCeoRight{
            width: 100%;
            padding: 0px;
        }
        .ceoThought{
            width: 100%;
            gap: 5px;
        }
        .ceoThought h6{
            font-size: 32px;
        }
        .ceoThought p{
            align-self: baseline;
            font-size: 16px;
        }
        .ceoRightContent{
            width:78%;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            gap: 10px;
        }
        .ceoRightContent p{
            font-weight: 900s;
        }
        .ceoImg img{
            width: 90%;
            margin-left: auto;
        }
        .projects{
            height: 1300px;
        }
        .projectsContent{
            flex-direction: column-reverse;
            height: 100%;
        }
        .projectsRight{
            width: 100%;
            padding-top: 0px;
            height: 900px;
        }
        .projectHead h4{
            width: 80%;
        }
        .projectHead{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        .projectDescription{
            flex-direction: column;
            height: 100%;
            gap: 15px;
        }
        .descriptionLeft{
            width: 100%;
            height: 100%;
        }
        .descriptionRight{
            width: 100%;
            height: 100%;
        }
        .descLeftHead p{
            font-size: 22px;
        }
        .descLeftContent{
            height: 100%;
            /* justify-content: space-between; */
        }
        .descLeftTxt{
            height: 100%;
        }

        .descLeftTxt p{
            padding-top: 10px;
            font-size: 16px;
        }
        .descRightHead p {
            font-size: 22px;
        }
        .descRightTxt{
            height: 100%;
            padding-top: 0px;
        }
        .descRightTxt p{
            padding-top: 10px;
            font-size: 16px;
        }
        .descRightContent{
            height: 100%;
        }
        .projectsLeft{
            width: 100%;
        }
        .projectsLeft img{
            width: 100%;
        }
        .contactUs{
            height: 100%;
        }
        .contactHead{
            height: 100%;
        }
        .contactHead h1{
            line-height: 1.2;
            font-size: 17px;
        }
        .contactUsContent{
            background-image: none;
            height: 100%;
            width: 100%;
            border-radius: 0px;
            padding: 25PX;
        }
        .contactBtn{
            margin-top: 20px;
            width: 150px;
            height: 50px;
        }
        .contactBtn a{
            padding: 10px 20px;
            font-size: 12px;
            letter-spacing: 1px;
        }
    .ourCeo2Content{
            width: 100%;
            flex-direction: column;
            height: 550px;
    }
    .ourCeo{
        padding-top: 100px;
    }
    .ceoRightContent{
        padding: 0px;
    }

        /* ====container===== */

        .container2{
            flex-direction: column;
            height: 100%;
        }

        .containerLeft{
            width: 100%;
            margin-left: 0;
            padding: 0px 15px;
        }

        .containerHead h2{
            width: 100%;
            font-size: 42px;
        } 

        .containerContent p{
            width: 90%;           
        }

        .containerRight{
            width: 100%;
        }

        .containerImg{
            height: 100%;
            width: 100%;
            
        }

        .contentSvg{
            margin: 0;
            margin-top: -50px;
        }

        .container3{
            padding: 30px 0px;
        }
        .cont3Desc{
            height: 100%;
            flex-wrap: nowrap;
            flex-direction: column;
        }
        .cont3Head{
            text-align: start;
            padding: 5px 0px;
        }

        .cont3Left{
            width: 100%;
        }

        .opt{
            height: 100%;
            padding: 5px 0px;
        }

        .opt h2{
            font-size: 22px;
            color: var(--black2);
        }
        .opt p{
            font-size: 18px;
            color: var(--black3);
            line-height: 1.1;
        }

        .cont3Head h1{
            font-size: 18px;
        }

        .cont3Right{
            width: 100%;
            text-align: start;
            padding: 15px 0px 0px 0px;
        }

        .cont3Right h1{
            font-size: 38px;
            line-height: 1.1;
            padding: 15px 0px;
            letter-spacing: 0;
        }

        .cont3Right p{
            line-height: 1.1;
        }
        
        /* Locations Section Mobile */
        .locationsSection {
            padding: 60px 0;
        }
        
        .locationsContainer {
            padding: 0 20px;
        }
        
        .locationsHeader h1 {
            font-size: 2rem;
        }
        
        .locationsHeader p {
            font-size: 1rem;
        }
        
        .locationsGrid {
            grid-template-columns: 1fr;
            min-width: auto;
        }
        
        .locationImage {
            height: 250px;
        }
        
        .locationBadge {
            font-size: 0.75rem;
            padding: 8px 16px;
        }
        
        .locationContent {
            padding: 20px;
        }
        
        .locationContent h3 {
            font-size: 1.5rem;
        }
        
        .detailItem i {
            font-size: 1.1rem;
        }
        
        .detailItem p,
        .detailItem a {
            font-size: 0.9rem;
        }
        
        .btnDirections {
            width: 100%;
            justify-content: center;
        }
        
        .contactInfoBar {
            grid-template-columns: 1fr;
            gap: 15px;
            padding: 20px;
        }
        
        .infoBarItem {
            padding: 15px;
        }
    }

/* ===============NEW ABOUT PAGE STYLES=============== */

/* ===============About Intro Section=============== */
.aboutIntro {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.introContainer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.introLeft .labelText {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #1565C0 0%, #1976D2 100%);
    color: white;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.introLeft h1 {
    font-size: 3.2rem;
    color: var(--black2);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}

.introDescription {
    font-size: 1.05rem;
    color: var(--black1);
    line-height: 1.5;
    margin-bottom: 12px;
}

.introPoints {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.introPoints li {
    font-size: 1.05rem;
    color: var(--black1);
    line-height: 1.5;
    padding-left: 28px;
    position: relative;
}

.introPoints li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--blue) 0%, var(--pink1) 100%);
    border-radius: 50%;
}

.introRight {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introRight img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    display: block;
}

.introStats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.statItem {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.statItem:hover {
    transform: translateY(-5px);
}

.statNumber {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ae0288 0%, #eb287b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.statLabel {
    font-size: 0.9rem;
    color: var(--black3);
    margin-top: 8px;
}

.introVisual {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentSvg {
    width: 100%;
    height: 100%;
}

/* ===============Our Story Timeline=============== */
.ourStory {
    padding: 120px 0;
    background: white;
}

.storyContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.storyHeader {
    text-align: center;
    margin-bottom: 80px;
}

.storyLabel {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(174, 2, 136, 0.1);
    color: var(--pink2);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.storyHeader h1 {
    font-size: 3.5rem;
    color: var(--black2);
    font-weight: 700;
    margin-bottom: 20px;
}

.storyTagline {
    font-size: 1.2rem;
    color: var(--black3);
}

.timelineSection {
    position: relative;
    padding: 40px 0;
}

.timelineSection::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #1565C0 0%, #ae0288 100%);
}

.timelineItem {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.timelineItem:nth-child(even) .timelineContent {
    grid-column: 1;
    text-align: right;
}

.timelineItem:nth-child(even) .timelineIcon {
    grid-column: 2;
}

.timelineIcon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1565C0 0%, #1976D2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 0 10px white, 0 4px 20px rgba(21, 101, 192, 0.3);
}

.timelineIcon i {
    font-size: 2rem;
    color: white;
}

.timelineContent {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timelineContent:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.timelineYear {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #ae0288 0%, #eb287b 100%);
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 15px;
}

.timelineContent h3 {
    font-size: 1.5rem;
    color: var(--black2);
    margin-bottom: 12px;
}

.timelineContent p {
    font-size: 1rem;
    color: var(--black3);
    line-height: 1.6;
}

/* ===============People First Culture=============== */
.peopleFirstSection {
    padding: 120px 0;
    background: linear-gradient(135deg, #1565C0 0%, #1976D2 50%, #1565C0 100%);
    background-size: 200% 200%;
    animation: gradient 15s ease infinite;
}

.peopleContainer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.peopleHeader {
    text-align: center;
    margin-bottom: 80px;
}

.sectionLabel {
    display: inline-block;
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 3px;
    /* border-radius: 20px; */
    backdrop-filter: blur(10px);
}

.peopleHeader h1 {
    font-size: 3rem;
    color: white;
    font-weight: 700;
    line-height: 1.3;
}

.cultureGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.cultureCard {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 420px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.cultureCard:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.cardContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    z-index: 2;
    transition: all 0.5s ease;
}

.cultureCard:hover .cardContent {
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
}

.cultureCard h3 {
    font-size: 1.5rem;
    color: white;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.5s ease;
    transform: translateY(0);
    min-height: 36px;
    display: flex;
    align-items: flex-end;
}

.cultureCard:hover h3 {
    transform: translateY(-8px);
    color: #fff;
}

.cardContent p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.1s;
}

.cultureCard:hover .cardContent p {
    opacity: 1;
    transform: translateY(0);
}

.cardImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: transform 0.5s ease;
}

.cultureCard:hover .cardImage {
    transform: scale(1.08);
}

.cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imageOverlay {
    display: none;
}

/* ===============Values Section=============== */
.valuesSection {
    /* padding: 120px 0; */
    background: white;

}

.valuesContainer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.valuesLeft .sectionLabel {
    /* background: rgba(21, 101, 192, 0.1); */
    color: var(--blue);
}

.valuesLeft h1 {
    font-size: 3rem;
    color: var(--black2);
    font-weight: 700;
    margin: 20px 0;
}

.valuesIntro {
    font-size: 1.1rem;
    color: var(--black3);
    margin-bottom: 40px;
}

.valuesList {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.valueItem {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.valueNumber {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #1565C0 0%, #1976D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.valueContent h3 {
    font-size: 1.3rem;
    color: var(--black2);
    margin-bottom: 8px;
}

.valueContent p {
    font-size: 1rem;
    color: var(--black3);
    line-height: 1.6;
}

.valuesImageGrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 80px;
    gap: 20px;
    height: auto;
    /* border: 1px solid red; */
    margin-top: 0.6rem;
    padding-top: 1.5rem;
}

.valuesImg {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
}

.valuesImg1 {
    grid-column: 1 / 1;
    grid-row: 1 / 5;
}

.valuesImg2 {
    grid-column: 7 / 13;
    grid-row: 1 / 6;
    
}


.valuesImg3 {
    grid-column: 1 / 7;
    grid-row: 5 / 8;
}

.valuesImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.valuesImg:hover img {
    transform: scale(1.05);
}

/* ===============Why Choose Us Redesigned=============== */
/* =============== Why Choose Us Section =============== */
.whyChooseUs {
    padding: 120px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.whyChooseUs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(21, 101, 192, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(174, 2, 136, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.whyContainer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.whyHeader {
    text-align: center;
    margin-bottom: 70px;
}

.whyHeader h1 {
    font-size: 3.5rem;
    color: var(--black2);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.whySubtitle {
    font-size: 1.15rem;
    color: var(--black3);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Masonry Grid Layout - Fixed to prevent breaking */
.whyMasonryGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

/* Base Card Styles */
.whyCard {
    background: white;
    border-radius: 24px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

.whyCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    /* background: linear-gradient(90deg, #1565C0 0%, #ae0288 100%); */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.whyCard:hover::before {
    transform: scaleX(1);
}

.whyCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Card Sizes - All cards equal width for stability */
.whyCard-large,
.whyCard-medium,
.whyCard-tall,
.whyCard-small {
    grid-column: span 1;
}

.whyCard-large {
    min-height: 400px;
}

.whyCard-medium {
    min-height: 350px;
}

.whyCard-tall {
    min-height: 420px;
}

.whyCard-wide {
    grid-column: span 3;
    min-height: 180px;
}

.whyCard-small {
    min-height: 300px;
}

/* Featured Card - Now matches other cards */
.whyCard-featured {
    background: white;
}

.whyCard-featured h3,
.whyCard-featured p {
    color: var(--black2);
}

.whyCard-featured p {
    color: var(--black3);
}

.whyCard-featured .cardIcon {
    background: rgb(237, 237, 237);
    border: none;
}

.whyCard-featured .cardIcon i {
    background: rgb(0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.whyCard-featured .cardNumber {
    color: rgba(0,0,0,0.03);
}

.cardGradient {
    display: none;
}

/* Card Elements */
.cardIcon {
    width: 60px;
    height: 60px;
    background: rgb(237, 237, 237);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.cardIcon i {
    font-size: 1.8rem;
    background: rgb(0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.whyCard-featured .cardIcon i {
    /* background: white; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cardNumber {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(0,0,0,0.03);
    line-height: 1;
}

.whyCard h3 {
    font-size: 1.5rem;
    color: var(--black2);
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.whyCard p {
    font-size: 0.95rem;
    color: var(--black3);
    line-height: 1.6;
    margin-bottom: auto;
}

.whyMetric {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.metricNumber {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(170deg, #000000 0%, #ae0288 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 5px;
}

.metricLabel {
    font-size: 0.85rem;
    color: var(--black3);
    font-weight: 500;
}

/* Image Card */
.whyCard-image {
    padding: 0;
    position: relative;
}

.whyCard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.whyCard-image:hover img {
    transform: scale(1.1);
}

.cardOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
}

.cardOverlay h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.cardOverlay p {
    color: rgba(255,255,255,0.9);
    font-size: 0.85rem;
    margin: 0;
}

/* Stats Card */
.whyCard-stats {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e0e0e0;
}

.whyCard-stats h3 {
    font-size: 1.3rem;
    margin-bottom: 25px;
    text-align: center;
}

.statsRow {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.statItem {
    text-align: center;
    flex: 1;
}

.statValue {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(170deg, #000000 0%, #ae0288 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.statLabel {
    font-size: 0.8rem;
    color: var(--black3);
    font-weight: 500;
}

.statDivider {
    width: 1px;
    height: 40px;
    background: rgba(0,0,0,0.1);
}

/* Quote Card */
.whyCard-quote {
    background: linear-gradient(135deg, rgba(174, 2, 136, 0.05) 0%, rgba(235, 40, 123, 0.05) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 2px solid rgba(174, 2, 136, 0.1);
}

.quote-icon {
    font-size: 2rem;
    color: var(--pink2);
    margin-bottom: 10px;
}

.whyCard-quote p {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--black2);
    font-style: italic;
    margin-bottom: 10px;
}

.quoteAuthor {
    font-size: 0.8rem;
    color: var(--black3);
    font-weight: 500;
}

/* Features List */
.whyFeatures {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.whyFeatures li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.9rem;
    color: var(--black3);
}

.whyFeatures i {
    color: #4caf50;
    font-size: 1.1rem;
}

.whyBadges{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.whyBadge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(56, 142, 60, 0.1) 100%);
    color: #388e3c;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid rgba(76, 175, 80, 0.2);
    transition: all 0.3s ease;
}

.whyBadge:hover {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, rgba(56, 142, 60, 0.15) 100%);
    border-color: rgba(76, 175, 80, 0.3);
    transform: translateY(-2px);
}

.whyBadge i {
    font-size: 1rem;
    color: #4caf50;
}

.ctaButtons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ctaButtons .btnPrimary {
    background: white;
    color: #1565C0;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.ctaButtons .btnPrimary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    gap: 15px;
}

.ctaButtons .btnSecondary {
    background: transparent;
    color: white;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid white;
    transition: all 0.3s ease;
}

.ctaButtons .btnSecondary:hover {
    background: white;
    color: #1565C0;
    transform: translateY(-3px);
    gap: 15px;
}

/* =============== Life at Softrate =============== */

/* ===============Life at Softrate=============== */
.lifeAtSoftrate {
    padding: 10px 0;
    background: white;
}

.lifeContainer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.lifeHeader {
    text-align: center;
    margin-bottom: 80px;
}

.lifeHeader .sectionLabel {
    
    color: var(--pink2);
}
.workstation-item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lifeHeader h1 {
    font-size: 3.5rem;
    color: var(--black2);
    font-weight: 700;
    margin: 20px 0 15px;
}

.lifeHeader p {
    font-size: 1.2rem;
    margin-bottom: 5rem !important;
    color: var(--black3);
}

.lifeGallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 80px;
}

.galleryItem {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 280px;
    cursor: pointer;
}

.gallery-large {
    grid-column: span 2;
    grid-row: span 2;
    height: auto;
    min-height: 580px;
}

.gallery-wide {
    grid-column: span 2;
}

@supports (display: grid) {
    .lifeGallery {
        grid-template-columns: repeat(4, 1fr);
    }
}

.galleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.galleryItem:hover img {
    transform: scale(1.1);
}

.galleryOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.galleryItem:hover .galleryOverlay {
    transform: translateY(0);
}

.galleryOverlay h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.lifePerks {
    margin: 3rem;
    text-align: center;
}

.lifePerks h2 {
    font-size: 2.5rem;
    color: var(--black2);
    margin-bottom: 50px;
}

.perksGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.perkCard {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: left;
    border: 2px solid #f0f0f0;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.perkCard:hover {
    border-color: var(--pink2);
    transform: translateY(-5px);
}

.perkCard i {
    font-size: 2.5rem;
    color: var(--pink2);
    margin-bottom: 20px;
}

.perkCard p {
    font-size: 1.05rem;
    color: var(--black1);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}

.perkAuthor {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.perkAuthor strong {
    font-size: 1rem;
    color: var(--black2);
}

.perkAuthor span {
    font-size: 0.9rem;
    color: var(--black3);
}

/* ===============Our Impact (Projects Redesigned)=============== */
.ourImpact {
    padding: 10px 0;
    background: #f8f9fa;
}

.impactContainer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.impactContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.impactVisual {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.impactVisual img {
    width: 100%;
    height: auto;
    display: block;
}

.impactBadge {
    visibility: hidden;
    position: absolute;
    top: 30px;
    right: 40px;
    background: white;
    padding: 10px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.badgeNumber {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.badgeText {
    font-size: 0.9rem;
    color: #666;
    margin-top: 8px;
}

.impactRight .sectionLabel {
    color: #1565C0;
}

.impactRight h1 {
    font-size: 3rem;
    color: #1a1a1a;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.2;
}
/* Fix Impact Section Overflow */
.impactRight {
  overflow: hidden; /* Contain animation */
  will-change: transform; /* Optimize animation */
}

/* Constrain AOS animations */
[data-aos="fade-left"], [data-aos="fade-right"] {
  overflow: hidden;
  max-width: 100%;
}

/* Mobile-specific fix */
@media screen and (max-width: 768px) {
  .impactContent {
    grid-template-columns: 1fr !important; /* Single column */
    gap: 40px;
  }
  .sectionLabel {
    padding: 0;

}
.aboutIntro {
    padding: 4px 0 !important;
}
  .impactRight {
    order: 2; /* Text after image on mobile */
    padding: 0 20px;
    text-align: center;
  }
  
  .impactLeft {
    order: 1;
    width: 100%;
  }
  
  /* Disable AOS on mobile to prevent overflow */
  [data-aos] {
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

.impactDescription {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 40px;
}

.impactFeatures {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.featureItem {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.featureIcon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1565C0 0%, #1976D2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.featureIcon i {
    font-size: 1.8rem;
    color: white;
}

.featureContent h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.featureContent p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.impactCTA .btnPrimary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #1565C0 0%, #1976D2 100%);
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.impactCTA .btnPrimary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(21, 101, 192, 0.3);
}

.impactCTA .btnPrimary i {
    font-size: 1.2rem;
}

/* ===============Join Team Section=============== */
.joinTeamSection {
    /* margin-bottom: 10px; */
    padding: 20px 0;
    background: linear-gradient(135deg, #ae0288 0%, #eb287b 50%, #ae0288 100%);
    border-radius: 24px;
    background-size: 200% 200%;
    animation: gradient 15s ease infinite;
}

.joinContainer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.joinContent {
    text-align: center;
    color: white;
}

.joinLabel {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    margin-top: 0.85rem;
}

.joinContent h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* for only home page. */
.joinContent h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.joinContent > p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
}

.joinButtons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}

.joinButtons .btnPrimary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: white;
    color: var(--pink2);
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.joinButtons .btnSecondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: transparent;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid white;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.joinButtons .btnPrimary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.joinButtons .btnSecondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.joinPerks {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.perkBadge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.perkBadge i {
    font-size: 1.2rem;
}

.perkBadge span {
    font-size: 0.95rem;
    font-weight: 500;
}

/* ===============Contact Us Updated=============== */
.contactUs .contactHead p span {
    background: linear-gradient(135deg, #1565C0 0%, #ae0288 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contactBtn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contactBtn a i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.contactBtn a:hover i {
    transform: translateX(5px);
}

/* ===============Responsive Design=============== */
@media screen and (max-width: 1024px) {
    .introContainer,
    .impactContent,
    .valuesContainer {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .cultureGrid,
    .whyGrid,
    .perksGrid {
        flex-wrap: wrap;
    }
    
    .cultureCard {
        height: 350px;
        flex: 1 1 calc(33.333% - 20px);
        min-width: calc(33.333% - 20px);
    }
    
    .cultureCard:hover {
        flex: 1 1 calc(33.333% - 20px);
    }
    
    .lifeGallery {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-large {
        grid-column: span 2;
    }
    
    .timelineSection::before {
        left: 40px;
    }
    
    .timelineItem {
        grid-template-columns: 80px 1fr;
        gap: 30px;
    }
    
    .timelineItem:nth-child(even) .timelineContent {
        grid-column: 2;
        text-align: left;
    }
    
    .valuesImageGrid {
        grid-template-columns: repeat(8, 1fr);
        grid-auto-rows: 60px;
        gap: 15px;
    }
    
    .valuesImg1 {
        /* background-size: auto; */
        grid-column: 1 / 5;
        grid-row: 1 / 5;
    }
    
    .valuesImg2 {
        grid-column: 5 / 9;
        grid-row: 1 / 6;
    }
    
    .valuesImg3 {
        grid-column: 1 / 5;
        grid-row: 5 / 8;
    }
}

/* =============== About Intro Section =============== */
.aboutIntro {
    padding: 60px 0;
    background: #fff;
}

.introContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.introLeft {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

.sectionLabel {
    color: var(--blue);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.introLeft h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--black1);
    margin: 0;
}

.introDescription {
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--black3);
    margin: 0;
}

.introPoints {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.introPoints li {
    font-size: 1.05rem;
    color: var(--black1);
    line-height: 1.5;
    padding-left: 28px;
    position: relative;
}

.introPoints li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--blue) 0%, var(--pink1) 100%);
    border-radius: 50%;
}

.introRight {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introRight img {
    width: 100%;
    max-width: 100%;
    margin-top: 7rem;
    height: 25rem;
    border-radius: 16px;
    object-fit: cover;
    display: block;
}

/* =============== Stats Section =============== */
/* =============== Stats Section =============== */
.statsSection {
    padding: 50px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    margin: 0 40px;
}

/* Grain texture overlay */
.statsSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.15;
    pointer-events: none;
}

/* Colorful gradient overlay */
.statsSection::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(239, 68, 68, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 50% 80%, rgba(59, 130, 246, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.statsWrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.statsHeading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 80px 0;
    letter-spacing: -0.5px;
}

.statsContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    position: relative;
    z-index: 1;
}

.statBox {
    text-align: center;
    flex: 1;
    padding: 20px;
    transition: all 0.3s ease;
}

.statBox:hover {
    transform: scale(1.05);
}

.statDivider {
    width: 2px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.statBox h2 {
    font-size: 4.5rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    letter-spacing: -2px;
}

.statBox p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}

/* =============== People First Culture Section =============== */
.peopleFirstSection {
    padding: 10px 0;
    background: #fff;
}

.peopleContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.peopleHeader {
    text-align: center;
    margin-bottom: 60px;
}

.peopleHeader h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--black1);
    margin: 16px 0 0 0;
}

.cultureGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.cultureCard {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 420px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.cultureCard:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.cardContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    z-index: 2;
}

.cultureCard h3 {
    font-size: 1.5rem;
    color: white;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 36px;
    display: flex;
    align-items: flex-end;
}

.cultureCard:hover h3 {
    transform: translateY(-5px);
}

.cardContent p {
    color: rgba(255,255,255,0.95);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.cultureCard:hover .cardContent p {
    opacity: 1;
    transform: translateY(0);
}

.cardImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cultureCard:hover .cardImage img {
    transform: scale(1.08);
}

.imageOverlay {
    display: none;
}

/* =============== Values Section =============== */
.valuesSection {
    padding: 50px 0;
    background: var(--white2);
}

.valuesContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.valuesLeft h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--black1);
    margin: 16px 0 24px 0;
}

.valuesIntro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--black3);
    margin-bottom: 40px;
}

.valuesList {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.valueItem {
    display: grid;
    grid-template-columns: 80px 1fr; /* Fixed number column + flexible content */
    gap: 24px;
    align-items: flex-start;
}

.valueNumber {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--blue);
    opacity: 0.3;
    line-height: 1;
    justify-self: center; /* Center number vertically */
}

.valueContent {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.valueContent h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--black1);
    margin: 0;
}

.valueContent p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--black3);
    margin: 0;
}

/* Mobile: Stack vertically */


.valuesImageGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 60px;
    gap: 12px;
    height: auto;
}

.valuesImg {
    border-radius: 12px;
    overflow: hidden;
}

.valuesImg1 {
    grid-column: 1 / 7;
    grid-row: 1 / 4;
}

.valuesImg2 {
    grid-column: 1 / 4;
    grid-row: 4 / 7;
}

.valuesImg3 {
    grid-column: 4 / 7;
    grid-row: 4 / 7;
}

.valuesImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =============== Why Choose Us =============== */
.whyChooseUs {
    padding: 100px 0 0px 0px;
    background: #fff;
}

.whyContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.whyHeader {
    text-align: center;
    margin-bottom: 60px;
}

.whyHeader h1 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--black1);
    margin: 16px 0 0 0;
}

/* Why Choose Us - See main styles above */

/* =============== Life at Softrate =============== */
.lifeAtSoftrate {
    padding: 10px 0 30px;

    background: var(--white2);
}

.lifeContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.lifeHeader {
    text-align: center;
    margin-bottom: 60px;
}

.lifeHeader h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--black1);
    margin: 16px 0 12px 0;
}
.gradient-color {
  display: inline-block;
  background:linear-gradient(
    90deg,
    #0b4fc7 0%,
    #3b5edc 10%,
    #6a4bdc 20%,
    #a34fdc 40%,
    #e05adf 100%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}






.lifeHeader p {
    font-size: 1.125rem;
    color: var(--black3);
}

.lifeGallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.galleryItem {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 280px;
}

.gallery-large {
    grid-column: span 2;
    grid-row: span 2;
    height: auto;
}

.gallery-wide {
    grid-column: span 3;
}

.galleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.galleryItem:hover img {
    transform: scale(1.05);
}

.galleryOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    color: #fff;
}

.galleryOverlay h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.lifePerks h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--black1);
    text-align: center;
    margin-bottom: 40px;
}

.perksGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.perkItem {
    text-align: center;
    padding: 32px 24px;
    background: #fff;
    border-radius: 12px;
}

.perkItem h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--black1);
    margin: 0 0 8px 0;
}

.perkItem p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--black3);
    margin: 0;
}

/* =============== Our Impact =============== */
.ourImpact {
    padding: 10px 0 100px;
    background: #fff;
}

.impactContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.impactContent {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.impactLeft h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--black1);
    margin: 16px 0 24px 0;
}

.impactLeft p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--black3);
}

.impactGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.impactCard {
    padding: 32px;
    background: var(--white2);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.impactCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.impactCard h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--black1);
    margin: 0 0 12px 0;
}

.impactCard p {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--black3);
    margin: 0;
}

/* =============== Join Team CTA =============== */
.joinTeamSection {
    display: flex;
    background: #131623;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 1px;
}

.joinContainer {
    /* border: 1px solid red; */
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.joinContent {
    text-align: center;
}

.joinLabel {
    color: rgba(255,255,255,0.9);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.joinContent h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

.joinContent > p {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.95);
}

.joinButtons {
    display: flex;
    gap: 16px;
    justify-content: center;
    /* margin-bottom: 48px; */
}

.joinButtons .btnPrimary,
.joinButtons .btnSecondary {
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.joinButtons .btnPrimary {
    background: #fff;
    color: var(--blue);
}

.joinButtons .btnPrimary:hover {
    background: var(--white2);
    transform: translateY(-2px);
}

.joinButtons .btnSecondary {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: 2px solid #fff;
}

.joinButtons .btnSecondary:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

.joinPerks {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.joinPerk {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.joinPerk i {
    font-size: 1.5rem;
}

.joinPerk span {
    font-size: 1rem;
    font-weight: 500;
}

/* =============== Contact Us CTA =============== */
.contactUs {
    padding: 80px 0;
    background: var(--black1);
}

.contactUsContent {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;
}

.contactHead p {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.contactHead p span {
    color: var(--blue);
}

.contactHead p:last-child {
    font-size: 1.125rem;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}

.contactBtn {
    margin-top: 32px;
}

.contactBtn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: var(--blue);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contactBtn a:hover {
    background: var(--pink1);
    transform: translateY(-2px);
}

/* =============== Responsive Design =============== */
@media screen and (max-width: 1024px) {
    .introContainer,
    .valuesContainer,
    .impactContent {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .statsHeading {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }
    
    .statsContainer {
        flex-wrap: wrap;
        gap: 40px;
    }
    
    .statBox {
        flex: 1 1 calc(50% - 20px);
        min-width: 200px;
    }
    
    .statDivider {
        display: none;
    }
    
    .cultureGrid,
    .whyMasonryGrid,
    .perksGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Masonry Grid Tablet Adjustments */
    .whyMasonryGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .whyCard {
        min-height: 300px;
    }
    
    .whyCard-large,
    .whyCard-medium,
    .whyCard-tall,
    .whyCard-small {
        grid-column: span 1;
        min-height: 320px;
    }
    
    .whyCard-wide {
        grid-column: span 2;
        min-height: 220px;
    }
    
    .lifeGallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .gallery-large {
        grid-column: span 2;
        grid-row: span 1;
        min-height: 300px;
    }
    
    .gallery-wide {
        grid-column: span 2;
    }
}
@media screen and (max-width: 1024px) {
    .introRight img {
        width: 100%;
        margin-top: 0;
        max-width: 100%;
        border-radius: 12px;
    }
}
@media screen and (max-width: 768px) {
    .ourImpact {
    padding: 0px 0 10px;
    background: #fff;
}
.lifePerks {
    margin: 1.2rem;

}
    .introLeft h1,
    .peopleHeader h1,
    .whyHeader h1,
    .lifeHeader h1,
    .joinContent h1 {
        font-size: 2.2rem;
    }
    
    .valuesLeft h1 {
        font-size: 2.2rem;
    }
    
    .contactHead p {
        font-size: 2rem;
    }
    
    .statsSection {
        margin: 0 20px;
        padding: 60px 0;
        border-radius: 30px;
    }
    
    .statsHeading {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .statsContainer {
        flex-direction: column;
        gap: 40px;
    }
    
    .statBox {
        flex: 1 1 100%;
        width: 100%;
    }
    
    .statBox h2 {
        font-size: 3.5rem;
    }
    
    .cultureGrid,
    .whyMasonryGrid,
    .perksGrid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Masonry Grid Mobile - Single Column */
    .whyCard {
        padding: 30px;
        min-height: 280px;
    }
    
    .whyCard-large,
    .whyCard-medium,
    .whyCard-tall,
    .whyCard-wide,
    .whyCard-small {
        grid-column: span 1;
        min-height: 280px;
    }
    
    .whyCard-stats {
        min-height: 250px;
    }
    
    .whyHeader h1 {
        font-size: 2.2rem;
    }
    
    .whySubtitle {
        font-size: 1rem;
    }
    
    .whyCTA {
        padding: 40px 30px;
        border-radius: 20px;
    }
    
    .whyCTA h2 {
        font-size: 2rem;
    }
    
    .whyCTA p {
        font-size: 1rem;
    }
    
    .ctaButtons {
        flex-direction: column;
        width: 100%;
    }
    
    .ctaButtons .btnPrimary,
    .ctaButtons .btnSecondary {
        width: 100%;
        justify-content: center;
    }
    
    .statsRow {
        flex-direction: column;
        gap: 25px;
    }
    
    .statDivider {
        display: none;
    }
    
    .cultureCard {
        height: 320px;
    }
    
    .cultureCard h3 {
        font-size: 1.4rem;
    }
    
    .cardContent {
        padding: 25px;
    }
    
    .cardContent p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .lifeGallery {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-large,
    .gallery-wide {
        grid-column: span 1;
        grid-row: span 1;
        height: 280px;
        min-height: auto;
    }
    
    .joinButtons {
        flex-direction: column;
    }
    
    .joinButtons .btnPrimary,
    .joinButtons .btnSecondary {
        width: 100%;
        justify-content: center;
    }
    
    .introRight img {
        width: 100%;
        margin-top: 0;
        max-width: 100%;
        border-radius: 12px;
    }
    
    .aboutIntro,
    .statsSection,
    .peopleFirstSection,
    .valuesSection,
    .whyChooseUs,
    .lifeAtSoftrate,
    .ourImpact,
    .joinTeamSection,
    .contactUs {
        border-radius: 0;
    }
    
    .introContainer,
    .statsContainer,
    .peopleContainer,
    .valuesContainer,
    .whyContainer,
    .lifeContainer,
    .impactContainer,
    .joinContainer,
    .contactUsContent {
        padding: 0 20px;
    }
    
    .impactGrid {
        grid-template-columns: 1fr;
    }
}










@media screen and (max-width: 600px) {
  .sec1 {
    overflow-x: hidden !important;
  }
  
  .aboutBg {
    flex-direction: column !important;
    padding: 20px 0 !important;
    padding-bottom: 0px !important;
  }
  
  .aboutBgHead {
    width: 100% !important;
    order: 2;
    padding: 40px 20px 0px 20px;
    text-align: center;
  }
  
  .aboutHeadContent {
    width: 100%;
    padding: 0 !important;
  }
  
  .aboutHeadContent h1 {
    font-size: 42px;
  }
  
  .aboutHeadContent p {
    font-size: 28px;
  }
  
  .aboutBgImg {
    display: block !important;
    width: 100% !important;
    height: 50vh;
    order: 1;
    position: relative !important;
  }
  
  .aboutBgImg .img1 {
    position: relative !important;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none !important;
    border-radius: 0;
  }
}
/* Add to your @media screen and (max-width: 600px) section */
@media screen and (max-width: 600px) {
  .sec1 {
    overflow-x: hidden !important;
    overflow-y: auto !important; /* Allow vertical scroll */
    -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
    scroll-behavior: smooth;
  }
  
  .aboutBg {
    will-change: transform; /* Optimize GPU rendering */
    backface-visibility: hidden; /* Prevent flickering */
  }
  
  .aboutBgHead, .aboutBgImg {
    will-change: opacity, transform;
    transform: translateZ(0); /* Force hardware acceleration */
  }
  
  /* Disable pin on mobile to prevent scroll jank */
  .sec1[data-scroll-container] {
    height: auto !important;
  }
}
/* 1. Global mobile overflow protection */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* 2. Main wrapper should not clip; let it scroll vertically */
.main {
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}

/* 3. Any big containers/images must not exceed viewport */
.containerImg,
.contentSvg,
.valuesImageGrid,
.statsSection,
.impactVisual img,
.lifeGallery,
.galleryItem img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

/* 4. Mobile hard caps (under 600px) */
@media screen and (max-width: 600px) {
  .containerImg,
  .contentSvg {
    width: 100%;
    height: auto;
  }

  .valuesImageGrid {
    grid-template-columns: repeat(6, 1fr);
    padding-inline: 0;
  }

  .statsSection,
  .whyMasonryGrid,
  .cultureGrid,
  .perksGrid,
  .lifeGallery,
  .impactContent {
    margin-left: 0;
    margin-right: 0;
  }
}
