@import url('https://fonts.googleapis.com/css2?family=Agu+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* VARIABLES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --c-dark: #212529;
  --c-brand: #002147;
  --c-brand-light: rgba(0, 33, 71, 0.463);
  --c--light: #F4F0EB;
  --c-secondary: #f5c237;
  --c-brand-rgb: 0, 33, 71;
  --c-body: #727272;
  --box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
  --transition: all 0.5s ease;
  font-family: "Montserrat", serif;
}

/* RESET & HELPERS */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.7;
  color: var(--c-body);
  overflow-x: hidden;
  font-family: "Montserrat", serif;
}

.line {
  margin: 0;
}

body,
p {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn {
  font-family: 'Playfair Display', serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  color: var(--c-brand);
}

a {
  text-decoration: none;
  color: var(--c-brand);
  transition: var(--transition);
}

a:hover {
  color: var(--c-brand-light);
}

img {
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.services-section-padding {
  padding-top: 10px;
  padding-bottom: 30px;

}

.blog-section-padding {
  padding-top: 30px;
}

.destination-section-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.theme-shadow {
  box-shadow: var(--box-shadow);
}

/* Top Navigation */
.top-nav {
  background-color: rgba(var(--c-brand-rgb), 0.8);
  padding: 0.8rem 0;
  font-size: 1rem;
  /* border-bottom: 1px solid rgba(var(--c-brand-rgb), 0.8); */
  font-family: 'Playfair Display', serif;
}


#mainNav{
  font-family: 'Poppins', sans-serif;
  /* 'Playfair Display', serif; */
}

.top-nav .btn {
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 0.25rem 0.75rem;
} 

.dropdown{
  background: transparent;
  border: 1px solid var(--c-brand);
  z-index: 1050; 
}

/* .top-nav .dropdown .btn:hover {
  background: var(--c-brand);
} */

/* Main Navigation */
/* .main-nav {
  background-color: rgba(var(--c-brand-rgb), 0.8);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
   transition: var(--transition); 
} */


.nav-link {
  color:var(--c-secondary) !important;
  font-weight: 600;
  position: relative;
  margin: 0 1.2rem;
  padding: 0.5rem 0 !important;
  font-family: 'Poppins', sans-serif;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background:var(--c-secondary);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover::after {
  width: 100%;
}

/* IMAGE ZOOM */
.image-zoom {
  position: relative;
  overflow: hidden;
}

.image-zoom-wrapper {
  overflow: hidden;
  position: relative;
}

.image-zoom-wrapper img {
  transition: var(--transition);
}

.image-zoom:hover .image-zoom-wrapper img {
  transform: scale(1.1);
}


/* BTN */
.btn {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
  /* 24px; */
}
#btn-brand{
    background-color: var(--c-brand);
  border-color: var(--c-brand);
  color: var(--c-secondary);
  border-radius: 4px;
  pointer-events: auto;
  z-index: 10
}

#btn-light{
  background-color: var(--c-secondary);
  border-color: var(--c-secondary);
  border-radius: 4px;
  pointer-events: auto;
}
.btn-brand {
  background-color: var(--c-brand);
  border-color: var(--c-brand);
  color: var(--c-secondary);
  border-radius: 4px;
  pointer-events: auto;
  z-index: 10
}

.btn-brand:hover {
  background-color: var(--c-brand-light);
  border-color: var(--c-brand-light);
  color: var(--c-secondary);
  pointer-events: auto;
}

.btn-light {
  background-color: var(--c-secondary);
  border-color: var(--c-secondary);
  border-radius: 4px;
  pointer-events: auto;
}



/* HERO */
/* Base Styles */
#hero {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

/* Video Container Fix */
.video-container {
  position: fixed; /* Changed from relative to fixed */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: white;
}

.title-main {
  display: block;
  font-size: clamp(3rem, 10vw, 5.5rem);
  letter-spacing: -0.03em;
  color: var(--c-brand);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.title-sub {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--light);
}

#ceo-says {
  background-color: hsla(44, 90%, 59%, 0.58);
  backdrop-filter: blur(2px);
}

.ceo-font {
  font-family: 'Footlight MT Light', sans-serif;
  color: #002147;
}

.ceosay-font {
  font-family: 'Bradley Hand ITC', sans-serif;
}

