body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Prevent horizontal scrolling */
  font-family: 'Roboto', sans-serif;
  background: #f0f2f5;
  /* Light background color */
  color: #333;
}

.section1 {
  background-color: #ff000038;
  padding: 5px;
}

.icons {
  font-size: 30px;

}



.fa-brands {
  color: black;
}



.sectionabout {
  background-image: url("../About/aboutimages/slider1.jpg");
  width: 100%;
  background-color: #000;
  background-size: cover;
  /* background-attachment: fixed; */
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
  /* opacity: 0.5; */
}

.title {
  font-size: 60px;
  color: black;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section */
.section {
  background-color: #F5F5DC;
  padding: 60px 0;
  text-align: justify;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#our_story {
  background-color: #e4f5e5;
}

#why_choose_us {
  background-color: #e4f5e5;
}



.section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #1b6c24;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.section h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #1b6c24;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.section h2:hover {
  color: #1b6c24;
}

.section h2:hover::after {
  width: 80px;
}

.section p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
  transition: color 0.3s ease-in-out;
}

.section p:hover {
  color: #333;
}

.bg-light {
  background-color: #f8f9fa;
}

.bg-dark {
  background-color: #343a40;
}

.text-white {
  color: #fff;
}

.fa {
  color: #007f02;
}

.fa-solid {
  color: #007f02;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.box-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.box-shadow:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.section,
.button,
a {
  transition: all 0.3s ease-in-out;
}

/***********************section4******************/
.facility {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 20px;
  background-color: #F5F5DC;
}

.facility:hover {
  box-shadow: 0 4px 8px rgb(0 125 2 / 80%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.facility i {
  font-size: 2rem;
  margin-bottom: 10px;
}

.section4 {
  padding: 20px;
  background-color: #e4f5e5;
}
.facility p{
  color: #000;
  text-decoration: none;
}
.facility p :hover{
  color: #000;
}
.facility a:hover{
  text-decoration: none;
  }
/***************** Media Queries ************************/
@media (max-width: 768px) {
  .section {
    padding: 30px 0;
  }

  .section h2 {
    font-size: 28px;
  }

  .section p {
    font-size: 16px;
  }

  .button {
    padding: 8px 16px;
    font-size: 14px;
  }
  .title {
    font-size: 30px;
  }

  .sectionabout {
    padding: 50px;
    height: auto;
  }
}
