/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* Body Styling */
body {
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #012c60;
  padding: 15px 50px;
  color: white;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Logo */
.header-logo {
  width: 260px;
  transition: all 0.3s ease;
}

.header-logo img {
  width: 90%;
  height: auto;
  display: block;
  margin-top: 10px;
}

/* Navigation Links */
.header-links {
  display: flex;
  gap: 20px;
}

.header-links h1 {
  margin: 0;
  font-size: 1.1rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Apply transition correctly to the entire link */
.header-links h1 a {
  text-decoration: none;
  color: white;
  display: inline-block; /* Ensures transform works properly */
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.header-links h1 a:hover {
  color: #e2ae3f;
  transform: scale(1.1); /* Smooth zoom-in effect */
}

/* Hide Menu Toggle Checkbox */
.menu-toggle {
  display: none;
}

/* Menu Icon */
.menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: white;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .header-logo {
    position: absolute;
    left: 20px;
  }

  header {
    height: 80px;
    padding: 15px 50px;
  }

  /* Show Menu Icon */
  .menu-icon {
    display: block;
  }

  /* Hide Navigation Links Initially */
  .header-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 90px;
    right: 0;
    background: #012c60;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .header-links h1 {
    margin: 10px 0;
  }

  /* Show Dropdown When Checkbox is Checked */
  .menu-toggle:checked + .menu-icon + .header-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-top: -20px;
  }
} /*trending text*/
/* Ensure the link container is relative and inline-block */
.trending-link a {
  position: relative;
  display: inline-block;
  padding-right: 0; /* no extra padding needed */
  white-space: nowrap; /* prevents text wrap which could break badge */
}

/* Trending badge styling */
.trending-label {
  position: absolute;
  bottom: -18px;
  right: 0px;
  background: linear-gradient(135deg, #ffb347, #ffcc33);
  color: #012c60;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 0 12px rgba(255, 204, 51, 0.6);
  pointer-events: none;
  user-select: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transform: rotate(0deg);
  overflow: hidden;

  /* pulse animation */
  animation: pulse 1.5s infinite;
}

/* hover pop effect */
.trending-label:hover {
  transform: rotate(0deg) scale(1.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), 0 0 16px rgba(255, 204, 51, 0.8);
}

/* ribbon pseudo-elements for 3D ribbon effect */
.trending-label::before,
.trending-label::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 100%;
  background: #ffb347;
  transform: skewX(-20deg);
  z-index: -1;
}

.trending-label::before {
  left: -6px;
}

.trending-label::after {
  right: -6px;
}

/* pulse animation keyframes */
@keyframes pulse {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 0 12px rgba(255, 204, 51, 0.6);
  }
  50% {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 204, 51, 0.9);
  }
}

/* responsive tweaks */
@media screen and (max-width: 480px) {
  .trending-label {
    font-size: 0.6rem;
    bottom: -15px;
    right: 0px;
    padding: 2px 6px;
  }
}

/* Image Section */
.image-container {
  position: relative;
  width: 100%;
  height: 440px;
  margin-top: 90px;
  overflow: hidden;
}

/* Image Animation */
.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.7;

  animation: imageFade 15s infinite;
}

/* Keyframes for 3 images */
@keyframes imageFade {
  0% {
    background-image: url('https://dxk1acp76n912.cloudfront.net/images/yalasafari/yala-package2.png');
  }
  33.33% {
    background-image: url('https://dxk1acp76n912.cloudfront.net/images/yalasafari/yala_safari4.jpg');
  }
  66.66% {
    background-image: url('https://dxk1acp76n912.cloudfront.net/images/yalasafari/lepart.png');
  }
  100% {
    background-image: url('https://dxk1acp76n912.cloudfront.net/images/yalasafari/yala-package2.png');
  }
}

/* Overlay Text and Button */
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #012c60;
}

