body { 
    background:#f8f9fa;
    font-family: Lato, sans-serif !important;
    /* font-family: Montserrat, sans-serif; */
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: var(--text-color);
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 85% !important;

 }

/*Destination Home India Card*/
/* FIX: India Featured Card text visibility */
.featured-country .travel-card {
    color: #2b2b2b;
}

    .featured-country .travel-card h5 {
        /* color: #1a1a1a;*/
        font-weight: 700;
    }

    .featured-country .travel-card .description {
        /* color: #444;*/   
    }

    .featured-country .travel-card img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 14px 14px 0 0;
    }
.featured-country .btn-outline-custom {
    border-color: #ff8c2b;
    color: #ff8c2b;
}

    .featured-country .btn-outline-custom:hover {
        background-color: #ff8c2b;
        color: #fff;
    }

.image-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

    .image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*End Destination Home India Card*/



    .hero {
      /* background: url("/Images/vrindavan_uttar_pradesh_india_vrindavan_uttar_pradesh_india.webp") center/cover no-repeat; */
      height: 410px;
      position: relative;
      color: #fff;
      overflow: hidden;
    }

    .custom-menu ul.navbar-nav li.nav-item {
        padding: 5px;
    }

    .custom-menu ul.navbar-nav li.nav-item a.nav-link {
        font-weight: 500;
        color: #000;
        font-size: 14px;
    }
    .hero::before {
      content:"";
      position:absolute;
      inset:0;
      background:rgba(0,0,0,.6);
    }
    .hero-content {
      position:relative;
      z-index:1;
    }
    .weather-top {
     padding: 8px;
     text-align: center;
     color: #fff;
     display: flex;
     justify-content: space-around;
     align-items: center;
     position: absolute;
     z-index: 3;
     right: 0;
     top: 0;
     flex-direction: column;
     text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
     bottom: 0;
     width: 200px;
 }


 .tripduration-section{
  max-width: 1100px;
    margin: 0 auto;
    padding: 25px 15px 40px;
    display: flex;
    gap: 15px;
 }

 .weather-top .temp {
     font-size: 48px;
     font-weight: 300;
     line-height: 1;
 }

 .weather-top .degree {
     font-size: 20px;
     vertical-align: top;
 }

 .weather-top .fas {
     font-size: 25px;
 }

 .weather-bottom {
     background-color: #ffffff;
     padding: 5px 15px;
 }

 .weather-bottom .row>div {
     font-size: 14px;
     padding: 5px 15px;
     justify-content: space-between;
 }

 .about-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 15px 40px;
}

 .slide-modal {
     position: fixed;
     top: 72px;
     right: -100%;
     width: 400px;
     max-width: 90%;
     height: calc(100vh - 72px);
     background: #f8f9fa;
     color: #52514d;
     z-index: 1050;
     transition: right 0.4s ease-in-out;
     overflow-y: auto;
     box-shadow: -4px 0 10px rgba(0, 0, 0, 0.5);
	
 }
 .slide-modal.open {
    right: 0;
}
.slide-modal-content {
    padding: 20px 20px 50px;
}
#slideModalImageWrapper {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
}

.slide-modal .close-btn {
    position: absolute;
    top: -3px;
    right: 5px;
    font-size: 24px;
    background: transparent;
    border: none;
    color: #111;
    cursor: pointer;
    z-index: 5;
}
.about-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 30px;
}

.about-text {
  font-size: 17px;
  line-height: 1.8;
  color: #5f6368;
  margin-bottom: 0px;
}

.about-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 12px;
}
.best-timetovisit{
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 0 0 1px #eef0f2;
}

.trip-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 0 0 1px #eef0f2;
}



.trip-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 14px;
}

.trip-days {
  font-size: 18px;
  font-weight: 500;
  color: #3b3f45;
  margin-bottom: 8px;
}

.trip-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6368;
  margin: 0;
}

section[id] {
  scroll-margin-top: 120px; /* adjust as needed */
}


