html, body{
    padding: 0px;
    margin: 0px;
    display: block;
    justify-content: center;
     font-size: 20px;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #e4e2e2;
}


* {
  box-sizing: border-box;
}

.main-content {
  padding-top: 100px; /* or adjust based on your header height */
}


/*video*/
.video-container {
  position: relative;
 
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   /* setting height according to screen*/
  min-height: 700px;

}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: fill;  /* keeps full video visible */
  z-index: 0;
}
.hero-content {
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
  padding: 20px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  user-select: none;
  pointer-events: auto;
}
.hero-content h2 {
  font-size: 50px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.hero-content p {
  font-size: 24px;
}
@media (max-width: 950px) {
  .hero-content h2 {
    font-size: 28px;
  }
  .hero-content p{
    font-size: 18px;
  }
  body{
    font-size: 15px;
  }
  .hero-content{
    margin-top: 35px;
    padding: 10px;
  }
  .video-container{
    min-height: 100vh;
  }
  
}


.main-content {
    display: block;
    flex: 1;

}

/*About Us*/
.about{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-top: 20px;
}
.about h6{
  font-size: 40px;
  margin: 0;
}

.us{
  display: flex;
  padding: 30px;
  gap: 10px;
}

.prospects {
  display: flex;
  flex-direction: column;
  
  margin: 0 10px;
}
.prospects p{
  text-align: left;
}
.values {
  margin-top: 20px;
}

.value-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 10px;
}

.value {
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px 25px;
  overflow: hidden;
  max-height: 80px; 
  transition: max-height 0.5s ease, transform 0.4s ease, box-shadow 0.3s ease, padding 0.3s ease;
  padding: 15px;
  cursor: pointer;
  position: relative;
}

.value p {
  opacity: 0;
  margin: 0;
  transition: opacity 0.3s ease;
}

.value:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  max-height: 300px; /* Expand smoothly */
  padding: 20px;
}

.value:hover p {
  opacity: 1;
}
.value .dot {
  display: block;
  text-align: center;
  font-size: 20px;
  color:rgb(18, 101, 112);
  font-weight: 200;
  transition: opacity 0.3s ease;
  margin-bottom: 5px;
}

.value:hover .dot {
  opacity: 1;
}

.ceo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 25px;
    
    border-radius: 10px;
    background-color: rgb(245, 244, 243);
    box-shadow: 31px 31px 43px 0 rgba(151, 140, 126, 0.6);
    
}

.ceo-img {
  width: 100%; /* or 100%, depending on layout */
  text-align: center;
  display: flex;
  height: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ceo h4{
  font-size: 30px;
}

.ceo p {
  text-align: justify;
}

.im {
  width: 60%;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}


.im img {
  width: 100%;
  
  object-fit: cover;
  display: block;
}
hr{
        display: flex;
        width: 60%;
    }
@media (max-width:900px){
  .us{
    display: block;
  } 
  .value{
    margin: 5px;
  }
  .value .dot{
    font-size: 15px;
   
  }
  .value-cards{
    display: block;
    
  }
  .value:hover{
    margin-top: 15px;
  }
}
@media (max-width:1200px){ 
  .ceo{
        display: block;
    }
    hr{
        display: flex;
        width: 60%;
    }
    .im{
      height: 150px;
      border-radius: 20px;
    }
}
section {
  margin-bottom: 80px;
}

.team-section {
    text-align: center;
    margin: 40px auto;
    padding: 20px;
}

.team-title {
   font-size: 20px;
    color: #000000;
    background-color: #D3D3D3;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px; /* Optional: adds some space around the text */
    border-radius: 5px;
}

.team-image {
    max-width: 90%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-section {
  display: flex;
  
  text-align: center;
  align-items: center;
justify-content: center;
  flex-direction: column;
  background-color: #ccc6c6;
  padding: 20px;
  
 border: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;

}
.contact-section a {
    color: #007BFF;
    text-decoration: none;
    font-weight: 500;
}

.contact-section a:hover {
    text-decoration: underline;
}


.contain{
  width: 80%;
  
}
.section-header {
  margin-bottom: 20px;
}

.section-title span {
  color: rgb(102, 76, 43);
}
.contact-content {
  
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: flex-start;
 width: 100%;
 gap: 20px;

  padding: 20px;
margin: 0 auto;
border-radius: 10px;
  
 
}
.call{
  
  align-items:center ;
 
   flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  
}
.tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background-color: #f0f0f3;
  box-shadow: 0 15px 30px rgba(#f0f0f0 0.1);
  border-radius: 10px 25px;
  padding: 20px 10px;
  width: 90%;
  transition: all 0.3s ease;
 
  
}
.tel:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.tel i {
  font-size: 24px;
  margin-bottom: 5px;
}

.tel p a {
  text-decoration: none;
  color: rgb(102, 76, 43);
  font-size: 20px;
  font-weight: 200;
}

.contact-form {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  
}


.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    margin: 10px;
    padding: 10px;
    width: 90%;
    border: none;
    height: 50px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}
button{
  padding: 10px;
  border-radius: 10px;
  float: right;
  margin-top: 30px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
button:hover {
  background-color: #8fe4f0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .call, .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    
  }
}