@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
 
 
 
 body,h1,h2,h3,h4,h5,h6,p,a,span,li,button,input,textarea,select {
    font-family: 'Jost', sans-serif !important;
    
    }
 
  .banner-slider {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
  }

  .banner-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .banner-slider img.active {
    opacity: 1;
  }

    /* headercss */


   
  .navbar-nav .nav-link {
    font-weight: 600; 

    border-radius: 30px; 
    transition: all 0.3s ease;
    color: #000; 
  }

  .navbar-nav .nav-link:hover {
    background-color: #2a8f8a; 
    color: #fff !important;
  }

  .navbar-nav .nav-link.active {
    font-weight: 700;
  }

 
 /* tour card */
   .tour-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 10px 15px rgba(0,0,0,0.1);
      margin-bottom: 20px;
    }
    .tour-card img {
      height: 350px;
     
      object-fit: cover;
    }
    
   
    
    
    .tour-card h5 {
      font-size: 35px;
      margin-bottom: 18px;
      font-family: 'Jost', sans-serif !important;
      color:var(--color-dark-1) !important;
    }
    .tour-card p {
      font-size: 16px;
      margin-bottom: 6px;
      font-family: 'Jost', sans-serif !important;
      color:var(--color-dark-1) !important;
    }


    .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #1b7470 !important;
    border-color: #1b7470 !important;
}


/* Enquire form css */



    .section-bg {
      position: relative;
      padding-top: 150px;
      padding-bottom: 100px;
    }

    .section-bg__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }

    .bg-dark-1 {
      background-color: #05103600 !important;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }

    .container-content {
      position: relative;
      z-index: 1;
      text-align: center;
      color: white;
    }

    .text-40 {
      font-size: 40px;
    }

    .md-text-25 {
      font-size: 25px;
    }

    .fw-600 {
      font-weight: 600;
    }

    .mt-15 {
      margin-top: 15px;
    }

/* 
form */


/* General Form Styling */
.travel-form {
    margin-top: 30px;
    font-family: Jost, sans-serif;
}

.travel-form label {
    font-weight: bold;
    color: #000;
}

.travel-form label span {
    color: red;
}

.travel-form input,
.travel-form select,
.travel-form textarea {
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 16px;
}

/* Flex Container */
.flex-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.flex-container > div {
    flex: 1;
    min-width: 200px;
}

/* Newsletter Checkbox */
.newsletter {
    /* display: flex; */
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 20px;

    color: #000;
}

.newsletter input[type="checkbox"] {
    width: auto;
    margin-right:5px;
}

/* Submit Button */
.submit-btn {
    text-align: center;
    margin-top: 30px;
}

.submit-btn button {
    background: #2d948f;
    color: #fff;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.submit-btn button:hover {
    background: #2d948f;
}

/* Responsive for Tablets & Mobile */
@media screen and (max-width: 1024px) {
    .flex-container {
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        gap: 15px;
    }
}

 .newsletter input[type="checkbox"] {
    accent-color: #2d948f; /* Tumhara custom color */
   
  }


  /* header one css */


   
   /* Desktop: Show only logo, no sticky effect */
@media (min-width: 992px) {
  .header {
     /* bg remove */
    box-shadow: none !important;
  }

  /* Hide everything except logo */
  .header-menu,
  .d-flex.items-center.ml-20,
  .row.x-gap-20.items-center,
  .d-none.xl\:d-flex {
    display: none !important;
  }
}

/* Mobile: Keep header normal with sticky */
@media (max-width: 991px) {
  .header {
    /* position: sticky !important; */
    top: 0;
    z-index: 999;
  }
}
  
 

/* trip-detais page */



     body {
      background: #f9f9f9;
        font-family: 'Jost', sans-serif;
        
    }
   
    .gallery img {
      border-radius: 10px;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    .gallery .big-img {
      height: 100%;
      min-height: 400px;
    }
    .gallery .small-img {
      height: 195px;
    }
      .enquiry-form {
    background: #fff;
    border-radius: 10px;
    padding: 15px; /* kam padding */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: sticky;
    top: 20px;
  }
  .enquiry-form h5 {
    background: #258a86;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
  }
  .enquiry-form .form-control {
    padding: 6px 10px; /* input fields ki height kam */
    font-size: 14px;
    border: solid #000 1px !important;
  }
  .enquiry-form .form-label {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .enquiry-form textarea {
    height: 60px; /* message box chhota */
    resize: none;
  }
  .enquiry-form .mb-3 {
    margin-bottom: 10px; /* field gap chhota */
  }
  .btn-enquiry {
    background: #258a86 !important;
    color: #fff !important;
    width: 100%;
    padding: 8px;
    font-size: 14px;
  }
  .btn-enquiry:hover {
    background: #258a86;
    color:#fff;
  }
  
  /* for search box */

  .search-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border-radius: 50px;
  padding: 15px 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  width: max-content;
  flex-wrap: wrap; /* important for small screens */
}

.dropdown {
  position: relative;
}

.dropdown-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  width: 200px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#calendarBtn{

  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  width: 200px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
#calendarBtn:hover{
   background-color: #f1f1f1;
}


.dropdown-btn:hover {
  background-color: #f1f1f1;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
  z-index: 10;
}

.dropdown-content a {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown.active .dropdown-content {
  display: block;
}

.find-now-btn {
  background-color: #1b7470;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
}

.find-now-btn:hover {
  background-color: #f9604e;
}

/* -------------------- RESPONSIVE DESIGN -------------------- */
@media (max-width: 768px) {
  .search-box {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
    padding: 20px;
    width: 90%;
  }

  .dropdown-btn {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fafafa;
  }

  #calendarBtn{
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fafafa;
  }

  .find-now-btn {
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    padding: 14px 0;
  }
}

@media (max-width: 480px) {
  .dropdown-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  #calendarBtn{
    font-size: 14px;
    padding: 8px 15px;
  }

  .find-now-btn {
    font-size: 15px;
    padding: 12px 0;
  }
}