.overlay h2 {
  font-size: 3rem;
  font-weight: bold !important;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.overlay .sub-title {
  font-size: 1.8rem;
  color: #000000;
  margin: 0.5rem 0 1rem;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.book-tour-btn {
  background-color: #012c60;
  color: white;
  text-decoration: none;
  padding: 12px 25px;
  font-size: 1.4rem; /* Adjust font size for better scaling */
  font-weight: bold;
  border-radius: 5px;
  display: inline-block; /* Ensures proper sizing */
  transition: background-color 0.3s ease;
}

.book-tour-btn:hover {
  background-color: #d48c2a;
}

@media (max-width: 768px) {
  .book-tour-btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }

  .overlay .sub-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .book-tour-btn {
    font-size: 0.8rem;
    padding: 8px 15px;
  }
  .overlay .sub-title {
    font-size: 1rem;
  }
}

/* Make the Image Container Responsive */
@media screen and (max-width: 1024px) {
  .image-container {
    margin-top: 80px !important;
    height: 340px !important; /* Adjust height for tablet screens */
  }

  .overlay h2 {
    font-size: 1.5rem; /* Smaller font size for mobile devices */
  }

  .overlay .sub-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .image-container {
    margin-top: 80px;
    height: 240px !important;
  }

  .overlay h2 {
    font-size: 1.3rem; /* Adjust font size for smaller devices */
  }

  .book-tour-btn {
    font-size: 1rem; /* Smaller button on small screens */
    margin-top: -10px;
  }

  .overlay .sub-title {
    font-size: 0.8rem;
  }
}

/*--------------------------------------------------------------------*/

/* Tour Information Section */
.tour-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  background: #006d2e21; /* Light Background */
}

/* Each Box */
.info-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 280px;
  transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.info-box:hover {
  transform: translateY(-5px);
}

