 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

  body {
      font-family: 'Inter', sans-serif;
        overflow-x: hidden;

    }
    body p{
      font-size: 14px;
    }

    body li{
      font-size: 14px;
      line-height: 24px;
    }
    
    .hero {
      background: url('../images/trek-bg.webp') center center/cover no-repeat;
      color: white;
      min-height: 650px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
     
      position: relative;
      padding-top: 100px;
      z-index: 1;
    }
    @media only screen and (max-width:786px){
      .hero {
        min-height: auto !important;
        padding-top: 60px;
      }
      
      .bg-right {
                  background-color: #333 !important;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%) !important;
        }

         .slick-prev {
            left: 0px !important;
          }

          .slick-next {
            right: 10px !important;
          }
          .fixed-top{
            top:30px;
          }
    }
    .hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(180deg, #333333 0%, #00000060 30%);
      z-index: -1;
    }
    .section-title {
      font-size: 2rem;
      margin-bottom: 1.5rem;
    }
    .testimonial-img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 50%;
    }
    .navbar .nav-link {
        font-weight: 500;
        color: #fff;
        font-size: 17px;
        text-transform: uppercase;
    }
    .btn-primary-custom {
      background-color: #ff7f50;
      border: none;
      font-weight: bold;
    }
    .navbar-overlay {
     /* position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;*/
    }
    .hero-bottom-info {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 50px;
      color: white;
    }
    .hero-box-left,
    .hero-box-right {
      background: rgba(0, 0, 0, 0.5);
      padding: 20px;
      border-radius: 10px;
      max-width: 45%;
    }
    .hero-box-left .btn,
    .hero-box-right .btn {
      margin: 5px 5px 0 0;
    }
    .btn-outline-custom-new{
      border-color: #fff;
    color: #fff;
    }

    .slider .slick-slide {
    margin: 0 3.5px;
  }

  .slider .slick-list {
    margin: 0 -7.5px;
  }



    .sliderTop .slick-slide {
    margin: 0 3.5px;
  }

  .sliderTop .slick-list {
    margin: 0 -7.5px;
  }

  .pricePosition{
    left: 15px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 20px;
    display: none;
  }

  .slick-dots li button:before {
    font-size: 18px !important;
  }

  .slick-prev,
  .slick-next {
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
    z-index: 1;
  }

.slick-prev,
  .slick-next:hover{
     color:red;
  }
  .slick-prev,
  .slick-next:focus{
     color:#333;
  }


.slick-prev:hover{
     color:red;
  }
  .slick-prev:focus{
     color:#333;
  }

  .slick-prev {
    left: -40px;
  }

  .slick-next {
    right: -25px;
  }

  .slick-prev:before, .slick-next:before {
     display:none !important;
  }
  .placesSlides img{
    width: 100%;
  }
  .best-treks .card-title {
    font-weight: 600;
    font-size: 19px;
}
  .best-treks .slick-dots{
    display: none !important;
  }





.placesSlidesTop  .slick-dots li button:before {
    font-size: 18px !important;
  }

  .placesSlidesTop  .slick-prev,
  .slick-next {
    background: none;
    border: none;
    font-size: 2rem;
    color: #eee;
    z-index: 1;
  }

.placesSlidesTop  .slick-prev:hover{
     color:red;
  }


.placesSlidesTop .slick-next:hover{
     color:red;
  }

.placesSlidesTop  .slick-prev:hover{
     color:#fba215;
  }
  .placesSlidesTop  .slick-prev:focus{
     color:#fff;
  }

  .placesSlidesTop  .slick-prev {
    left: -40px;
  }

  .placesSlidesTop  .slick-next {
    right: -25px;
  }

  .placesSlidesTop  .slick-prev:before, .slick-next:before {
     display:none !important;
  }
  .placesSlidesTop  .placesSlides img{
    width: 100%;
  }
