* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --cosmic-latte: #FFF9E8;
}

body {
    font-family: "Inter", sans-serif;
}

.d-flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.items-center{
    align-items: center;
}
.text-black{
    color: #000;
}
.text-white{
    color: #fff;
}
.rounded-12{
    border-radius: 12px !important;
}
.rounded-50{
    border-radius: 50px !important;
}
.text-center{
    text-align: center;
}

.section-break {
    margin: 95px 0px;
    outline: none;
    border: none;
    height: 1px;
    opacity: 0.12;
    background: #000;
}

.container{
    max-width: 1390px;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
}
.inner-container{
    max-width: 1314px;
    padding: 0px 15px;
    margin: 0px auto;
}


.custom-button, .custom-button-white{
    padding: 6px 19px;
    line-height: 217.5%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.12px;
    text-transform: capitalize;
    border-radius: 5px;
    height: 48px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.custom-button{
    color: #fff;
    background-color: #000;
}
.custom-button:hover{
    color: #fff;
}

.custom-button img, .custom-button-white img{
    width: 21px;
    transition: all 0.5s;
}

.custom-button:hover img, .custom-button-white:hover img{
    animation: scrollX 400ms linear forwards;
    will-change: transform;
}

.custom-button-white{
    color: #000;
    background-color: #fff;
}
.custom-button-white:hover{
    color: #000;
}
.main-wraper{
    width: 100%;
}

.site-banner{
    position: relative;
    /* height: 100vh; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    color: #fff;
    max-height: 730px;
    overflow: hidden;
}

.site-banner h1 {
    font-size: clamp(28px, 6vw, 84px);
    line-height: 111.905%;
    font-weight: 700;
    max-width: 900px;
    color: #fff;
    z-index: 99;
    position: relative;
    padding-left: 80px;
}

.banner-hero{
    height: 100%;
    max-height: 761px;
    overflow: hidden;
    width: 100%;
}

.have-content{
    position: absolute;
    width: 100%;
    bottom: 140px;
}
.banner-have-content{
    position: relative;
}
.banner-have-content::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; /* just above the image */
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
}
.banner-hero img{
    position: relative;
    z-index: 1;
    width: 100%;
    object-fit: Cover;
}


.social-icons {
    position: fixed;
    top: 65%;
    right: -5px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 20px 0px 0px 20px;
    z-index: 99;
    width: 52px;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
  }

  .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
  }
  .social-icons a img{
    width: 100%;
  }

  .social-icons a:hover {
    background: #eee;
    transform: scale(1.1);
  }
  .social-hr{
    border: none;
    height: 1px;
    opacity: 0.2;
    background: #000;
    width: 100%;
  }

/********************* We partner section  *********************/
    .we-partner{
        padding: 164px 0px 0px;
    }
    .we-partner-inner{
        padding-left: 84px;
    }
    .we-partner{
        width: 100%;
        container-type: inline-size;
    }
    @container (min-width: 1600px) {
        .we-partner-container {
            max-width: 1390px;
            margin: auto;
        }
    }
    .img-figure {
        position: relative;
        border-radius: 12px;
    }
    .we-partner-container .img-figure{
        width: 100%;
        max-width: 607px;
    }
    .we-partner-container .img-figure img{
            width: 100%;
            border-radius: 12px;
    }
    .partner-section-content{
        background-color: var(--cosmic-latte);
        padding: 70px 80px 50px 160px;
        margin: -50px 0px 60px -100px;
        width: 100%;
    }
    .partner-section-content h1{
        color: rgba(0, 0, 0, 0.52);
        font-size: clamp(28px, 5vw, 54px);
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -2.16px;
        margin-bottom: 20px;
        max-width: 570px;
    }
    .partner-section-content p{
        max-width: 507px;
        color: #000;
        font-size: clamp(18px, 3vw, 22px);
        line-height: 1.5;
        font-style: normal;
        font-weight: 300;
        letter-spacing: -0.22px;
        margin-bottom: 22px;
    }
    
/********************* We partner section  *********************/


/********************* What we do section start **********************/
    .services {
        padding: 60px 0 0px;
        background-color: white;
    }

    .section-title {
        font-size: clamp(30px, 6vw, 62px);
        line-height: 1.2;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -2.48px;
    }

    .services-grid {
        margin-top: 28px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 28px;
    }

    .service-card {
        padding: 16px 12px;
        border-radius: 8px;
        overflow: hidden;
        border-radius: 18px;
        border: 1px solid #CACACA;
        transition: transform 0.3s;
    }

    .service-card:hover {
        transform: translateY(-10px);
    }

    .service-heading {
        height: 90px;
        border-radius: 13px;
        background: #fcf5f5;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .service-heading h3{
        color: #1A1A1A;
        text-align: center;
        font-size: clamp(18px, 2vw, 18px);
        font-style: normal;
        font-weight: 600;
        line-height: 133.333%;
        letter-spacing: -0.36px;
    }

    .service-content {
        margin-top: 21px;
        margin-bottom: 21px;
        padding: 0px 4px;
        color: #1A1A1A;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 135.714%;
        letter-spacing: -0.28px;
    }

    .service-content h3 {
        margin-bottom: 15px;
        color: #d35400;
    }