/* Titles */
.info-box h3 {
  color: #012c60;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  list-style-type: disc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Paragraph */
.info-box p {
  font-size: 17px;
  color: #555;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

/* Lists inside info-box */
.info-box ul {
  text-align: left;
  padding-left: 20px;
  margin: 0;
  margin-top: 10px;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.info-box ul li {
  margin-bottom: 8px;
  list-style-type: disc;
}

/* Optional Highlight */
.optional {
  color: #e67e22;
  font-weight: bold;
  font-size: 0.9em;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #555;
  margin-bottom: 8px;
}

.service-list li i {
  color: #ff6600;
  margin-right: 10px;
  font-size: 16px;
}
/* Tour Summary Section Styling */
.tour-summary {
  background: linear-gradient(to right, #fdfbfb, #ebedee);
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.tour-summary .container {
  max-width: 900px;
  margin: 0 auto;
}

.tour-summary .section-title {
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 25px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.tour-summary .section-title::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #27ae60;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-radius: 2px;
}

.tour-summary .summary-description {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  background-color: #ffffff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-top: 15px;
}

.less-taxi-intro {
  display: flex;
  flex-wrap: wrap;
  background: #eefedc;
  padding: 25px 45px;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.intro-images-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  max-width: 460px;
  margin-top: 20px;
  animation: slideUp 1.2s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0; /* Initially hidden */
}

/* Common style */
.intro-images-row img {
  width: 200px;
  height: 350px;
  object-fit: cover;
  border-radius: 0px;
  margin-left: 20px;
}

/* Specific style for the first image */
.intro-images-row img:nth-child(1) {
  /* Add custom styles if needed */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Specific style for the second image */
.intro-images-row img:nth-child(2) {
  /* Add custom styles if needed */
  filter: brightness(0.95);
  margin-top: 35px;
}

.intro-text {
  max-width: 800px;
  color: #333;
  margin-right: 20px;
  animation: slideUp 1s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0; /* Initially hidden */
}

.intro-text h2 {
  font-size: 1.8rem;
  color: #2b572c;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.intro-text p {
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 1.1rem;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .less-taxi-intro {
    flex-direction: column;
    padding: 30px 20px;
  }

  .intro-text {
    margin-right: 0;
    text-align: center;
  }

  .intro-images-row {
    justify-content: center;
    margin-top: 0;
  }

  .intro-images-row img {
    margin-left: 0;
  }

  .intro-images-row img:nth-child(2) {
    margin-top: 15px; /* reduce stagger on smaller screens */
  }
}

@media (max-width: 600px) {
  .intro-images-row {
    flex-direction: column;
    align-items: center;
  }

  .intro-images-row img {
    width: 90vw;
    height: auto;
  }

  .intro-text h2 {
    font-size: 1.5rem;
  }

  .intro-text p {
    font-size: 1rem;
  }
}
@media (min-width: 425px) and (max-width: 600px) {
  .less-taxi-intro {
    flex-direction: column;
    padding: 15px;
    gap: 30px;
    text-align: center;
  }

  .intro-text {
    margin-right: 0;
    max-width: 100%;
  }

  .intro-text h2 {
    font-size: 1.5rem;
  }

  .intro-text p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .intro-images-row {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
    flex-wrap: wrap;
  }

  .intro-images-row img {
    width: 45%;
    height: auto;
    margin-left: 0;
    border-radius: 0px;
  }

  .intro-images-row img:nth-child(2) {
    margin-top: 40px;
    filter: brightness(0.95);
    width: 45%;
    height: 20%;
  }
}

@media (max-width: 424px) {
  .less-taxi-intro {
    flex-direction: column;
    padding: 15px;
    gap: 30px;
    text-align: center;
  }

  .intro-text {
    margin-right: 0;
    max-width: 100%;
  }

  .intro-text h2 {
    font-size: 1.5rem;
  }

  .intro-text p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .intro-images-row {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
    flex-wrap: wrap;
  }

  .intro-images-row img {
    width: 45%;
    height: auto;
    margin-left: 0;
    border-radius: 0px;
  }

  .intro-images-row img:nth-child(2) {
    margin-top: 40px;
    filter: brightness(0.95);
    width: 45%;
    height: 20%;
  }
}

/* Container */
.itinerary-container {
  max-width: 1000px;
  margin: auto;
  padding: 2rem 1rem 4rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fffdf5;
  color: #2c3e50;
  margin-bottom: -85px;
}

/* Section Title */
.section-title {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 3rem;
  color: #d68f00;
  font-weight: 700;
}

.section-title .fa-map-marker-alt {
  margin-right: 0.5rem;
  color: #b37100;
}

/* Timeline vertical line */
.timeline {
  position: relative;
  margin-left: 2rem;
  border-left: 4px solid #d68f00;
  padding-left: 2rem;
  margin-bottom: 4rem;
}

/* Timeline steps */
.step {
  position: relative;
  margin-bottom: 2.8rem;
}

/* Step icon */
.fa-step-icon {
  position: absolute;
  left: -3.2rem;
  top: 0;
  font-size: 1.7rem;
  color: #d68f00;
  background: #fffdf5;
  border-radius: 50%;
  padding: 0.3rem;
  border: 3px solid #d68f00;
  width: 2.7rem;
  height: 2.7rem;
  text-align: center;
  line-height: 2rem;
  box-shadow: 0 0 6px rgba(214, 143, 0, 0.6);
}

/* Step title */
.step h3 {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  color: #b37100;
  font-weight: 600;
}

/* Step text */
.step p,
.step ul {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 0.3rem;
  color: #34495e;
}

.step ul {
  list-style: none;
  padding-left: 1.2rem;
}

.step ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}

.step ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #d68f00;
  font-size: 1.2rem;
}

/* Info Cards */
.info-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 280px;
  background: #f8f5e8;
  padding: 1.8rem 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(214, 143, 0, 0.3);
  color: #2c3e50;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #b37100;
}

.card.include h3 i.fa-check-circle {
  color: #27ae60;
}

.card.exclude h3 i.fa-times-circle {
  color: #c0392b;
}

.card ul {
  list-style-type: disc;
  padding-left: 1.4rem;
}

.card ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #34495e;
}

/*photography tips section-----------------------------------------------------------------------*/
/* Full viewport with background image */
.photo-travel-fullscreen {
  position: relative;
  height: 85vh;
  width: 100vw;
  color: #000000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Remove background image from here */
  background: none;
}

.photo-travel-fullscreen::before {
  content: '';
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: url('https://dxk1acp76n912.cloudfront.net/images/yalasafari/yala-package3.png')
    no-repeat center center/cover;
  opacity: 0.4; /* Adjust this value to reduce opacity */
  z-index: 0;
}

/* Make sure your content stays above */
.photo-travel-fullscreen > * {
  position: relative;
  z-index: 1;
}

/* Content wrapper is centered and scrollable */
.content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 700px;
  max-height: 80vh;
  padding: 2rem 2.5rem;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

/* Scrollbar styling */
.content-wrapper::-webkit-scrollbar {
  width: 8px;
}

.content-wrapper::-webkit-scrollbar-thumb {
  background-color: #012c60;
  border-radius: 4px;
}

.content-wrapper h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: #012c60;
  text-shadow: 0 0 10px #ffffff;
}

.content-wrapper h2 {
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  color: #012c60;
  border-left: 5px solid #99b3f7;
  padding-left: 0.5rem;
}

ul {
  list-style: none;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

/* Custom bullet checkmark */
ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1rem;
}

.content-wrapper p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
  font-style: italic;
  font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .content-wrapper {
    max-width: 90vw;
    padding: 1.5rem 1.8rem;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.3rem;
  }
}