.upcimingTreks{
      color: #eee;
    text-decoration: none;
    margin-bottom: 11px !important;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    padding: 2px 8px 5px 5px;
}



 .sliderTop .card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    z-index: 1;
    transition: all 0.3s ease;
  }

  .sliderTop .card .titleText {
    z-index: 2;
  }

    .sliderTop .card .titleText h3 {
    color:#fff !important;
    font-weight: 600;
  }
  .sliderTop .card .titleText p{
    font-weight: 100;
    font-size: 12px;
  }

  .sliderTop .card .card-img-top {
    display: block;
    width: 100%;
    height: auto;
  }

  .sliderTop .card .pricePosition {
    z-index: 3;
  }
 
 .navbar-toggler {
    border: 1px solid #eee;
}


    .links-list a {
      color: white;
      text-decoration: none;
      margin-left: 15px;
      font-weight: 500;
    }

    .links-list a:hover {
      text-decoration: underline;
    } /* end news update */


.bg-left {
  /*background-color: #112655; /* Deep Blue */
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);*/
}

.bg-right {
  background-color: #333; /* Dark Gray */
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.links-list a {
  color: white;
  margin: 0 10px;
  font-weight: 500;
  text-decoration: none;
}

.links-list a:hover {
  text-decoration: underline;
}

.bg-left  a {
  color: #000;
  margin: 0 10px;
  font-weight: 500;
  text-decoration: none;
}

.bg-left a:hover {
  text-decoration: underline;
  color:#065499;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    margin-top: 0;
    animation: fadeInRight 0.3s ease-in-out;
  }

  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(-10px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .dropdown-menu {
    min-width: 260px; /* adjust as needed */
    white-space: normal;
    left: 100%;  /* Push rightward if itâ€™s a flyout (optional) */
    top: 0;
    background-color:#fff;
    border:0px;
  }
}


.offcanvas-header{
    background-color: #065499;
}

#offcanvasNavbar .dropdown-menu .dropdown-item{
  color:#000 !important;
  border-bottom: 1px solid #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
}

#offcanvasNavbar .dropdown-menu .dropdown-item:hover{
  background: #fff;
  color:#000;
}

#offcanvasNavbar.nav-link:hover{
 color:#fba215
}
#offcanvasNavbar .nav-link:focus{
 color:#fba215
}

/* category css */
 .category-card {
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      height: 100%;
    }
    .category-card h5 {
      border-bottom: 2px solid #e8e8e8;
      padding-bottom: 8px;
      margin-bottom: 15px;
      color: #333;
      font-size: 19px;
    font-weight: 600;
    }
    .category-card ul {
      list-style: none;
      padding-left: 0;
    }
    .category-card ul li {
      padding: 4px 0;
      font-size: 15px;
    }
    .category-card ul li a{
        text-decoration:none;
        color:#000;
    }
     .category-card ul li a:hover{
         text-decoration:underline;
         color:#c92039;
     }
     .category-card .month-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 5px 15px;
    }
    .category-card .month-grid div {
      padding: 4px 0;
      font-size: 15px;
    }
    
    .category-card .month-grid a{
        text-decoration:none;
        color:#000;
    }
    .category-card .month-grid a:hover{
         text-decoration:underline;
         color:#c92039;
     }
    
    
 /* end category css */


