.headContainer {
  background: white;
  display: flex;
  align-items: center;
}

@media (min-width: 1200.99px) {
  .headContainer {
    min-height: 5.857vw;
  }

  .logoWrp img {
    width: 8.053vw;
  }

  .menuListBox .menuListing.indiaListing li {
    font-size: 1.025vw;
  }
}

.innerpage-title {
  width: 100%;
  text-transform: capitalize;
}

h2.title {
  font-size: 20px;
}

.footList li {
  margin: unset !important;
  /*padding-bottom: 14px;*/
  padding-top: 10px;
  padding-bottom: 10px;
}

.arrow-icon {
  border: 1px solid #b99842;
  border-radius: 50%;
  padding: 10px;
      display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-icon i:before {
  color: #b99842;
  font-weight: 700;
}

.arrow-icon i {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

@media (min-width: 1200.99px) {
  .footList.quickList li {
    margin-right: 2.6vw !important;
  }

  .footList li {
    margin: unset !important;
    /*padding-bottom: 1.025vw;*/
    padding-top: 0.732vw;
    padding-bottom: 0.732vw;
  }

  h2.title {
    font-size: 1.464vw;
  }

  .arrow-icon {
    padding: 0.732vw;
  }
  
  .arrow-icon i {
    font-size: 1.464vw;
    width: 1.464vw;
    height: 1.464vw;
}
}

/*-----------------------------------------------*/
.hero-showcase-banner {
  width: 100%;
  height: 70vh;
  position: relative;
}


.heroShowcaseSwiper,
.heroShowcaseSwiper .swiper-wrapper,
.heroShowcaseSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.heroShowcaseSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.hero-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-banner-content h2 {
  text-transform: capitalize;
  font-size: 3rem;
  width: 100%;
  line-height: 1.2;
}

.hero-banner-content h2 span {
  color: #b99842;
  font-style: italic;
}

.hero-banner-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0 auto;
}

.banner-Btn{
    padding: 8px 30px;
    border-radius: 30px;
    background: #b99842;
    margin-top: 20px;
}

.hero-banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;

  width: 50%;
  margin: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #fff;

  opacity: 0;
  visibility: hidden;

  transform: translateY(40px);

  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    visibility 0.8s ease;
}

.heroShowcaseSwiper .swiper-slide-active .hero-banner-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hero-banner-prev,
.hero-banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: #fff;
  z-index: 20;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s;
}

.hero-banner-prev:hover,
.hero-banner-next:hover {
  background: #fff;
  color: #000;
}

.hero-banner-prev {
  left: 30px;
}

.hero-banner-next {
  right: 30px;
}

.hero-banner-prev i,
.hero-banner-next i {
  font-size: 20px;
}

/**/
.hero-banner-bg,
.hero-banner-bg img,
.hero-banner-bg video {
    width: 100%;
    height: 100%;
}

.hero-banner-bg img,
.hero-banner-bg video {
    object-fit: cover;
    display: block;
}

/**/
.hero-banner-nav {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
  bottom: -8%;
  right: 10%;
}

.hero-banner-nav .hero-banner-prev {
  all: unset;
}

.banner-next,
.banner-prev {
  cursor: pointer;
  padding: 10px;
  background: white;
  border-radius: 50%;
}

@media (min-width: 1200.99px) {
  .hero-banner-content h2 {
    font-size: 3.514vw;
  }

  .hero-banner-content p {
    font-size: 1.464vw;
  }
  
  .banner-Btn{
        padding: 0.586vw 2.196vw;
    border-radius: 2.196vw;
    margin-top: 1.464vw;
}


  .hero-banner-prev,
  .hero-banner-next {
    width: 4.758vw;
    height: 4.758vw;
  }

  .hero-banner-prev {
    left: 2.196vw;
  }

  .hero-banner-next {
    right: 2.196vw;
  }

  .hero-banner-prev i,
  .hero-banner-next i {
    font-size: 1.464vw;
  }

  .hero-banner-nav {
    gap: 0.366vw;
  }

  .banner-next,
  .banner-prev {
    padding: 0.732vw;
  }
}

@media (max-width: 991px) {
    
.hero-showcase-banner {
    height: 60vh;
}    
  .hero-banner-content {
    width: 65%;
  }

  .hero-banner-content h2 {
    font-size: 2rem;
  }

  .hero-banner-content p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
        
.hero-showcase-banner {
    height: 45vh;
}  
  .hero-banner-prev,
  .hero-banner-next {
    display: none;
  }
}

