.d-none {
    display: block;
}


.logo.flex-auto {
    width: 35%;
}


::selection {
    background: #f37002;
    color: white;
}



.tg-listing-card-title:hover a {
    color: var(--primary-color,#f37002);
}

.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .floating-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .floating-buttons a:hover {
    transform: scale(1.1);
  }

  .whatsapp {
    background-color: #25d366;
  }

  .phone {
    background-color: #007bff;
  }
  
  .button-callback {
    width: -webkit-fill-available;
    background: var(--primary-color,#f37002);
    color: #fff;
    border-color: var(--primary-color,#f37002);
}

.btn-success {
    background: var(--primary-color,#f37002);
    color: #fff;
    border-color: var(--primary-color,#f37002);
}

body a {
    text-decoration:none;
  }
  
.tg-header__area .tg-primary-bg {
    background: var(--primary-color,#f37002);
}

.tg-booking-form-search-btn .bk-search-button {
    background: var(--primary-color,#f37002);
}


.tg-header-section .d-lg-block {
    background: var(--primary-color,#f37002);
}

.popular-css {
    color: var(--primary-color,#f37002);
}

.tg-btn:hover {
    background: var(--primary-color,#f37002);
}


.tg-listing-css {
    background: var(--primary-color,#f37002);
}


.tg-see-all-btn, .tg-btn-available-check {
    color: var(--primary-color,#f37002);
}

.tg-btn-available-check:hover {
    background: var(--primary-color,#f37002);
}

.tg-listing-4-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color,#f37002);
}





/*header scroller*/
.icon-carousel-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 10px;
    position: relative;
  }

  .icon-carousel-wrapper {
    overflow: hidden;
    width: 100%;
    /*touch-action: pan-y;*/
  }

  .icon-carousel-track {
    display: flex;
    gap: 12px;
    transition: transform 0.3s ease;
    scroll-behavior: smooth;
  }

  .icon-item {
    flex: 0 0 auto;
    width: 90px;
    text-align: center;
    padding: 10px;
    background-color: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
  }

  .icon-item img {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
  }

  .icon-item.selected {
    border-color: #0d6efd;
    background-color: #e9f2ff;
    color: #0d6efd;
  }

  .scroll-arrow {
    background: #fff;
    border: none;
    border-radius: 50%;
    padding: 6px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
  }
  
  
 .icon-item.selected {
    border-color: var(--primary-color,#f37002);
    background-color:transparent;
    color: var(--primary-color,#f37002);
} 

/*header scroller end*/


/*Call back*/

.button-callback {
    width: -webkit-fill-available !important;
    background: var(--primary-color,#f37002) !important;
    color: #fff;
    border-color: var(--primary-color,#f37002) !important;
}

.btn-success {
    background: var(--primary-color,#f37002) !important;
    color: #fff;
    border-color: var(--primary-color,#f37002) !important;
}
/*Call back*/


/*Cities page*/

.tour-btn {
    background: var(--primary-color,#f37002);
    color: #fff;
}


.book-trip-btn {
    background: var(--primary-color,#f37002);
    color: #fff;
}


.mb-100-tour{
margin-top: 100px;
}


.tg-listing-menu-nav button .borders {
    background: var(--primary-color,#f37002);
}    

.tg-listing-card-price-wrap.price-bg {
    background-image: none;
    background-color: var(--primary-color,#f37002);
}

.tg-location-time {
    background: var(--primary-color,#f37002);
}

/*Cities page end*/


/*Tours details page*/
.tg-tour-details-video-feature-list ul li .icon {
    color: var(--primary-color,#f37002);
}

.tg-tour-details-video-feature-price p span {
    color: var(--primary-color,#f37002);
}


.tg-tour-about-list ul li .icon {
    background: var(--primary-color,#f37002);
}

/*Tours details page end*/



/*tours detail header start*/
/* Hide carousel on desktop */
  .mobile-carousel {
    display: none;
  }

  /* Hide collage on mobile */
  .banner-collage {
    display: block;
  }

  @media (max-width: 768px) {
    .banner-collage {
      display: none;
    }
    .mobile-carousel {
      display: block;
    }
    
    .justify-content-end {
    justify-content: flex-start;
}

.me-2 {
    width: 50%;
}

.mobile-header {
    background-color: #f8f9fa;
    padding: 0px 0px !important;
}

  }

  .banner-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .carousel-inner img {
    border-radius: 10px;
    height: 220px;
    object-fit: cover;
  }

.carousel-inner img {
      max-height: 300px;
      object-fit: cover;
    }
    
#desktopGallery {
    display: flex !important;
}

.resize {
    margin-right: 15px;
}

/*tours detail header end*/


/*tour details*/

.tg-tour-about-review .review-left .review-info-inner h2 {
    color:  var(--primary-color,#f37002);
}


.tg-tour-about-review .bar-rv-progress .progress .progress-bar {
    border-color: var(--primary-color,#f37002);
    background-color: var(--primary-color,#f37002);
}


input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
    height: auto;
    line-height: inherit;
}

.button-submit {
    background-color: var(--primary-color,#f37002);
    color: #fff;
}


/*box image showing no of days*/

/*.gallery-wrapper {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 10px;*/
/*  }*/

/*  .gallery-img {*/
/*    position: relative;*/
/*    width: 100px;*/
/*    height: 70px;*/
/*    border-radius: 8px;*/
/*    overflow: hidden;*/
/*    flex: 0 0 auto;*/
/*  }*/

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

/*  .more-overlay {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: rgba(0, 0, 0, 0.6);*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*    font-size: 16px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    z-index: 2;*/
/*  }*/

/*  .d-none {*/
/*    display: none !important;*/
/*  }*/

/*  @media (min-width: 768px) {*/
/*    .gallery-img {*/
/*      width: 120px;*/
/*      height: 90px;*/
/*    }*/
/*  }*/


.image-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .tab-image-wrapper {
    position: relative;
    width: 100px;
    height: 80px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.2s;
  }

  .tab-image-wrapper.active {
    border-color: #0d6efd;
  }

  .tab-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .image-label-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 13px;
    padding: 4px 6px;
    text-align: center;
  }
  
  .tab-pane .form-border{
      border: 1px solid var(--primary-color,#f37002);
  }
  
  
  .btn-group {
    position: relative;
    display: block !important;
}


.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--primary-color,#f37002) !important;
    border-color: var(--primary-color,#f37002) !important;
}


.btn-outline-primary {
    --bs-btn-color: var(--primary-color,#f37002) !important;
    --bs-btn-border-color: var(--primary-color,#f37002) !important;
}


.tab-image-wrapper.active {
    border-color: var(--primary-color,#f37002);
}


  @media (min-width: 768px) {
    .tab-image-wrapper {
      width: 120px;
      height: 90px;
    }
  }
  
 
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color,#f37002);
} 
  
  
/*.tg-tour-about-faq .accordion-button span {*/
/*   background-color: var(--primary-color,#f37002) !important; */
/*}*/
/*end*/
/*tours deatils end*/

.tg-footer-copyright a {
    color: rgb(255, 255, 255);
}


/* Hide mobile gallery by default */
  #mobileGallery {
    display: none;
  }

  /* Show desktop gallery on screens wider than 768px */
  @media (min-width: 768px) {
    #desktopGallery {
      display: block;
    }
    #mobileGallery {
      display: none;
    }
  }

  /* Show mobile gallery and hide desktop gallery on small screens */
  @media (max-width: 767.98px) {
    #desktopGallery {
      display: none !important;
    }
    #mobileGallery {
      display: block;
    }
  }
  
  
  
  /*mobile header*/
  .mobile-header {
      background-color: #f8f9fa;
      padding: 5px 5px;
      align-items: center;
    }

    .mobile-header input[type="search"] {
      border-radius: 20px;
      padding-left: 35px;
    }

    .mobile-header .bi-search {
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 1rem;
      color: gray;
    }

    .search-container {
      position: relative;
      flex-grow: 1;
    }

    @media (min-width: 768px) {
      .mobile-header {
        display: none;
      }
    }
  
  #mainHeader {
  display: none;
}

@media (min-width: 768px) {
  #mainHeader {
    display: block;
  }
  
  .mobile-header {
      background: var(--primary-color,#f37002) !important;
      height: 60px !important;
  }
  
  #mobileGalleryCarousel {
    display: block;
}
}
  
  
  .mobile-header {
      background: var(--primary-color,#f37002) !important;
      height: 60px !important;
  }
  
  
  
  
  .pb-115 {
    padding-bottom: 80px !important;
}

.pt-100 {
    padding-top: 80px !important;
}

.bg-light {
    background-color: transparent!important;
}
  
  
  
  /*mobile header end*/
  
  
.tg-primary-bg {
    background: #f37002;
}
  
  
  /*about us page*/
  
 .tg-section-subtitle {
      color: #f37002;
  }
  
  
  .line_height{
    margin-top: 3%;
}  

.search-space {
    margin-top: 3%;
}

.contact-space {
    margin-top: 5%;
}
 
 
.tg-footer-copyright {
    border-top: 1px solid #212635;
    padding: 30px 0px !important;
} 
 
.tg-footer-copyright {
    border-top: 1px solid #212635;
    padding: 30px 0px !important;
}
.mb-45 {
    margin-bottom: 0px !important;
} 
  
.tg-footer-space {
     
    padding-top: 65px !important;
}