/* General Page Styling */
body {
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 20px;
}

/* Sticky Navbar */
/* General Styling */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
}

/* Hero Section */
.package-hero {
  background-color: #b4bfca;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.package-hero h1 {
  font-size: 3.5em;
  margin-bottom: 10px;
}

.package-hero p {
  font-size: 2.2em;
  max-width: 600px;
}

/* Sticky Navbar */
.sticky-nav {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Navbar List */
.sticky-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

/* Navbar Items */
.sticky-nav li {
  margin: 0 15px;
}

/* Navbar Links */
.sticky-nav a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
}

/* Hover & Active States */
.sticky-nav a:hover,
.sticky-nav li a.active {
  color: #28a745; /* Green for active links */
  border-bottom: 3px solid #28a745;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .sticky-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .sticky-nav li {
    margin: 5px 0;
  }

  .package-hero {
    padding: 30px 10px;
  }

  .package-hero h1 {
    font-size: 2em;
  }

  .package-hero p {
    font-size: 1em;
  }
}

/* Ensure the sticky effect works */
body {
  padding-top: 60px; /* Creates space so sticky nav remains functional */
}

/* Common Section Styling */
section {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 20px auto;
}

/* Headings */
h2 {
  color: #007bff;
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
}

/* Package Details */
.package-details p {
  font-size: 16px;
  line-height: 1.6;
}

/* Highlights Section */
.package-highlights ul {
  list-style-type: square;
  padding-left: 20px;
}

/* Itinerary Section */
.package-itinerary ul {
  list-style-type: none;
  padding: 0;
}

.package-itinerary ul h4 {
  font-size: 20px;
  color: #28a745;
}

.package-itinerary li {
  background: #eef;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
}

/* Interactive Itinerary Buttons */
.itenarybtn {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.itenarybtn:hover {
  background: #0056b3;
}

/* Map Section */
.package-map iframe {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Package Pricing */
.package-pricing table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.package-pricing th,
td {
  padding: 12px;
  border: 1px solid #ddd;
}

.package-pricing th {
  background: #007bff;
  color: white;
}

.package-pricing td {
  background: #eef;
}

/* Check-In Section */
.package-checkin form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package-checkin input {
  padding: 10px;
  width: 80%;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.package-checkin button {
  background: #28a745;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.package-checkin button:hover {
  background: #218838;
}

/* Booking Section */
.package-booking {
  text-align: center;
}

.package-booking a {
  display: inline-block;
  padding: 12px 25px;
  background: #ff5722;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
}

.package-booking a:hover {
  background: #e64a19;
}

/* Responsive Design */
@media (max-width: 768px) {
  section {
    width: 90%;
  }

  .package-checkin input {
    width: 100%;
  }
}

/* Review section */
.package-reviews {
  background-color: #f9f9f9;
  text-align: center;
}

.no-reviews {
  color: #555;
  font-style: italic;
}

.package-booking {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.package-booking select {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.package-booking button {
  background: #ff5722;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 12px;
}

.package-booking button:hover {
  background: #e64a19;
}

#itenary2 {
  display: none;
  padding: 0.5rem;
}
#itenary3 {
  display: none;
  padding: 0.5rem;
}
.package-itinerary {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
