.logo {
  bottom: 1px;
}
.banner-section {
  height: 50vh; /* Adjust the height as needed */
  background-image: url('images/About\ Us\ Banner.png');
  background-size: cover; 
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* About Us */
.about-us-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 20px;
    background-color: #fff;
  }
  .about-us-image img {
    border-radius: 0px;
  }
.vision-mission-section {
    padding: 70px 0;
    background: #d6d6d6;
    position: relative;
    font-family: "Poppins", sans-serif;
  }
  
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  /* Diagonal Background Split */
  .vision-box, .mission-box {
    width: 48%;
    padding: 40px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  .vision-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #007BFF;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
  }
  
  .mission-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #34C759;
    clip-path: polygon(0 0, 100% 100%, 0% 100%);
    z-index: -1;
  }
  
  /* Text Styling */
  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    margin-bottom: 0px !important;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  h2 .icon {
    font-size: 40px;
    margin-right: 15px;
  }
  
  .vision-box h2 {
    color: #000;
  }
  
  .mission-box h2 {
    color: #000;
  }
  
  .vision-mission-section p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
  }

  /** Values Section **/
  .values-section {
    text-align: left;
    padding: 50px 20px;
    background-color: #fff;
    padding-bottom: 70px;
}

.values-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
    color: #000;
    justify-content: center;
}

.values-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1250px;
    margin: 0 auto;
}

.values-row {
  display: flex;
  justify-content: space-between; /* Adjust spacing between all items */
  align-items: center;
  gap: 20px; /* Adjust as needed to control the spacing between elements */
}

.value-item {
    flex: 1;
    max-width: 300px;
    padding: 20px;
    background: #f9f9f9;
    border-left: 5px solid #484848;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.value-item p{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}
.value-item h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}
.value-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.value-icon i {
  font-size: 3em;
  margin-bottom: 15px;
  display: flex; /* Center align icons */
  justify-content: center; /* Center the icon */
}
.value-icon img{
  width: 60px;
  height: 60px;
}
.logo-item {
  flex: 0; /* Ensure the logo does not take extra space */
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item img {
  width: 300px; /* Adjust size as needed */
  height: auto; /* Maintain aspect ratio */
}
/* .value-icon.Quality{
  color: #FFD700;
}
.value-icon.Integrity{
  color: #1E90FF !important;
} */
/* Centering Value 3 */
.centered-row {
    display: flex;
    justify-content: center; /* Center the items */
    gap: 80px; /* Space between value3 and value4 */
}

#value3 {
    flex: 1;
    text-align: left;
    /* margin-left: 100px; */
}

#value4 {
    flex: 1;
    /* margin-left: 50px; */
    text-align: left; /* Align value4 to the right side */
}
@media (max-width: 1024px){
  .vision-mission-section{
    padding: 70px 20px;
  }
  .vision-box, .mission-box {
    width: 48%;
    padding: 20px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
  .values-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 400px;
}
.centered-row {
  display: flex;
  justify-content: center; /* Center the items */
  gap: 40px; /* Space between value3 and value4 */
}
}
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .mobile-section {
      height: 300px; /* Adjust the height as needed */
      background-image: url('images/About\ Us\ Moble\ Banner.png');
      background-size: cover;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    .banner-section {
      display: none;
    }
    .about-us-section {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 55px 20px;
      background-color: #fff;
      padding-bottom: 70px;
    }
    .vision-mission-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
      }
    .container {
      flex-direction: column;
    }
  
    .vision-box, .mission-box {
      width: 100%;
      margin-bottom: 40px;
      padding: 30px;
    }
  
    .vision-box::before, .mission-box::before {
      clip-path: none;
      width: 100%;
      height: 100%;
    }
  
    h2 {
      font-size: 28px;
    }
  
    p {
      font-size: 16px;
    }
    .values-row {
      flex-direction: column;
      gap: 20px;
  }

  .centered-row {
      flex-direction: column;
      gap: 20px;
  }

  .value-item {
      max-width: 100%;
  }

  #value3, #value4 {
      margin-left: 0;
      text-align: left;
  }
  .values-section {
    padding: 50px 20px;
    padding-bottom: 70px;
  }
  }
  