.custom-rounded-end {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  #hero {
    height: auto;
    min-height: 100vh;
    padding-bottom: 2rem;
  }
  
  #hero-head {
    padding-top: 6rem !important;
  }
  
  .custom-rounded-end {
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  
  #ceo-says {
    padding: 1.5rem !important;
  }
  
  #hero-button-box {
    margin-top: 2rem !important;
  }
}

@media (max-width: 575.98px) {
  .title-main {
    font-size: 2.5rem;
  }
  
  .title-sub {
    font-size: 1.25rem;
  }
  
  #ceo-says {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  
  #hero-button-box .btn {
    width: 100%;
    margin: 0.25rem 0;
  }
}

/* Font Faces */
@font-face {
  font-family: 'Footlight MT Light';
  src: url('../fonts/footlight/FootlightMTProLight.otf') format('opentype');
}

@font-face {
  font-family: 'Bradley Hand ITC';
  src: url('../fonts/bradley-hand-itc/BRADHITC.ttf') format('truetype');
}




/* New About us Decoration */
.about-section {
  background: var(--c--light);
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.image-stack {
  position: relative;
  max-width: 100%; /* Ensure the container fits smaller screens */
  margin: 0 auto;
  perspective: 1000px; /* Add perspective for a 3D effect */
}

.image-stack-item {
  position: absolute;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.5s ease; /* Smooth hover transition */
  will-change: transform;
}

.image-stack-item-top {
  top: 0;
  left: 10%; /* Flexible positioning */
  width: 60%; /* Adjust size dynamically */
  z-index: 2;
}

.image-stack-item-bottom {
  bottom: -10%;
  right: 10%; /* Flexible positioning */
  width: 70%; /* Adjust size dynamically */
  z-index: 1;
}

/* Hover Effects */
.image-stack:hover .image-stack-item-top {
  transform: translate(-10%, -10%) rotate(-5deg) scale(1.05); /* Add scaling */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); /* Enhance shadow effect */
}

.image-stack:hover .image-stack-item-bottom {
  transform: translate(10%, 10%) rotate(5deg) scale(1.05); /* Add scaling */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); /* Enhance shadow effect */
}

/* Responsive Design */
@media (max-width: 768px) {
  .image-stack-item-top,
  .image-stack-item-bottom {
      position: relative; /* Stack vertically */
      margin: 15px auto;
      width: 100%; /* Full width for smaller screens */
      transform: none; /* Disable hover transformations */
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Basic shadow for small screens */
  }
}


.key-points {
  display: grid;
  gap: 1.5rem;
}

.key-point {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.key-point-icon {
  width: 60px;
  height: 60px;
  background: var(--c-brand);
  color: var(--c--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.key-point-content h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--c-brand);
  margin-bottom: 0.5rem;
}

.key-point-content p {
  font-size: 0.95rem;
  color: var(--c-brand);
}

@media (max-width: 768px) {
  .about-section {
      padding-bottom: 1rem;
  }

  h2, p {
      text-align: center;
  }

  .key-point {
      flex-direction: column;
      text-align: center;
  }

  .key-point-icon {
      margin: 0 auto;
  }

  .image-stack-item-top,
  .image-stack-item-bottom {
      position: relative; /* Stack images vertically */
      margin: 10px auto;
      width: 100%; /* Full width for smaller screens */
  }
}

/* End of New aboout us */




.card {
  margin: 20px 0;
  border-radius: 10px;
}

.card-body img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}



.video-container {
  position: relative;
  width: 100%;
  height: 80vh;

  padding-left: 10px;
  padding-right: 10px;
}

/* Style the video to cover the container */
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.carousel-inner {
  margin-top: 10px;
}

.img-fluid {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}


#why-in-tanzania {
  /* background-color: var(--c-brand); */
  border-radius: 8px;
  margin-right: 20px;
  margin-left: 20px;
  color: #002147;
}

#why-tanzania {
  background-color: var(--c-brand);
  border-radius: 8px;
  margin-right: 20px;
  margin-left: 20px;
  color: white;
}

.why-tanzania-title {
  color: #f5c237
}




/* Why Make Your Safari and Trenk With Us */
.circle-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 2px solid white;  */
}


