.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
}

/* Card Styles */

.card01 {
  position: relative;
  bottom: 90px; 
  z-index: 999;
  background-color: #ffffff;
  transition: 0.3s;
  width: 100%;
}

.container-01 {
  padding: 2px 16px;
}

.btn-01 {
  font-size: 14px;
  background-color: #F95C38;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #F95C38;
  color: #ffffff;
  z-index: 1;
}

.btn-01:hover {
  background-color: #ffffff;
  color: #F95C38;
  border-color: #F95C38;
}



.btn-02 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #203429;
  padding: 13px 30px;
  border-radius: 50px;
  border: 1px solid #203429;
  color: #ffffff;
  z-index: 1;
}

.btn-02:hover {
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff00;
  padding: 13px 30px;
  border-radius: 50px;
  border: 1px solid #203429;
  color:#203429;
}


  .parx-scroll h4 {
      font-family: DM Serif Display;
      font-size: 48px;
      font-weight: 400;
      line-height: 65.81px;
      text-align: center;            
}
  
  .txt-black {
      color: #726658 !important;
  }

  .txt-orange {
      color:#F95C38;
  }

  .why-us h5 {
      font-family: Montserrat;
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
      text-align: center;
  }

  .why-us h4 {
      font-family: DM Serif Display;
     font-size: 36px;
    font-weight: 400;
   line-height: 49.36px;
   text-align: center;
  }

  .f-w-600 {
      font-weight: 600 !important;
  }

  .max-500 {
      max-width: 500px;
  }

.why-box01::after {
  content: url(../images/home-01/line-lg.svg);
  position: relative;
  left: 50px;
}

.line-left01::before {
  content: url(../images/home-01/line-left01.svg);
  position: relative; 
  top: 92px;   
}

.line-left02::before {
  content: url(../images/home-01/line-left02.svg);
  position: relative; 
  top: 72px;   
}

.line-left02 {
  position: relative;
  bottom: 96px;  
}

.col-line {
  position: relative;
  top: 90px;
}

.sub-mt {
  margin-top: -50px;
}

.sub-mb {
  margin-bottom: -50px; 
}

.parallax-image-section02 {
  background-image: url(../images/home-01/looking-for-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cust-bg {
  background-image: url(../images/home-01/cust-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
}

.cSwiper {
  height: 100vh;
  position: relative; /* Ensure proper positioning for child elements */
}

/* Ensure slides adjust height based on content */
.cSwiper .swiper-slide {
  height: auto;
  display: flex; /* Helps center-align content if necessary */
  flex-direction: column;
  justify-content: center; /* Center the content vertically */
  align-items: center; /* Center the content horizontally */
}

.cSwiper .swiper-slide {
  transition: transform 0.6s ease;  /* Animation duration for slide change */
}

.slider-boxx {
  box-shadow: 0px 0px 15px 0px #0000001A;
}



.orng-line01::before {
  content: url(../images/home-01/orange-line01.svg);
  position: relative;
  right: 232px;
  top: 26px;
}

.orng-line02::after {
  content: url(../images/home-01/orange-line01.svg);
  position: relative;
  left: 232px;
  bottom: 0px;
}

.orng-line03::before {
  content: url(../images/home-01/orange-line02.svg);
  position: relative;
  right: 231px;
  top: 26px;
}

.c-pagi span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f95c38;
  width: 13px;
  height: 13px;  
}

.c-pagi span.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 54px 0px !important;
}

.c-pagi .swiper-pagination-bullet[aria-label="Go to slide 1"]::before {
  content: url('../images/home-01/dark-line.svg');
  position: relative;
  right: 0px;
  top: 13px;
}

.c-pagi .swiper-pagination-bullet[aria-label="Go to slide 2"]::before {
  content: url(../images/home-01/dark-line.svg);
  position: relative;
  right: 0px;
  bottom: 54px;  
}


.customers .swiper-button-next:after {
  content: url(../images/home-01/pagi-arrow-right.svg);
  position: relative;
  top: 191px;
  right: 428px;
}

.customers .swiper-button-prev:after {
  content: url(../images/home-01/pagi-arrow-left.svg);
  position: relative;
  top: 191px;
  left: 428px;
}

.customers .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 182px;
}

