 body {
      font-family: 'Geologica', sans-serif;
     
 
    }
    html,body{
       overflow-x: hidden;
    }
    .form {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      padding: 30px;
      margin-top: 40px;
    }
    .contact-info {
 
     
      padding: 30px;
      margin-top: 40px;
    }
    .form-control {
      border-radius: 8px;
      padding: 12px;
    }
    .form-control::placeholder {
      color: #A6A6A6;
      opacity: 1;
      font-size: 16px;
    }
    .btn-submit {
      background: #5a2ec2;
      color: #fff;
      border-radius: 8px;
      padding: 10px 30px;
      font-weight: 600;
    }
    .btn-submit:hover {
      background: #43229a;
      color: #fff;
    }
    .contact-info h4 {
      font-weight: 600;
      font-size: 36px;
    }
    .contact-info h6 {
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 5px;
      color: #323232;
    }
    .contact-icon {
      color: #5a2ec2;
      margin-right: 10px;
      font-size: 18px;
      min-width: 20px;
    }
    .contact-text {
      color: #707070;
      font-weight: lighter;
      margin: 0;
    }
    .social-icons a {
      font-size: 22px;
      margin-right: 15px;
      color: #5a2ec2;
      text-decoration: none;
      transition: 0.3s;
    }

.social-icon {
 display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;               /* circle size */
  height: 40px;
  background-color: white;   /* background */
  /* circular shape */
  color: #3C2A98;            /* icon color */
  font-size: 20px;           /* icon size */
  text-decoration: none;
  /* optional border matching icon */
  transition: transform 0.2s;
}

/* Hover effect */
.social-icon:hover {
  transform: scale(1.1);
}

/* Brand colors */
.social-icons.twitter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;               /* circle size */
  height: 40px;
  background-color: #3C2A98;   /* background */
  border-radius: 50%;        /* circular shape */
  color: #ffffff;            /* icon color */
  font-size: 20px;           /* icon size */
  text-decoration: none;
  border: 1px solid #3C2A98; /* optional border matching icon */
 
}

.social-icons.facebook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;               /* circle size */
  height: 40px;
  background-color: #3C2A98;   /* background */
  border-radius: 50%;        /* circular shape */
  color: #ffffff;            /* icon color */
  font-size: 20px;           /* icon size */
  text-decoration: none;
  border: 1px solid #3C2A98; /* optional border matching icon */
  transition: transform 0.2s;
}

.social-icons.instagram {
   display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;               /* circle size */
  height: 40px;
  background-color: #3C2A98;   /* background */
  border-radius: 50%;        /* circular shape */
  color: #ffffff;            /* icon color */
  font-size: 20px;           /* icon size */
  text-decoration: none;
  border: 1px solid #3C2A98; /* optional border matching icon */
  transition: transform 0.2s;
}

.social-icon {
   display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;              
  height: 40px;
 
  color: #ffffff;            
  font-size: 20px;           
  text-decoration: none;

  transition: transform 0.2s;
} 
 



header {
  position: sticky;
  top: 0;
  z-index: 1000; /* Higher than dropdowns or content */
  background-color: #fff; /* Ensures it doesn't go transparent */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Optional: adds depth */
}
.header-container {
  display: flex;
  align-items: center;
}

/* Logo stays on the left */
.header-logo-wrapper {
  flex: 0 0 auto;
}

.header-nav-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: -5px;
  position: relative;
}

.header-nav {
  display: flex;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Geologica', sans-serif;
  font-size: 15px;
}

.header-nav li {
  display: flex;
  align-items: center;
}

.header-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: #2e1a7c;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Geologica', sans-serif;
  font-size: 15px;
  margin: 0;
}

/* Hide hamburger by default */
.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  font-family: 'Geologica', sans-serif;
  margin-right: 20px;
}

/* Responsive styles for screen <= 992px */
@media (max-width: 992px) {
  .header-nav {
    display: none;
    flex-direction: column;
     align-items: center;
    background: white;
    position: absolute;
    top: 57px;
    right: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 8px;
    z-index: 999;
    width: 100%;
  }

  .header-nav.show {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  .header-nav-wrapper {
    justify-content: flex-end;
  }
}

/* banner */
/* banner */
     .about-banner {
  position: relative;
  background: url('./bookingimg/booking-banner.png') no-repeat center center / cover;
  min-height: 380px;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
}

.about-banner .overlay-box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 30px;
  max-width: 100%;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}

.about-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
 
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  z-index: 2;
}

.about-content {
  position: relative;
  z-index: 3;
}

.breadcrumb-custom {
  font-weight: 300;
  font-size: 1rem;
  color: white;
  background: transparent;
  padding: 0;
}

.breadcrumb-custom a {
  color: white;
  text-decoration: none;
}

.breadcrumb-custom .active {
  font-weight: bold;
  color: white; /* Light color for active item */
}

.breadcrumb-custom a:hover {
  text-decoration: none;
}