@media (max-width: 576px) {
        
.hero-showcase-banner {
    height: 40vh;
}  
  .hero-banner-content {
    width: 90%;
  }
}

/*--------------------------------------------------*/

.exp-slider-section p {
  font-size: 16px;
}

.exp-card {
  height: 100%;
}

.exp-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--india-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(44, 36, 22, 0.08);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.exp-card-link:hover {
  box-shadow: 0 8px 32px rgba(44, 36, 22, 0.12);
  transform: translateY(-4px);
  color: inherit;
}

.exp-card-img {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.exp-card-img img {
  width: 100%;
  aspect-ratio: 16 / 17;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.exp-card-link:hover .exp-card-img img {
  transform: scale(1.04);
}

.exp-card-body {
  padding: 24px 22px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.exp-card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.exp-read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #b99842;
}

@media (min-width: 1200.99px) {
  .exp-slider-section p {
    font-size: 1.171vw;
  }

  .exp-card-link {
    border-radius: 1.171vw;
  }

  .exp-card-img {
    border-radius: 1.171vw 1.171vw 0 0;
  }

  .exp-card-body {
    padding: 1.757vw 1.611vw 2.05vw;
  }

  .exp-read-more {
    gap: 0.732vw;
  }
}

/*---------------------------------------------*/

.intro-cont {
  border: 1px solid #b99842;
  border-radius: 10px;
  padding: 70px 70px 50px;
}

.ind-flower {
  width: 100px;
  position: absolute;
  top: 50%;
  background-color: #fffcf7;
}

.left-flower {
  left: 0;
  transform: translate(-50%, -50%);
}

.right-flower {
  right: 0;
  transform: translate(50%, -50%);
}

.intro-desc {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #363636;
}

.intro-desc strong,
.intro-desc b {
  font-size: 20px;
  font-weight: 500;
  color: black;
  margin-bottom: 10px;
}

.intro-title {
  padding: 0px 40px;
  margin: 0 auto 32px;
  line-height: 1.3;
  position: absolute;
  left: 50%;
  top: 0;
  width: max-content;
  max-width: 60%;
  text-align: center;
  transform: translate(-50%, -50%);
  background: #fffcf7;
  text-transform: capitalize;
}

@media (min-width: 1200.99px) {
  .intro-cont {
    border-radius: 0.732vw;
    padding:5.124vw 5.124vw 3.66vw;
  }

  .ind-flower {
    width: 7.321vw;
  }

  .intro-desc {
    font-size: 1.318vw;
  }

  .intro-desc strong,
  .intro-desc b {
    font-size: 1.464vw;
    margin-bottom: 0.732vw;
  }

  .intro-title {
    padding: 0px 2.928vw;
    margin-bottom: 2.343vw;
  }
}

@media (max-width: 991px) {
  .intro-desc {
    font-size: 16px;
    line-height: 1.8;
  }

  .intro-desc strong,
  .intro-desc b {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .ind-flower {
    display: none;
  }

  .intro-cont {
    padding: 40px 20px 20px;
  }

  .intro-title {
    width: max-content;
    max-width: 75%;
    padding: 0px 15px;
  }
}

/*----------------------------------------------------------*/

.featured-exp-swiper {
  overflow: visible !important;
  padding-right: 20px;
  padding-top: 20px;
}

.swiper-slide {
  flex-shrink: 0;
}

.featured-exp-swiper .swiper-slide {
  height: 100% !important;
}

@media (min-width: 1200.99px) {
  .featured-exp-swiper {
    padding-right: 1.464vw;
    padding-top: 1.464vw;
  }
}

/*----------------------------------------------------------*/

.faq-card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #b99842;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}

.faq-card h2 {
  margin: 0;
}

.faq-card h2::after {
  content: "";

  position: absolute;
  right: 20px;

  width: 18px;
  height: 18px;
  display: inline-block;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23B99842' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");

  transition:
    transform 0.3s ease,
    background-image 0.3s ease;
}

.faq-card.active h2::after {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-card.active .faq-content {
  max-height: 200px;
  margin-top: 20px;
}

@media (min-width: 1200.99px) {
  .faq-card {
    padding: 1.464vw;
    border-radius: 1.464vw;
    margin-bottom: 1.098vw;
  }

  .faq-card h2::after {
    right: 1.464vw;
    width: 1.318vw;
    height: 1.318vw;
  }

  .faq-card.active .faq-content {
    max-height: 14.641vw;
    margin-top: 1.464vw;
  }
}

/*------------------------------------------------------------------*/

.travel-tip-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #b99842;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  min-height: 140px;
}

.travel-tip-content {
  flex: 1;
  min-width: 0;
}

.travel-tip-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin: 0;
}

.travel-tip-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.travel-tips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

@media (min-width: 1200.99px) {
  .travel-tip-card {
    gap: 1.464vw;
    border-radius: 1.025vw;
    padding: 2.05vw 1.757vw;
    min-height: 10.249vw;
  }

  .travel-tip-icon {
    width: 4.1vw;
    height: 4.1vw;
  }

  .travel-tips-grid {
    gap: 1.464vw;
    margin-top: 2.196vw;
  }
}

@media (min-width: 767px) {
  .travel-tips-grid .col {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1200.99px) {
  .travel-tips-grid .col {
    width: calc(50% - 0.732vw);
  }
}

/*--------------------------------------------------------------------------*/

@media (min-width: 768px) {
  .must-visit-content {
    padding-right: 50px;
  }
}

/*.must-visit-content {*/
/*    padding-right: 50px;*/
/*}*/

.must-visit-section p {
  font-size: 18px;
  line-height: 1.6;
}

.must-visit-slider-wrap {
  position: relative;
}

.must-visit-slide {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.must-visit-slider-wrap .swiper-slide img {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

.must-visit-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}

.must-visit-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  z-index: 1;
}

.must-visit-slide-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 2;
}

.must-visit-slide-content h2 {
  font-size: 22px;
  margin-bottom: 0px;
}

.must-visit-slide-content p {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
}

.must-visit-slide:hover img {
  transform: scale(1.05);
}

.must-visit-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.must-visit-prev {
  cursor: pointer;
  padding: 10px;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%);
}

.must-visit-next {
  cursor: pointer;
  padding: 10px;
  background: white;
  border-radius: 50%;
  position: absolute;
  right: 0;
  transform: translate(50%, -50%);
}

@media (min-width: 1200.99px) {
  .must-visit-content {
    padding-right: 3.66vw;
  }

  .must-visit-section p {
    font-size: 1.318vw;
  }

  .must-visit-slide {
    border-radius: 1.464vw;
  }

  .must-visit-slider-wrap .swiper-slide img {
    height: 29.283vw;
    border-radius: 1.464vw;
  }

  .must-visit-slide img {
    height: 29.283vw;
  }

  .must-visit-slide-content {
    bottom: 2.196vw;
    left: 2.196vw;
    right: 2.196vw;
  }

  .must-visit-slide-content h2 {
    font-size: 1.611vw;
  }

  .must-visit-slide-content p {
    font-size: 1.025vw;
  }

  .must-visit-next,
  .must-visit-prev {
    padding: 0.732vw;
  }
}


/*--------------------------------------------------------*/



/* Destinations */
.india-destinations {
    overflow: hidden;
}

/*.india-destinations-slider-wrap {*/
/*    position: relative;*/
/*    padding: 0 50px;*/
/*}*/

/*.india-destinations-swiper {*/
/*    overflow: visible;*/
/*    padding: 20px 0 40px;*/
/*}*/

/*.india-destinations-swiper .swiper-slide {*/
/*    width: clamp(250px, 25vw, 400px);*/
/*}*/

.india-destination-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 7px solid #fff;
    transition: transform 0.4s ease;
}

.india-destination-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

.india-destination-label {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--wulkan-font);
    font-weight: 600;
    font-size: 26px;
    color: var(--india-white);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

.india-dest-nav {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    padding: 0 4px;
}

.india-dest-nav .india-dest-prev,
.india-dest-nav .india-dest-next {
    pointer-events: auto;
    position: relative;
}



.india-destinations-swiper {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.india-destinations-swiper .swiper-slide {
    /*width: 260px;*/
    transition: all 0.4s ease;
}

.india-destinations-swiper .swiper-slide-active {
    transform: scale(1.15);
    z-index: 10;
}

.india-destinations-swiper .swiper-slide-prev,
.india-destinations-swiper .swiper-slide-next {
    opacity: 0.8;
}