.destination-wrapper-4 .destination-image-items-4 .content h6 a {
  color: white;
  font-size: 14px;
  line-height: 0rem;
}

.category .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.category .content .form-clt {
  width: 100%;
}

.client-content h4 {
  font-size: 16px;
}

.table {
  width: 100%;
}

.availability-table {
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: white;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 1rem;
  text-align: left;
}

.table-header {
  background-color: white;
  border-bottom: 1px solid #e5e7eb;
}

.header-text {
  font-weight: 500;
  color: #1f2937;
}

.sub-text {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: normal;
}

.month-divider {
  background-color: white;
}

.month-divider td {
  padding: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.month-text {
  color: #3b82f6;
  font-weight: bold;
}

.table-row {
  border-bottom: 1px solid #e5e7eb;
}

.even {
  background-color: white;
}

.odd {
  background-color: #f0f9ff;
}

.date-info {
  display: flex;
  flex-direction: column;
}

.day {
  color: #3b82f6;
}

.date {
  color: #374151;
}

.spaces {
  color: #374151;
}

.price {
  /* color: var(--theme-color-2) !important; */
  color: rgb(6, 231, 62);
  font-weight: 600;
}

.book-button {
  background-color: #f97316;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
}

.book-button:hover {
  background-color: #ea580c;
}

.sticky-tabs {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  gap: 10px;
  z-index: 100;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .sticky-tabs {
    justify-content: start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .sticky-tabs::-webkit-scrollbar {
    display: none;
  }
}

.details-content > div {
  padding-top: 80px; /* Adjust to match or exceed sticky-tabs height (tabsHeight + buffer) */
}

html {
  scroll-padding-top: 80px; /* Match padding-top value */
}

#header-sticky {
  position: sticky;
  top: 0;
  z-index: 200;
}

@media (max-width: 1199px) {
  .tab {
    padding: 1rem 0.5rem !important;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    height: 80px;
  }
}
.tab {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  cursor: pointer;
  transition: background 0.3s ease;
  gap: 7px;
}
.tab:hover,
.tab.active {
  background-color: #eee;
}
.active {
  color: var(--theme-color);
}
.highlight {
  background-color: #f0f0f0;
}

.logo img {
  height: 70px;
  width: 120px;
}

.footer-logo img {
  height: 150px;
  width: 250px;
}
@media (max-width: 767px) {
  .footer-logo img {
    height: 100px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper {
    padding: 50px 0 80px;
  }
}
@media (max-width: 576px) {
  .team-box-items {
    width: 350px;
  }
}
/* .details-thumb {
  height: 600px;
} */
.details-thumb {
  padding: 0 12px;
}

@media (min-width: 992px) {
  .details-thumb {
    height: 600px;
    padding: 0 48px;
  }
}

.tour-details-wrapper .tour-details-items .details-thumb img {
  border-radius: 0px;
}

.tour-details-wrapper .tour-details-items .details-thumb::before {
  border-radius: 0px;
}

.tour-details-wrapper .tour-details-items .details-content .faq-items h4 {
  font-size: 26px;
}

.tour-details-wrapper .tour-details-items .details-content h2 {
  font-size: 34px;
}

.preloader .animation-preloader .spinner {
  position: relative;
}

.preloader .animation-preloader img {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* @media (max-width: 768px) {
  .preloader .animation-preloader img {
    top: 44%;
  }
}
@media (max-width: 768px) {
  .preloader .animation-preloader img {
    top: 44%;
  }
}

@media (max-height: 768px) {
  .preloader .animation-preloader img {
    top: 36%;
  }
}
@media (max-height: 800px) {
  .preloader .animation-preloader img {
    top: 36%;
  }
}
@media (max-height: 1180px) {
  .preloader .animation-preloader img {
    top: 40%;
  }
}
@media (max-height: 1166px) {
  .preloader .animation-preloader img {
    top: 40%;
  }
}
@media (max-height: 896px) {
  .preloader .animation-preloader img {
    top: 36%;
  }
}
@media (max-height: 600px) {
  .preloader .animation-preloader img {
    top: 33%;
  }
}

@media (max-height: 540px) {
  .preloader .animation-preloader img {
    top: 33%;
  }
}
@media (max-height: 425px) and (max-width: 414px) {
  .preloader .animation-preloader img {
    top: 28%;
  }
} */
@media (max-width: 768px) {
  .preloader .animation-preloader img {
    top: 44%;
  }
}

@media (min-height: 1101px) and (max-height: 1250px) {
  .preloader .animation-preloader img {
    top: 43% !important;
  }
}

@media (max-height: 1100px) {
  .preloader .animation-preloader img {
    top: 39%;
  }
}
@media (max-height: 1000px) {
  .preloader .animation-preloader img {
    top: 42%;
  }
}

@media (max-height: 900px) {
  .preloader .animation-preloader img {
    top: 41%;
  }
}

@media (max-height: 700px) {
  .preloader .animation-preloader img {
    top: 39%;
  }
}

@media (max-height: 540px) {
  .preloader .animation-preloader img {
    top: 33%;
  }
}

@media (max-height: 425px) and (max-width: 414px) {
  .preloader .animation-preloader img {
    top: 28%;
  }
}

.scroll-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem 0;
}

.scroll-row {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  scroll-snap-align: start;
}

.team-box-items {
  flex: 0 0 auto;
  /* width: 250px; */
  scroll-snap-align: center;
  border-radius: 8px;
  padding: 1rem;
  margin: 0.5rem;
}

.team-box-items .thumb img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.expertise ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.testimonial-section-4 h5 {
  font-size: 16px;
}

/* .footer-widget-items {
  text-align: center;
} */

.tour-details-wrapper
  .tour-details-items
  .details-content
  .destination-list-item
  .destination-list
  li {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}

.choose-us-wrapper .choose-us-img img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
  border-radius: 40px;
}

/* Mobile view adjustments */
.choose-us-wrapper .choose-us-img img {
  width: 100%;
  object-fit: cover;

  border-radius: 40px;
}

.history-container .history-content p {
  display: flex;
  align-items: start;
}

.tour-details-wrapper
  .tour-details-items
  .details-content
  .destination-list-item
  .destination-list
  li {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}

.testimonial-section-4 .testimonial-slider-4 p {
  line-height: 24px;
}

.tour-details-wrapper .tour-details-items .details-content .faq-items {
  padding: 30px 15px;
}

.tour-section .thumb {
  height: 260px;
  width: 100%;
}

.tour-section .thumb img {
  /* object-fit: cover; */
  height: 100%;
  width: 100%;
}

.tour-details-wrapper
  .tour-details-items
  .details-content
  .review-area
  .courses-reviews-box-items
  .reviews-ratting-right {
  color: var(--white);
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .tour-details-wrapper
    .tour-details-items
    .details-content
    .review-area
    .courses-reviews-box-items
    .reviews-ratting-right {
    align-items: center;
    padding-left: 53px;
  }
}

.courses-reviews-box {
  display: flex;
  flex-direction: row;
}
.reviews-box-stars {
  display: flex;
  flex-direction: column;
}

.initial-letter {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color);
  color: var(--white);
}

