.hidden { display: none; } /* Hide extra list items */


     .tour_attraction_inner p {
      font-size: 18px !important;
      text-align: center !important;
    }


    /* Trigger Button */
    .custom-popup-trigger {
      padding: 10px 20px;
      background-color: #007bff;
      color: #fff;
      border: none;
      cursor: pointer;
      border-radius: 4px;
      font-size: 16px;
      margin: 20px;
    }

    /* Popup Overlay (Background) */
    .custom-popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(5px);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 999999; /* Ultra-high z-index to ensure it's on top */
    }

    /* Popup Box */
    .custom-popup-box {
      background: #fff;
      width: 450px;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      z-index: 9999999; /* Even higher than overlay */
    }

    .custom-popup-box h3 {
      margin: 0 0 10px;
      text-align: center;
    }

    .custom-popup-box input,
    .custom-popup-box textarea {
      width: 100%;
      padding: 12px 15px;
      margin: 8px 0;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 15px;
      box-sizing: border-box;
    }

    /* Special styling for number input */
    input[type="number"] {
      -moz-appearance: textfield; /* Firefox */
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none; /* Safari/Chrome */
      margin: 0;
    }

    /* Date input styling */
    input[type="date"] {
      position: relative;
    }
    input[type="date"]::-webkit-calendar-picker-indicator {
      position: absolute;
      right: 10px;
      width: 20px;
      height: 20px;
    }

    .custom-popup-box textarea {
      resize: none;
      min-height: 100px;
      font-family: inherit;
    }

    .custom-popup-box button.custom-submit-btn {
      padding: 10px;
      background-color: #28a745;
      border: none;
      color: #fff;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
      width: 100%;
      margin-top: 10px;
    }

     @media (max-width: 480px) {
      
      .custom-popup-box {
        width: 100%;
      }
      
      input, textarea {
        font-size: 16px !important;
      }
      
      .call-btn{
          display:none;
      }
      .whatsapp-link{
          display:none;
      }
    }
    #tourvariat .swiper {
      width: 100%;
    }

    #tourvariat .swiper-slide {
      border: 1.5px solid #e7e7e7;
      background: #fbfbfb;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .08);
      /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
      cursor: pointer;
      /*text-align: center;*/
      transition: border 0.3s ease;
    }

    #tourvariat .swiper-slide.active {
      border: 2px solid #007bff;
      background: #F5F9FF;
    }
    #tourvariat .swiper-slide {
    position: relative;
    transition: all 0.3s ease;
}

/* Show arrow under active slide */
#tourvariat .swiper-slide.active::after {
    content: "▼"; /* downward triangle (you can use "▾" or "\/" if you prefer) */
    position: absolute;
    bottom: -10px; /* slight distance below the slide */
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: #007bff; /* Change this color as per your theme */
}
#tourvariat .tour_variations_lft_btn{
    width:100%;
}

    .package-title {
      font-size: 18px;
      font-weight: bold;
    }

    .package-duration {
      font-size: 14px;
      color: #555;
      margin: 10px 0;
    }

    .package-price {
      font-size: 12px;
    }

    .swiper-button-prev,
    .swiper-button-next {
      color: #000;
      font-size: 12px;
      background: #e0e0e0cc;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 12px !important;
    }