/* gallery */
.gallery-image {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.featured {
  position: relative;
  height: 100%;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 8px 12px;
  border-radius: 0 0 12px 12px;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer; /* Added to show it's clickable */
}
.overlay i {
  font-size: 16px;
}
.thumb {
  cursor: pointer; /* optional: make thumbs clickable feel */
}
.thumb img {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* Removed thumb + thumb margin. Bootstrapâ€™s g-2 already handles spacing well */
    

    /* footer csse */
     .footer {
      background-color: #1e1e1e;
      color: #f1f1f1;
      padding: 50px 0;
    }
    .footer h6 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
      text-transform: uppercase;
    }
    .footer ul {
      list-style: none;
      padding-left: 0;
    }
    .footer ul li {
      margin-bottom: 3px;
      position: relative;
      padding-left: 20px;
      font-size:13px;
    }
    .footer ul li::before {
      content: "->";
      position: absolute;
      left: 0;
      color: #f9a825;
      font-size: 10px;
      top: 3px;
    }
    .social-icons i {
      font-size: 20px;
      margin-right: 10px;
      color: #f1f1f1;
    }
    .footer a {
      color: #f1f1f1;
      text-decoration: none;
      font-size:13px;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer .gallery img {
    /*  width: 100px;
      height: 60px;
      object-fit: cover;
      margin: 1px;
      border-radius: 3px;*/
      width: 100%;
      border-radius: 3px;
    }
    .contact-icon {
      margin-right: 8px;
      color: #f9a825;
    }
    .footer .address p{
      display: inline-flex;
      font-size:13px;
    }
    .footer .intro p{
      font-size:13px;
    }
    /* end footer css */


       /* Fixed Vertical Sidebar */
    .sidebar-fixed {
      position: fixed;
      top: 40%;
      right: 0;
      /*height: 100vh;*/
      width: 40px;
      background-color: #065499;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding: 4px 0;
      z-index: 1050;
      
    }

    .sidebar-fixed .icon-box {
      width: 100%;
      text-align: center;
      cursor: pointer;
      padding: 0px 0;
    }

    .sidebar-fixed .explore-text {
        transform: rotate(180deg);
        writing-mode: vertical-lr;
        text-align: center;
        margin-top: 7px;
        font-size: 14px;
        letter-spacing: 1px;
        margin-left: 9px;
    }

    /* Offcanvas full screen */
    .offcanvas-start.fullscreen {
      width: 100% !important;
    }

    .offcanvas-body {
      /*padding: 3rem;*/
    }

    .menu-bars {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }
    .exploreMoreOffcanvas .social-icons .bi{
        font-size: 30px;
        color: #065499;
        border: 1px solid;
        padding: 2px 12px;
        border-radius: 14px;
    }
    /* end fixed side bar*/

    /* intro section */
     .main-section {
      padding: 3rem 0px;
      background-color: #065499;

    }

    .image-container {
      position: relative;
      border-top-left-radius: 60px;
      overflow: hidden;
    }

    .image-container img {
      width: 100%;
      height: auto;
      display: block;
    }

  .experience-box {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background-color: #f6aa1c;
      padding: 10px;
      color: white;
      font-weight: bold;
      border-radius: 10px;
      z-index: 2;
  }

    .trip-tag {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background-color: #065499;;
      color: white;
      font-weight: bold;
      padding: 12px 20px;
      border-radius: 10px;
      z-index: 2;
    }

    .circular-photo {
      position: absolute;
      top: 40%;
      left: 30%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 7px solid white;
      overflow: hidden;
      width: 200px;
      height: 200px;
      z-index: 3;
    }

    .circular-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .highlight-btn {
      background-color: #f6aa1c;
      border: none;
      padding: 12px 25px;
      font-weight: 600;
      color: black;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      .circular-photo {
        /*display: none;*/
      }

      .circular-photo {
          position: absolute;
          top: 30%;
          left: 30%;
          transform: translate(-50%, -50%);
          border-radius: 50%;
          border: 3px solid white;
          overflow: hidden;
          width: 80px;
          height: 80px;
          z-index: 3;
        }
    }
    /* end */

    .sticky-navbar {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
      animation: slideDown 0.3s ease-in-out;
    }

    @keyframes slideDown {
      from {
        top: -80px;
      }
      to {
        top: 0;
      }
    }


    .user-testimonial .slick-prev, .slick-next {
    /*background: #fff;*/
    /*border-radius: 50%;*/
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.15);*/
    /*width: 40px;
    height: 40px;*/
    z-index: 10;
    color:red;
  }
  .user-testimonial .slick-prev { left: -50px; }
  .user-testimonial .slick-next { right: -29px; }

  .user-testimonial .slick-prev:hover, .slick-next:hover {
    background: #fff;
  }
  .user-testimonial .slick-prev:before, .slick-next:before {
    display: none; /* hide default text */
  }

   .user-testimonial .slide-gap{
    margin: 0 0px
   }

   .user-testimonial .slick-slide img {
    display: inline !important; 
   }

   .testimonial-slider .slick-slide {
      padding: 0 5px; /* 5px on left & right = 10px total between slides */

    }
    .testimonial-slider .slick-list {
      margin: 0 -5px; /* compensate padding so layout aligns */
    }


    /* trek page banner * css */
       /* trek page banner */
    .banner-section {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    .banner-section img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Make sure the banner has height on all screens */
    .banner-section {
      height: 70vh; /* Responsive height */
      min-height: 400px;
    }

    .banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
      box-sizing: border-box;
    }

    .banner-overlay h1 {
      color: #fff;
      font-size: 3.5rem;
      margin-bottom: 0px;
    }

    .banner-overlay p {
      color: #f0f0f0;
      font-size: 1.3rem;
    }

    /* Responsive for tablets and mobiles */
    @media (max-width: 991px) {
      .banner-section {
        height: 60vh;
        min-height: 300px;
      }

      .banner-overlay h1 {
        font-size: 2.5rem;
      }

      .banner-overlay p {
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .banner-section {
        height: 50vh;
        min-height: 250px;
      }

      .banner-overlay h1 {
        font-size: 2.5rem;
      }

      .banner-overlay p {
        font-size: 1rem;
      }
    }


/* .sticky-sidebar */
    .sticky-sidebar {
      position: sticky;
      top: 100px;
    }

    .day-images img {
      width: 100%;
      /*height: 120px;*/
      object-fit: cover;
      border-radius: 10px;
    }

    .day-box {
      border-left: 3px solid #f60;
      padding-left: 15px;
      margin-top: 15px;
    }

    .nav-tabs .nav-link.active {
      background-color: #f8f9fa;
      border-color: #dee2e6 #dee2e6 #fff;
    }

#itineraryTabs .nav-item{
  font-size: 18px;
}

#itineraryTabs .nav-link.active {
    background-color: #065499;
    border-color: #065499;
    color: #fff;
}
.fixed-bottom-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  text-align: center;
  background: #ddd; /* Optional: for better contrast */
}
@media (max-width: 767.98px) {
  body {
    padding-bottom: 55px; /* Only on mobile view */
  }
}