.itinerary-day {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.itinerary-day-label {
  background-color: var(--c-brand);
  color: #f5c237;
  padding: 5px;
  margin-right: 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.itinerary-title {
  background-color: #f5c237;
  color: var(--c-brand);
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
 

.itinerary-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.itinerary-description {
  color: var(--c-brand);
  padding-left: 5rem;
}

.itinerary-description p {
  color: var(--c-brand);
}

.itinerary-content {
  flex-grow: 1;
}

/* .itinerary-title {
  font-weight: bold;
  margin-bottom: 10px;
} */

/* New Itinerary Card */
.itinerary-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.itinerary-header {
  background: var(--c-brand);
  color: white;
  padding: 1rem;
  text-align: center;
}

.itinerary-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.itinerary-header p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.itinerary-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 3px;
  padding-right: 3px;
}

.view-button-container {
  display: flex;
  justify-content: center;
  /* Centers the button horizontally */
  margin-top: auto;
  /* Pushes it to the bottom */
}

/* .itinerary-body img {
  height: 200px;
   padding-bottom:3px; 
 
} */
.itinerary-body {
  position: relative;
  width: 100%;
  height: 300px;
  /* Adjust the height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}


#safari-3days {

  background-image: url('../images/safaries/balloon2.jpg');

}

#safari-4days {
  background-image: url('../images/safaries/ngorongorohotl.jpg');
}

#safari-5days {
  background-image: url('../images/safari/lion_1.jpg');}

#safari-6days {
  background-image: url('../images/safaries/migration1.webp');
}


#zanzibar-3days {

  background-image: url('../images/zanzibar/beach1.jpg');

}


#zanzibar-4days {

  background-image: url('../images/zanzibar/prisonilaand1.jpg');

}


#zanzibar-5days {

  background-image: url('../images/zanzibar/prison.jpg');

}

#zanzibar-6days {

  background-image: url('../images/zanzibar/beach6.jpg');

}

/* Mountains bg */

#mountain-1 {

  background-image: url('../images/Mountain/Kilimanjaro1.jpg');

}

#mountain-2 {
  background-image: url('../images/Mountain/Kilimanjaro2.jpg');
}

#mountain-3 {
  background-image: url('../images/Mountain/Kilimanjaro3.jpg');
}

#mountain-4 {
  background-image: url('../images/Mountain/Kilimanjaro4.jpg');
}



.itinerary-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.itinerary-body ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.itinerary-body ul li:last-child {
  border-bottom: none;
}

.itinerary-body .btn-primary {
  background: var(--c-brand);
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.itinerary-body .btn-primary:hover {
  background: var(--primary);
  transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .itinerary-tabs .nav-link {
    padding: 0.75rem 1rem;
    margin: 0 0.25rem;
  }

  .itinerary-card {
    margin-bottom: 1.5rem;
  }
}



.header {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-top: 50px;

}

.header h2 {
  color: var(--c-brand);
  margin-left: 10px;
}

.activities {
  margin-top: 50px;
  background-color: #002147;
  color: white;
  border-radius: 8px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}


.zanzibar-itenarary {
  margin-top: 50px;
  background-color: #002147;
  color: white;
  border-radius: 8px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}



.activity {
  display: flex;
  align-items: center;
  margin: 10px 0;
}




.bg-light-cream {
  background-color: rgba(184, 183, 183, 0.442)
}

.explaination-container {
  background-color: #002147;
  color: white;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  z-index: 2;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.explaination-container h5 {
  color: white;
  font-weight: 700;
}

.explaination-container-2 {
  background-color: white;
  color: #002147;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  z-index: 2;
  height: 100%;
  width: 100%;
  border-radius: 20px;

}

.explaination-container-2 h5 {
  color: #002147;
  font-weight: 700;

}

.explaination-container-3 {
  background-color: #f5c237;
  color: #002147;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  z-index: 2;
  height: 100%;
  width: 100%;
  border-radius: 20px;

}

.explaination-container-3 h5 {
  color: #002147;
  font-weight: 700;
}


#hero-days {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/serengeti-cheeter.jpeg);
  background-position: center;
  background-size: cover;
}

#hero-4days {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/chameleon.jpg);
  background-position: center;
  background-size: cover;
}

#hero1 {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safaries/giraffe1.jpg);
  background-position: center;
  background-size: cover;
}

