@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 2.1;
  color: #666666;
}


li {
  list-style: none;
}


a {
  text-decoration: none;
}

body {
  font-family: 'Playfair Display', serif;
  margin: 0;
  overflow-x: hidden;
}
.icon-bar {
  position: fixed;
  top: 84%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 11px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook,
.twitter,
.google,
.linkedin,
.youtube {
  background: #3B71B8;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
/* navbar section start  */

.text-book {
  color: white !important;

}
.navbar-nav .nav-link.active {
  color: #3B71B8 !important;
}
.navitem-button {
  background-color: #3B71B8;
  color: white !important;
}
.nav-item .nav-link.text-book {
  color: #FFFFFF !important;
}

.nav-item .nav-link.text-book:hover {
  color: #FFFFFF !important;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
margin-right: 4%;
}


.logo-img {
  margin-left: 53%;
}

.nav-item {
  font-size: 18px;
  font-weight: 500x;
  color: #231F20 !important;
  margin: 7px;
}

/* navbar section end  */
.video-container {
  position: relative;
  width: 100%;
  margin-top: -185px;
}

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


.video-overlay {
  position: absolute;
  top: 10%;
  left: 38%;
  transform: translateX(-50%);
  text-align: left;
  color: rgb(255 255 255);
}

.video-overlay h1 {
  font-size: 3rem;
  font-weight: bold;
}

.h1-banner {
  margin-top: 51%;
  /* margin-top: 36%; */
}

.button-banner {
  background: #090979;
  background: linear-gradient(90deg, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  width: 161px;
  padding: 10px;
  border-radius: 34px;
  justify-content: center;
  display: flex;
  align-items: center;

}

.button-banner2 {
  border: 2px solid #3B71B8;
  width: 161px;
  padding: 10px;
  border-radius: 34px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.a-button {
  color: white;
}

.bi-arrow-right {
  font-size: 18px;
}

.a-button:hover {
  color: white;
}

/* x */

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

video {
  width: 100%;
}

.p-tab1{
 font-size: 14px;
 line-height: 2;
}

/* about section start  */


/* Parent */
.section-bg {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

/* Background layer (animated) */
.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/home/bg-img.jpg');
  background-size: cover;
  background-position: center;
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
  z-index: 0;
  animation: kenburns 28s ease-in-out infinite;
}

/* Ensure content sits above the animated bg */
.section-bg>.container,
.section-bg>.row {
  position: relative;
  z-index: 1;
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }

  50% {
    transform: scale(1.06) translate(-2%, -2%);
  }

  /* slight pan */
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/* Accessibility: stop motion for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .section-bg::before {
    animation: none;
    transform: none;
  }
}
.h6-subheading {
  text-transform: uppercase;
  color: #FCB040;
}


.filterDiv {
  float: left;
  background-color: #2196F3;
  color: #ffffff;
  width: 100px;
  line-height: 100px;
  text-align: left;

  margin: 2px;
  display: none;
}

.show {
  display: block;
}

.container-filtertab {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
  text-align: left;
}

.btn:hover {
  border-right: 2px solid #3B71B8;
  background-color: #3b71b830;
}

.btn.active {
  background-color: #ffffff;
  color: #000000;
  border-right: 2px solid #3B71B8;
}

.image-filter {}

/* about section end   */

/* Amenities section start */

.parallax {
  background-image: url('../images/home/parallax.jpg');
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax h2 {
  color: white;
  text-align: center;
  padding-top: 6rem;
}

.amenities-box {
  background-color: #ffffff7a;
  padding: 4%;
  border-radius: 15px;

}

.icons-amenities {
  display: block;
  margin: 0 auto 10px;
  font-size: 39px;
  color: #1A285F;
  background-color: white;
  width: 69px;
  padding: 5px;
  border-radius: 34px;
}

.icons-amenities {}

.fa-utensils,
.fa-wifi,
.fa-handshake,
.fa-map-marked-alt,
.fa-parking,
.fa-door-open {
  font-size: 24px;
  color: #3B71B8;
}


.wifi-amini {
  color: #3B71B8 !important;
}

/* Amenities section end */

/* CTA section start */

.cta-bg {
  background-image: url('../images/home/cta.jpg');
  height: 190px;
  background-position: center;
  background-size: cover;
}

.h2-cta {
  color: white;
  font-size: 45px;
  margin-left: 6rem;
}

.button-cta {
  margin-right: 10%;
}

/* CTA section end */


/* service section start */

.container-service {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.image {
  display: block;
  width: 100%;
  /* height: auto; */
  height: 500px;
      object-fit: cover;
  transition: transform 0.5s ease;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  padding: 0px;
  box-sizing: border-box;
}
.container-service:hover .overlay {
  height: 100%;
}

.overlay-title {
  color: white;
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.overlay-description {
  color: white;
  font-size: 0.9rem;
  margin: 0;
  padding: 0 10px;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

.text2 {
  color: white;
  font-size: 20px;
  position: absolute;
     top: 46%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

.text3 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 18%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

.ser-p {
  color: white;
  position: absolute;
  top: 62%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-46%, -46%);
  text-align: left;
  width: 92%;
  font-size: 14px;
}


.container-service .overlay {
  pointer-events: none;
}

/* Re-enable hover for desktop */
.container-service:hover .overlay {
  pointer-events: auto;
}

.overlay {
  cursor: pointer;
}





/* service section end  */


/* Ayurveda section start  */

.parallax2 {
  background-image: url('../images/home/parallax2.png');
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-round-ser {
  background-color: white;
  padding: 19px;
  width: 109px;
  border-radius: 65px;
}

/* Ayurveda section end  */
/* gallery section start */

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.image-overlay {
  position: relative;
  overflow: hidden;
}

.image-overlay img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.image-overlay:hover img {
  transform: scale(1.05);
}

.overlay-text {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  color: #fff;
  text-align: left;
}

.overlay-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.overlay-para {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.gall-img {
  filter: grayscale(1);
  transition: 0.9s;
}

.gall-img:hover {
  filter: grayscale(0);
}
/* gallery section end */
.testimonial-section {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/home/bg-img.jpg');
  background-size: cover;
  background-position: center;
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
  z-index: 0;
  animation: kenburns 28s ease-in-out infinite;
}
.testimonial-section>.container,
.testimonial-section>.row {
  position: relative;
  z-index: 1;
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }

  50% {
    transform: scale(1.06) translate(-2%, -2%);
  }

  /* slight pan */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-section::before {
    animation: none;
    transform: none;
  }
}



/* parallax video section start */
.parallax3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 48vh;
  background: url('../images/home/parallax3.png') center/cover no-repeat;
  color: white;
}

.parallax3 h2 {
  color: white;
}
/* form section start  */

.form-control {
  border: 1px solid #3B71B8;
  border-radius: 0;
}

.form-control:focus {
  color: #3B71B8;
  background-color: #fff;
  border-color: #3B71B8;
  outline: 0;
  box-shadow: none;
}

/* form section end  */
/* footer section start  */

footer {
  background-color: black;
}
.p-copyright {
  font-size: 12px;
}
.p-copyright a {
  color: white;
}

/* footer section end  */
/* room inner page start  */

.li-icon {
  width: 38px;
  background-color: #3B71B8;
  padding: 10px;
  border-radius: 50px;
  height: 39px;
  justify-content: center;
  display: flex;
}

.fa-water,
.fa-wifi,
.fa-utensils,
.fa-dumbbell,
.fa-square-parking,
.fa-mug-hot {
  color: white;
}

/* room inner page end  */
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
}

.slide-track {
  display: flex;
  width: calc(600px * 6);
  animation: scroll 40s linear infinite;
}

.slider:hover .slide-track {
  animation-play-state: paused;
}

.slide {
  flex: 0 0 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  min-height: 100px;
  border: 1px solid #3B71B8;
  text-align: left;
  position: relative;

}


i.fa-solid.fa-quote-left {
  font-size: 43px;
  color: #d9d9d9;
}

.img-testimonial {
  position: absolute;
  top: 94px;
  left: 94%;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
/* testimonial section end  */
/* about page start  */
/* brudcum section start  */

.bg-brudcum {
  background-image: url('../images/about/brudcum.jpg');
  height: 300px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}

/* brudcum section end  */
/* mision and vision section start  */
/* Filter content */
.filterDiv2 {
  display: none;
  margin-bottom: 20px;
  width: 100%;
  line-height: normal;
  float: none;
}

.show {
  display: block;
}

/* Tabs/buttons */
.btn-mision {
  background-color: white;
  border: 1px solid #3B71B8;
  color: black;
  padding: 23px 50px;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 0;
}

.btn-mision.active {
  background: linear-gradient(90deg, rgba(9, 9, 121, 1) 4%, rgba(0, 212, 255, 1) 100%);
  color: white;
}


.btn-mision:hover {

}
@media (max-width: 767px) {
  .filterDiv2 .row {
    flex-direction: column;
  }

  .filterDiv2 .col-md-6 {
    width: 100%;
  }
  .btn-mision {
    margin: 5px 2px;
    width: 45%;
  }
}
.fa-check {
  color: #3B71B8;
}

.li-check {
  line-height: 1.9;
}
/* about page end   */
/* facilities page start  */
.btn-facilities.active {
  background: linear-gradient(90deg, rgba(9, 9, 121, 1) 4%, rgba(0, 212, 255, 1) 100%);
  color: white;
}

/* --- Slider Styling --- */
.mySlides {
  display: none;
  position: relative;
}

.mySlides img {
  width: 100%;
  vertical-align: middle;
  /* border-radius: 10px; */
}

.mySlides-kayaking img {
  width: 100%;
  vertical-align: middle;

}

/* --- Navigation Arrows (Inside the Image) --- */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 12px 18px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 50%;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
  z-index: 5;
}
.prev {
  left: 15px;
}

.next {
  right: 15px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.caption-container {
  text-align: center;
  background-color: #222;
  color: #f2f2f2;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
.filterDiv3 {
  display: none;
  margin-bottom: 20px;
  width: 100%;
  line-height: normal;
  float: none;
}
.show {
  display: block;
}
.container-facilities {
  margin-top: 20px;
  overflow: hidden;
}
.btn-facilities {
  background-color: white;
  border: 1px solid #3B71B8;
  color: black;
  padding: 23px 50px;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 0;
}
.btn-facilities.active {
  background: linear-gradient(90deg, rgba(9, 9, 121, 1) 4%, rgba(0, 212, 255, 1) 100%);
  color: white;
}
.column-slider {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 15%;
  padding: 0 4px;
}

/* facilities page end   */
/* gallery page start  */
.h2-gall {
  position: absolute;
  top: 76%;
  left: 36%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.h2-gall2 {
  position: absolute;
  top: 84%;
  left: 38%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.h2-gall3 {
  position: absolute;
  top: 88%;
  left: 16%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.h5-gall {
  position: absolute;
  top: 88%;
  left: 38%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
}

/* gallery page end  */


/* service page start  */
.text-ser {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

.text-ser2 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 49%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

.text-ser3 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 49%;
  left: 19%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.service-gall-back {
  background-image: url('../images/service/service1.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
}
.service-gall-back2 {
  background-image: url('../images/service/service2.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
}
.service-gall-back3 {
  background-image: url('../images/service/service3.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
}
.service-gall-back4 {
  background-image: url('../images/service/service4.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
}
.service-gall-back5 {
  background-image: url('../images/service/service5.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
}
.service-gall-back6 {
  background-image: url('../images/service/service6.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
}
.service-gall-back6 h5 {
  position: relative;
   top: 87%;
  /* top: 69%; */
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back5 h5 {
  position: relative;
   top: 87%;
  /* top: 69%; */
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back4 h5 {
  position: relative;
  /* top: 69%; */
   top: 87%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back2 h5 {
  position: relative;
   top: 87%;
  /* top: 69%; */
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back3 h5 {
  position: relative;
   top: 87%;
  /* top: 69%; */
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back h5 {
  position: relative;
      top: 87%;
  /* top: 69%; */
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back5 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back6 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back4 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.service-gall-back2 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.service-gall-back3 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.bg-service {}



/* Parent */
.bg-service {
  position: relative;
  overflow: hidden;
  min-height: 420px;

}


.bg-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/home/bg-img.jpg');
  background-size: cover;
  background-position: center;
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
  z-index: 0;
  animation: kenburns 28s ease-in-out infinite;
}


.bg-service>.container,
.bg-service>.row {
  position: relative;
  z-index: 1;
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }

  50% {
    transform: scale(1.06) translate(-2%, -2%);
  }

  /* slight pan */
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-service::before {
    animation: none;
    transform: none;
  }
}
/* service page end  */
/* destination wedding page start */

.carousel-control-next-icon {
  background-image: url('../images/icons/left.png');
  transform: rotate(184deg);
}
.carousel-control-prev-icon {
  background-image: url('../images/icons/left.png')
}

.ul-li-service-inner {
  line-height: 2.9;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #ffffff;
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.accordion-item:first-of-type {
  border-radius: none !important;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #0c63e4;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #ffffff;
  box-shadow: none;
}
/* destination wedding page end */


/* room page start  */

.room-col {
  padding-top: 13%;
}
.room-col2 {
  padding-top: 7%;
}
.image-hover {
  position: relative;
  overflow: hidden;
}

.image-hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.image-hover img {
  width: 100%;
  transition: transform 1.2s ease;
}

.image-hover:hover img {
  transform: scale(1.1);
}

.image-hover:hover::after {
  opacity: 1;
}

/* Common base state */
.text-animate {
  opacity: 0;
  transition: all 0.9s ease-out;
}

/* --- Different effects for each element --- */
.text-animate.h-animate {
  transform: translateX(-50px);
}

.text-animate.h-animate.visible {
  opacity: 1;
  transform: translateX(0);
}
.text-animate.p-animate {
  transform: translateY(30px);
}

.text-animate.p-animate.visible {
  opacity: 1;
  transform: translateY(0);
}
.text-animate.btn-animate {
  transform: scale(0.8);
}

.text-animate.btn-animate.visible {
  opacity: 1;
  transform: scale(1);
}

.mobile-room {
  margin: 0px !important;
  margin-top: 30px !important;
}
/* room page end  */

/* contact page start  */

.fa-map-marker-alt,
.fa-envelope,
.fa-mobile-alt {
  color: #3B71B8;
}

.h6-contact {
  color: black;
  margin-top: 9%;
}
.animate-contact {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}
.animate-contact.visible {
  opacity: 1;
  transform: translateY(0);
}
.a-button2 {
  background: #090979;
  background: linear-gradient(90deg, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  width: 161px;
  padding: 10px;
  border-radius: 34px;
  justify-content: center;
  display: flex;
  color: white;
  align-items: center;
}

.a-button2:hover {
  color: white;
  text-align: center;
}

.col-formsection {
  padding: 10%;
}

iframe {
  width: 100%;
  height: 380px;
}
/* contact page end  */


.footer-map {
  height: 60%;
}


/* ayurveda page start  */
.ayurveda-back1 {
  background-image: url('../images/ayur/ayur3.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back2 {
  background-image: url('../images/ayur/ayur4.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back3 {
  background-image: url('../images/ayur/ayur5.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back4 {
  background-image: url('../images/ayur/ayur6.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back5 {
  background-image: url('../images/ayur/ayur7.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back6 {
  background-image: url('../images/ayur/ayur8.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back7 {
  background-image: url('../images/ayur/ayur9.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back8 {
  background-image: url('../images/ayur/ayur10.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back9 {
  background-image: url('../images/ayur/ayur11.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back10 {
  background-image: url('../images/ayur/ayur12.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back11 {
  background-image: url('../images/ayur/ayur13.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back12 {
  background-image: url('../images/ayur/ayur14.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back13 {
  background-image: url('../images/ayur/ayur15.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back14 {
  background-image: url('../images/ayur/ayur16.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back15 {
  background-image: url('../images/ayur/ayur17.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back16 {
  background-image: url('../images/ayur/ayur18.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back17 {
  background-image: url('../images/ayur/ayur19.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back18 {
  background-image: url('../images/ayur/ayur20.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back19 {
  background-image: url('../images/ayur/ayur21.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.ayurveda-back20 {
  background-image: url('../images/ayur/ayur22.jpg');
  height: 354px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ayurveda-back1 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back2 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back3 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back4 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back5 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.ayurveda-back6 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.ayurveda-back7 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.ayurveda-back8 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back9 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back10 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back11 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back12 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back13 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back14 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back15 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back16 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back17 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back18 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back19 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back20 h5 {
  position: relative;
  top: 77%;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  font-size: 2rem 32px;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back1 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back2 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back3 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back4 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back5 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back6 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back7 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back8 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.ayurveda-back9 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.ayurveda-back10 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back11 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back12 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back13 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back14 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back15 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back16 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}
.ayurveda-back17 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

.ayurveda-back18 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}


.ayurveda-back19 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}


.ayurveda-back20 p {
  position: relative;
  top: 77%;
  font-size: 13px;
  left: 54%;
  transform: translate(-50%, -50%) translateY(20px);
  color: white;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeSlideIn 1s forwards;
  animation-delay: 0.5s;
}

/* ayurveda page end  */
@media (min-width: 992px) {

  .dropdown-hover:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .dropdown-hover:hover>.dropdown-menu {
    display: none;
  }
}


.nav-item .nav-link {
  color: #000000 !important;
  /* Sets the text color to Black */
}

/* Optional: To ensure the color doesn't change when hovering */
.nav-item .nav-link:hover,
.nav-item .nav-link:focus {
  color: #333333 !important;
  /* Stays dark gray/black on hover/focus */
}

.p-footer{
  font-size: 14px;
}

.img-ayur-inner{
  height: 460px;
  object-fit: cover;
}

.img-dayout{
  height: 499px;
  object-fit: cover;
  width: 1200px;
}