




:root{

    --headerbg: #000000;
    --bgfontcolor: #ffffff;
    --maincolor: #8ecf2e;
    --fontfamily: 'montserratregular';
    --Pcolor: #999999;
    --bordercolor: card;


}



a {
    color: var(--maincolor);
    text-decoration: unset;
}



.nav-header-top {
    background-color: var(--headerbg);
}


.top-left-item li {
    display: inline-flex;
    padding: 3px;
}



.header-top-right {
    text-align: right;
}


.top-item-link a {
    text-decoration: none;
    color: var(--bgfontcolor);
    margin-top: 10px;
}

li.nav-item {
    padding-left: 12px;
    padding-right: 11px;
    
}

li.nav-item a {
    font-weight: 600;
    font-size: 13px;
   
   
   
}

.navbar-light .navbar-nav .nav-link {
    color: var(--headerbg);
}


.header-top-right a {
    color: var(--bgfontcolor);
    padding-left: 10px;
    margin: 5px;
}

.nav-header-top .header-top-left .top-left-item {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}




.top-btn{
    width: 130px;
    background-color: var(--maincolor);
    color: var(--bgfontcolor);
    height: 50px;
    
}



.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .carousel-caption {
     position: absolute;         
      transform: translatey(-150%);
      text-align: center;

  }
  
  /*side bar css */
  .help {
  background: #f6fbe9;
  padding: 40px 20px;
  border-radius: 15px;
}

.help-body {
  text-align: center;
}

.help-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}

.help-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.help-box {
  background: #ffffff;
  width: 260px;
  padding: 25px 20px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  border-top: 4px solid #8ecf2e;
}

.help-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.help-box img {
  width: 50px;
  margin-bottom: 15px;
}

