    body {
      background-color: #f9f9f9;
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
    }

/*-----------navbar-------*/
.booking-nav {
  padding: 10px 18px;
  background-color: #2A9D8F;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  gap: 50%;
}

/* Title */
.booking-nav h2 {
  margin: 0;
  font-size: 1.4rem;
}

/* Links */
.booking-nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
  font-size: 1rem;
  transition: opacity 0.2s ease;
}

.booking-nav a:hover {
  opacity: 0.75;
}

.booking-nav a.active {
  font-weight: bold;
  text-decoration: underline;
}

/* X Button */
.close-btn {
  margin-left: 10px;
  font-size: 22px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: 0.2s;
}

.close-btn:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.nav-right{

  display: flex;
    gap: 25px;
    align-items: center;
}

/* ----------- RESPONSIVE ----------- */

@media (max-width: 768px) {
  .booking-nav {
    padding: 8px 14px;
  }

  .booking-nav h2 {
    font-size: 1.2rem;
  }

  .nav-right a {
    margin: 0 5px;
    font-size: 0.9rem;
  }

  .close-btn {
    font-size: 20px;
    margin-left: 6px;
  }
}

@media (max-width: 500px) {
  .booking-nav {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    padding: 8px;
  }

  .nav-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .booking-nav h2 {
    font-size: 1.1rem;
  }

  .nav-right a {
    font-size: 0.85rem;
  }

  .close-btn {
    font-size: 18px;
  }
}
/*---------------booking---------------*/

    .booking-section {
      max-width: 700px;
      margin: 80px auto;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      padding: 40px 50px;
    }

    .booking-section h2 {
      text-align: center;
      color: #2A9D8F;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .booking-section p {
      text-align: center;
      color: #555;
      margin-bottom: 30px;
    }

    form label {
      font-weight: 600;
      color: #333;
      margin-bottom: 6px;
      display: block;
    }

    form input, form select, form textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 18px;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 15px;
      transition: all 0.2s ease;
    }

    form input:focus, form select:focus, form textarea:focus {
      border-color: #2A9D8F;
      box-shadow: 0 0 0 2px rgba(42, 157, 143, 0.2);
      outline: none;
    }

    #button {
      background-color: #2A9D8F;
      color: white;
      border: none;
      padding: 14px 25px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
      transition: background-color 0.3s ease;
      width: 100%;
    }

    #button:hover {
      background-color: #248f82;
    }

    @media (max-width: 768px) {
      .booking-section {
        padding: 25px;
      }
    }




.button {
  z-index: 1;
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
      background-color: #2A9D8F;
  
  transition: all 0.2s ease;
  
}

.button:active {
  transform: scale(1.50);
}

.button:hover {
  transform: scale(1.1);
}

.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #148a3e 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #148a3e 20%, transparent 30%),
    radial-gradient(circle, #148a3e 20%, transparent 20%),
    radial-gradient(circle, #2ae86d 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #148a3e 15%, transparent 20%),
    radial-gradient(circle, #2ae86d 20%, transparent 20%),
    radial-gradient(circle, #148a3e 20%, transparent 20%),
    radial-gradient(circle, #148a3e 20%, transparent 20%),
    radial-gradient(circle, #2ae86d 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #148a3e 20%, transparent 20%),
    radial-gradient(circle, #2ae86d 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #2ae86d 15%, transparent 20%),
    radial-gradient(circle, #148a3e 20%, transparent 20%),
    radial-gradient(circle, #148a3e 20%, transparent 20%),
    radial-gradient(circle, #2ae86d 20%, transparent 20%),
    radial-gradient(circle, #148a3e 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}