/* all destination slider */
.citiesCard {
  position: relative;
  overflow: hidden;
}

.citiesCard__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.citiesCard:hover .citiesCard__content {
  opacity: 1;
  transform: translateY(0);
}

.citiesCard__bottom {
  width: 100%;
}

.citiesCard__bottom h4,
.citiesCard__bottom button {
  transition: all 0.3s ease;
}

.citiesCard__bottom h4 {
  margin-bottom: 15px;
}

.citiesCard__bottom button {
  opacity: 0;
  transform: translateY(15px);
}

.citiesCard:hover .citiesCard__bottom button {
  opacity: 1;
  transform: translateY(0);
}


/* testimonials */

.card {
  background-color: rgb(27, 116, 112, 0.9) !important;
  border: none;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background: #2f9793;
  opacity: 1;
}
.swiper-button-next-custom,
.swiper-button-prev-custom {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.swiper-button-next-custom:hover i,
.swiper-button-prev-custom:hover i {
  color: #2f9793;
}


/* //about us page css */

 .top-bar {
    background: #fff;
  box-shadow: 0 3px 11px rgba(0, 0, 0, .1);
    padding: 12px 0;
    border-bottom: unset;
  }
 
  
  .top-bar .nav-link {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 8px 0;
  }
  .top-bar .nav-link:hover {
    color: #2f9591 !important
  }
  .top-bar .nav-item:not(:last-child) .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #ccc;
  }

  @media (max-width: 576px) {
    .top-bar {
      padding: 8px 0;
    }
    .top-bar .nav {
      flex-wrap: wrap;
    }
    .top-bar .nav-item {
      flex: 1 1 50%;
      border-bottom: 1px solid #eee;
    }
    .top-bar .nav-item:nth-child(3),
    .top-bar .nav-item:nth-child(4) {
      border-bottom: none;
    }
    .top-bar .nav-item .nav-link::after {
      display: none;
    }
  }



  .premium-tours {
    background: #fff;
    padding: 80px 0;
  }

  .premium-tours h3 {
    color: #2a8f8a;
    letter-spacing: 0.5px;
  }

  .premium-tours p {
    font-size: 16px;
    line-height: 1.6;
  }

  .premium-tours .btn-outline-primary {
    border: 1.8px solid #2a8f8a;
    color: #2a8f8a;
    font-weight: 500;
    transition: 0.3s ease;
  }

  .premium-tours .btn-outline-primary:hover {
    background-color: #2a8f8a;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }


  .tailor-made-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 700px;
    text-align: left;
  }

  .tailor-made-list li {
    position: relative;
    font-size: 17px;
    color: #333;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .tailor-made-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2a8f8a;
    font-weight: bold;
    font-size: 18px;
  }


   .premium-section {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Soft section shadow */
    border-radius: 10px;
    margin: 40px auto;
    max-width: 1200px;
  }

  .premium-section h3 {
    letter-spacing: 0.5px;
  }

  .premium-section .btn-primary {
    background-color: #2a8f8a;
    border: none;
    font-weight: 500;
    transition: 0.3s;
  }

  .premium-section .btn-primary:hover {
    background-color: #2a8f8a;
  }

  @media (max-width: 768px) {
    .premium-section {
      text-align: center;
      border-radius: 0;
      margin: 0;
    
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }
  }






   .top-bar .nav-link {
    display: block;
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    background-color: #2a8f8a; /* default background */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 3D shadow */
    transition: all 0.3s ease;
    margin: 5px;
  }

  .top-bar .nav-link:hover {
    background-color: #1e6e6a; /* hover background */
    transform: translateY(-3px); /* lift effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* deeper shadow */
    color: #fff !important;
  }

  .top-bar {
    background-color: transparent; /* keep top-bar transparent */
    padding: 8px 0;
  }

  .top-bar .nav-item {
    flex: 1;
  }

  a{
    text-decoration: none !important;
  }




    .search-input {
 
    border: 2px solid #2a8f8a;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
  }

  .search-input:focus {
    border-color: #1f6b67;
    box-shadow: 0 0 5px rgba(42,143,138,0.6);
  }