#tailormade {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safaries/tailormade.jpeg);
  background-position: center;
  background-size: cover;
}

#zanzibar-island {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/zanzibariland2.jpg);
  background-position: center;
  background-size: cover;
}

#three-days {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safaries/zebra1.jpg);
  background-position: center;
  background-size: cover;
}



#four-days {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/group-elephants.jpg);
  background-position: center;
  background-size: cover;
}

#seven-days {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safari2.jpg);
  background-position: center;
  background-size: cover;
}

#eight-days {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/group-elephants.jpg);
  background-position: center;
  background-size: cover;
}

/* #hero1 p {
  height: 90%;
} */



#mountain-hero {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/kilimanjaro-2007-from-the-air-07.jpg);
  background-position: center;
  background-size: cover;
}

#culture-hero {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/Old_Fort_of_Zanzibar.jpg);
  background-position: center;
  background-size: cover;
}




/*  info box */
#infobox {
  background-color: var(--c-brand);
  width: 100%; /* Changed from min-width to width for better consistency */
  color: white;
  padding: 0.5rem 0; /* Added padding for better spacing */
}

.icon-container {
  display: flex;
  gap: 10px; /* Space between icons */
  align-items: center; /* Better vertical alignment */
  flex-wrap: wrap; /* Allow wrapping on small screens */
  justify-content: center; /* Center icons on mobile */
}
.icon-container a{
  text-decoration: none;
}

.icon-container i {
  font-size: 1.5rem; /* Consistent with your #infobox i size */
  transition: color 0.3s ease; /* Smooth hover transition */
}

#infobox i {
  font-size: 1.5rem;
  padding: 0 0.5rem; /* More balanced padding than just left */
  color: white; /* Ensure color consistency */
}


#infobox h4 {
  padding: 0.5rem 0 0.5rem 1.5rem; /* More balanced padding */
  color: white;
  margin: 0; /* Remove default margins */
  font-size: clamp(1rem, 3vw, 1.25rem); /* Responsive font size */
  white-space: nowrap; /* Prevent text from breaking */
}

#infobox i:hover {
  color: var(--c-secondary);
  transform: translateY(-2px); /* Add subtle hover effect */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .icon-container {
    justify-content: center; /* Always center on mobile */
    padding-bottom: 0.5rem; /* Space between icons and text */
  }
  
  #infobox h4 {
    padding-left: 0; /* Remove left padding on mobile */
    text-align: center; /* Center text on mobile */
    width: 100%; /* Full width on mobile */
  }
  
  #infobox i {
    padding: 0 0.3rem; /* Reduce padding on mobile */
  }
}

@media (max-width: 480px) {
  .icon-container {
    gap: 8px; /* Slightly reduce gap on very small screens */
  }
  
  .icon-container i,
  #infobox i {
    font-size: 1.3rem; /* Slightly smaller icons on mobile */
  }
  
  #infobox h4 {
    font-size: 0.9rem; /* Smaller text on very small screens */
  }
}





/* SECTION TITLE */
.section-title {
  margin-bottom: 60px;
  color: #002147;
}

.safari-section-title {
  margin-bottom: 0px;
}


.section-title .line {
  width: 60px;
  height: 4px;
  background-color: var(--c-brand);
  margin: 16px auto 24px auto;
}

.section-title p {
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ICONBOX */
.iconbox {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--c-brand-rgb), 0.1);
  color: var(--c-brand);
  font-size: 34px;
  flex: none;
}

/* Sliding Content */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.slide {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}



/* SERVICE */

#service-box-1 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/backpix.jpg);
  background-position: center;
  background-size: cover;
  color: white;
}

.service {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  z-index: 2;
  height: 100%;
  width: 100%;
  border-radius: 10px;

}

.service-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

}



.bg-image1 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.3)),
    url(../images/safaries/crossroad-car-safari-scene.jpg);
  color: whitesmoke;
}

.bg-image2 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.3)),
    url(../images/Mountain/Kilimanjaro2.jpg);
  color: whitesmoke;
}

.bg-image3 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.3)),
    url(../images/zanzibar/beach6.jpg);
  color: whitesmoke;
}

.bg-image4 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.3)),
    url(../images/zanzibar/prison.jpg);
  color: whitesmoke;
}