.help-subhead {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.help-text {
  font-size: 14px;
  color: #666;
}

/* Optional second box highlight */
.help-box2 {
  border-top: 4px solid #6fb51f;
}
.tour-card {
  max-width: 350px;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
}

.tour-header {
  background: linear-gradient(135deg, #8ecf2e, #6fb51f);
  padding: 15px;
  text-align: center;
}

.tour-header h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.tour-body {
  padding: 20px;
}

.tour-item {
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 8px;
  background: #f4fbe9;
  border-left: 4px solid #8ecf2e;
}

.tour-item span {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.tour-item a {
  color: #8ecf2e;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.tour-item a:hover {
  color: #6fb51f;
  text-decoration: underline;
}
.logo img {
    width: 115px;
}

  /*card css*/
  
  /*home*/
  
/*new style css*/
.faq-section {
  padding: 60px 0;
  background: #f4fff7;
}

.faq-title {
  font-weight: 700;
  color: #1b5e20;
  margin-bottom: 10px;
}

.faq-subtitle {
  color: #4e6e57;
  max-width: 650px;
  margin: auto;
}

.faq-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 128, 0, 0.12);
}

.accordion-button {
  font-weight: 600;
  color: #1b5e20;
  background: #e8f5e9;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(45deg, #2e7d32, #43a047);
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background: #ffffff;
  color: #555;
  line-height: 1.7;
}


.trip-card a {
    text-decoration: none!important;
}
.tour_pck {
    background-color: #efeeee;
    padding-top: 10px;
    padding-bottom: 80px;
}

.himachal-packages a {
    text-decoration: none;
    /* color: green; */
}
    
    /* Himachal Packages – Alternate Design */
.himachal-packages {
  background: #ffffff;
}

.hp-card {
  border-radius: 16px;
  overflow: hidden;
  background: #f9fffb;
  border: 1px solid #e1f3ea;
  transition: 0.3s;
  height: 100%;
}

.hp-card:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

/* Image */
.hp-img img {
  width: 100%;
  height: 240px;
  object-fit: fill;
}

/* Body */
.hp-body {
  padding: 20px;
}

.hp-body h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.hp-body span {
  display: block;
  color: #555;
  margin-bottom: 15px;
  font-weight: 500;
}

/* Book Button */
.hp-btn {
  display: inline-block;
  background: #0b5d1e;
  color: #fff;
  padding: 10px 32px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.hp-btn:hover {
  background: #2ecc71;
  color: #fff;
}

/* Accent Color */
.next-text {
  color: #0b5d1e;
}
/* Section Background Color */
.himachal-packages {
  background: linear-gradient(180deg, #f0fbf5, #ffffff);
  padding: 20px 0;
}

/* Card Soft Look */
.hp-card {
  background: #ffffff;
}

/* Smaller & Rounded Book Button */
.hp-btn {
  display: inline-block;
  background: #0b5d1e;
  color: #fff;
  padding: 7px 22px;   /* smaller size */
  border-radius: 50px; /* fully round */
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.hp-btn:hover {
  background: #2ecc71;
  color: #fff;
}

/* Optional: Center spacing refinement */
.hp-body {
  padding: 18px;
}
.package-badge {
  border-radius: 6px;
  font-size: 13px;
  padding: 6px 14px;
}
.tour-card:hover {
  transform: translateY(-6px);
  transition: 0.3s ease;
}

    /* Honeymoon Packages Section */
.honeymoon-section {
  background: #f8fdf9;
}

/* Card Design */
.trip-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}

.trip-card img {
  width: 100%;
  height: 280px;
  object-fit: fill;
}

.trip-card:hover {
  transform: translateY(-6px);
}

/* Card Body */
.trip-card-body {
  padding: 20px;
}

.trip-card-body h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.trip-card-body p {
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
}

/* Book Now Button */
.book-btn {
  display: inline-block;
  padding: 10px 30px;
  background: #1b7f3a;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.book-btn:hover {
  background: #2ecc71;
  color: #fff;
}

/* Heading Colors */
.tour-heading {
  font-weight: 700;
}

.next-text {
  color: #1b7f3a;
}

    
.video-review-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.video-heading {
  font-size: 36px;
  font-weight: 700;
}

.video-heading span {
  color: #0d6efd;
}

.video-subtext {
  color: #6c757d;
  max-width: 600px;
  margin: 10px auto 0;
}

.video-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}

.video-card video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.nav-header-top {
        background-color: var(--headerbg);
    }

    .top-left-item li {
        display: inline-flex;
        padding: 3px;
    }

    .header-top-right {
        text-align: right;
    }

    .top-item-link a {
        text-decoration: none;
        color: var(--bgfontcolor);
        margin-top: 10px;
    }

    li.nav-item {
        padding-left: 12px;
        padding-right: 11px;
    }

    li.nav-item a {
        font-weight: 600;
        font-size: 13px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: var(--headerbg);
    }

    .header-top-right a {
        color: var(--bgfontcolor);
        padding-left: 10px;
        margin: 5px;
    }

    .nav-header-top .header-top-left .top-left-item {
        list-style: none;
        padding: 0;
        margin-top: 15px;
    }

    /* Hide navbar content by default on small screens */
    .navbar-collapse {
      display: none;
    }

    /* Show navbar content when active */
    .navbar-collapse.active {
      display: block;
    }
/* Show navbar content when active */
    .navbar-collapse.active {
      display: block;
    }
      /* Custom Carousel Styles */
        .custom-carousel {
            position: relative;
        }

        /* Carousel Indicators */
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #000000;
            border: none;
            margin: 5px;
            opacity: 0.5;
            transition: opacity 0.3s ease;
        }

        .carousel-indicators .active {
            opacity: 1;
        }

        /* Carousel Caption */
        .custom-carousel-caption {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
        }

        .custom-carousel-caption a {
           
            margin: 5px;
            padding: 10px 20px;
            color: #ffffff;
            text-decoration: none;
            background-color: #000000;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .custom-carousel-caption a:hover {
            background-color: #00000;
        }
/* Section */
.top-places {
  background: #f6fdf9;
  padding: 80px 0;
}
   
/* Card */
.place-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 320px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
} 