.timeline {
  position: relative;
  margin-left: 30px;
  border-left: 2px solid #ccc;
  padding-left: 30px;
}
.timeline-item {
  position: relative;
  margin-bottom: 40px;
}
.timeline-day {
  position: absolute;
  left: -53px;
  top: 0;
  background: #258a86;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.timeline-content {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px 20px;
  /* border-top: 4px solid #d6e9ff; */
}
.timeline-content h6 {
  background: linear-gradient( to right, #55b7b3, #b2d4f3);
  font-weight: 600;
  padding: 10px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: -15px -20px 15px -20px;
  border-bottom: 1px solid #d9e8ff;
  color: #000;
}
.timeline-content ul {
  margin: 0;
  padding-left: 18px;
}
.timeline-content img {
  margin-top: 10px;
}




.tour-details {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  width: 90%;
}

.info-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.info-box {
  flex: 1;
  border-radius: 8px;
  padding: 20px;
  overflow-y: auto;
  max-height: 220px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.inclusions {
  background: #e8f7e8;
  border-left: 6px solid #2ecc71;
}

.exclusions {
  background: #fcecec;
  border-left: 6px solid #e74c3c;
}

.info-box h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inclusions li::before {
  content: "✔ ";
  color: #27ae60;
}

.exclusions li::before {
  content: "✖ ";
  color: #e74c3c;
}

li {
  margin-bottom: 10px;
  line-height: 1.5;
}



.terms-main-container {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  padding: 25px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  margin: 30px auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.terms-main-container h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  border-left: 5px solid #2196f3;
  padding-left: 10px;
}

.terms-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.term-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.term-header {
  background: linear-gradient(to right, #55b7b3, #b2d4f3);
  padding: 10px 15px;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

.term-body {
  padding: 10px 20px;
  background: #fff;
}

.term-body ul {
  margin: 0;
  padding-left: 20px;
}

.term-body li {
  line-height: 1.6;
}




  .tour-section {
    background: #f8f9fa;
    /* padding-left: 50px;
    padding-right: 50px; */
  }

  @media (max-width: 992px) {
    .tour-section {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (max-width: 576px) {
    .tour-section {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  .btn-enquiry {
    background-color: #007bff;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
  }
  .btn-enquiry:hover {
    background-color: #0056b3;
  }
  .tour-tag {
    background-color: #fff7c2;
  }


   /* Sticky Form */
  .sticky-form {
    position: sticky;
    top: 100px; /* distance from top of viewport */
  }

  /* Prevent sticky from overlapping footer */
  @media (max-width: 991px) {
    .sticky-form {
      position: static;
      top: auto;
    }
  }
  .nav-tabs .nav-link.active {
  background-color: #007bff;
  color: #fff;
  border-radius: 20px;
}
.sticky-form {
  position: sticky;
  top: 100px;
  z-index: 10;
}
.tour-section {
  background-color: #f9fafc;
}
.nav-tabs .nav-link.active {
  background-color: #007bff;
  color: #fff !important;
  border-radius: 20px;
}
.nav-tabs .nav-link {
  color: #333;
  font-weight: 500;
}


    
.scroll-nav {
  background: #f8f9fc;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border: 1px solid #e2e6ea;
}

.scroll-nav .nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.scroll-nav .nav-item {
  list-style: none;
}

.scroll-nav .nav-link {
  text-decoration: none;
  color: #333;
  background: #ffffff;
  border: 1px solid #d1d9e6;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.scroll-nav .nav-link:hover {
  background: linear-gradient(135deg, #258a86, #258a86);
  color: #fff;
  border-color: #258a86;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0,123,255,0.2);
}

.scroll-nav .active-scroll {
  /* background: linear-gradient(135deg, #258a86, #258a86); */
  color: #000 !important;
  border-color: #258a86;
  box-shadow: 0 3px 8px rgba(0,123,255,0.2);
}

@media (max-width: 768px) {
  .scroll-nav {
    padding: 10px;
  }
  .scroll-nav .nav-link {
    padding: 6px 14px;
    font-size: 14px;
  }
}

    /* Slider wrapper - remove extra scroll */
.js-section-slider {
  overflow: hidden; /* hide horizontal overflow */
  margin: 0 auto;
  padding: 0;
}

/* Swiper slides */
.js-section-slider .swiper-slide {
  box-sizing: border-box;
}

/* Images should fit container without causing scroll */
.js-section-slider .citiesCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures no stretching and no extra scroll */
  display: block;
}

/* Optional: ensure body does not have extra margin/padding */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* prevent horizontal scroll */
}

  
.dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dots span {
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
}

.dots .active {
  background: #008080; /* Active dot color like your image */
}

  .custom-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: calc(100% / 3); /* 3 slides per view */
  box-sizing: border-box;
  padding: 0 10px;
  color:white;
}

/* Arrows */
.controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.arrow {
 
 
  border: none;
  padding: 8px 15px;
  font-size: 25px;
  cursor: pointer;
  border-radius: 6px;
}



/* Responsive */
@media (max-width: 992px) {
  .slide { min-width: 50%; } /* 2 slides on medium screens */
}

@media (max-width: 600px) {
  .slide { min-width: 100%; } /* 1 slide on small screens */
}