.c-mt-5rem {
  margin-top: 0rem !important;
}

.customers span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f95c38;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mt-5rem {
      margin-top: 3rem !important;
  }

  .orng-line01::before {       
      right: 155px;
      top: 35px;
  }

  .orng-line02::after {    
      left: 169px;
      bottom: 11px;
  }

  .orng-line03::before {  
      right: 160px;
      top: 40px;
  }

  .parallax-image-section02 {
      background-image: url(../images/home-01/looking-for-bg.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: local;
    }

    .customers .swiper-button-next:after {     
      top: 170px;
      right: 285px;
  }

  .customers .swiper-button-prev:after {      
      top: 170px;
      left: 300px;
  }

  .foot-logo {
      width: 55%;
  }
}


@media (min-width: 340px) and (max-width: 767px) {
  
  .why-box01::after {
     display: none;
  }

  .c-mt-5rem {
      margin-top: 0rem !important;
  }

  .h-60 {
      height: 80vh !important;
  }

 .mob-parl h4 {
      font-size: 38px;
      line-height: 48px;
  }
  
  .mob-parl p{
      font-size: 34px;
      line-height: 44px;
  }

  .why-us-mob p {
      font-size: 13px;
     line-height: 18px !important;
  }

  .parallax-image-section02 {
      background-image: url(../images/home-01/looking-for-mob.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: local;
    }

    .bg-looking-for {
      background-image: url(../images/home-01/looking-for-mob.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .cSwiper{height: 502px; width: 325px;}

    .cSwiper .swiper-slide{height: 502px !important;}

    p { 
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
  }

 .lookimg-mob p {
      font-size: 38px;
      line-height: 48px;
  }

  .lookimg-mob h4 {
      font-size: 38px;
      line-height: 48px;
      text-align: center;
  }

  .foot-logo {
      width: 55%;
  }
}

/* new Styles */

.green {
color: #95c379;
}
.main-h1 {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.pillars-bg {
position: relative;
background-image: url(../images/home/aahar-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: background-image 0.5s ease-in-out;
}
.pillars-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4);  Dark overlay, adjust opacity as needed */
  z-index: 1; /* Ensures overlay is above the background image */
}
.bg-healing-1 {
  
  background-image: url(../images/home/aahar-bg.png);
}
.bg-healing-2 {
  
  background-image: url(../images/home/dipan-bg.png);
}
.bg-healing-3 {
  background-image: url(../images/home/healing-bg.png);
}
.bg-healing-4 {
  background-image: url(../images/home/smriti-bg.png);
}
.bg-healing-5 {
  background-image: url(../images/home/urja-bg.png);
}

.healing-pagination>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 0px;
  top: 0px;
  width: 100%;
}
.healing-pagination {
display: flex; 
justify-content: center;
}
.pt-110 {
  padding-top: 110px;
}
.healing-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 15.2%;
  height: 2px;
  background-size: cover;
  background-position: center;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensure it's above the bullet */
}
.healing-pagination .swiper-pagination-bullet::before {
  display: block;
  font-size: 28px; 
  color: #fff;
  position: absolute;
  top: 12%;
  transform: translate(-50%, -50%);
  z-index: 1; 
  font-weight: 700;
}

.healing-pagination .swiper-pagination-bullet:nth-child(1)::after {
  background-image: url('../images/home/pagination-line.svg');
  top: 1.7%;
  left: 18.1%;
}
.healing-pagination .swiper-pagination-bullet:nth-child(2)::after {
  background-image: url('../images/home/pagination-line.svg');
  top: 1.7%;
  left: 34.3%;
}
.healing-pagination .swiper-pagination-bullet:nth-child(3)::after {
  background-image: url('../images/home/pagination-line.svg');
  top: 1.7%;
  left: 50.5%;
}
.healing-pagination .swiper-pagination-bullet:nth-child(4)::after {
  background-image: url('../images/home/pagination-line.svg');
  top: 1.7%;
  left: 66.7%;
}

.healing-pagination .swiper-pagination-bullet:nth-child(1)::before {
  content: 'Aahar'; 
  left: 12.2%;
}
.healing-pagination .swiper-pagination-bullet:nth-child(2)::before {
  content: 'Dipan'; 
  left: 28.6%;
}
.healing-pagination .swiper-pagination-bullet:nth-child(3)::before {
  content: 'Nidra'; 
  left: 44.7%;
}
.healing-pagination .swiper-pagination-bullet:nth-child(4)::before {
  content: 'Smriti'; 
  left: 61%;
}
.healing-pagination .swiper-pagination-bullet:nth-child(5)::before {
  content: 'Urja'; 
  left: 76.8%;
}



.swiper .healing-pagination .swiper-pagination-bullet {
  margin: 0px 200px 0px 0px;
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #ffffff00;
  border: 1px solid #ffffff;
}
.healing-pagination .swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.healing-pagination.swiper-pagination-horizontal{
  width: 1320px;
}


.custom-tab {
padding: 10px 20px;
background-color: #f1f1f1;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-tab.active {
background-color: #007bff;
color: white;
transform: scale(1.1); /* Adds a subtle zoom effect on active tab */
}

.custom-tab:hover {
background-color: #cccccc; /* Change background on hover */
}

.bg-amenities {
background-image: url(../images/home/therapeutic-bg.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 60px 0px 250px;
}
.box-amenities {
background-color: #FFFCF9A3;
padding: 80px 50px 50px;
}

.stays-box {
width: 60%;
position: absolute;
top: 0px;
background-color: #F8F5F0;
padding: 40px 35px;
}
.stays-slide {
padding-top: 50px;
display: flex;
align-items: center;
justify-content: center;
}

.stays-p-n {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
pointer-events: none; 
z-index: 1;
}

.stays-swiper-prev,
.stays-swiper-next {
pointer-events: all; 
color: #fff;
padding: 10px 20px;
font-size: 14px;
cursor: pointer;
z-index: 10;
}

.stays-swiper-prev {
margin-left: 10px;
}

.stays-swiper-next {
margin-right: 10px;
}
.stays-swiper-prev::before,
.stays-swiper-next::before {
  content: '';
  display: block;
  width: 55px; 
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.stays-swiper-prev::before {
  background-image: url('../images/home/arrow-left.svg');
}

.stays-swiper-next::before {
  background-image: url('../images/home/arrow-right.svg');
}

.spaces-swiper-prev {
position: relative;
right: 75px;
}
.spaces-swiper-next {
position: relative;
left: 75px;
}

.spaces-swiper-prev,
.spaces-swiper-next {
pointer-events: all; 
color: #fff;
padding: 10px 20px;
font-size: 14px;
cursor: pointer;
z-index: 10;
}

.spaces-swiper-prev::before,
.spaces-swiper-next::before {
  content: '';
  display: block;
  width: 40px; 
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.spaces-swiper-prev::before {
  background-image: url('../images/home/arrow-left.svg');
}

.spaces-swiper-next::before {
  background-image: url('../images/home/arrow-right.svg');
}

.space-p-n {
position: relative;
bottom: 225px;
left: 0;
right: 0;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
pointer-events: none;
z-index: 1;
}

.c-px-78 {
padding-left: 78px;
padding-right: 78px;
}

.exp-swiper-prev,
.exp-swiper-next {
pointer-events: all; 
color: #fff;
padding: 10px 20px;
font-size: 14px;
cursor: pointer;
z-index: 10;
}

.exp-swiper-prev {
margin-left: 10px;
}

.exp-swiper-next {
margin-right: 10px;
}
.exp-swiper-prev::before,
.exp-swiper-next::before {
  content: '';
  display: block;
  width: 40px; 
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.exp-swiper-prev::before {
  background-image: url('../images/home/arrow-left.svg');
}

.exp-swiper-next::before {
  background-image: url('../images/home/arrow-right.svg');
}



.client-box {
display: flex;
align-items: stretch; 
gap: 2px;
}

.client-box-content {
flex: 0 0 60%; 
padding: 20px;
background-color: #ffffff;
display: flex; 
flex-direction: column; 
justify-content: center; 
align-items: center;
height: 500px;
}

.client-img-sec {
flex: 0 0 40%; 
display: flex; 
justify-content: center; 
align-items: center; 
background-color: #f8f5f0;
}

.client-img-sec img {
max-width: 100%;
height: 100%; 
object-fit: cover; 
}
.cus-p-space {
  padding: 40px 30px;
} 

.cus-px-md-5 {
  padding: 10px 134px !important;  
}

.guests-p-n {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
pointer-events: none; 
z-index: 1;
}
.ftr-logo {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
.client-box {
  flex-wrap: wrap;
}
.guests-p-n {
  position: absolute;
  top: 50%;
}

.client-box-content,
.client-img-sec {
  flex: 1 1 100%;
  height: auto; 
}

.client-img-sec img {
  height: auto; 
}
}

.client-review-section {
padding: 150px 10px 60px;
}

.exp-boxx {
position: relative;
margin-bottom: -90px;
z-index: 1;
}
.blog-boxx {
border: 1px solid transparent;
border-image: linear-gradient(360deg, #9D3B24 0%, rgba(255, 255, 255, 0) 120%) 1;
}

p.cus-height-125 {
height: 125px;
}
.blog-boxx-img {
margin-top: -25px;
padding-left: 25px;
}
span.purecounter {
font-size: 48px;
line-height: 58px;
}
.k-font {
font-size: 48px;
line-height: 58px;
margin-left: 10px;
}
.red-border::before {
content: url(../images/home/line.svg);
display: inline-block;
margin-right: 10px;
vertical-align: middle;
position: absolute;
margin-top: 30px;
left: 0px;
right: 0px;
}
input.newsletter-email {
width: 100%;
font-size: 12px;
padding: 2px 10px;
border-radius: 20px;
border: none;
}
button.newsletter-submit.btn {
padding: 5px 15px;
border: 1px solid #ffffff;
font-size: 12px;
border-radius: 30px;
color: #ffffff;
}

.accordion-button:not(.collapsed) {
color: #203429;
background-color: #f8f5f0;
box-shadow: none;
}
.accordion-body {
background-color: #f8f5f0;
}
button.accordion-button.collapsed {
background-color: #f8f5f0;
}
.accordion-item {
border: none;
}
.footer-top {
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
}

.about-section-bg {
background-image: url(../images/home/about-bg-img.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.ptb-100 {
padding-top: 105px;
padding-bottom: 60px;
}
.exp-stays {
position: relative;
}

.exp-stays::after {
content: "";
position: absolute;
bottom: 5px;
left: 100%;
margin-left: 10px;
right: 0;
transform: translateX(-50%);
width: 10px;
height: 10px;
background-image: url(../images/home/explore-arrow.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.inner-offer-box::before {
content: "";
display: inline-block;
width: 32px;
height: 2px;
background-image: url(../images/home/what-we-offer-line.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-top: 16px;
position: absolute;
left: 3%;
}
.inner-offer-box {
padding-left: 60px;
}

.bg-how {
background-image: url(../images/home/what-we-offer-bg.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;   
}

.offers-box-01 {
background-color: #ffffff36;
padding: 10px;
border: 1px solid #ffffff;
}
.offers-box02 {
padding: 20px;
}
.bg-txt-red {
color:#9D3B24;
}
.text-grey {
color: #1B1C21;
}
.bor-left {
border-left: 1px solid #1B1C21;
}
.fs-12 {
font-size: 12px;;
}
.bi-list::before {
content: "\f479";
color: #fff;
}
.navbar .bi {
background: #203429;
}
.fs-48 {
  font-size: 48px;
  line-height: 56px;
}

@media (min-width: 200px) and (max-width: 767px) {
.ptb-100 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fs-48 {
  font-size: 32px;
  line-height: 44px;
}
.cus-px-md-5 {
  padding: 0px !important;  
}

.bg-amenities {
padding: 60px 0px 60px;
}
.blog-boxx-img {
margin-top: 0px;
padding-left: 0px;
}
.blog-boxx {
margin-bottom: 20px;
}
.red-border::before {
display: none;
}
.stays-slide {
padding-top: 0px;
display: block;
}
.stays-box {
position: relative;
width: 100%;
background-color: #F8F5F0;
padding: 20px 15px;
}
}

.pillars-bg {
transition: background 1s ease-in-out; /* Adjust timing for a slower effect */
}


section.cus-section {
position: relative;
height: 101vh; /* Full viewport height */
scroll-snap-align: start; /* Snap to start of section */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
}

a.nav-link {
text-transform: Capitalcase;
}

.what-we-offer::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4); /* Dark overlay, adjust opacity as needed */
z-index: 1; /* Ensures overlay is above the background image */
}

.bg-offers {
background-position: center;
background-size: cover;
background-repeat: no-repeat;   
}
.bg-offers-1 {
background-image: url(../images/home/what-we-offer01.png);
}
.bg-offers-2 {
background-image: url(../images/home/what-we-offer02.png);
}
.bg-offers-3 {
background-image: url(../images/home/what-we-offer03.png);
}
.bg-offers-4 {
background-image: url(../images/home/what-we-offer04.png);
}

.read-more {
position: relative;
}
.accordion-button:focus {
box-shadow: none;
}

.read-more::after {
content: "";
position: absolute;
bottom: 5px;
left: 100%;
margin-left: 10px;
right: 0;
transform: translateX(-50%);
width: 10px;
height: 10px;
background-image: url(../images/home/red-arrow.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
input.newsletter-email::placeholder {
color: #000; 
}
button.accordion-button {
color: #203429;
}
.accordion-body {
color: #203429;
}
.txt-dark-grey {
color: #4A4B4E;
}
.accordion-body {
  font-size: 14px;
}
.client-img-sec {
margin-left: 10px;
}

.heading-swiper-prev::before {
background-image: url('../images/home/healing-arrow-left.svg');
}

.heading-swiper-next::before {
background-image: url('../images/home/healing-arrow-right.svg');
}


@media (min-width: 200px) and (max-width: 767px) {
section.home-banner.cus-section {
  height: 600px;
}
.fs-32 {
font-size: 22px;
line-height: 34px;
}
.fs-34 {
font-size: 24px;
line-height: 34px;
}
section.cus-section {
height: auto;
}
.box-amenities {
background-color: #FFFCF9A3;
padding: 20px 50px 60px;
}
.stays-box a {
font-size: 14px;
}
.spaces-box {
display: flex;
flex-direction: column;
align-items: center;
}
.spaces-swiper-next {
position: relative;
left: 0px;
}
.spaces-swiper-prev {
position: relative;
right: 0px;
}
.exp-boxx .swiper-wrapper {
display: flex ;
align-items: center;
}
.fs-24 {
font-size: 18px;
line-height: 28px;
}
.client-review-section {
padding: 150px 10px 40px;
}
.client-img-sec {
margin-left: 0px;
}
.client-box {
flex-direction: column-reverse;
}
.minus-my {
margin-top: -15px;
margin-bottom: -15px;
}
.main-h1 {
  padding-top: 20px;
}
.stays-swiper-prev::before, .stays-swiper-next::before {
  width: 40px;
  height: 40px;
}

.healing-pagination .swiper-pagination-bullet::before{
    font-size: 16px;
}

.healing-pagination .swiper-pagination-bullet::after{
width: 12.5%;
}

.swiper .healing-pagination .swiper-pagination-bullet{
    margin: 0px 50px 0px 0px;
}

.healing-pagination .swiper-pagination-bullet:nth-child(1)::after{
    top: 1.7%;
    left: 20.0%;
}

.healing-pagination .swiper-pagination-bullet:nth-child(2)::after{
    top: 1.7%;
        left: 35.5%;
}
.healing-pagination .swiper-pagination-bullet:nth-child(3)::after{
    top: 1.7%;
        left: 51.8%;
}
.healing-pagination .swiper-pagination-bullet:nth-child(4)::after{
    top: 1.7%;
        left: 67.7%;
}

.healing-pagination.swiper-pagination-horizontal {
    width: 400px;
}


}

@media (min-width: 768px) and (max-width: 1200px){
section.cus-section {
  height: auto;
}
section.home-banner.cus-section {
  height: 650px;
}
.cus-px-md-5 {
  padding: 10px 60px !important;  
}
.fs-32 {
font-size: 26px;
line-height: 36px;
}
.healing-pagination.swiper-pagination-horizontal {
width: 100%;

}
.cSwiper {
height: 50vh;
position: relative;
}
.fs-34 {
font-size: 24px;
line-height: 34px;
}
.bg-amenities {
background-position: left;
padding: 50px 0px 115px;
}
.spaces-swiper-prev {
position: relative;
right: 0px;
}
.spaces-swiper-next {
position: relative;
left: 0px;
}
.cus-mt-60{
margin-top: 60px;
}
button.accordion-button {
line-height: 22px;
}
.client-box-content {
height: 450px;
}
.kshem-map{
overflow:hidden;
}

.swiper .healing-pagination .swiper-pagination-bullet {
    margin: 0px 100px 0px 0px;
}
.healing-pagination .swiper-pagination-bullet::after{
    width: 14.5%;
}

.healing-pagination .swiper-pagination-bullet:nth-child(1)::after{
    left: 18.4%;
}

.healing-pagination .swiper-pagination-bullet:nth-child(2)::after{
    left: 34.6%;
}

.healing-pagination .swiper-pagination-bullet:nth-child(3)::after{
left: 51%;
}

.healing-pagination .swiper-pagination-bullet:nth-child(4)::after{
    left: 67.5%;
}


.healing-pagination>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 40px;
    width: 100%;
}

.healing-pagination .swiper-pagination-bullet::before{
    font-size: 18px;
}

}

@media only screen and (min-width: 1536px) and (max-width: 3092px) {
section.about-section-bg.cus-section {
  height: 100%;
}
.stays-box {
width: 60%;
}
}


.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: none;
}
a.btn.btn-outline-primary {
border: none;
}
.btn:hover {
background-color: #0d6efd00;
}
.btn:first-child:active {
background-color: #0d6efd00;
}
.sidebar ul {
padding-top: 50px !important;
}

.sidebar {
position: fixed;
z-index: 9;
top: 0;
bottom: 0;
left: 0;
width: 600px;
background-color: #203429;
box-shadow: 5px 0 50px 3px black;
transition: transform 0.3s ease-out;
ul {
  margin: 0;
  padding: 0;
}
li {
  border-bottom: 1px solid #888;
  list-style: none;
}
a {
  display: block;
  padding: 1em 1.5em;
  color: #ffffff;
  text-decoration: none;
  &:hover {
    background-color: #f8f5f0;
    color: #203429;
  }

}
}
.sidebar.is-hidden {
transform: translateX(-650px);
}
.close-btn {
position: absolute;
top: 10px;
right: 10px;
background: #203429;
color: #fff;
border: none;
padding: 5px 10px;
cursor: pointer;
font-size: 20px;
}


/* Start: what we offer new accordian swiper */
.mySwiper-002 {
height: 800px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.mySwiper-002 .swiper-slide {
height:100%; 
}

/* Thumbnail swiper styles */
.mySwiper-001 {
box-sizing: border-box;
padding: 10px 0;
}

.mySwiper-001 .swiper-slide {
width: 100%;  
height: auto !important;
margin-top: 20px;
opacity: 0.6;
display: flex  ;
flex-direction: column;
align-items: flex-start;
}

.mySwiper-001 .swiper-slide-thumb-active {
opacity: 1;
}

/* Image styling for both sliders */
.mySwiper-002 img, .mySwiper-001 img {
display: block;
width: 100%;
object-fit: cover;
}

.cus-thumb-slider {
position: relative;
}

.mySwiper-001 {
   position: absolute;
  bottom: 150px;
  height: 380px;
  left: 100px;
  width: 50%;
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper-slide-thumb-active {
   opacity: 1;
}
.swiper-slide-thumb-active .offers-box{
  background-color: #ffffff36;
padding: 20px;
border: 1px solid #ffffff;   
}
.c-slider-para {
  display: none;
}

.swiper-slide-thumb-active .c-slider-para {
  display: block;
}




.accordion-slider{
    position: relative;
    height: 700px;
    background: #000;
  }
  .accordion-slider .swiper {
    width: 100%;
    height: 100%;
  }
  .accordion-slider .aSwiper1{
    position: absolute;
    top: 40%;
    left: 4%;
  }

  .accordion-slider .aSwiper1 .swiper-wrapper {
    flex-direction: column;
  }
  .accordion-slider .aSwiper1 .swiper-slide {
    width: 50% !important;
    height: fit-content;
    opacity: 0.9;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .accordion-slider .aSwiper1 .swiper-slide h4{
    padding: 12px 10px 10px;
    line-height: 0;
  }

  .accordion-slider .aSwiper1 .swiper-slide-thumb-active {
    opacity: 1;
  }
  .accordion-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aSwiper1 .swiper-slide {
  justify-content: left;
}

.we-offer-heading {
  padding-top: 80px;
  position: absolute;
  left: 4%;
  z-index: 5;
}

.kshem-map {
    margin-bottom: -10px !important;
}

.kshem-map iframe{
width:100%;
height:415px;
}

.kshem-map ul li{
  margin-bottom:15px;
}

.map-divider {
  border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    margin: 25px 0px;
}

.hotel {
        position: relative;
    left: 524px;
    top: 60px;
}

.hotel img{
width:85%;
}


@media (min-width: 200px) and (max-width: 767px) {
   
   .accordion-slider .aSwiper1 .swiper-slide {
    width: 93% !important;
    height: fit-content;
    opacity: 0.9;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .we-offer-heading {
  padding-top: 100px;
}
.cus-p-space {
  width: 100%;
  padding: 40px 30px;
}

nav.navbar.navbar-expand-lg.navbar-light-pro.fixed-top.navbar-light.inside-page-nav {
  background: #203429;
  background-color: #203429 !important;
  top: 0px;
}
.navbar .nav-item .nav-link {
      color: #fff !important;
  }
  .dropdown-item {color: #fff !important;}
.hotel {left: auto;}
}
/* End: what we offer new accordian swiper */
/* about para 100% screen issue */
@media (min-width: 1280px) and (max-width: 1421px) { 
section.bg-amenities {height: 100% !important;}
.header.scrolled .navbar .nav-item .nav-link {
      font-size: 12px;
  }
  
  a.nav-link {
  padding: 10px 18px !important;
}
}

.cus-client {
align-items: stretch !important;
height: auto !important;
}
button.accordion-button {
  line-height: normal;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

nav.navbar.navbar-expand-lg.navbar-light-pro.fixed-top.navbar-light.inside-page-nav {
background: linear-gradient(rgba(5, 19, 47, .5578432056416316) 0%, rgba(5, 19, 47, 0) 100%);
  top: 0px;
}
section, #section {
  padding: 0rem 0;
}

.dropdown-item {
color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.hotel{
            left: 270px;
        top: 90px;
}
}


@media (min-width: 200px) and (max-width: 767px) {
    
   
   .accordion-slider .aSwiper1 .swiper-slide {
    width: 93% !important;
    height: fit-content;
    opacity: 0.9;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .we-offer-heading {
  padding-top: 100px;
}
.cus-p-space {
  width: 100%;
  padding: 40px 30px;
}

.page-id-3269 #navbar nav.navbar.navbar-expand-lg.navbar-light-pro.fixed-top.navbar-light.inside-page-nav {
  background-color: #203429 !important;
  top: 0px;
}
.navbar .nav-item .nav-link {
      color: #fff !important;
  }
  .dropdown-item {color: #fff !important;}
.heading-swiper-next::before {
  position: absolute;
  right: 0px;
}
.heading-swiper-prev::before {
  position: absolute;
  left: 0px;
}
.about-section-bg .heading-32{
        font-size: 22px;
        line-height: 24px;
}

.pillars-bg {
background-image: url(../images/home/aahar-mob-bg.png);
}

.bg-healing-1{
    background-image: url(../images/home/aahar-mob-bg.png);
}
.bg-healing-2{
    background-image: url(../images/home/dipan-mob-bg.png);
}

.bg-healing-3{
    background-image: url(../images/home/nidra-mob-bg.png);
    background-position: center right;
}

.bg-healing-4{
    background-image: url(../images/home/smrithi-mob-bg.png);
}
.bg-healing-5{
    background-image: url(../images/home/urja-mob-bg.png);
}
}

/* Start : Upcoming Para */

.bg-green {
    background-color: #203429;
}
.h-400 {
    height: 400px;
}
.event-filter-sec .event-card-inner {
    position: relative;
}
.event-filter-sec .event-date {
    font-size: 15px;
    font-weight: 600;
    color: #9D3B24;
    position: absolute;
    top: 4%;
    left: 3%;
    padding: 10px;
    background-color: #fff;
}
.event-filter-sec .event-type {
    position: absolute;
    top: 5%;
    right: 3%;
    opacity: 0;
}

.event-filter-sec .event-details {
    padding: 30px 15px 30px 0px;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 20px;
}

.exp-more-btn {
position: relative;
color: #9D3B24;
font-size: 16px;
font-weight: 600;
}

.exp-more-btn::after {
    position: relative;
    top: 3px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(http://kshemavana.com/wp-content/uploads/2025/03/explore-more.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 14px;
    transition: margin-left 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
}
a.exp-more-btn:hover {
    color: #9d3b24;
}
.exp-more-btn:hover::after {
 transition: margin-left 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
 margin-left: 20px;  
 width: 16px;
 height: 16px;
}
.event-filter-sec .form-control {
    color: #385F71 !important;
    padding: 17px 15px;
}
.fs-38 {
    font-size: 38px;
    line-height: 38px;
}
.fs-42 {
 font-size: 42px;   
 line-height: 42px;
}
a.speak-btn {
    color: #203429;
    margin-bottom: 0px;
    background-color: #d8ceb8;
    padding: 15px 27px;
    border-radius: 40px;
    border:1px solid  #d8ceb8;
}
a.speak-btn:hover {
    border:1px solid  #d8ceb8;
    background-color: #203429;
    color: #d8ceb8;
}
@media (min-width: 200px) and (max-width: 767px) {
    .fs-38 {
    font-size: 30px;
    line-height: 38px;
}
.cus-pb-20 {
    padding-bottom: 20px;
}
}
/* End : Upcoming Para */