.place-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

/* Hover Zoom */
.place-card:hover img {
  transform: scale(1.15);
}

/* Overlay */
.place-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.2),
    rgba(0,0,0,0.85)
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  color: #fff;
}

/* Text */
.place-overlay h3 {
  font-size: 22px;
  font-weight: 700;
}

.place-overlay p {
  font-size: 14px;
  margin: 6px 0 14px;
  opacity: 0.9;
}

/* Button */
.place-btn {
  align-self: flex-start;
  padding: 7px 22px;
  font-size: 13px;
  border-radius: 50px;
  background: #22c55e;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.place-btn:hover {
  background: #16a34a;
}
  /* Section */
.top-selling {
  background: linear-gradient(180deg, #ffffff, #f0fdf4);
  padding: 90px 0;
}

/* Card */
.selling-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: 0.4s ease;
}

.selling-card:hover {
  transform: translateY(-8px);
}

/* Image */
.selling-img {
  position: relative;
}

.selling-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* Badge */
.selling-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #22c55e;
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 50px;
  font-weight: 600;
}

/* Body */
.selling-body {
  padding: 22px;
}

.selling-body h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.selling-body p {
  font-size: 14px;
  color: #555;
  margin-bottom: 18px;
}

/* Footer */
.selling-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Duration */
.duration {
  font-size: 13px;
  font-weight: 600;
  color: #0f5132;
}

/* Button */
.selling-btn {
  padding: 6px 20px;
  font-size: 13px;
  border-radius: 50px;
  background: #0f5132;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.selling-btn:hover {
  background: #198754;
}

  .offer-banner {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  border-radius: 25px;
  margin: 90px 0;
}

.offer-overlay {
  background: rgba(0,0,0,0.55);
  border-radius: 25px;
  padding: 70px 30px;
}

.offer-content {
  text-align: center;
  color: #fff;
}

.offer-content h3 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 35px;
}

.offer-content h3 span {
  color: #22c55e;
}

/* Benefits */
.offer-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.offer-list li {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  padding: 14px 22px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

.offer-list img {
  width: 22px;
}

/* Button */
.offer-btn {
  background: #22c55e;
  color: #fff;
  padding: 12px 34px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.offer-btn:hover {
  background: #16a34a;
  color: #fff;
}

.offer-hero {
  background-size: cover;
  background-position: center;
  padding: 0px 0;
  margin: 90px 0;
  border-radius: 28px;
}

.offer-glass {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  border-radius: 28px;
  padding: 80px 25px;
}

.offer-title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 35px;
  line-height: 1.3;
}

.offer-title span {
  color: #22c55e;
}

/* Features */
.offer-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 45px;
}