.rating-container {
  text-align: center;
  margin: 20px;
  font-family: Arial, sans-serif;
}

.stars {
  display: inline-flex;
  gap: 5px;
  cursor: pointer;
}

.starr {
  font-size: 40px;
  color: #ccc;
  transition: color 0.2s;
}

.starr:hover,
.starr.hovered,
.starr.active {
  color: #f7921e;
}

.rating-value {
  margin-top: 10px;
  font-size: 18px;
}

.form-clt input[type="file"] {
  display: none;
}

.upload-label {
  display: inline-block;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  background-color: var(--white);
  color: #5c6666;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.upload-label:hover {
  background-color: #f9f9f9;
}

.upload-label i {
  margin-right: 8px;
}

.upload-preview {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.upload-preview img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
  border: 2px solid #ddd;
}

.upload-preview img:hover {
  border-color: #007bff;
}

.tour-image {
  height: 370px;
  width: 280px;
}

.tour-image-card {
  height: 270px;
  width: 280px;
  padding: 10px 0 !important;
}

.tour-image-card img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
}

@media (min-width: 1199px) {
  .footcenter {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .footer-widget-items ul {
    margin-left: 35px;
  }

  .footer-widget-items h3 {
    margin-left: 35px;
  }
}

.tour-details-wrapper
  .tour-details-items
  .details-content
  .client-review-items
  .clinet-box-items {
  padding: 30px;
}

.tour-card {
  min-width: 180px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.image-container {
  position: relative;
  /* width: 100%; */
  /* height: 100%; */
  height: 160px;
  background: linear-gradient(180deg, #ddd, #bbb);
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
}

.card-content {
  padding: 12px;
  text-align: left;
}

.card-content h3 {
  margin: 0;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;

  max-width: 100%;
}
.starrr {
  color: #f7921e;
  font-size: 20px;
}

.destination-items .tour-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-items .tour-card .card-content {
  color: #000;
}

.submenu .homemenu-item .destination-items a {
  display: block;
}

.trek-list {
  width: 200px;
}

.trek-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 8px 0;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.trek-item:hover {
  background-color: #83d5ae54;
  border-left: 4px solid var(--theme-color);
  color: var(--theme-color);
}

.trek-name {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.badge {
  padding: 6px 8px;
  border-radius: 20px;
  font-size: 12px;
  color: white;
}

.moderate {
  background-color: #007bff;
}

.challenging {
  background-color: #ff5722;
}

.easy {
  background-color: #28a745;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .col-xxl-2_5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.price-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
}

.price-card {
  color: white;
}

.tour-list {
  width: 300px;
}

.tour-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px;
  font-size: 16px;
  color: #333;
  border-radius: 8px;
}

.tour-item:hover {
  color: var(--theme-color);
  background-color: #83d5ae54;
}

.count {
  background-color: #e0e0e0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 12px;
  color: #666;
}

/* .view-all {
  margin-top: 10px;
  padding-top: 6px;
  border-top: 1px solid #e0e0e0;
} */

.view-all button {
  color: var(--theme-color) !important;
  font-size: 16px;
  font-weight: 500;
}

.header-main .main-menu .view-all button:hover {
  color: #1c7027 !important;
}

.card-content p {
  font-size: 14px;
}

/* .custom-img {
  width: 100%; 
  height: auto; 
} */



.faq-items .accordion-item.style-2 {
  border: 0;
  border-radius: 0px;
  border-bottom: 1px solid rgba(35, 28, 37, 0.18);
}

.faq-items .accordion-item.style-2:last-child {
  border: 0;
  border-bottom: 0px solid rgba(35, 28, 37, 0.18);
}

@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    max-height: 50vh;
  }
}

/* .custom-img {
  width: 100%; 
  height: auto; 
} */

@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    max-height: 50vh;
  }
}