.popular-for-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px 20px;
}

.popular-title {
  font-size: 28px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 22px;
}

.popular-tags {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.popular-tag {
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  color: #1f3b5c;
  background-color: #eef6ff;
  border: 2px solid #ff8a2a;
  white-space: nowrap;
}


.tourist-section {
  padding: 10px 0 20px 100px;
}

.tourist-title {
  font-size: 30px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 30px;
}

/* Scroll wrapper */
.tourist-scroll-wrapper {
  position: relative;
}

/* Horizontal scroll container */
.tourist-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 10px 60px 40px;
  scroll-behavior: smooth;
}

.tourist-scroll::-webkit-scrollbar {
  display: none;
}

/* Card */
.tourist-card {
  min-width: 260px;
  max-width: 260px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #eee;
}

.tourist-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 24px;
}

/* Info card */
.tourist-info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 16px 18px;
}

.tourist-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2b2f33;
}

.rating {
  font-size: 16px;
  color: #f59e0b;
  margin-bottom: 6px;
}

.rating span {
  color: #6b7280;
  font-weight: 500;
  margin-left: 6px;
}

.popularity {
  font-size: 14px;
  color: #6b7280;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popularity .arrow {
  font-size: 18px;
  color: #2b2f33;
}

/* Arrow buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ff8a2a;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
}

.scroll-btn.left {
  left: 10px;
}

.scroll-btn.right {
  right: 10px;
}


.activities-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px 20px;
}

.activities-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 36px 40px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.activities-title {
  font-size: 30px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 28px;
}

.activities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.activities-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.activities-list li:last-child {
  margin-bottom: 0;
}

.activities-list .check {
  color: #ff8a2a;
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
  flex-shrink: 0;
}

.activities-list p {
  font-size: 16px;
  line-height: 1.8;
  color: #5f6368;
  margin: 0;
}

.activities-list strong {
  color: #2b2f33;
  font-weight: 600;
  margin-right: 4px;
}


.restaurant-section {
  padding: 10px 0 20px 100px;
}

.restaurant-title {
  font-size: 30px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 30px;
}

/* Scroll container */
.restaurant-scroll-wrapper {
  position: relative;
}

.restaurant-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 10px 60px 10px;
  scroll-behavior: smooth;
}

.restaurant-scroll::-webkit-scrollbar {
  display: none;
}

/* Card */
.restaurant-card {
  min-width: 260px;
  max-width: 260px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.restaurant-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 24px;
}

/* Info card */
.restaurant-info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 18px;
}

.restaurant-info h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2b2f33;
}

.rating {
  font-size: 16px;
  color: #f59e0b;
  margin-bottom: 6px;
}

.rating span {
  color: #6b7280;
  font-weight: 500;
  margin-left: 6px;
}

.popularity {
  font-size: 14px;
  color: #6b7280;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popularity .arrow {
  font-size: 18px;
  color: #2b2f33;
}

/* Arrows */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ff8a2a;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
}

.scroll-btn.left { left: 10px; }
.scroll-btn.right { right: 10px; }


.mobile-version {
    display: block;
    position: fixed;
    z-index: 1021;
    right: 18px;
    top: 16px;
}

button#openPopupBtn {
    background: linear-gradient(135deg, #fc8d43 0%, #ff8b3c 100%);
    color: white;
    padding: 6px 20px;
    box-shadow: var(--light-shadow);
    max-height: 38px;
    border-radius: 20px;
    white-space: nowrap;
}
.accommodation-section {
  padding: 10px 0 20px 100px;
}

.accommodation-title {
  font-size: 30px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 30px;
}

/* Scroll container */
.accommodation-scroll-wrapper {
  position: relative;
}

.accommodation-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 10px 60px 10px;
  scroll-behavior: smooth;
}

.accommodation-scroll::-webkit-scrollbar {
  display: none;
}

/* Card */
.accommodation-card {
  min-width: 260px;
  max-width: 260px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.accommodation-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 24px;
}

