body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

/* Header Image */
.header-image {
  position: absolute; /* Fixes the image to the top of the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: auto; /* Adjust height automatically to maintain aspect ratio */
  z-index: -1; /* Places the image behind the header */
}


/* Header */
header {
  background:#f2eeee; /* No background color or image */
  color: #0d0d0d; /* Text color */
  padding: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed; /* Keeps header at the top while scrolling */
  width: 100%;
  top: 0; /* Aligns with the top of the viewport */
  z-index: 10; /* Ensure it stays above the header image */
}

/* Logo Styling */
header .logo {
  font-size: 2.5rem; /* Large font size for the logo */
  font-family: Arial, sans-serif; /* Cursive font from Google Fonts *
  font-weight: bold; /* Make the font bold */
  color: #090909; /* Adjust the logo color */
  letter-spacing: 1px; /* Add letter spacing for elegance */
  border-radius: 10px; /* Rounded corners for the border */
  padding: 0.5rem 1rem; /* Padding inside the border */
  display: inline-block; /* Makes sure the border fits closely around the text */
}


/* Optional: Add hover effect */
header .logo:hover {
color: #080806; /* Change color on hover */
}

/* Navigation Bar */
nav ul {
list-style: none;
display: flex;
justify-content: space-around;
padding: 0;
margin: 0;
}

nav ul li {
font-size: 1rem;
margin: 0 10px;
position: relative; /* For bubble background effect */
}

nav ul li a {
color: #0d0d0d; /* Adjust the color based on background */
text-decoration: none;
padding: 10px 20px; /* Add padding for the bubble effect */
background: rgba(255, 255, 255, 0.2); /* Transparent bubble background */
border-radius: 50px; /* Rounded corners to create the bubble effect */
transition: background 0.3s ease, color 0.3s ease;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow to enhance the bubble effect */
border: 1px solid rgba(255, 255, 255, 0.3); /* Optional: Add a soft border */
}

/* Hover effect for the links */
nav ul li a:hover {
background: rgba(255, 255, 255, 0.5); /* Lightens the bubble background on hover */
color: #ff5722; /* Changes the text color on hover */
}

/* Make the links more touchable (for mobile) */
nav ul li a:active {
background: rgba(255, 255, 255, 0.7); /* Changes the bubble background when clicked */
}

/* Optional: Shadow for Header */
header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Adds shadow for better visibility */
}
.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}
 #booking-result {
  margin-top: 20px;
  font-size: 1.2em;
}


/* Social Media Links */
/*-- footer --*/
.social-bnr-agileits {
    float: center;
    margin-right: 1rem;
  }
  
  /*--social-icons--*/
  .social-icons3 {
      display: block;
      padding: 1rem;
      margin-top: .55em;
    }
    
    .social-icons3  {
      display: inline-block;
    }
    
    .social-icons3  a {
      display:inline-block;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      margin-right: 1rem;
      color: white;
      background-color: rgba(0, 0, 0, 0.1); /* Gray background */
      border-radius: 50%; /* Circular shape */
      transition: 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
  
  /* Facebook */
  .social-icons3  a.facebook {
    background-color: #3b5998;
  }
  
  .social-icons3  a.twitter {
    background-color: #00acee;
  }
  
  .social-icons3  a.instagram {
    background-color: #e4405f;
  }
  
  .social-icons3  a.linkedin {
    background-color: #0077b5;
  }
  
  .social-icons3  a:hover {
    opacity: 0.8;
  }
  
  /* Social icon colors */
  .social-icons3  a i {
    color: white;
  }

  .book-now-img{
    position: absolute;
    width: 100%;
    right: 100%;
}
/* .section-book h1{
  text-align: center;
  padding: 50rem 50rem;
} */

section {
  margin: 20px;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

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

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.book-content{
    width: 50%;
    color: #fff;
}

.book-now-title{
    font-size: 50px;
    font-weight: 300;
    width: 300px;
}

.book-now-text{
    width: 300px;
    opacity: 0.5;
    line-height: 25px;
    margin: 30px 0;
}

.book-now{
    position: relative;
    padding: 10px 20px;
    outline: none;
    border: none;
    background: #000;
    text-transform: capitalize;
    color: #fff;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
}

.book-now::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -30px;
    background-image: "green.jpeg";
    width: 20px;
    height: 20px;
    background-size: contain;
    opacity: 0.2;
    transform: rotate(5deg);
    transition: .5s;
}

.book-now:hover::before{
    left: 100%;
}
  /* Footer */
  footer {
      background: #f1f2f5;
      color: rgb(5, 4, 4);
      padding: 1rem;
      text-align: center;
  }
  
  /* Footer Links (Privacy Policy, Terms, Contact Us) */
  footer a {
      color: rgb(16, 15, 15); /* Make the links white */
      text-decoration: none; /* Remove underline from links */
      margin: 0 15px; /*Adds spacing between links*/
      font-size: 1.5rem; /* Adjust font size if needed */
  }
  
  /* Hover effect for footer links */
  footer a:hover {
      color: rgb(8, 8, 8); /* Changes the link color to gray on hover */
  }
  
  footer .footer-content {
      display: flex;
      justify-content: space-around;
      align-items: center;
  }
  
  footer form input {
      padding: 0.5rem;
      margin-right: 10px;
      border-radius: 50px;
  }
  
  footer form button {
      padding: 0.5rem 1rem;
      background: #ff6b35;
      color: white;
      border: none;
      cursor: pointer;
      border-radius: 50px;
  }
  