/* Body Style */
body {
  color: #56331b;
}

p {
  color: #56331b;
}

/* Headings Style */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  color: #56331b !important;
}

li {
  color: #56331b !important;
}

/* Button Style */
.btn-custom {
  background-color: #cf6f2b; /* Custom background color */
  border-color: #cf6f2b; /* Custom border color */
  color: white; /* Button text color */
}

.btn-custom:hover,
.btn-custom:focus {
  background-color: #a7541a; /* Custom background color on hover */
  border-color: #a7541a; /* Custom border color on hover */
}

/* Title Style */
.title {
  color: green;
}

/* Hero Section */
.hero-section {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  color: white !important;
  height: auto;
  display: cover;
  justify-content: center;
  align-items: center;
}

.carousel-caption {
  top: 10%; /* Adjust position of captions */
  text-align: center; /* Center-align text */
}

.carousel-item img {
  object-fit: cover; /* Ensures image covers the area */
  height: auto; /* Responsive height */
}

/* Hotmap Image */
.hotmap {
  width: 100%;
  max-width: 600px; /* Set a maximum width for the image */
  position: relative;
}

/* Hotmap Image Scaling */
.hotmap img {
  width: 100%; /* Ensure the image scales with the container */
  border-radius: 10px; /* Adjust the value to control the rounding */
  overflow: hidden; /* Ensures content inside also has rounded corners */
}

/* Hotspot Icon */
.hotspot-icon {
  position: absolute;
  width: 40px; /* Adjust size as needed */
  height: 40px; /* Adjust size as needed */
  background-image: url("img/waypoint.png"); /* Replace with your icon image */
  background-size: contain; /* Ensure the icon fits the circle */
  background-repeat: no-repeat;
  border: none; /* Remove border */
  transition: transform 0.2s ease-in-out; /* Smooth transition */
}

/* Hotspot Circle */
.hotspot-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cf6f2b; /* Semi-transparent red */
  cursor: pointer;
  border: none;
}

/* Popup styling */
.hotmap-popup {
  display: none;
  position: absolute;
  background-color: #cf6f2b;
  color: white;
  border: 1px solid #cf6f2b;
  padding: 6px;
  z-index: 1;
  border-radius: 8px;
  max-width: 250px;
  font-size: 12px;
}

/* Footer */
.footer-logo {
  max-width: 150px; /* Adjust logo size */
  margin-bottom: 10px;
}

footer {
  background-color: #56331b; /* Dark background */
  padding: 10px 0; /* Padding for top and bottom */
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

footer h5 {
  margin-bottom: 15px; /* Spacing between heading and links */
  text-align: left; /* Align the heading to the left */
}

footer ul {
  list-style: none;
  padding: 0;
  text-align: left; /* Align the links to the left */
}

footer ul li {
  margin-bottom: 10px; /* Spacing between list items */
}

footer .col-md-4 {
  text-align: left; /* Ensure the links are aligned to the left */
}

/* General styling for the nav dropdown */
.navbar .dropdown-menu {
  background-color: #f8f9fa; /* Background color for dropdown */
  border: none; /* Remove border */
  border-radius: 0.25rem; /* Rounded corners */
  box-shadow: none; /* Shadow for dropdown */
  padding: 0.5rem 0; /* Spacing around dropdown items */
}

/* Background color for Partners Section */
.bg-partners {
  background-color: #cf6f2b; /* Light grey background, adjust the hex code for your preferred color */
  padding: 60px 0; /* Adjust the padding to create some space */
}

.sponsor-logos img {
  margin: 10px; /* Add some spacing between the sponsor logos */
  max-width: 150px; /* Set a maximum width for the logos to ensure they are uniformly sized */
}

/* Navbar */

.navbar {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #56331b !important;
}

.navbar .nav-link {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #56331b !important;
}

/* Styling for each dropdown item */
.navbar .dropdown-item {
  color: #56331b; /* Text color */
  padding: 0.75rem 1.5rem; /* Padding around text */
  font-size: 16px; /* Font size */
  transition:
    background-color 0.3s ease,
    color 0.3s ease; /* Smooth hover transition */
}

/* Hover state for dropdown items */
.navbar .dropdown-item:hover {
  background-color: #cf6f2b; /* Background color on hover */
  color: #fff; /* Text color on hover */
}

/* Active dropdown item */
.navbar .dropdown-item.active {
  background-color: #cf6f2b; /* Background for active state */
  color: #fff; /* Text color for active state */
}

/* Card container */
.card {
  color: #56331b;
  background-color: #fff; /* Light background color */
  border: 1px solid #cf6f2b; /* Subtle border */
  border-radius: 10px; /* Rounded corners */
  margin-bottom: 20px; /* Space below the card */
  text-decoration: none; /* Remove underline from links */
  transition:
    transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out; /* Hover effect */
}

/* Card body */
.card-body {
  color: #56331b;
  padding: 20px; /* Adjust padding for the content */
  font-family: "Roboto Slab", serif;
}

/* Text customization */
.card-body i b {
  font-size: 1.1rem; /* Font size for emphasized text */
  color: #cf6f2b; /* Darker color for the text */
  letter-spacing: 0.5px; /* Space between letters */
}

/* Hover effect */
.card:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: none; /* Stronger shadow on hover */
}