.heading-bg {
    padding: 2px 5px;
    border-left: 6px solid #f77b00;
    background: linear-gradient(90deg, #efefef, hsla(0, 0%, 95%, 0));
    margin-bottom: 20px;
}

/*read more color css*/
.text-wrapper {
  position: relative;
}

.read-more-text p {
  max-height: 6.2em; /* approx 3 lines */
  overflow: hidden;
  transition: max-height 0.5s ease;
  line-height: 1.6em;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3em;
  width: 100%;
  background: linear-gradient(to top, white, transparent);
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 1;
}

.read-more-btn {
  background: #e67e22;
  color: white;
  padding: 4px 10px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}

                 
#navbar {
  background-color:#f7a613;  
  padding: 0px 0px;
  width:100%; 
  /*width:737px; */
  transition: top 0.3s;  
}

 
.package-highlight {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.nav-list {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

.nav-list li {
  padding: 8px 20px;
  cursor:pointer;
}

.nav-list li a {
  color: #fefefe;
  text-decoration: none;
  font-size: 16px;
  display: block; 
  transition:0.3s ease-in-out;
  
}

.nav-list li a:hover {
  background-color: #1967d2;
  border-radius: 5px;
  color:#fefefe;
  cursor:pointer;
  padding: 4px 12px;
}

.nav-list li.active a {
  background-color: #1967d2; 
  border-radius: 5px;
  color:#fefefe;
  padding: 4px 12px;
}

/* Sticky navbar class */

.sticky {
  position: fixed;
  top: 88px !important;
  /*left: 74px;*/
  /*right: 0;*/
  width:56% !important;
  z-index: 999; 
  background-color:#fefefe;
  box-shadow: 0px 15px 10px -15px #111; 
}

.sticky .nav-list li a{
    color:#fefefe;
    font-weight: bold;
}



/* Responsive behavior for small screens */
@media (max-width: 768px) {
    
    .colinside {
    width: 96%;
    border:1px solid #c1c2c1;
    padding:8px 4px;
    margin:8px;
    border-radius:4px;
    }
  .nav-list {
    display:flex;
    justify-content:space-between;
    align-items: center;
  }

  .nav-list li {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size:14px;
    margin-left:8px;
  }
                   
    #navbar {
     width: 92% !important;  
     /*width: max-content !important;  */
   
    }
    
    .package-highlight {
   
    padding: 0 0px !important;

}

.js-pin-content {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.js-pin-content.sticky {
  position: sticky;
  top: 100px; /* space from top */
  width: 330px; /* adjust as per your layout */
  z-index: 99;
}

.js-pin-content.stop {
  position: absolute;
  top: auto;
  bottom: 0;
}

.whatsapp-btn-mobile_12 {
    background: #25D366;
    padding: 5px 25px;
    margin-top: 20px !important;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}

.whatsapp-btn-mobile_12:hover {
    background: #1DA851;
}
.whatsapp-btn-mobile_12 a {
    color: white;
}
.whatsapp-btn-mobile_12 a i {
    margin-right: 1px;
}
.whatsapp-btn-mobile_12 {
    display: block !important;
}
}

.whatsapp-btn-mobile_12 {
    display: none;
}

/*price section css*/

.deal-container-custom {
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #ddd;
    margin-top: 15px;
  }

  .deal-header-custom {
    font-size: 16px;
    color: #05073C;
    font-weight: bold;
  }

  .deal-header-custom i {
    color: #05073C;
    margin-right: 4px;
  }

  .deal-flex-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .deal-price-custom {
    font-size: 18px;
    font-weight: bold;
    color: #05073C;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .deal-off-badge {
    font-size: 14px;
    background: #fff5db;
    color: #ffb800;
    padding: 6px 8px;
    border-radius: 8px;
    font-weight: bold;
    animation: flash-custom 1.5s infinite;
    margin-left: 10px;
}

  .deal-per-adult {
    /*text-align: center;*/
    font-size: 15px;
    font-weight: 500;
    color: #444;
  }

  @keyframes flash-custom {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
  }

  /* Hide layout below 568px */
  @media (max-width: 568px) {
    .deal-container-custom {
      display: block !important;
    }
  }
  .deal-container-custom {
      display: none;
    }
    
    .bor-but {
        border: 1px solid #000 !important;
    }
    .main-child1 {
      width: 340px;
      padding: 10px;
    }
    .deal-price-custom p {
        font-size: 26px;
    }
    
     @media (min-width: 568px) {
    #stickySidebar {
      width: 100%;
      transition: all 0.3s ease-in-out;
    }

     .sticky-fixed {
         position: fixed;
         top: 88px;
         left: auto;
         right: 75px;
         z-index: 3;
     }
     }
     .z-ax{
         position: relative;
         z-index: 1;
     }
     .detion {
         position: relative;
         z-index: 4;
         background: white;
     }