.feature-pill {
  background: rgba(255,255,255,0.15);
  padding: 14px 22px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.feature-pill i {
  color: #22c55e;
}

.feature-pill:hover {
  background: rgba(34,197,94,0.25);
  transform: translateY(-3px);
}

/* CTA Button */
.offer-cta {
  display: inline-block;
  background: #22c55e;
  color: #fff;
  padding: 13px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.offer-cta:hover {
  background: #16a34a;
  color: #fff;
  transform: scale(1.05);
}

 .service-quote {
  background: linear-gradient(180deg, #f0fdf4, #ffffff);
  padding: 90px 0;
}

/* Image */
.service-img {
  border-radius: 20px;
}

/* Quote Box */
.quote-box {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Form Heading */
.form-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #166534;
}

/* Inputs */
.form-control {
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #e5e7eb;
}

.form-control:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 2px rgba(34,197,94,0.2);
}

/* Button */
.quote-btn {
  background: #22c55e;
  color: #fff;
  border: none;
  padding: 12px 38px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #16a34a;
  transform: translateY(-2px);
}
 
  /*sppiti 17*/
  /* Spiti Section Background */
.spiti-section {
  background: linear-gradient(180deg, #0f2027, #203a43, #2c5364);
  padding: 80px 0;
}

/* Heading */
.spiti-heading {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.spiti-heading span {
  color: #6ee7b7;
}

/* Card Style */
.spiti-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.spiti-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.spiti-card:hover img {
  transform: scale(1.1);
}

/* Overlay Content */
.spiti-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  color: #fff;
}

.spiti-overlay h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.spiti-overlay p {
  font-size: 14px;
  margin-bottom: 12px;
}

/* Book Button */
.spiti-btn {
  display: inline-block;
  padding: 6px 20px;
  font-size: 13px;
  border-radius: 50px;
  background: #22c55e;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.spiti-btn:hover {
  background: #16a34a;
}

  
  /*spiti*/

/*new 16-12-2025*/
.trip-card a {
    text-decoration: none!important;
}
.tour_pck {
    background-color: #efeeee;
    padding-top: 10px;
    padding-bottom: 80px;
}

/*new 16-12-2025*/

  .custom-button {
    padding: 10px 40px 10px 40px;
    border: none;
    width: 200px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    border-radius: 5px;
    transition:  0.3s;
  }
  .custom-button:hover {
    background-color: var(--headerbg);
    color: var(--bgfontcolor);
  }

  .custom-button-ct{  
    width: 50px;
    padding: 10px 40px 10px 40px;
    border: none;
    color: var(--bgfontcolor);
    background-color: var(--headerbg);
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
  }

  .custom-button-ct:hover {
    background-color: var(--maincolor);
    color: var(--bgfontcolor);
  }


 

  .heading{
    font-family: auto;
    color: var(--headerbg);
    font-weight: bold;
    margin-top: 30px;
  }

.next-text{
    color: var(--maincolor);
}

  .p-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 15px;
    color: var(--headerbg);
    padding-bottom: 30px;
    font-weight: 200;
  }

  
.img-fluid2 {
  width: 100%;
  height: auto;
  
}

.about-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-subheading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-text {
  font-size: 16px;
  margin-bottom: 20px;
}
.about-icon {
  color: #007bff;
  margin-right: 10px;
}
.about-detail {
  font-size: 16px;
  margin-bottom: 10px;
}
.about-img {
  width: 100%;
  height: auto;
}
  .about-button {
    padding: 10px 40px 10px 40px;
    border: none;
    width: 200px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    border-radius: 5px;
    transition:  0.3s;
  }

  .about-button:hover {
    background-color: var(--headerbg);
    color: var(--bgfontcolor);
  }

  .tour-heading{
    font-family: auto;
    color: var(--headerbg);
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
    font-size: 54px;

  }

  .p-text-2{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 15px;
    color: var(--headerbg);
    text-align: center;
    font-weight: lighter;
    margin-bottom: 50px;
  }

  .why-heading{
    font-family: auto;
    color: var(--bgfontcolor);
    font-weight: bold;
   padding-top: 100px;
    text-align: center;
    font-size: 54px;

  }

  .icon-img{
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 100px;
  }

 
  
  .box {
    position: relative;
    width: 100%;
    height: 300px; 
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    transition: .5s;
    margin-bottom: 35px;
  }
  
  .box:hover {
    transform: translateY(-30px);
  }
  
  .box .imgbox {
    position: relative;
    overflow: hidden; 
  }
  
  .box .imgbox img {
    width: 100%; 
    height: auto; 
    transition: .5s;
    object-fit: cover; 
  }
  
  .box:hover .imgbox img {
    opacity: .7; 
  }
  
  .box .content {
    position: absolute;
    left: 0;
    bottom: -100%; 
    padding: 20px;
    box-sizing: border-box;
    transition: .5s;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(10px); 
    border-radius: 0 0 10px 10px; 
  }
  
  .box:hover .content {
    opacity: 1;
    bottom: 0;
  }
  
  .box .content h3 {
    font-size: 24px; 
    color: var(--maincolor); 
    font-weight: 500;
    margin-bottom: 10px; 
  }
  
  .box .content p {
    font-size: 16px; 
    color: var(--headerbg); 
    font-weight: 400;
    line-height: 1.5; 
  }
  
  .box .content .btnD {
    border: none;
    color: var(--maincolor); 
    font-size: 18px; 
    padding: 10px 20px;
    transition: .5s;
  }


 .gr{
  color: var(--maincolor);
 }

 .trip-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.trip-card:hover {
  transform: translateY(-5px);
}
.trip-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.trip-card-body {
  padding: 15px;
}

.trip-card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--maincolor);
}