/* Optional customizations */
.card-body p {
  color: #56331b; /* Slightly muted color for paragraph text */
  line-height: 1.6; /* Increase line height for readability */
}

.card-body i {
  color: #56331b; /* Optional italic text color */
}
/* Accordion Container */
.accordion {
  margin: 20px 0; /* Margin around the accordion */
  border: 1px; /* Border around the accordion */
  border-radius: 5px; /* Rounded corners for the accordion */
}

/* Accordion Item */
.accordion-item {
  border: none; /* Remove border around each item */
}

/* Accordion Header */
.accordion-header {
  background-color: #f8f9fa; /* Background color for header */
}

/* Accordion Button */
.accordion-button {
  background-color: #fff; /* Primary button background */
  color: #fff; /* Text color for button */
  font-weight: bold; /* Make button text bold */
  border: 1px; /* Remove border */
  border-radius: 5px; /* Rounded corners for button */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

/* Active Accordion Button */
.accordion-button:not(.collapsed) {
  background-color: #fff; /* Darker background when active */
  color: #cf6f2b; /* Text color when active */
}

/* Accordion Button Hover State */
.accordion-button:hover {
  background-color: #fff; /* Darker background on hover */
  color: #333; /* Text color when active */
}

/* Accordion Button Collapsed State */
.accordion-button.collapsed {
  background-color: #f8f9fa; /* Background color when collapsed */
  color: #56331b; /* Text color when collapsed */
}

/* Custom focus style for accordion button */
.accordion-button:focus {
  outline: none; /* Remove the default outline */
  box-shadow: 0 0 0 0.2rem #fff; /* Change to your desired color */
}

/* Accordion Body */
.accordion-body {
  color: #56331b;
  padding: 15px; /* Padding inside the body */
  background-color: #fff; /* White background for body */
  border-top: 1px solid #fff; /* Top border for body */
}

/* Strong Text in Accordion Body */
.accordion-body strong {
  color: #56331b; /* Color for strong text */
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
  .accordion-button {
    font-size: 14px; /* Adjust font size for smaller screens */
  }

  .accordion-body {
    font-size: 12px; /* Adjust body font size for smaller screens */
  }
}

.element {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.circle-black {
  background-color: #cf6f2b;
}
.circle-white {
  background-color: #fff;
}

.vline {
  border-left: 3px;
  height: 5px;
}

.logo {
  width: 200px; /* Adjust width as needed */
  height: auto; /* Maintain aspect ratio */
}

.journey-section {
  padding: 20px;
  background-color: #f7f7f7;
}
.journey-title {
  text-align: left;
  color: #56331b;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.journey-step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.journey-step:last-child {
  border-bottom: none;
}
.step-number {
  font-size: 18px;
  font-weight: bold;
  color: #cf6f2b;
  margin-right: 15px;
}
.step-night {
  font-size: 18px;
  color: #56331b;
  margin-right: 15px;
}
.step-details {
  flex-grow: 1;
}
.step-title {
  font-size: 18px;
  color: #56331b;
  font-weight: bold;
  margin-bottom: 5px;
}
.step-description {
  font-size: 16px;
  color: #555;
}

.top-left-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background-color: rgba(92, 92, 92, 0.7);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.top-left-btn:hover {
  background-color: rgba(92, 92, 92, 0.9);
}

.top-left-btn2 {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background-color: #cf6f2b;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.top-left-btn2:hover {
  background-color: rgba(92, 92, 92, 0.9);
}

.top-right-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 15px;
  background-color: none;
  color: #cf6f2b;
  font-weight: bold;
  border: 1px solid #cf6f2b;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.top-right-btn:hover {
  background-color: none;
}

/* Mobile-friendly adjustments for top buttons */
@media (max-width: 576px) {
  .top-left-btn,
  .top-left-btn2,
  .top-right-btn {
    top: 5px;
    left: 5px;
    right: 5px;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 4px;
    min-width: 80px;
    max-width: 90vw;
    white-space: normal;
    z-index: 10;
  }
  .top-right-btn {
    left: auto;
    right: 5px;
  }
  .top-left-btn,
  .top-left-btn2 {
    right: auto;
    left: 5px;
  }
}

.display-4 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff !important;
}

