/* Add your custom styles here */
.hero-section {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 0; /* Remove margin-bottom to eliminate white space */
}

.carousel-item img {
  max-width: 100%; /* Adjust the maximum width as needed */
  height: 900px;
  margin-bottom: 0px; /* Center the image within the carousel item */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add box shadow to carousel images */
  /* opacity: 0.7; /* Adjust the opacity value as needed */
  /* transition: opacity 0.3s ease-in-out; Add a smooth transition effect */
}
/* .carousel-item img:hover {
    opacity: 1;
} */
/* body {
    padding-bottom: 70px; /* Adjust the value as needed */

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.navbar-brand img {
  width: 50px; /* Adjust the width as needed */
  height: auto;
}

.navbar-nav {
  text-align: center;
}

.navbar-nav .nav-link {
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
}

.booking-info {
  font-weight: bold;
  margin-top: 10px;
}

.map-container {
  height: 300px; /* Adjust the height of the map container */
  margin-top: 30px;
}

.social-icons {
  font-size: 24px;
  margin: 0 10px;
  color: #333; /* Adjust the color as needed */
}

/* New styles for the Contact Us and Map layout */
#contact {
  background-color: #f8f9fa;
  padding: 50px 0;
}

#contact .map-container {
  height: 300px;
  /* Remove margin-top to align with the contact form */
}

#contact .form-group {
  margin-bottom: 20px;
}

#contact .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

#contact .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Service card styles */
.card {
  border: none; /* Remove borders */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add box shadow */
  transition: box-shadow 0.3s ease-in-out;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increase box shadow on hover */
}

.card-body {
  text-align: center;
}

.card {
  border: none; /* Remove borders */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add box shadow */
  transition: box-shadow 0.3s ease-in-out;
  height: 100%; /* Set a fixed height for the cards */
}
#contact .btn-primary {
  background-color: transparent;
  border-color: #007bff;
  color: #007bff;
  padding: 10px 20px; /* Increase padding for additional length */
  margin: 0 auto; /* Center the button horizontally */
  display: block; /* Ensure the button takes full width */
}

#contact .btn-primary:hover {
  background-color: #007bff;
  border-color: #0056b3;
  color: #ffffff;
}

/* WhatsApp Button Styles */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.whatsapp-button a {
  display: block;
  background-color: #25d366; /* WhatsApp green color */
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-button img {
  width: 40px; /* Adjust the size as needed */
  height: auto;
}
