@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* @font-face {
  font-family: "Avallon Alt";
  src: url("/fonts/AvallonAlt-Regular.woff2") format("woff2"),
       url("/fonts/AvallonAlt-Regular.woff") format("woff"),
       url("/fonts/AvallonAlt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */


*{
      font-family: "Poppins", sans-serif;

}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

.padding-120
{
          padding-left: 60px;
      padding-right: 60px;
}


.main{
    background-image: url(../images/home-banner.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 45%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

 ul li{
    list-style: none;
} 

ul {
  padding-left: 0;          /* default left padding hatao */
}


  .navbar-div img {
    width: 135px;
  }
  .navbar-div {
    padding: 0.8rem 0;
    gap: 6rem;
  }
nav {
  background: #ffffff54;
  /* box-shadow: 0 0px 1px rgba(0,0,0,0.1); */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: top 0.4s ease;

}
.hidenav {
    color: #276b5f;
    font-size: 18px;
    list-style: none;
    text-decoration: none;
}
#myHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: top 0.4s ease;
}
li a{
    list-style: none;
    text-decoration: none;
    color: #276b5f !important;
}
  .font-25{
    font-size: 25px;
  }

.google-button
{
  height: 55px;
    width: auto;
}


  .section-subtitle-wrap {
    border: 2px solid #daac77;
    text-align: center;
    border-radius: 35px;
    padding: 8px 25px;
    display: inline-block;
     width: fit-content;
}
.section-subtitle {
    color:#daac77 ;
    margin-bottom: 0;
    /* font-family: Montserrat, sans-serif; */
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
   
}
.banner-title {
    color: #000;
    margin-top: 15px;
    /* margin-bottom: 15px; */
    /* font-family: Montserrat, sans-serif; */
     font-family: "Avallon Alt", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
}
.purple-text {
    color: #2a7462;
    letter-spacing: .5px;
   /* font-family: 'Pacifico', Arial, sans-serif; */
     font-family: "Avallon Alt", sans-serif;
    font-size: 60px;
}
.banner-text {
    margin-bottom: 0;
    /* font-family: Open Sans, sans-serif; */
}
p {
    color: #4d505b;
    margin-bottom: 10px;
    /* font-family: Inter, sans-serif; */
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.W-70{
    width: 60%  !important;
}
.object-fit-cover{
    object-fit: cover !important;
}

.background-green{
     /* background-color: #2a7462; */
         background: linear-gradient(90deg, #18473B, #2A7462);
}
.green{
     color: #2a7462 !important;
      font-family: "Avallon Alt", sans-serif;
}
.btn-down{
    padding: 18px 33px;
}
.btn-down span{
    /* font-family: Montserrat, sans-serif;  */
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    letter-spacing: .01em;
    margin-left: 6px !important;
}
.btn-down:hover{
 background-color: #daac77 !important;
}
.user-group img{
    background-color:#fff!important;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 3px;
    /* display: flex; */

}
.user-2{
    margin-left: -16px !important;
    z-index: -1 !important;
}
.user-3{
    margin-left: -16px !important;
    z-index: -3 !important;
}
.choice-bussenss {
    color: #2a7462 !important ;
    margin-top: 0;
    margin-bottom: 0;
    /* font-family: Open Sans, sans-serif; */
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    
}
.choice-bussenss h2{
    line-height: 47px !important;
}
.client-wrap{
    
    border-top: 1px solid #e9e9e9;
    /* padding-top: 70px;
    padding-bottom: 70px; */
}
.client-logo img{
    width: 150px;
    height: 40px;
}
.feature-section {
    background-color: #eef3f8;
    padding-top: 100px;
    padding-bottom: 110px;
}

.section-tittle {
    color: #33363a;
    margin-top: 0;
    margin-bottom: 20px;
    /* font-family: Montserrat, sans-serif; */
     font-family: "Avallon Alt", sans-serif;
    font-size: 46px;
    font-weight: 700;
}
.card-head img{
    width: 140px;
    height: 140px;
    object-fit: cover !important;
}
.background-FBDEB2{
    background-color: #FBDEB2;
}
.feature-title {
    color: #2a7462;
    margin-bottom: 6px;
    /* font-family: Montserrat, sans-serif; */
    font-size: 17px;
    font-weight: 600 !important;
     /* font-family: "Avallon Alt", sans-serif; */
     line-height: 27px;

}
.feature-card{
    /* background-color: #eef3f8 !important; */
    border: none !important;
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.font-15{
    font-size: 15px !important;
}
.card-head{
    display: flex;
    align-items: center;
}

.story-section {
    /* padding-top: 35px; */
    /* padding-bottom: 40px; */
}
.small-button {
    border: 1px solid #2a7462;
    /* background-color:#2a7462; */
        background: linear-gradient(90deg, #18473B, #2A7462);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 20px 35px;
    /* font-family: Montserrat, sans-serif; */
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: background-color .2s, border-color .2s, color .2s;
    text-decoration: none!important;
    width: fit-content !important;
}
.story-text-wrap {
    padding-top: 5px;
    padding-bottom: 45px;
}
.section-title {
    color: #2a7462;
    margin-top: 0;
    margin-bottom: 20px;
    /* font-family: Montserrat, sans-serif; */
     font-family: "Avallon Alt", sans-serif;
    font-size: 35px;
    font-weight:700;
    line-height: 53px;
}
.paragraph, .paragraph-2 {
    /* font-family: Open Sans, sans-serif; */
}
.rating-img {
  background-image: url(../images/Attendees.jpg);
  background-size: cover;   /* 🟢 show full image */
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 720px;
  border-radius: 10px;
}
.count-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color:#fff;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    align-items: center;
    min-width: 300px;
    padding: 25px 15px 25px 15px;
    display: flex;
    height: fit-content;
}
.count-icon-wrap {
    background-color: #daac77;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    display: flex;
}

.count-text{
    font-size: 15px !important;
}
.count-title {
    color: #2a7462;
    margin-bottom: 0;
     /* font-family: 'Pacifico', Arial, sans-serif; */
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
/* .count-section {
    padding-bottom: 35px;
} */
.p-85
{
    padding-top: 85px;
}
.testimonial-section {
    background-color: #2a7462 !important;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}


.testimonial-card {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
       padding: 25px 25px;
    /* margin-left: 30px; */
    /* height: 700px; */
    height: 586px;
}
.testimonial-image-holder {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
}
.testimonial-name {
    margin-top: 0;
    margin-bottom: 5px;
    /* font-family: Montserrat, sans-serif; */
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    color: #2a7462;
}
.testimonial-image-holder img{
    border-radius: 100%;
}
.testimonial-designation {
    color: #daac77;
    margin-bottom: 0;
    /* font-family: Open Sans, sans-serif; */
    font-size: 18px;
}
.testimonial-content {
    padding-bottom: 20px !important;
    /* font-family: Open Sans, sans-serif; */
}
.testimonial-icon-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 20px;

    
;
}
  .testimonial-content {
      margin-top: 15px;
      color: #444;
      font-size: 16px !important;
      line-height: 1.6;
    }

    .testimonial-icon-wrap img {
      width: 20px;
      margin-right: 4px;
    }

   /* Position both arrows top right side by side */
.slick-prev, .slick-next {
  top: -60px; /* upar uthao */
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-prev {
  right: 50px; /* left arrow ko thoda left lo */
  left: auto;
}

.slick-next {
  right: 0px;
}

.slick-prev:before,
.slick-next:before {
  color: #276b5f !important; /* green arrow color */
  font-size: 20px;
  opacity: 1;
}

.testimonial-section {
  position: relative;
}
.testimonial-slider {
  /* margin-right: 20px !important; */
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-image-holder img{
   width: 100px;
   height: 100px;
   object-fit: cover !important;
}

/* .process-section {
    padding-top: 35px;
} */
.process-step-image img {
    min-height: 170px;
    max-height: 170px;
}
.process-title{
  color: #276b5f;
    margin-top: 20px;
    margin-bottom: 10px;
    /* font-family: Montserrat, sans-serif; */
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}
.font-18{
    font-size: 18px !important;
}
.font-13{
    font-size: 13px !important;
}
.cta-area {
    background-color: #daac77;
    text-align: center;
    border-radius: 30px;
    /* margin-top: 171px; */
    padding: 130px;
}
.cta-title {
    color: #fff;
    /* letter-spacing: 3px; */
    margin-top: 0;
     /* font-family: 'Pacifico', Arial, sans-serif; */
      font-family: "Avallon Alt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}
.cta-content {
    color: #fff;
    margin-bottom: 0;
        padding: 30px 60px;
}
.cta-partner-wrap {
   
    align-items: center;
    margin-top: 35px;
    display: flex
;
    justify-content: center;
    gap: 20px;
}
.cta-partner-image {
    border-radius: 10px;
}

.footer-social-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: center;
    display: flex
;
}
.copyright-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex
;
}
.copyright-content {
    color: #2a7462 !important;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}
.small-button:hover {
    border-color:#daac77 !important;
    background-color: #daac77 !important;
    color: #276b5f !important;
}
.copyright-wrap{
        border-top: 1px solid #c8c8c8;
   
    
 
}
.footer-social-link:hover {
    transform: translate(0, -3px);
}
.footer{
    padding-bottom: 50px;
}

.margin-top-165{
    margin-top: -165px !important;
}
.home-banner-card-item {
    /* background-color: #fefeff; */
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px;
    /* box-shadow: 4px 3px 15px #00000026; */
    width: 200px;
}


.home-banner-card-image {
    object-fit: cover;
    border-radius: 10px;
    width: 138px;
    height: 138px;}
.home-banner-card-title {
    color: #000;
    margin-bottom: 0;
    /* font-family: Playfair Display, sans-serif; */
    font-size: 15px;
    font-weight: 700;
}
.home-banner-content-area {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.home-banner-content-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    align-items: center;
    display: flex;
}
.home-banner-card-price {
    background-color: #ffd266;
    border-radius: 5px;
    padding: 4px 10px 5px;
    /* font-family: Playfair Display, sans-serif; */
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}
.home-banner-card-text {
    color: #b1b1b1;
    margin-bottom: 0;
    /* font-family: Playfair Display, sans-serif; */
    font-size: 12px;
    line-height: 1.3;
}

.right-content {
  position: relative !important;
}

/* image slider over image */
.image-slider {
  position: absolute;
  bottom: 215px; /* adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 70%; /* same as image width */
  overflow: hidden; /* ✅ hides cards going outside image */
  z-index: 5;
  pointer-events: none; /* optional: so clicks go through */
}
.slider-track {
  display: flex;
  gap: 20px;
/*  animation: scroll 5s linear infinite;*/
margin-right:21px;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



html, body {
  overflow-x: hidden;
}

.opacity-9
{
    opacity: .8;
}

/* contact us */
.font-32
{
    font-size: 32px;
}

.contact-section
{
    margin-top: 120px;
    margin-bottom: 90px;

}

.contact-content
{
  background: linear-gradient(90deg, #18473B, #2A7462);   
  /* background-color: #198754; */
  height: 270px;
  color: #000;
  padding-top: 30px;
}

/* .padding-start
{
   padding-left: 90px
} */

.contact-form
{
    margin-top: -60px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.m-85{
    margin-top: 40px;
}

.section-tittle{
    font-size: 32px;
}

.contact-form input 
{
    border: .3px solid rgb(0, 0, 0);
}

.contact-form textarea
{
    border: .3px solid rgb(3, 3, 3);
}

.btn-send
{
    background: linear-gradient(90deg, #18473B, #2A7462);
    color: #fff;
    width: 130px;
}

/* faq */
.faq-section {
    background: #F7F7F7;
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
}

.faq-title {
    font-size: 32px;
    font-weight: 600;
    color: #18473B;
    text-align: center;
    margin-bottom: 25px;
}

.faq-subtitle {
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 40px;
    text-align: center;
    color: #555;
}

.accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.accordion-button {
    background: #fff;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 20px;
    border: none;
    box-shadow: none;
}


.accordion-button::after {
    filter: brightness(0); 
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #18473B, #2A7462) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}


.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1); 
}


.accordion-body {
    font-size: 15px;
    color: #333;
    background: #fff;
    padding: 20px;
}


.accordion-button.collapsed:hover {
    background: #f1f1f1;
}


.accordion-button,
.accordion-body {
    transition: all 0.3s ease;
}

.faq-logo
{
    margin-top: 20px;
    margin-bottom: 30px;
}
/* 
.faq-content
{
    background-color: #dafcec;
} */

.faq-heading{
    background-color: #198754;
}

.w-60
{
    width: 60%;
}

/* -------- */

.phone-wrapper {
    position: relative;
    width: 70%;       /* Adjust this if the phone is too big/small */
    max-width: 400px; 
    display: inline-block;
    line-height: 0;   /* Removes tiny gaps under images */
}

.phone-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* 2. Slider Container - THE FIXES */
.image-slider {
     padding-right: 22px;
    position: absolute;
    z-index: 10;
    
    /* POSITIONING: This sits exactly on the 'Trending Trips' card */
    top: 32.6%;       /* Adjusted based on your screenshots */
    left: 55%;
    transform: translateX(-50%);
    
    /* SIZING */
    width: 86.5%;     /* Fits inside the bezels */
    height: 25.5%;    /* Fits the height of the static card */
    
    /* STYLING */
    border-radius: 18px; /* Slightly more rounded to match UI */
    overflow: hidden;
    
    /* FIX WHITE FLASH: Use a dark gray that matches the shadow/image tone */
/*    background-color: #2c2c2c; */
}

/* 3. Slider Track Fixes */
.slick-list, .slick-track {
    height: 100%;
}

.home-banner-card-item {
    width: 100%; 
    height: 100%;
    position: relative;
    outline: none;
    border: none;
    margin: 0;
    display: block !important; /* Ensures no collapsing */
}

/* 4. Image Fit */
.home-banner-card-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* 5. Overlay Text */
.card-overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 70%, transparent 100%);
    color: white;
    z-index: 20;
    text-align: left;
    /* Ensure text renders nicely */
    line-height: 1.4;
}
/* Add this to ensure the "ghost" slides (clones) look exactly like the real ones */
.slick-slide.slick-cloned {
    display: flex !important;
    height: 100% !important;
    border: none !important;
    outline: none !important;
}

/* Ensure the track moves smoothly */
.slick-track {
    will-change: transform; /* optimizing performance for continuous animation */
}

/* Force linear timing to prevent "hiccups" */
.slick-slide {
    transition-timing-function: linear !important;
}

/* -------testimonial slider---------- */

.testimonial-section {
  overflow: hidden;
}

.testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonial-slider .slick-track {
  display: flex !important;
  gap: 24px;
}

.testimonial-slider .slick-slide {
  height: auto !important;
  display: flex !important;
}

.testimonial-card {
  height: 100%;
}

.m-85{
    margin-top: 85px;
}

.email-temp{
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 18px;
}
/* .email-temp li {
    font-size: 13px;
    font-weight: 500;
    background: #0000000f;
    padding: 8px 12px;
    border-radius: 3px;
} */
.email-temp li {
    font-size: 13px;
    font-weight: 500;
  
    border-radius: 3px;
}
ul.custom-dot-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
}

ul.custom-dot-list li {
    display: flex;
    align-items: center; 
   
    font-size: 13px;
}

/* Ye hai aapka custom dot */
ul.custom-dot-list li::before {
    content: ""; 
    display: inline-block;
    
  
    width: 4px; 
    height: 4px;
    
    background-color: #000; 
    border-radius: 100%; 
    margin-right: 6px;
}
.parties{
    color: #4d505bab !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.form-control:focus{
    box-shadow: none !important;
    background-color: none !important;
    border-color: #ccc;
    height: 40px !important;
}
.rounded-18{
     border-radius: 18px !important;
}
.rounded-12{
     border-radius: 12px !important;
}
.clr-green {
    color: #2a7462 !important;
    font-weight: 600 !important;
}
.border-bottom-a6a6a687{
 border-bottom: 1px solid #a6a6a687
}
.border-bottom-fff{
 border-bottom: 1px solid #fff
}
.line-height-33{
    line-height: 33px !important;
}

.background-DDA866{
    background: #DDA866 !important;
}
.font-28{
    font-size: 28px !important;
}
.fw-600{
    font-weight: 600 !important;
}
.list-footer a{
    color: #4d505bbf  !important;
    font-size: 16px !important;
    font-weight: 500;
}

.marquee {
    overflow: hidden;
    width: 100%;
    background: #eef3f8;
    margin-top: 83px;
}

.marquee-track {
  width: max-content;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.maruee-deatil {
  white-space: nowrap;
}
.maruee-deatil i{
 font-size: 30px !important;
  color:#DDA866 !important ;
}

.testimonial-title-wrap{
     gap: 20px !important;
     text-align: center;
}

.host-icon{
    background-color: #208281 !important;
     border-radius: 100% !important;
     min-width: 60px !important;
        height: 60px !important;
}
.host-icon-trip{
    background-color: #165E5F !important;
     border-radius: 100% !important;
     min-width: 60px !important;
        height: 60px !important;
}
.host-icon-join{
    background-color: #DDA666 !important;
     border-radius: 100% !important;
     min-width: 60px !important;
        height: 60px !important;
}
 .font-16{
     font-size: 16px;
 }

 .height-65{
    height: 65px !important;
    object-fit: contain;
 }

 .fw-500{
    font-weight: 500 !important;
 }
 .font-21{
     font-size: 21px !important;
 }

 .get_party_list p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.get_party_list {
    margin-bottom: 14px;
}

.story_heading span {
    padding-top: 11px;
}

.story_heading {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

img.with_via_img {
    width: auto;
    height: 560px;
}