/*compare section---------------------------------------------------------------------------*/
.wildlife-table-section {
  max-width: 1300px;
  margin: 2rem auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 0 1rem;
  color: #2a2a2a;
}

.wildlife-table-section h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  color: #012c60;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 700;
}

.table-wrapper {
  overflow-x: auto;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(44, 110, 73, 0.15);
}

/* Table styles */
.wildlife-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px; /* minimum width triggers horizontal scroll */
  background: white;
  border-radius: 12px;
  overflow: hidden;
}

.wildlife-table thead tr {
  background: linear-gradient(90deg, #005524, #27ae60);
  color: #fff;
  text-align: left;
}

.wildlife-table thead th {
  padding: 14px 20px;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.wildlife-table tbody tr {
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease;
  cursor: default;
}

.wildlife-table tbody tr:hover {
  background-color: #e4f0e8;
}

.wildlife-table tbody td {
  padding: 15px 20px;
  font-size: 1rem;
  vertical-align: top;
  color: #2a2a2a;
}

.wildlife-table tbody tr:nth-child(even) {
  background-color: #256b0229;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .wildlife-table-section h2 {
    font-size: 2rem;
  }
  .wildlife-table thead th,
  .wildlife-table tbody td {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
  .wildlife-table {
    min-width: 500px; /* allow scroll on tablets */
  }
}

@media (max-width: 425px) {
  .wildlife-table-section {
    padding: 0 0.5rem;
  }

  .wildlife-table-section h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .table-wrapper {
    overflow-x: auto; /* enable horizontal scroll */
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  }

  .wildlife-table {
    min-width: 350px; /* allow horizontal scroll if needed */
    width: 100%;
  }

  .wildlife-table thead th,
  .wildlife-table tbody td {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  /* Optional: slightly reduce font size in body */
  .wildlife-table tbody td {
    white-space: normal; /* allow wrapping */
  }

  /* Keep table layout intact */
  .wildlife-table tbody tr {
    border-bottom: 1px solid #ddd;
  }
}

/* Why Book This Tour Section */
.why-book {
  text-align: center;
  padding: 50px 20px;
  background-color: #f4f4f4;
}

.why-book h2 {
  font-size: 35px;
  color: #012c60;
  margin-bottom: 40px;
  margin-top: -25px;
}

/* Grid Layout */
.why-book-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

/* Individual Item Styling */
.why-book-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease-in-out;
}

.why-book-item:hover {
  transform: translateY(-5px);
}

/* Icons */
.why-book-item i {
  font-size: 26px;
  color: #ff6600;
}
.why-book-item p {
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.tour-itinerary {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
}

.tour-itinerary h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #012c60;
  font-weight: 700;
  font-family: 'Cambria', serif;
}

/* Accordion buttons */
.tour-itinerary {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 10px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.tour-itinerary h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #012c60;
  font-weight: 700;
  font-family: 'Cambria', serif;
  letter-spacing: 0.05em;
}

.accordion__item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  background: #f9f9f9;
  transition: box-shadow 0.3s ease;
}
.accordion__item.active {
  box-shadow: 0 6px 20px #4cff6466;
  background: #fffbe6;
}

.accordion-btn {
  width: 100%;
  padding: 11px 30px;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #77a182;
  color: #000000;
  border: none;
  cursor: pointer;
  text-align: left;
  border-radius: 10px;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(26, 255, 0, 0.3);
}
.accordion-btn:hover,
.accordion__item.active .accordion-btn {
  background-color: #d7ffbd;
  box-shadow: 0 6px 20px rgba(0, 255, 68, 0.5);
}

.accordion-btn .icon {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  user-select: none;
  transition: transform 0.3s ease;
}

.accordion__item.active .accordion-btn .icon {
  transform: rotate(180deg);
}

.panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  transition: max-height 0.35s ease;
  font-size: 1rem;
  color: #444;
}