/* Custom style for View Itinerary button */
.btn-view-itinerary {
  background-color: transparent;
  border: 1px solid #cf6f2b;
  color: #cf6f2b;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 24px;
  font-size: 1rem;
  transition: background-color 0.2s, border-color 0.2s;
  box-shadow: none;
}

.btn-view-itinerary:hover,
.btn-view-itinerary:focus {
  background-color: #a7541a;
  color: #fff;
  text-decoration: none;
}

/* Responsive adjustments for mobile */
@media (max-width: 576px) {
  .btn-view-itinerary {
    padding: 8px 16px;
    font-size: 0.95rem;
  }
}

/* Price & Availability Section */
.price-availability-section {
  background-color: #cf6f2b;
  border-radius: none !important;
  box-shadow: 0 2px 8px rgba(207, 111, 43, 0.08);
  margin-bottom: 0px;
  padding: 18px 0;
}

.price-availability-section-alt {
  background-color: #D2AE6D;
  border-radius: none !important;
  box-shadow: 0 2px 8px rgba(207, 111, 43, 0.08);
  margin-bottom: 0px;
  padding: 18px 0;
}

.price-availability-section .container {
  padding-left: 0;
  padding-right: 0;
}

.price-availability-section .fs-4 {
  color: #fff !important;
  font-family: "Roboto Slab", serif;
}

.price-availability-section-alt .fs-4 {
  color: #56331b !important;
  font-family: "Roboto Slab", serif;
}

.price-availability-section .badge {
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: none;
  background-color: #cf6f2b !important;
  color: #fff !important;
  font-family: "Roboto Slab", serif;
  padding: 10px 24px;
}

.price-availability-section-alt .badge {
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: none;
  background-color: #D2AE6D !important;
  color: #56331b !important;
  font-family: "Roboto Slab", serif;
  padding: 10px 24px;
}

.price-availability-section .fs-5 {
  color: #56331b !important;
  font-family: "Roboto Slab", serif;
}

/* Date & Availability Section */
.date-availability-section {
  background-color: #56331b;
  border-radius: none !important;
  box-shadow: 0 2px 8px rgba(207, 111, 43, 0.08);
  margin-bottom: 5px;
  padding: 18px 0;
}

.date-availability-section .container {
  padding-left: 0;
  padding-right: 0;
}

.date-availability-section .fs-4 {
  color: #fff !important;
  font-family: "Roboto Slab", serif;
}

.date-availability-section .badge {
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: none;
  background-color: #cf6f2b !important;
  color: #fff !important;
  font-family: "Roboto Slab", serif;
  padding: 10px 24px;
}

.date-availability-section .fs-5 {
  color: #56331b !important;
  font-family: "Roboto Slab", serif;
}


@media (max-width: 576px) {
  .price-availability-section {
    padding: 10px 0;
    border-radius: none;
  }
  .price-availability-section .row > div {
    margin-bottom: 10px;
  }
  .price-availability-section .badge {
    font-size: 1rem;
    padding: 8px 12px;
  }
}

/* Expedition Cards Styles */
.expedition-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: none;
  padding: 20px 10px 16px 10px;
  text-align: center;
  transition: transform 0.18s, box-shadow 0.18s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  aspect-ratio: 1 / 1; /* Make card square */
  min-width: 0;
  min-height: 0;
  /* Prevent stretching on small screens */
  position: relative; /* Needed for overlay positioning */
  overflow: hidden;
}

/* Overlay for Expedition Card */
.expedition-card .expedition-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  color: #cf6f2b;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
  font-family: "Roboto Slab", serif;
  font-size: 1.3rem;
  font-weight: bold;
  z-index: 2;
  pointer-events: none;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.expedition-card:hover .expedition-overlay,
.expedition-card:focus-within .expedition-overlay {
  opacity: 1;
  pointer-events: auto;
}

.expedition-card h2 {
  font-size: 1.3rem;
  color: #cf6f2b;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 12px;
}

.expedition-card img {
  border-radius: 8px;
  margin-bottom: 10px;
  transition: box-shadow 0.18s;
  box-shadow: none;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure image fills square area */
  aspect-ratio: 1 / 1; /* Keep image square */
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
  position: relative;
}

.expedition-card a {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .expedition-card {
    margin-bottom: 18px;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 576px) {
  .expedition-card {
    padding: 12px 4px 10px 4px;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
  }
  .expedition-card h2 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .expedition-card img {
    border-radius: 6px;
    aspect-ratio: 1 / 1;
  }
}