.trip-price {
  font-weight: bold;
}
.trip-discount {
  color: white;
  font-size: 0.9rem;
  padding: 0.2rem 0.4rem;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
}


  
  .pack-days{
    background-color: var(--headerbg);
    color: var(--bgfontcolor);
    margin-top: 10px;
    border-radius: 2%;
    display: flex;
    vertical-align: center;
    padding: 10px;
   
    
  }

  .package-cont {
    position: relative;
    display: inline-block;
  }
  
  .img-fluid {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3%;
  }
  
  .package-details {
    position: absolute;
    bottom: 0; 
    left: 50%;
    transform: translateX(-50%);
    width: 90%; 
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .packages-slider {
    position: relative;
  }
  
  .package-cont {
    position: relative;
    margin-bottom: 50px; /* Adjust as needed */
  }



  .pack-days:hover{
   background-color: var(--maincolor);
   color: var(--bgfontcolor);
   
    
  }

  .pack-icon{
    color: var(--bgfontcolor);
    margin-left: 80px;
    
  }

.packagebox-1{
  width: 350px;
  height: 400px;
  border: solid 1px var(--bordercolor);
 
}

.manali-tour-img{
  width: 340px;
  height: 200px;
  margin-left: 4px;
  margin-top: 5px;
  margin-bottom: 10px;
}

h4{
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  margin-left: 5px;
  font-size: 24px;

}

.line{
  width: 340px;
  margin-left: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  size: 1px;
  border: none;
}

.p-tour-text{
  font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 15px;
    color: var(--headerbg);
    font-weight: lighter;
    margin-left: 4px;

}

.line-2{
  width: 340px;
  margin-left: 4px;
  margin-top: -7px;
  margin-bottom: 20px;
  size: 1px;
  border: none;
}

.tour-btn{
padding: 10px 30px 10px 30px;
    border: none;
    width: 100px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    font-size: 13px;
    margin-left: 4px;
    
}

.tour-btn:hover{
  color: var(--bgfontcolor);
}


.tour-btn-2{
  padding: 10px 10px 10px 10px;
    border: none;
    width: 100px;
    color: var(--bgfontcolor);
    background-color: var(--headerbg);
    text-decoration: none;
    font-size: 13px;
    margin: 10px;
}

.tour-btn-2:hover{
  color: var(--bgfontcolor);
}

.banner-section {
  width: 100%;
  height: 550px;
  background-image: url(assets/images/banner2.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.banner-2-heading {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.discount-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.discount-list li {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-img-2 {
  width: 80px; /* Adjust as needed */
  height: auto;
  margin-bottom: 10px;
}

.discount-text {
  color: var(--bgfontcolor);
  font-size: 16px;
}

.banner-button {
  display: inline-block;
  background-color: var(--bgfontcolor);
  color: var(--headerbg);
  font-size: 18px;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 5px;
  width: 200px;
 
}

.banner-2-heading{
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 35px;
  color: var(--bgfontcolor);
  text-align: center;
  line-height: 70px;
 

}

.icon-img-2 {
  padding: 12px;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  background: var(--headerbg);
  margin: 0 10px;
  border-style: none;
}



.activitybox{
  background-color: #efefef99;
  width: 340px;
  height: 250px;
  border-radius: 2%;
 
}

.activitybox2{
  width: 320px;
  height: 230px;
  margin-left: 5px;
  padding-top: 10px; 
    
}

.activity-img{
  width: 320px;
  margin-left: 5px;
  
}

.a-text{
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  margin-left: 5px;
  font-size: 24px; 
  color: var(--maincolor);
  text-align: center;
  background-color: var(--bgfontcolor);
  padding: 5px 5px 5px 0px;
  width: 320px;
}




.form-box{
  width: 450px;
  height: 450px;
  background-color: var(--headerbg);
  padding: 30px;
  margin-top: 20px;
  border-radius: 2%;
}

.form-heading{
  color: var(--bgfontcolor);
  text-align: center;
  border-bottom: 1px solid var(--bordercolor);  
  line-height: 60px;
}


.submit-btn{
  padding: 10px 40px 10px 50px;
  border: none;
  width: 100%!important;
  color: var(--bgfontcolor);
  background-color: var(--maincolor);
  text-decoration: none;
  border-radius: 5px;
 

}



.packagebox{
  border: solid 1px var(--bordercolor);
  width: 350px;
  height: 250px;
  border-radius: 2%;
  
  
 
}

.packagebox2{
  width: 350px;
  height: 230px;
  margin-left: 5px;
  padding-top: 10px; 
    
}

.package-img{
  width: 340px;
  margin-left: 4px;
  margin-top: 5px;
    
}

.package-text{
  margin-left: 5px;
  font-family: "Montserrat", sans-serif; 
  color: var(--headerbg);
  
}


.img-footer-div{
  display: flex;
  padding-top: 10px;
 
}

.more-text{
  font-family: "Montserrat", sans-serif; 
  color: var(--headerbg);
  text-decoration: none;
  font-weight: lighter;
  font-size: 14px;
  margin-left: 170px;
  justify-content: end;

}

.testimonial-heading{
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 35px;
  color: var(--bgfontcolor);
  line-height: 70px;
  padding-top: 50px; 
  
 

}

.testimonial-text{
 margin-top: -20px;
  color: var(--bordercolor);
  font-size: 13px;
  font-weight: lighter;
}



.testimonial {
  text-align: center;
  padding: 20px;
  background-color: var(--bgfontcolor);
}
.carousel-item {
  min-height: 200px;
}
.rating {
  color: #f1c40f;
}


footer{
  background-color: var(--headerbg);
  padding-top: 50px;
  padding-bottom: 50px;
  
}

.footer-text{
  font-size: 14px;
  color: var(--bgfontcolor);
  font-weight: 200
}

.footer-item .footer-link{
  color: var(--bgfontcolor);
  font-size: 14px;
  text-decoration: none;
  font-weight: 200;
  
}

.footer-item{
  list-style-type: none;
}

.contact-detail{
  color: var(--bgfontcolor);
  font-size: 14px;
  line-height: 30px;
  list-style-type: none;
  font-weight: 200
  
}

.contact-link{
  margin-right: 10px;
  color: var(--bgfontcolor);
  font-size: 14px;
}

.footer-left a {
  color: var(--bgfontcolor);
  
  margin: 5px;
}

.copy-text{
  color: var(--bgfontcolor);
  font-size: 14px;
  margin-top: 40px;
  font-weight: 200;
}

.bold{
  color: var(--maincolor);
  font-weight: bold;
}

.about-heading{  
  color: var(--maincolor);
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
}

.about-subheading{  
  font-weight: lighter;
  font-family: "Montserrat", sans-serif;
  color: var(--headerbg);
}

.about-text{
  font-family: "Montserrat", sans-serif; 
  font-size: 14px;
  color: var(--headerbg);
}

.about-detail{
  font-family: "Montserrat", sans-serif; 
  font-size: 14px;
  color: var(--headerbg);
}

.about-icon{
  color: var(--maincolor);
  text-decoration: none;
  margin-right: 10px;
}



.offerbox span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}

 



.offerbox{border-radius: 5px;
    width: 100%;
    padding: 18px;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0px 3px 10px #e5e5e5;}

.about-box{
  background-color: #f9e4bc;
  width: 600px;
  padding: 10px;
  border-radius: 2%;
  
}

.about-list-text{
  list-style-type: none;
   margin-bottom: 10px;
  padding: 5px 10px;
  border-bottom: 1px solid grey;
  margin-left: -25px;   
  
}

.about-list-btn{  
  border: 1px solid var(--Pcolor);
  font-weight: 200;
 padding: 10px 60px 10px 10px;
  border-radius: 5%;
  list-style-type: none;
  margin-left: 20px;
  font-size: 13px;
  
}




.list-items {
  padding: 10px 40px 0px 10px;
  border-radius: 5px;
  border: 1px solid gray;
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 10px; 
  margin-right: -50px;
}

.list-items2 {
  padding: 10px 40px 0px 10px;
  border-radius: 5px;
  border: 1px solid gray;
  list-style-type: none;
  margin-right: -50px;
  margin-bottom: 10px; 
}

.contact-box-1 {
  background: #ffffff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  padding: 15px 20px;
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid #eeeeee;}

  .ct-form{
    background-color: var(--maincolor);
    border-radius: 3%;
    margin-top: 50px;
  }

  .send-btn{
    background-color: var(--headerbg);
    border: none;
    padding: 10px 20px 10px 20px;
    color: var(--bgfontcolor);
  }

 

.tour-package-box{
  border-radius: 5%;
  border: 1px solid var(--bordercolor);
 

}

.package-title{
  font-size: 1.305rem;
    line-height: 1.3;
    font-weight: 500;
    color: var(--maincolor);
    display: inline;
}

.package-box-list{
  list-style-type: none
  ;
}

.package-box {
  display: flex;
  justify-content: space-around; 
  list-style-type: none; 
  padding: 0; 
  margin-top: 15px; 
  
}

.package-box-list {
  text-align: center; 
}

.package-box-list img {
  display: block; 
  margin: 0 auto; 
}

.card{ 
    background-color: var(--bgfontcolor );
    background-clip: border-box;
    border: 1px solid #e5e4f0;
    box-shadow: 5px 4px 12px 4px rgba(79, 37, 225, 0.03);
     
}



.c-title{
  color: var(--maincolor);
}

.get-box-form{
  background-color: var(--headerbg);
  padding: 20px;
  color: var(--bgfontcolor);
  text-align: center;
  border-radius: 3%;
}

.form-line{
  height: 1%;
  color: var(--bgfontcolor);
}

.submit-btn{
  padding: 10px 40px 10px 50px;
  border: none;
  width: 100%;
  color: var(--bgfontcolor);
  background-color: var(--maincolor);
  text-decoration: none;
  border-radius: 5px;}
 

  .submit-btn2{
    padding: 10px 40px 10px 50px;
    border: none;
    width: 300px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    border-radius: 5px;  
  
  }

  .help-title{
    font-size: 16px;
    padding-bottom: 10px;
  }

  .help{
    border: 1px solid var(--bordercolor);
    border-radius: 7%;
    padding: 20px;
    box-shadow: 5px 4px 12px 4px rgba(79, 37, 225, 0.03);
  }

  .help-box{
    background-color: #fff5be;
    padding: 10px;
    align-items: center;
  }

  .help-box2{
    background-color: #fff5be;
    padding: 10px;
  }

  .help-box img, .help-box2 img {
    float: left;
    margin-right: 15px;
    font-size: 1rem;
    line-height: 45px;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 50%;
  
   
    
   }


   .tour{
    box-shadow: 5px 4px 12px 4px rgba(79, 37, 225, 0.03);
    padding: 20px;
    border: 1px solid var(--bordercolor);
    border-radius: 7%;
   

   }

   .tour-organize{
    border-top: 1px solid var(--bordercolor);
    border-width: 100%;
    padding: 20px;
    
   }

   .stickyslide{
    position: sticky;
    top: 120px;

   }

   .slidebox{
    border: 1px solid var(--bordercolor);
    border-radius: 5%;
    padding: 30px;
   }

   .slidebox img{
    border-radius: 5%;
    padding-bottom: 15px;
   }

   .slidebox img {
    width: 100%;
    height: auto;
  }
  .slidebox {    
    padding: 10px;
  }
  .carousel-item {
    display: flex;
    justify-content: center;
  }

  .more-btn{
    padding: 10px 40px 10px 50px;
    border: none;
    width: 300px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    border-radius: 5px;
  }

  .px-0{
    font-weight: 500;
  }

  .font-weight-semibold{
    font-weight: 200;
  }


.card-title {
    font-size: 1.305rem;
    line-height: 1.3;
    font-weight: 400;    
}

  /* Our Special Tour Packages css */
  .package-cont{
    padding: 15px;
  }
  .packages-slider .slick-dots li button:before{
    font-size: 70px;
    opacity: 1;
    color: var(--bordercolor);
  }
  .packages-slider .slick-dots li.slick-active button:before{
    opacity: 1;
    color: var(--maincolor);
  }

  .nav-header-top .header-top-right a {
    margin-left: 10px;
  }
  .nav-header-top .header-top-left .top-left-item {
    list-style: none;
    padding: 0;
  }
  .nav-header-top .header-top-left .top-left-item li {
    display: inline;
    margin-right: 15px;
  }
  .nav-header-top .header-top-left .top-left-item li a {
    text-decoration: none;
  }



  @media (max-width: 576px) {
    .pack-days h4 {
      font-size: 14px;
    }
    .pack-days a {
      font-size: 14px;
    }
  }
 

    @media (max-width: 576px) {
      .whyus{        
        width: 100%;
      
      }

      @media (max-width: 576px) {
        .iconbox {
          margin-bottom: 20px;
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          height: 700px;
          margin-top: -50px;
        }
      }


  
    @media (max-width: 576px) {
        .icon-img-2  {
          padding: 0;
          width: 20px;
          height: 20px;
          
        }
      }

      @media (max-width: 576px) {
        .discount-text {
          padding: 0;
          font-size: 12px;
          
        }
      }

      
      @media (max-width: 576px) {
        .form-box {
          width: 350px;
          margin-left: 20px;
          height: 450px;
          
        }
      }

      @media (max-width: 576px) {
        .submit-btn {
          width: 300px;
          margin-left: -5px;
         
          
        }
      }

      @media (max-width: 576px) {
        .custom-button-ct {
          width: 50px;
          
         
          
        }
      }

      @media (max-width: 767px) {
        .about-box {
            text-align: center;
            width: 380px;
        }
    }

    @media (max-width: 767px) {
      .about-services {
          text-align: center;
          width: 300px;
          margin-top: 20px;
      }
  }

  @media (max-width: 767px) {
    .col-2 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
  .tour-btn {
      width: 20px;
      padding: 7px;
  }
}

@media (max-width: 576px) {
  .package-images {
      width: 344px;
  }
}

@media (max-width: 767px) {
  .form-box {
    padding: 15px;
  }

  .form-heading {
    font-size: 1.2em;
  }
}



        /* Responsive Design */
        @media (max-width: 768px) {
            .custom-carousel-caption {
                font-size: 12px;
                padding: 5px;
            }

            .custom-carousel-caption a {
                font-size: 14px;
            }

            .carousel-item img {
                height: 250px;
                object-fit: fill;
            }
        }