/* Info overlay */
.accommodation-info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 18px;
}

.accommodation-info h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2b2f33;
}

.rating {
  font-size: 16px;
  color: #f59e0b;
  margin-bottom: 6px;
}

.rating span {
  color: #6b7280;
  font-weight: 500;
  margin-left: 6px;
}

.customoverlaySlide {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 7;
    height: 100%;
    background: transparent;
}
.popularity {
  font-size: 14px;
  color: #6b7280;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popularity .arrow {
  font-size: 18px;
  color: #2b2f33;
}

/* Arrow buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ff8a2a;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
}

.scroll-btn.left { left: 10px; }
.scroll-btn.right { right: 10px; }


.how-reach-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px 10px;
}

.how-reach-title {
  font-size: 30px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 30px;
}

.reach-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 26px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.reach-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.reach-icon {
  font-size: 22px;
}

.reach-header h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2b2f33;
  margin: 0;
}

.reach-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #5f6368;
  margin: 0;
}

.important-notes-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px 40px;
}

.near-bydestination-section{
     max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px 40px;
}
.important-title {
  font-size: 30px;
  font-weight: 600;
  color: #3b3f45;
  margin-bottom: 28px;
}

.note-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 22px;
  height: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.location-map-section {
  margin: 0 auto;
  padding: 20px 0px 40px;
}

.location-map-title {
  font-size: 30px;
  font-weight: 600;
  color: #3b3f45;
  text-align: center;
  margin-bottom: 28px;
}

.map-wrapper {
  width: 100%;
  height: 420px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

    .section-title {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .badge-outline {
      border:1px solid #fd7e14;
      color:#fd7e14;
      background:none;
    }
    .card img {
      height:160px;
      object-fit:cover;
    }
    footer {
      background:#0b1320;
      color:#cbd5e1;
    }

/* near by destination */
.nearby-title {
  font-size: 30px;
  font-weight: 600;  
  color: #3b3f45;
  margin-bottom: 28px;
}

.nearby-card {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #eef0f2;
  height: 100%;
}

.nearby-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.nearby-content {
  padding: 28px 30px;
}

.nearby-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2b2f33;
}

.nearby-content .desc {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 18px;
}

.nearby-content p {
  font-size: 15px;
  margin-bottom: 8px;
  color: #374151;
}

.nearby-content strong {
  font-weight: 600;
  color: #111827;
}
.faq-section{
 max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px 40px;
  background-color: #fff;
}

.mobile-btn {
    display: none;
}

/*=====section nav===========*/


.section-scroll {
  position: absolute;          /* normal position initially */
  right: 0px;
  top: 460px;                  /* where it visually starts */
  z-index: 1050;
  background-color: #fff;
  transition: top 0.3s ease;
  width: 100%;
}

/* Fixed state after scroll */
.section-scroll.is-fixed {
  position: fixed;
  top: 360px;
    transform: translateY(-50%);
    width: 215px;
    left: 0;
    flex-direction: column;
    height: 100%;
    box-shadow: 2px 7px 6px #ccc;
}

.section-scroll.is-fixed .section-nav {
  width: 100%;
  flex-direction: column;
}

.section-scroll.is-fixed {
    width: 300px;
    transition: width 0.3s ease;
}

.section-scroll.is-fixed.collapsed {
   width: 263px;
    left: -200px;
}
.leftclose{
  display: none;
}

.section-scroll.is-fixed .leftclose{
      display: block;
    position: absolute;
    right: -27px;
    background: #ff8b3c;
    border-radius: 1px;
    padding: 7px;
    height: 30px;
    width: 30px;
    color: #fff;
}


#leftslide.is-collapsed::after {
    content: "▶";
}


.section-nav .nav-link {
  padding: 6px 20px;
  margin: 4px 0;
  font-size: 16px;
  color: #555;
  transition: all 0.3s ease;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 2px solid transparent;
}

