body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  background-color: #ff000038;
  padding: 5px;
}

.icons {
  font-size: 30px;

}

.fa-brands {
  color: black;
}

.sectionabout {
  background-image: url("../Rooms/roomimages/hotel.jpg");
  width: 100%;
  background-color: #000;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
}

.title {
  font-size: 60px;
  color: black;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

/* Adjustments for mobile devices */
@media (max-width: 768px) {
  .title {
    font-size: 40px;
  }

  .sectionabout {
    padding: 50px;
    height: auto;
  }

  .image-gallery {
    margin-bottom: 10px;
  }
}


/***********************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 {
  background-color: #e4f5e5;
  padding: 20px;
}
.facility p{
  color: #000;
  text-decoration: none;
}
.facility p :hover{
  color: #000;
}
.facility a:hover{
  text-decoration: none;
  }
.absec {
  padding: 20px;
  background-color: #F5F5DC;
}

.absec h1 {
  color: #1b6c24;
  margin-top: 10px;
  text-align: center;
}

.absec .form-group {
  margin-bottom: 20px;
}

.image-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.image-gallery img {
  display: block;
  width: 100%;

  transition: transform 0.3s ease-in-out;
}

.image-gallery img:hover {
  transform: scale(1.05);
}

.col-lg-4 {
  margin-bottom: 30px;
}

h5 {
  color: #1b6c24;
}

.image-gallery:hover h5 {
  background-color: rgba(0, 0, 0, 0.9);
}

.fa {
  color: #007f02;
}

.fa-solid {
  color: #007f02;
}