/* .custom-img {
  width: 100%; 
  height: auto; 
} */

@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    max-height: 50vh;
  }
}

/* .custom-img {
  width: 100%; 
  height: auto; 
} */

@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    max-height: 50vh;
  }
}

/* .custom-img {
  width: 100%; 
  height: auto; 
} */

@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    max-height: 50vh;
  }
}

/* .custom-img {
  width: 100%; 
  height: auto; 
} */

@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    max-height: 50vh;
  }
}

.tour-section h3 {
  font-size: 34px;
}

.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 270px;
}

@media (max-width: 768px) {
  .shadow {
    height: 100%;
  }
}

.shadow:hover {
  transform: translateY(-5px);
}

.hidden {
  display: none;
}
@media (max-width: 1399px) {
  .contact-search-form-box {
    margin: 50px 40px 0px;
  }
  .search-close {
    position: absolute;
    right: 15px;
    top: 55px;
    font-size: 35px;
    color: var(--header);
    font-weight: 300;
    width: 45px;
    height: 45px;
  }
}

.search-close {
  right: 25px;
  top: 55px;
}

@media (max-width: 599px) {
  .contact-search-form-box {
    margin: 50px 50px 0px;
  }

  .search-close {
    margin-left: 6px;
    right: 5px;
  }
}