.panel h3 {
  margin-top: 20px;
  color: #e67e22;
  font-family: 'Cambria', serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

.panel ul {
  padding-left: 20px;
  margin-bottom: 25px;
  line-height: 1.6;
}
.panel ul li {
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 600px) {
  .accordion-btn {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
  .panel {
    padding: 0 20px;
    font-size: 0.95rem;
  }
}

/* footer */
footer {
  background: url('https://dxk1acp76n912.cloudfront.net/images/homepage/waterma.png')
    no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 30px 20px; /* Adjust padding as needed */
  text-align: center;
  margin-top: 0px;
}

/* Footer Logo */
.footer-logo {
  position: relative; /* Changed from absolute to relative */
  padding: 10px;
  width: 140px; /* Adjusted the width as per your requirement */
  height: auto; /* Keeps the aspect ratio of the logo */
  margin: 0 auto;
  font-weight: bold;
  margin-top: 40px;
}

.footer-logo img {
  width: 240%; /* Ensure the image fills the container */
  height: auto;
  margin-top: -300px !important;
  margin-left: -80px;
}
.footer-social {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;
  gap: 20px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: -5px !important;
}

.footer-social a {
  color: white;
}

/* Footer Content Section */
.footer-content {
  max-width: 1200px;
  margin: auto;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
  gap: 5;
  text-align: center; /* Ensure text is centered */
}

.footer p a {
  color: #ffffff;
  text-decoration: none;
}

.footer p a:hover {
  text-decoration: none;
}

.footer p a:active {
  color: #f0a500; /* Optional color change on click */
}

.payment-box {
  background-color: white;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 1px 0; /* Add some vertical padding */
  text-align: center;
  box-sizing: border-box;
  height: 60px;
}

.inline-payment-icons {
  display: inline-flex;
  flex-wrap: wrap; /* Wrap on small screens */
  justify-content: center;
  gap: 15px;
  align-items: center;
  opacity: 1;
}

/* Base icon size for large screens */
.inline-payment-icons img {
  height: 58px;
  width: auto;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.inline-payment-icons img:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}

/* Responsive adjustments */

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991px) {
  .inline-payment-icons img {
    height: 45px; /* Slightly smaller icons */
  }
}

/* Small devices (mobiles, less than 768px) */
@media (max-width: 768px) {
  .inline-payment-icons img {
    height: 45px; /* Smaller icons for small screens */
  }

  .payment-box {
    padding: 8px 5px; /* Less padding on very small screens */
    height: 60px;
  }
}

/* Very small devices (extra small phones, less than 480px) */
@media (max-width: 479px) {
  .inline-payment-icons {
    gap: 10px; /* Less gap on very small screens */
  }

  .inline-payment-icons img {
    height: 32px; /* Smallest icons */
  }
  .payment-box {
    height: 50px;
  }
}

/* Mobile-Friendly Adjustments */
@media (max-width: 768px) {
  .footer {
    padding: 20px 10px; /* Adjust padding for smaller screens */
    height: auto; /* Remove fixed height for flexibility */
    font-size: 14px; /* Slightly smaller font size for mobile */
    flex-direction: column; /* Stack elements vertically */
  }

  .footer-logo {
    position: relative; /* Changed from absolute to relative */
    padding: 10px;
    width: 140px; /* Adjusted the width as per your requirement */
    height: auto; /* Keeps the aspect ratio of the logo */
    margin: 0 auto;
    margin-top: 40px;
  }

  .footer-logo img {
    width: 240%; /* Ensure the image fills the container */
    height: auto;
    margin-top: -300px !important;
    margin-left: -80px;
  }

  .footer-social {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;
    gap: 20px;
    font-size: 1.2rem;
    text-align: center;
  }

  .footer-social a {
    color: white;
  }

  /* Footer Content Adjustments */
  .footer-content {
    font-size: 14px; /* Adjust text size for mobile */
    margin-top: 20px; /* Reduce margin-top */
    line-height: 1.5;
  }
}