.bg-safari-image1 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safaries/safari1.jpg);
  color: whitesmoke;
}

.bg-safari-image2 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safaries/safari2.jpg);
  color: whitesmoke;
}

.bg-safari-image3 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safaries/safari3.jpg);
  color: whitesmoke;
}


.bg-safari-image4 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safaries/safari4.jpg);
  color: whitesmoke;
}


.bg-safari-image5 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safaries/safari5.jpg);
  color: whitesmoke;
}

.bg-safari-image6 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/safaries/cretor1.jpg);
  color: whitesmoke;
}

.bg-safari-image7 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zebras-sunlight-blue-sky.jpg);
  color: whitesmoke;
}

.bg-safari-image8 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zebras-sunlight-blue-sky.jpg);
  color: whitesmoke;
}

/* images for mountain packages */
.bg-mountain-image1 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/Kilimanjaro1.jpg);
  color: whitesmoke;
}

.bg-mountain-image2 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/Kilimanjaro2.jpg);
  color: whitesmoke;
}

.bg-mountain-image3 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/Kilimanjaro3.jpg);
  color: whitesmoke;
}

.bg-mountain-image4 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/Kilimanjaro4.jpg);
  color: whitesmoke;
}

.bg-mountain-image5 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/Kilimanjaro5.jpg);
  color: whitesmoke;
}

.bg-mountain-image6 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/Kilimanjaro6.jpg);
  color: whitesmoke;
}

.bg-mountain-image7 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/Kilimanjaro7.jpg);
  color: whitesmoke;
}


.bg-mountain-image8 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/horombo.jpg);
  color: whitesmoke;
}

.bg-mountain-image9 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/Kilimanjarobluesky.jpg);
  color: whitesmoke;
}

.bg-mountain-image10 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/lemosho1.jpg);
  color: whitesmoke;
}

#safari_special_package {
  padding-top: 0px;
}


.service::after {
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(var(--c-brand-rgb), 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: var(--transition);
}

.service:hover::after {
  width: 100%;
  height: 100%;
  background: rgba(var(--c-brand), 0.2);
  z-index: -1;
}

.service:hover h5,
.service:hover p {
  color: white;
}

.service:hover .iconbox {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}

/* PORTFOLIO */
.portfolio-item .iconbox {
  background-color: var(--c-brand);
  color: white;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.portfolio-item:hover .iconbox {
  opacity: 1;
  top: 50%;
}

/* REVIEW */

.review small {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--c-brand);
}


.itineraries-section {
  background: var(--c--light);
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.itineraries-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/map-africa.svg) no-repeat center/contain;
  opacity: 0.05;
  z-index: 0;
}


.review-head {
  position: relative;

}

.review-image img {
  height: 250px;
}

.review-head::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  transform: rotate(45deg);
}

/* TEAM */
.team-member-content {
  background-color: var(--c-brand);
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: calc(100% - 50px);
  transform: translateX(-50%);
  padding: 24px;
  transition: var(--transition);
  opacity: 0;
}

.team-member:hover .team-member-content {
  opacity: 1;
  bottom: 24px;
}

/* CONTACT */
#contact {
  position: relative;
  z-index: 2;
}

#contact::after {
  content: "";
  width: 100%;
  height: 70%;
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.8),
      rgba(var(--c-brand-rgb), 0.8)),
    url(../images/safaries/crossroad-car-safari-scene.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#contact .form-control {
  border-radius: 0;
}

#contact .form-control:focus {
  box-shadow: none;
  border-color: var(--c-brand);
}

/* FOOTER */
/* footer {
  padding-top: 120px;
}

.footer-bg {
  background-color: var(--c-brand);
}

.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer li,
footer p,
footer a {
  color: rgba(255, 255, 255, 0.7);
}

footer ul {
  list-style: none;
  padding: 0;
}

footer .line {
  width: 40px;
  height: 4px;
  background-color: var(--c-secondary);
  margin-top: 12px;
  margin-bottom: 24px;
} */

.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}

.social-icons a:hover {
  background-color: var(--c-secondary);
  color: white;
}

.infobox {
  background-color: var(--c-brand);
  display: flex;
  color: white;
}


/* Special packages decoreation */
#packagestext {
  font-weight: bold;
}