.section-nav .nav-link.active {
  
  color: #ff8b3c;
    border-bottom: 2px solid #fc8d43;
    background: #ff8b3c;
    color: #fff;
    border-radius: 6px;
}

.section-nav .nav-link:hover {
 
  border-bottom: 2px solid #fc8d43;
  color: #333;
}

/*========about section =====*/
.about-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 15px 40px;
}
/*============faq===========*/
.faq-item {
    /* margin-bottom: 8px; */
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 6px;
    cursor: pointer;
    background: none !important;
    border-top: 0px !important;
    box-shadow: none !important;
    padding: 0px;
}
.accordion-item{
 border-bottom: 1px solid #eee !important;
}
.accordion-body{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--text-color);
    padding: 4px 0;
    transition: color 0.2s ease;
}
.faq-question:hover {
    color: #fc8d43;
}
.accordion-item {
    border-radius: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    padding-bottom: 6px;
    margin-bottom: 8px;
}
.accordion-collapse.collapse.show .faq-answer {
    max-height: 50px;
    /* padding-top: 5px; */
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, padding-top 0.2s ease-out;
    padding-top: 0;
    font-size: 0.8em;
    color: var(--light-text-color);
    margin-top: 4px;
}

/*----Popup css----*/

 .popup-overlay {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.6);
     z-index: 1021;
 }


 .popup-content {
     background: #fff;
     padding: 15px;
     max-width: 400px;
     width: 90%;
     margin: 1% auto;
     border-radius: 10px;
     position: relative;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
 }

 .popup-content h2 {
     margin-bottom: 0px;
     font-size: 20px;
 }

 .close-btn {
     position: absolute;
     top: 12px;
     right: 15px;
     font-size: 22px;
     font-weight: bold;
     color: #333;
     cursor: pointer;
     z-index: 5;
 }


 form label {
     display: block;
     margin-top: 8px;
     font-weight: normal;
 }

 form input,
 form textarea {
     width: 100%;
     padding: 5px;
     margin-top: 3px;
     box-sizing: border-box;
     border: 1px solid #ccc;
     border-radius: 6px;
     font-size: 14px;
 }

 form button {
     margin-top: 10px;
     padding: 10px 15px;
     background-color: #007bff;
     border: none;
     color: white;
     font-size: 16px;
     border-radius: 6px;
     cursor: pointer;
 }

 form button:hover {
     background-color: #0056b3;
 }

 /*====slick slider======*/
 .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slider .slick-slide {
  height: 100vh;
}

.hero-slider .slick-slide > div {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.hero-slider .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;      /* 👈 COVER */
  object-position: center;/* 👈 CENTER */
}
/* Overlay content */
.hero-overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Weather box */
.weather-top {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.slick-slide img{
  display: block;
  width: -webkit-fill-available;
}

.slick-initialized .slick-slide{
  display: flex;
    justify-content: center;
    align-items: center;
}
 

/* Mobile */
@media (max-width: 768px) {
  .scroll-btn {
    display: none;
  }
  .tourist-scroll {
    padding: 10px 20px 30px;
  }
  .map-wrapper {
    height: 300px;
  }
      .mobile-version {
        display: none !important;
    }
    .tourist-section {
    padding: 10px 0 20px 20px;
}
.restaurant-section {
    padding: 10px 0 20px 10px;
}
.accommodation-section {
    padding: 10px 0 20px 10px;
}
.hero-content{
    text-align: center;
}
.weather-top{
    position: relative;
}
    .mobile-btn {
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 3;
        width: 100%;
    }
        .mobile-btn #openPopupBtn {
        width: 100%;
        display: block;
        border-radius: 0px;
        min-height: 60px;
    }
     .tripduration-section{
      flex-wrap: wrap;
     }
     ul.nav.section-nav {
    overflow-y: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.section-nav .nav-link span {
    display: none;
}
.section-scroll.is-fixed.collapsed{
  left: -264px;
  top: 396px;
}
.section-scroll.is-fixed .section-nav .nav-link span{
  display: block;
}
}