:root {
  --main-colors: #007ac9;
  --main-blue: #007ac9;
  --main-red: #ff3333;
  --main-yellow:#fd962c;
}
.privacy-contact a {
  color: var(--main-red) !important;
}

/* Base logo styling */
.navbar-logo img {
  max-width: 250px; /* Default size for desktop */
  height: auto;
  transition: all 0.3s ease-in-out;
}

/* Large screens (desktops, ≥1200px) */
@media (min-width: 1200px) {
  .navbar-logo img {
    max-width: 220px;
  }
}

/* Medium screens (laptops/tablets, ≥992px and <1200px) */
@media (max-width: 1199.98px) and (min-width: 992px) {
  .navbar-logo img {
    max-width: 200px;
  }
}

/* Small tablets (≥768px and <992px) */
@media (max-width: 991.98px) and (min-width: 768px) {
  .navbar-logo img {
    max-width: 180px;
  }
}

/* Mobile devices (≥576px and <768px) */
@media (max-width: 767.98px) and (min-width: 576px) {
  .navbar-logo img {
    max-width: 160px;
  }
}

/* Extra small mobile screens (<576px) */
@media (max-width: 575.98px) {
  .navbar-logo img {
    max-width: 140px;
  }
}

/* Footer Quick Link Css Start */
.bottom_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  color: white;
}

.bottom_footer li {
  display: inline-flex;
  align-items: center;
}

.bottom_footer li a {
  text-decoration: none;
  color: inherit;
}

/* For Moblie l */
@media (max-width: 425px) {
  .bottom_footer {
    gap: 5px;
    font-size: 14px;
  }
}
/* For Moblie M */
@media (max-width: 375px) {
  .bottom_footer {
    gap: 2px;
    font-size: 13px;
  }
}
/* For Moblie S */
@media (max-width: 320px) {
  .bottom_footer {
    gap: 1px;
    font-size: 11px;
  }
}

/* Footer Quicks Links Css End */

/* This Css used For Site Map Section Start */
/* Base Style (Desktop Default) */
ul.d-flex.justify-content-between ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, auto); /* 4 columns on large screens */
  gap: 10px 130px; /* row and column spacing */
}

ul.d-flex.justify-content-between ul li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
ul.d-flex.justify-content-between ul li a {
  color: #444444;
}

.icon {
  margin-right: 8px;
}

/*  Large screens (≥1200px) */
@media (min-width: 1200px) {
  ul.d-flex.justify-content-between ul {
    grid-template-columns: repeat(4, auto);
    gap: 10px 130px;
  }
}

/*  Medium screens (tablets, 992px–1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  ul.d-flex.justify-content-between ul {
    grid-template-columns: repeat(4, auto);
    gap: 10px 80px;
  }
}

/*  Small tablets (768px–991px) */
@media (max-width: 991px) and (min-width: 768px) {
  ul.d-flex.justify-content-between ul {
    grid-template-columns: repeat(3, auto);
    gap: 10px 60px;
  }
}

/*  Mobile (≤767px) */
@media (max-width: 767px) {
  ul.d-flex.justify-content-between ul {
    grid-template-columns: repeat(2, auto);
    gap: 8px 30px;
    /* justify-items: start; */
  }
  ul.d-flex.justify-content-between ul .icon {
    font-size: 10px;
  }

  ul.d-flex.justify-content-between ul li {
    font-size: 12px;
  }
}

/* This Css used For Site Map Section End */

/* This Why to book with us section Start */

.my-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.my-img img {
  border: 5px solid var(--main-blue);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* This Why to book with us section End */

/*  For Destination Details Search Bar Start (1440px and up) */
@media (min-width: 1440px) {
  .intro__content[style*="min-height"] {
    min-height: unset !important;
    height: auto !important;
  }
}

@media (min-width: 2560px) {
  .intro__content[style*="min-height"] {
    min-height: unset !important;
    height: auto !important;
  }
}


#my-button {
  background-color: rgba(29, 198, 200, 0.9);
  border-color: rgba(29, 198, 200, 0.9);
}

#my-call {
  font-size: 13px;
}

#my-call1 {
  font-size: 17.5px;
}

#my-call a:hover {
  color: rgba(29, 198, 200, 0.9);
}

.my-nav {
  font-size: 13px;
}
.my-nav a:hover {
  color: white;
}



/*  For Destination Details Search Bar End */