/* Css for package background */

.highlight-icon {
  width: 50px;
  height: 50px;
  background-color: var(--c-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* 
.nav-tabs .nav-link.active {
  background-color: #002147;
  border-color: #002147 #002147 #002147;
  color: var(--c-secondary);
} */

/* .nav-tabs .nav-link {
  color: var(--c-brand);
} */

.highlight-icon {
  width: 50px;
  height: 50px;
  background-color: var(--c-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.highlight-text {
  font-size: 1.2em;
}

.day-heading {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  color: #002147;
}

.day-description {
  font-size: 1em;
  margin-top: 10px;
  color: black;
}




/* Curosels New desig  */
.destination-carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.destination-carousel-slide {
  display: flex;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.destination-carousel-group {
  display: flex;
  width: 300%;
}

.destination-carousel-item {
  width: 33.33%;
  text-align: center;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.destination-carousel-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Controls (Icons) */




.custome-carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.custome-carousel-slide {
  display: flex;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.custome-carousel-group {
  background-color: white;
  padding-left: 10px;
}

.custome-carousel-item {
  width: 100%;
  background: white;
  border-radius: 8px;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.custome-carousel-item img {
  max-width: 100%;
  height: 300px;
  border-radius: 8px;
}

/* Controls (Icons) */
.custome-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.custome-carousel-control.left {
  left: 10px;
}

.custome-carousel-control.right {
  right: 10px;
}

/* Dot Indicators */
.custome-carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.custome-carousel-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custome-carousel-dot.active {
  background-color: #333;
  transform: scale(1.3);
}

/* Fade In/Out animation */
.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* Tailor Made Decorations */

.form-container {
  max-width: auto;
  /* margin: 50px auto; */
  padding: 20px;

  border: 1px solid #ccc;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f9f9f9;
  color: #002147;
  font-weight: bold;
  overflow: hidden;
}

.form-group label,
h4 {
  font-weight: var(--c-brand);
}

.tailor-side-container {
  background-color: #002147;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tailor-side-container h1,
h3 {
  color: white;
}

.selectType {
  height: 230px;
  width: 140px;
}


.travel-option {
  /* text-align: center; */
}

.travel-option img {
  width: 100%;
  max-width: 200px;
  border-radius: 5px;
}

.travel-option label {}

.form-container .btn {
  background-color: #002147;
  color: white;

}


/* Zanzibar itenaries Css */
#three-days-zanzibar {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/beach2.jpg);
  background-position: center;
  background-size: cover;
}

.bg-zanziba-image1 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/beach1.jpg);
  color: whitesmoke;
}

.bg-zanziba-image2 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/beach3.jpg);
  color: whitesmoke;
}

.bg-zanziba-image3 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/beach4.jpg);
  color: whitesmoke;
}

.bg-zanziba-image4 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/beach5.jpg);
  color: whitesmoke;
}


.bg-zanziba-image5 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/beach6.jpg);
  color: whitesmoke;
}

.bg-zanziba-image6 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/beach7.jpg);
  color: whitesmoke;
}

.bg-zanziba-image7 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/prisonilaand1.jpg);
  color: whitesmoke;
}

.bg-zanziba-image8 {
  background-image: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/zanzibar/prison.jpg);
  color: whitesmoke;
}


#marangu-6-days {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/horombo.jpg);
  background-position: center;
  background-size: cover;
}

#marangu-7-days {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.6),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/Mandara-Hut.jpg);
  background-position: center;
  background-size: cover;
}

#machame-back {
  background: linear-gradient(rgba(var(--c-brand-rgb), 0.1),
      rgba(var(--c-brand-rgb), 0.438)),
    url(../images/Mountain/lemosho1.jpg);
  background-position: center;
  background-size: cover;
}


#why-in-zanzibar {
  border-radius: 8px;
  margin-right: 20px;
  margin-left: 20px;
  color: var(--c-brand);
  ;
}



/* Why Choose Us Section */
.why-choose-section {
  background: none;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  color: #002147;
}

.why-choose-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/map-africa.svg) no-repeat center/contain;
  opacity: 0.05;
  z-index: 0;
}

.feature-card {
  background: var(--c--light);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: var(--c-brand);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  background: var(--c-brand);
  transform: rotate(15deg);
}