#included ul li{
  display: flex !important;
}

#included ul li .bi{
  margin-right: 8px;
}
.social-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 8px;
  text-decoration: none;
}
.social-fb { background-color: #1877f2; }
.social-ln { background-color: #0a66c2; }
.social-tw { background-color: #1da1f2; }
.social-wa { background-color: #25d366; }

.card-header {
  border-left: 5px solid #007bff;
  border-radius: 4px;
}
.btn-link {
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: none;
  color: #007bff;
}
.sapnLocation{
  color: green;
  font-size: 11px;
  border: 1px solid;
  padding: 1px 7px;
  border-radius: 14px;
}

/* Make sure the image container controls the zoom */
.best-treks .card .position-relative {
  overflow: hidden; /* Clip image inside */
}

.best-treks .card img {
  transition: transform 0.5s ease;
  display: block;
}

.best-treks .card .position-relative:hover img {
  transform: scale(1.1); /* Zoom happens only inside this container */
}
.testimonial-slider .slick-slide {
  padding: 0 5px; /* 5px on left & right = 10px total between slides */
}
.testimonial-slider .slick-list {
  margin: 0 -5px; /* compensate padding so layout aligns */
}
.icon-top .card{
 background-color:transparent;
 width: 100%;
 text-align: center;
 display: block;
 border:1px solid #ccc;
 padding: 10px 0px 3px 0px;
}
.icon-top .card p{
  color:#fff;
  font-size: 17px;
}

.icon-top .card img{
 width:70px;
}