/********************* What we do section End **********************/

/********************* Partnerships section start **********************/
    .partnerships{
        padding-bottom: 80px;
    }
    .partnerships-row {
        display: flex;
        gap: 75px;
    }
    .section-sm-title{
        color: #000;
        font-size: clamp(18px, 3vw, 31px);
        line-height: 1.3;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .partnership-content p{
        margin: 23px 0px 35px;
        color: #000;
        font-size: clamp(16px, 2.5vw, 26px);
        font-style: normal;
        font-weight: 300;
        line-height: 142.692%;
        letter-spacing: -0.016px;
        max-width: 360px;
    }
    .partnership-card .section-sm-title{
        margin-bottom: 12px;
    }

    

/********************* Partnerships section end **********************/


/********************* Strategy section start **********************/
    .unreal-foods{
        background-color: #000;
        padding: 117px 0px;
        overflow: hidden;
    }
    .strategy-content{
        max-width: 920px;
        margin: 0px auto;
    }
    .unreal-strategy-content{
        max-width: 920px;
        margin: 0px auto;
        position: relative;
        z-index: 1;
    }
    .unreal-action{
        margin-top: 32px;
        justify-content: center;
        gap: 12px;
        list-style: none;
    }
    .unreal-foods-slide{
        position: absolute;
        left: -24px;
        bottom: 0px;
    }
    .unreal-bg{
        position: absolute;
        top: 40px;
        width: 100%;
        height: 100%;
        left: 220px;
    }
    .unreal-bg img{
        width: 100%;
    }


/********************* Strategy section End **********************/


/********************** Cover section ***************/
.cover{
    width: 100%;
}
.cover img{
    width: 100%;
    aspect-ratio: 3 / 0.95;
    object-fit: cover;
    object-position: top;
}
section{
    position: relative;
}



/******************************* About Us page *****************************/
.about-us{
    background: #161515;
    padding: 120px 20px;
    position: relative;
    margin-bottom: 20px;
}
.pri-title{
    color: rgba(255, 255, 255, 0.04);
    text-align: center;
    font-size: clamp(50px, 20vw, 287px);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -3.02px;
    text-transform: uppercase;
    position: absolute;
    top: -70px;
    left: 0px;
    width: 100%;
}
.about-container{
    max-width: 1024px;
    margin: 0px auto;
}

.about-inner-title{
    font-size: clamp(24px, 5vw, 62px);
    color: #FFF;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.48px;
    margin-bottom: 80px;
}
.about-inner-title:last-child{
    margin: 0px;
}

.our-team{
    padding: 80px 0px 56px;
}
/* Team grid layout */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 35px;
}

/* Profile card styles */
.profile-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 27px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}

.profile-card:hover {
    transform: translateY(-5px);
    border: 1px solid transparent;
    background: #f4f4f4;
    box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.15);
}

.profile-image{
    box-shadow: 0 0 4.4px 0 rgba(0, 0, 0, 0.06), 0 5px 19px 0 rgba(0, 0, 0, 0.08);
    border-radius: 32px;
    border: 8px solid #FFF;
    background: #FFF;
    display: flex;
    margin-bottom: 29px;
}
.profile-image img{
    border-radius: 22px;
    width: 100%;
}

.profile-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #000;
    margin-top: 8px;
}

.profile-role {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
    position: relative;
    display: inline-block;
}


.profile-description {
    font-size: 18px;
    color: #000;
    line-height: 1.7;
    font-weight: 300;
}

.move-arrow{
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transition: all 0.5s;
}

.profile-card:hover .move-arrow{
    opacity: 1;
    transition: all 0.5s;
}

.card-links{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}




/************ Our Recent Press Coverage **********/

.our-recent-press {
    padding-bottom: 100px;
}
.recent-coverage-grid{
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 22px;
}
.recent-coverage-card{
    padding: 22px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #C8C8C8;
    transition: transform 0.3s;

}
.recent-coverage-heading img{
    max-width: 100%;
}
.recent-coverage-heading{
    background: #fcf5f5;
    height: 184px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
}

.recent-coverage-heading img{
    mix-blend-mode: multiply;
}

.recent-coverage-content h3{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.64px;
}

.recent-coverage-content {
    min-height: 150px;
}

.recent-coverage-content p{
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.55);
    text-align: left;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 135.714%;
    letter-spacing: -0.7px;
    max-width: 470px;
}