.feature-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--c-brand);
  margin-bottom: 1rem;
}

.feature-text {
  font-size: 0.95rem;
  color: var(--c-brand);
}


.cta-card {
  background: var(--c-brand);
  color: white;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}

.cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.cta-text {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.cta-card {
  background: white;
  color: var(--c-brand);
  font-weight: 600;
  transition: all 0.3s ease;
}


.btn-booknow {
  background: white;
  color: var(--c-brand);
  font-weight: 600;
  transition: all 0.3s ease;
  pointer-events: none;
  cursor: default;
}

.btn-booknow:hover {
  background: var(--c-brand);
  color: white;
  transform: translateY(-2px);
  pointer-events: none;
  cursor: default;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .feature-card {
    padding: 1.5rem;
  }

  .cta-card {
    padding: 1.5rem;
  }
}


/* ribon */
.ribbon-container {
  width: 100%;
  overflow: hidden; /* Hide anything that goes outside of the container */
  position: relative;
}

.ribbon {
  display: flex;
  animation: slide 10s linear infinite; /* Animation to move the images */
}

.ribbon img {
  width: 100%; /* You can change this to a fixed width, e.g. 200px */
  height: 40px;
}

/* Testimonials Section */
.testimonials-section {
  background: var(--c--light);
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/map-africa.svg) no-repeat center/contain;
  opacity: 0.05;
  z-index: 0;
}

.testimonials-carousel {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 2rem 0;
}

.testimonial-card {
  flex: 0 0 90%;
  scroll-snap-align: start;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-rating {
  color: #FFD700;
  margin-bottom: 1.5rem;
}

.testimonial-rating i {
  margin-right: 0.25rem;
}

.testimonial-text {
  font-size: 1rem;
  color: var(--c-brand);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--c-brand);
}

.author-details {
  flex: 1;
}

.author-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--c-brand);
  margin-bottom: 0.25rem;
}

.author-location {
  font-size: 0.9rem;
  color: var(--c-brand);
  margin-bottom: 0;
}


/* Responsive Adjustments */
@media (max-width: 992px) {
  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }

  .author-name {
    font-size: 1rem;
  }

  .author-location {
    font-size: 0.85rem;
  }
}

/* Our Destination Picture Decorators */

/* Gallery Section */
.gallery-section {
  position: relative;
  padding-bottom: 2rem;
  overflow: hidden;
  background: none;
  color: #002147;
}

.gallery-wrapper {
  position: relative;
  padding: 2rem 0;
}

.gallery-track {
  display: flex;
  gap: 1.5rem;
  padding: 0 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.gallery-item {
  flex: 0 0 90%;
  scroll-snap-align: start;
  position: relative;
}

.gallery-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 400px;
  position: relative;
}

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

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(26, 58, 75, 0) 0%,
      rgba(26, 58, 75, 0.8) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}

.destination-title {
  font-family: var(--font-heading);
  color: white;
  font-size: 1.75rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

/* Gallery Controls */
.gallery-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  pointer-events: none;
}

.gallery-prev,
.gallery-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--c-brand);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
}

.gallery-prev:hover,
.gallery-next:hover {
  background: var(--c-brand-light);
  transform: scale(1.1);
}

/* Scrollbar Styling */
.gallery-track::-webkit-scrollbar {
  height: 8px;
}

.gallery-track::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.gallery-track::-webkit-scrollbar-thumb {
  background: var(--c-brand);
  border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .gallery-item {
    flex: 0 0 85%;
  }

  .gallery-card {
    height: 350px;
  }

  .gallery-controls {
    display: none;
  }
}

@media (max-width: 768px) {
  .gallery-item {
    flex: 0 0 80%;
  }

  .destination-title {
    font-size: 1.5rem;
  }
}



.goog-te-combo {
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background-color: #f8f9fa;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 32px;
  min-width: 120px;
}

.goog-te-combo:hover {
  border-color: #aaa;
  background-color: #fff;
}

/* Hide Google's branding */
.goog-te-banner-frame {
  display: none !important;
}

/* Fix dropdown z-index */
.goog-te-menu-frame {
  z-index: 99999 !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Style the language selector container */
.language-selector {
  display: inline-block;
  margin-left: 10px;
}