/* work environment section */
html, body {
    overflow-x: hidden;
} 
.worksection{
    margin-top: 7%;
}
.workenvironmentleft h2{
    font-family: 'Urbanist',sans-serif;
    font-weight: 400;
    font-size: 50px;
    color:rgba(7, 20, 86, 1);

}

.workenvironmentleft p{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    font-size: 20px;
    color:rgba(152, 151, 151, 1);

}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* life at icore */
.lifeaticoreheading h2{
    font-family: "Urbanist",sans-serif;
    font-weight: 400;
    color:rgba(7, 20, 86, 1);
    font-size: 50px;
}
/* card section */
.icorecardimg img{
    width: 350px;
}
.cardcontent {
    min-height: 100px; /* Adjust as needed */
}

.cardcontent p{
    display: flex;
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    font-size: 20px;
    color:rgba(152, 151, 151, 1);
    justify-content: center;
    flex-direction: column; /* Stack content vertically */
  
}


/* our core value */

.core-values h2{
  font-family: "Urbanist",sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: rgba(7, 20, 86, 1);
}

.core-values h3{
  font-family: "Urbanist",sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: rgba(7, 20, 86, 1);
}

.core-values p{
  font-family: "Poppins",sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: rgba(152, 151, 151, 1);
}

.value-box{
  max-width: 85%;
  margin-left: 5%;

}
.value-box img{
  width: 30px;
}

/* open position section */
.opensectionheading h2{
    font-family: "Urbanist",sans-serif;
    color:rgba(7, 20, 86, 1);
    font-weight: 400;
    font-size: 50px;
}

.jobtitle h3{
    font-family: "Urbanist",sans-serif;
    color:rgba(7, 20, 86, 1);
    font-weight: 300;
    font-size: 30px;
}

.jobexperience p{
    font-family: "Poppins",sans-serif;
    background:rgba(231, 235, 241, 1);
    ;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    max-width: 20%;
}

.jobplace p{
    font-family: "Poppins",sans-serif;
    color:rgba(152, 151, 151, 1);
    font-weight: 300;
    font-size: 18px;
}

.Readmorebtn {
    color:rgba(7, 20, 86, 1);
    font-family: "Poppins",sans-serif;
}
.Readmorebtn a{
   text-decoration: none;
}

/* our core value mobile */
.core-value-header{
  font-family: "Urbanist",sans-serif;
  font-size: 26px;
  font-weight:400;
  color: #29327A;
}
.value-title{
  font-family: "Urbanist",sans-serif;
  font-size: 20px;
  font-weight:400;
  color: #29327A;
}
.value-title img{
  width: 10%;
}
.value-description{
  font-family:"Poppins",sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #989797;
}

/* Our Gallery Section */
.galleryheading h2 {
    font-family: "Urbanist", sans-serif;
    color: rgba(7, 20, 86, 1);
    font-weight: 400;
    font-size: 50px;
  }

  .gallery-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .gallery-scroll {
    display: flex;
    gap: 15px;
  }

  .gallery-scroll img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
  }

  .gallery-scroll img:hover {
    transform: scale(1.1);
  }

  .gallery-wrapper::-webkit-scrollbar {
    height: 8px;
  }

  .gallery-wrapper::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }


@media (max-width: 728px) {
    .worksection {
      margin-top: 11%;
    }
  }
  
  /* Small Screens (320px - 425px) */
  @media (max-width: 425px) {
    .worksection {
      margin-top: 16%;
    }
  }

  @media (max-width:768px){
    .workenvironmentleft h2,.lifeaticoreheading h2,.ourcorevaluemainheading h2,.ourcorevaluemainheading h2,.galleryheading h2{
        font-size: 30px;
    }
    .workenvironmentleft p,.cardcontent p,.cardcontent p,.gridsection h3{
        font-size: 18px;
    }
    .custom-btn-section ,.gridsection p{
        font-size: 16px;
    }
    .gridsection img{
        width: 20px;
    }
    .core-values h2{
      font-family: "Urbanist",sans-serif;
      font-weight: 400;
      font-size: 30px;
      color: rgba(7, 20, 86, 1);
    }
    
    .core-values h3{
      font-family: "Urbanist",sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: rgba(7, 20, 86, 1);
    }
    
    .core-values p{
      font-family: "Poppins",sans-serif;
      font-weight: 300;
      font-size: 12px;
      color: rgba(152, 151, 151, 1);
    }
    
    .value-box{
      max-width: 90%;
     
    
    }
    .value-box img{
      width: 30px;
      margin-left: 2%;
    }
  }