.read-story-link{
    margin-top: 50px;
    padding-top: 37px;
    border-top: 1px solid #DDD;
    padding-bottom: 5px;
}
.our-recent-press .section-title {
    max-width: 470px;
    margin: auto;
}



/******************** Our strategy Page *****************/

    /*********** We Choose Brands section start ********/
    .we-choose-brands{
        background: #fdfafa;
        color: #111;
        padding: 120px 20px;
        position: relative;
    }
    .brands-inner-container{
        max-width: 1120px;
        margin: 0px auto;
    }
    .brandsTitle h2 {
        font-size: clamp(32px, 5vw, 62px);
        font-weight: bold;
        font-style: normal;
        font-weight: 600;
        line-height: 108.065%;
        letter-spacing: -2.48px;
    }

    .choose-brands-cards{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 32px;
        position: relative;
        z-index: 1;
    }
    .choose-brand-card {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 15.6px 0 rgba(0, 0, 0, 0.11);        
        position: relative;
        min-height: 200px;
        max-height: 200px;
      }
  
      .choose-brand-card span {
        color: #1A1A1A;
        font-size: 128px;
        font-style: normal;
        font-weight: 600;
        line-height: 122%;
        letter-spacing: -2.572px;
        position: absolute;
        top: -15px;
        left: 15px;
        opacity: 0.05;
      }
  
      .choose-brand-card p {
        position: relative;
        margin-top: 10px;
        font-weight: 500;
        line-height: 1.4;
        color: #222;
        font-size: clamp(20px, 2vw, 22px);
        padding-left: 70px;
        padding-right: 30px;
    }
  
  
    /*********** We Choose Brands section start ********/


    /************* build-in-india section Start ***************/
        .build-in-india{
            padding: 90px 0px;
            margin-bottom: 60px;
        }

        .build-grid{
            margin-top: 26px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(48%, 2fr));
            gap: 22px;
        }

        .build-card {
            border-radius: 22px;
            background: #fcf5f5;
            padding: 60px 70px 60px 70px;
            text-align: center;
        }
        .build-heading{
            color: #000;
            text-align: center;
            font-size: clamp(22px, 2.22vw, 32px);
            font-style: normal;
            font-weight: 500;
            line-height: 120%;
            letter-spacing: -0.64px;
        }
        .build-card .build-text {
            margin-top: 21px;
            margin-bottom: 21px;
            padding: 0px 4px;
            color: #1A1A1A;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 135.714%;
            letter-spacing: -0.28px;
        }
        .choose-slide-right-top{
            position: absolute;
            right: 0px;
            top: 10px;
        }
        .choose-slide-left-bottom{
            position: absolute;
            top: 40%;
            left: 0px;
        }

    /************* build-in-india section End ***************/


/******************** Our strategy Page *****************/



/******************** Contact Page Start *****************/
.build-together{
    padding: 120px 20px;
}
.contact-form-wraper{
    margin-top: 45px;
}

/******************** Contact Page End *****************/



@media (max-width: 768px) {
  .banner-hero img {
      height: 400px;
    }
}


@media screen and (min-width: 1920px) {
    .site-banner{
        max-height: 70vh;
    }
    .banner-hero{
        max-height: 70vh;
    }
}

@media screen and (min-width: 2420px) {
    .site-banner{
        max-height: 50vh;
    }
    .banner-hero{
        max-height: 50vh;
    }
}


@keyframes scrollX {
    0% {
      transform: translateX(0rem);
      opacity: 1;
    }
    50% {
      transform: translateX(10px);
      opacity: 0;
    }
    51% {
      transform: translateX(-10px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }


.we-partner {
    padding-bottom: 40px;
    overflow: hidden;
}
.we-partner-slide {
    max-width: 300px;
    position: absolute;
    right: -105px;
    bottom: -50px;
}

.contact-slide {
    max-width: 300px;
    position: absolute;
    left: -105px;
    top: -20px;
    transform: rotate(-105deg);
}

@media screen and (max-width: 1200px) {
    .radio-field .wpcf7-radio .wpcf7-list-item {
        margin: 0 15px 10px;
    }

}

@media screen and (max-width: 992px) {
    .we-partner-container div.img-figure{
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .contact-slide{
        /* display: none; */
        left: -150px;
        top: -75px;
    }
    .we-partner-slide {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .contact-slide{
        /* display: none; */
        left: -170px;
        top: -84px;
    }
}

@media screen and (max-width: 300px) {
    .contact-slide{
        /* display: none; */
        left: -170px;
        top: -50px;
    }
}
/* .submit-form .custom-button .submitButton{
    padding: 6px 28px 6px 43px;
    height: 50px;
} */
 .textarea-message textarea{
    font-size: 17px;
 }