.search-table {
  margin: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.search-row {
  display: flex;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  align-items: center;
  gap: 10px;
}

.search-header {
  background-color: #f9f9f9;
  font-weight: bold;
}

.search-row:hover {
  background-color: #f1f1f1;
}

.search-col-img {
  width: 20%;
}

@media (min-width: 992px) {
  .search-col-img {
    width: 10%;
  }
}

.search-col-img img {
  height: 50px;
  width: 50px;
  margin-right: 8px;
  border-radius: 50%;
}

.search-col-title {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-col-description {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-search-bar
  .faq-items.style-2
  .accordion-item
  .accordion-header
  .accordion-button {
  font-size: 22px;
  font-weight: 500;
  background-color: var(--white);
  padding: 10px 20px;
}

.search-title {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amazing-tour-items .thumb img {
  object-fit: cover;
}

.amazing-tour-items .thumb {
  height: 315px;
  width: 100%;
}

.amazing-tour-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px){
  .amazing-tour-items .content {
    height: 100%;
  }
}

.destination-list .include-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 16px;
}

#excluded {
  background-color: #fef7e6;
  padding: 25px;
}

.star-reviews {
  display: flex;
  flex-direction: row;
  color: #f7921e;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.view-all a {
  color: var(--theme-color) !important;
  font-size: 16px;
  font-weight: 500;
}

.header-main .main-menu .view-all a:hover {
  color: #1c7027 !important;
}
.header-contact .left .h-phone,
.header-contact .left .h-text {
  margin: 0 !important;
  padding: 0 !important;
}

.header-contact {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 35px;
}
.header-contact .h-phone {
  color: #0cb6d8;
  font-weight: 600;
  letter-spacing: -0.2px;
  font-size: 1.25rem;
}
.header-contact .h-text {
  font-size: 0.8375rem;
  color: #01652f;
  letter-spacing: 0.2px;
  font-weight: 700;
  line-height: 16px;
}
@media (max-width: 768px) {
  .header-search {
    display: none;
  }
}

@media (min-width: 769px) {
  .header-search {
    display: block;
  }
}

.ss {
  border-top: 1px solid grey;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  display: none !important;
}
@media (min-width: 1199px) {
  .ss {
    display: block !important;
  }
}

#mobile-menu ul li {
  padding: 0px 10px;
}
.breadcrumb-wrapper {
  margin-top: 135px;
}

@media (min-width: 1199px) {
  #mobile-menu {
    display: flex !important;
    justify-content: space-evenly !important;
  }
}

@media (max-width: 768px) {
  .search-toggle {
    max-width: 200px;
    width: 100%;
    background-color: var(--theme-color);
    color: white;
    padding: 4px 30px;
    border-radius: 30px;
    font-size: 23px;
    margin: 2px 23px;
  }
}

.header-whatsapp {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  .header-whatsapp {
    display: none;
  }
}

.category-hover {
  color: var(--theme-color);
  background-color: #83d5ae54;
}

.faq-items .accordion-item .accordion-header .shorty::after {
  content: "" !important;
}





.booking-banner {
  margin: 20px auto;
  width: 100%;
  background: linear-gradient(150deg, #08a65c95, #fb5a32ca);
  padding: 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  border-radius: 12px;
  animation: pulse 2s infinite;
}

.booking-banner h1 {
  color: white;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
}

.booking-banner p {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.booking-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.booking-icon{
  display: flex;
  align-items: center;
  height: 45px;
}

.booking-icon img {
  height: 100%;
  width: 45px;
}

@media (max-width: 768px){
  .booking-banner {
    padding: 20px 20px;
    flex-direction: column;
    gap: 15px;
  }

  .booking-banner h1{
    font-size: 22px;
  }
  .booking-banner p {
    font-size: 16px;
  }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

