@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

body {
  font-size: 14px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #f2ffff1a;
}

.navbar-transparent {
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}

.navbar-transparent .navbar-nav .nav-link {
  color: #ffffff !important;
  transition: color 0.3s ease;
}

.navbar-scrolled {
  background-color: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* .navbar-scrolled .navbar-nav .nav-link {
  color: #000000 ;
} */

.navbar-light .navbar-nav .nav-link {
  padding-top: 22px;
  transition: 0.3s;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 500;
  font-size: 14px;
}

.navbar .nav-link:hover {
  transition: 0.3s all;
  color: #7fbcbc;
  background-color: #86dddd1a;
  border-bottom: 1px solid#598686;
}

.navbar .m-active {
  background-color: #8ecece1a;
  border-bottom: 1px solid#598686;
  padding: 10px;
  width: fit-content;
  color: #7fbcbc;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: ">";
  float: right;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  border-radius: 0px;
  border: 0px;
  top: 97%;
  background: #ffffff;
  border-radius: 10px;
  border-bottom: 7px solid#598686;
}

.dropdown-item {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1px;
}

.dropdown-item:hover {
  color: #000000;
  background-color: #d6f7f780;
  transition: 0.3s all;
}

.navbar-toggler {
  outline: none !important;
  border: none;
}

/* .megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 50%;
  left: 200px;
  right: 0;
} */

/* .megamenu h6{
  margin-left: 21px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px;
} */

/* .megamenu h6:hover {
  color: #000000;
  background-color: #D6F7F780;
  padding: 10px;
  transition: .3s all;
} */

/* .megamenu a {
  text-decoration: none;
} */

/* .menu_drop-left {
  padding: 20px;
} */

/* .menu_drop-row .menu-item {
  cursor: pointer;
  transition: background-color 0.3s;
}      

.navbar-light .dmenu {
  position: relative;
  display: inline-block;
}

.navbar-light .dmenu .sm-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 570px;
  background: white;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  z-index: 1000;
  margin-top: 0;
  padding-top: 5px;
}

.navbar-light .dmenu:hover .sm-menu,
.navbar-light .sm-menu:hover {
  display: block;
  animation: slideDown 0.15s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
} */

.dropdown-toggle::after {
  display: none;
}

.home-banner {
  background-image: url(./images/new-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 200px;
  /* margin-bottom: 100px; */
}

.home-banner-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow: 0px 10px 40px 0px #0000001a;
  width: 60%;
}

.navBtn button {
  border: none;
  outline: none;
  background-color: #8ecece;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.navBtn {
  margin-top: -15px;
}


.home-banner p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 25px;
  text-shadow: 0px 10px 40px 0px #0000001a;
  color: #ffffff;
  margin-bottom: 30px;
}

.banner-btns {
  display: flex;
  gap: 20px;
}

.banner-btnsL button {
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.banner-btnsL button:hover {
  background-color: #ffffff;
  color: #8ecece;
}

.banner-btnsL button i {
  margin-left: 10px;
}

.banner-btnsR button {
  border: none;
  outline: none;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #8ecece;
  border: 1px solid #ffffff;
}

.banner-btnsR button:hover {
  background-color: #8ecece;
  color: #ffffff;
  border: 1px solid #8ecece;
}

.banner-btnsR button i {
  margin-left: 10px;
}

.home-client .slick-slide {
  margin: 0px 20px;
}

.home-client .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.home-client .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.home-client .slick-list:focus {
  outline: none;
}
.home-client .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.home-client .slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.home-client .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.home-client .slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.home-client .slick-track:after {
  clear: both;
}
.home-client .slick-loading .slick-track {
  visibility: hidden;
}

.home-client .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.home-client .slick-slide img {
  width: 100%;
  aspect-ratio: 3/3;
  object-fit: contain;
}
.home-client .slick-slide.slick-loading img {
  display: none;
}
.home-client .slick-slide.dragging img {
  pointer-events: none;
}
.home-client .slick-initialized .slick-slide {
  display: block;
}
.home-client .slick-loading .slick-slide {
  visibility: hidden;
}
.home-client .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.home-client .slick-arrow.slick-hidden {
  display: none;
}


.home-client {
  width: 80%;
  margin: auto;
}

.home-client-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  text-align: center;
  color: #6eaeae;
  margin-bottom: 40px;
}

.home_welcome {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #557e7e;
  color: #ffffff;
  text-align: center;
  margin-bottom: 100px;
}

.home_welcome-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 10px;
}

.home_welcome p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 60px;
}

.home_welcome-rows-img {
  margin-bottom: 20px;
}

.home_welcome-rows-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.home_welcome-rows p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  width: 80%;
  margin: auto;
}

.home_welcome-rows {
  margin-bottom: 40px;
}

.featured-fleets {
  margin-bottom: 137px;
}

.featured-fleets-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 10px;
}

.featured-fleets p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 60px;
}

.featured-fleets-rows-img-box .image-container {
  position: relative;
  width: 100%;
  height: 236px;
}

.featured-fleets-rows-img-box .default-image,
.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.featured-fleets-rows-img-box .hover-image {
  opacity: 0;
}

.featured-fleets-rows-img-box .image-container:hover .default-image {
  opacity: 0;
}

.featured-fleets-rows-img-box .image-container:hover .hover-image {
  opacity: 1;
}

.featured-fleets-rows-img-box {
  border: 1px solid #8ecece80;
  border-radius: 10px;
  padding: 10px;
}

.featured-fleets-rows-contents {
  padding: 20px;
}

.featured-fleets-rows-contents-name {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

.featured-fleets-rows-contents-pers {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
}

.featured-fleets-rows-contents-price {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  color: #00000099;
}

.featured-fleets-rows-contents-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured-fleets-rows-contents-lnk a {
  background-color: #8ecece;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.featured-fleets-rows-contents-lnk a:hover {
  background-color: #6eaeae;
}

.featured-fleets-rows {
  margin-bottom: 40px;
  cursor: pointer;
}

.home_hosts {
  background-color: #557e7e;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 135px;
}

.home_hosts-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.home_hosts p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}

/* Slick Slider Css Ruls */

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}
/* Slider Theme Style */

/* .Containerr {
  padding: 0 15px;
} */

.Containerr:after,
.Containerr .Head:after {
  content: "";
  display: block;
  clear: both;
}

.Containerr .Head {
  font: 20px/50px NeoSansR;
  color: #222;
  height: 52px;
  /* over-flow: hidden; */
  /* border-bottom:1px solid rgba(0,0,0,.25); */
}

.Containerr .Head .Arrows {
  float: right;
}

.Containerr {
  position: relative;
}

.Containerr .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #8ecece80;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
  position: absolute;
  left: -40px;
  top: 300px;
  border-radius: 5px;
}

.Containerr .Head .Slick-Next {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #8ecece80;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
  border-radius: 5px;
  position: absolute;
  right: -40px;
  top: 300px;
}

.Containerr .Head .Slick-Next:hover,
.Containerr .Head .Slick-Prev:hover {
  background: #2b2b2b;
}

.Containerr .Head .Slick-Next:before {
  content: "\f105";
}

.Containerr .Head .Slick-Prev:before {
  content: "\f104";
}

.SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.ProductBlock {
  padding: 0 7.5px;
}

.host_slides-box {
  background-color: #f2ffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  border-radius: 10px;
}

.host_slides-box p {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #6f6c8f;
  margin-top: 10px;
}

.host_slides-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: 70%;
  margin: auto;
}

.host_slides-box-img {
  margin-bottom: 10px;
}

.host_slides-box-img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 217px;
}

.host_slides-box-img img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.host_slides-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.host_slides-box a button {
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #8ecece;
  border: 1px solid #8ecece;
}

.host_slides-box a button i {
  margin-left: 10px;
}

.host_slides-box a button:hover {
  background-color: #8ecece;
  color: #ffffff;
}

.wrapper2 {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.testimonials-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 8px;
}

.testimonials-head {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}

.cliemts__img {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tob{
  border-radius: 10px;
}

.home_testimonial-head {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #170f49;
  margin-bottom: 13px;
}

.cliemts__img-21 {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.cliemts__img-22 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #6f6c90;
}

.cliemts__img-1 img {
  width: 60px;
  height: 60px;
}

.home_testimonial p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6f6c90;
}

.wrapper2 .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.home_testimonial .carousel::-webkit-scrollbar {
  display: none;
}
.home_testimonial .carousel.no-transition {
  scroll-behavior: auto;
}
.home_testimonial .carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.home_testimonial .carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.home_testimonial .carousel .card {
  scroll-snap-align: start;
  list-style: none;
  cursor: pointer;
  padding: 53px;
  flex-direction: column;
  border: none;
  color: #000000;
  position: relative;
  box-shadow: 0px 5px 14px 0px #080f340a;
  border: 1px solid #eff0f6;
  border-radius: 20px;
}

.home_testimonial {
  margin-left: 120px;
}

@media screen and (max-width: 900px) {
  .wrapper2 .carousel {
    grid-auto-columns: calc((100% / 3) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper2 .carousel {
    grid-auto-columns: 100%;
  }
}

.home_follow {
  padding-top: 73px;
  padding-bottom: 83px;
  background-color: #557e7e;
  margin-bottom: 100px;
}

.home_follow-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.home_follow-nav-left-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.home_follow-nav-left-nav-id {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.home_follow-nav-right button {
  border: none;
  outline: none;
  background-color: #8ecece;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.home_follow-nav-right button:hover {
  background-color: #6eaeae;
}

.home_follow-nav-right button i {
  margin-left: 10px;
}

.home_follow-rows {
  position: relative;
  margin-bottom: 30px;
}

.home_follow-rows-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.home_follow-rows-icon i {
  color: #ffffff;
}

.home_follow-rows img {
  width: 100%;
}

.home_newsletter {
  width: 80%;
  margin: auto;
}

.home_newsletter-row {
  box-shadow: 0px 10px 50px 0px #00000008;
}

.home_newsletter-left img {
  border-radius: 30px 0px 0px 30px;
}

.home_newsletter-right {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.home_newsletter-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}

.home_newsletter-right p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  color: #6f6c8f;
  margin-bottom: 30px;
}

.home_newsletter-right-field {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
}

.home_newsletter-right-field input {
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 30px;
}

.home_newsletter-right-field input::placeholder {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 26px;
  color: #00000099;
}

.home_newsletter-right-field button {
  border: none;
  outline: none;
  background-color: #8ecece;
  border-radius: 0px 30px 30px 0px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.home_newsletter-right-field button:hover {
  background-color: #6eaeae;
}

.home_newsletter-right-field button i {
  margin-left: 10px;
}

.home_newsletter-right-field {
  display: flex;
  justify-content: space-between;
}

.footer {
  background-color: #203030;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #ffffff;
}

.footer-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 22px;
}

.footer-rowB ul li {
  list-style: none;
  line-height: 35px;
}

.footer-rowB ul li a {
  text-decoration: none;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
}

.footer-rowB-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-rowB-rowR {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
}

.footer-rowA p {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  margin-top: 20px;
}

.footer_copy {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #8ecece80;
  padding-top: 10px;
  margin-top: 30px;
}

.footer_copyRrrr {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer_copy-icon a {
  margin-right: 5px;
}

.inner_banner {
  background-image: url(./images/zen-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 150px;
  color: #ffffff;
}

.inner_banner-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 10px;
  text-shadow: 0px 10px 40px 0px #0000001a;
}

.inner_banner p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  margin-bottom: 24px;
  text-shadow: 0px 10px 40px 0px #0000001a;
}

.inner_fleet-box-row-sec {
  display: flex;
  gap: 10px;
}

.inner_fleet {
  padding-top: 36px;
  padding-bottom: 38px;
  background-color: #436565;
  color: #ffffff;
  margin-bottom: 50px;
}

.inner_fleet-box-row-secR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
}

.inner_fleet-box-row-secR p {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: #ffffffcc;
}

.inner_fleet-box {
  width: 80%;
  margin: auto;
}

.innerPage-slide .card {
  border: none;
}

.innerPage-slide .card img {
  height: 350px;
}

.innerPage-slide {
  margin-bottom: 100px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #8ecece80;
  padding: 20px;
  background-image: none;
  display: flex;
  align-items: center;
}

.inner-page_des {
  background-color: #f2ffff;
  width: 80%;
  margin: auto;
  border-radius: 10px;
}

.inner-page_des-nav {
  background-color: #8ecece;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px 10px 0px 0px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 34px;
}

.inner-page_des-content {
  padding: 20px 30px;
}

.inner-page_des-content-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 28px;
  color: #000000cc;
  margin-bottom: 10px;
}

.inner-page_des-content p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  color: #000000cc;
  margin-bottom: 20px;
}

.inner-page_des-content-sub {
  font-weight: 600;
  font-style: Medium;
  font-size: 16px;
  line-height: 26px;
  color: #000000cc;
}

.inner-page_des-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.inner-page_des-content ul li {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  color: #000000cc;
}

.des-reserve {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.des-reserveR button {
  border: none;
  outline: none;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #8ecece;
  border: 1px solid #8ecece;
}

.des-reserveR button:hover {
  background-color: #8ecece;
  color: #ffffff;
}

.des-reserveR button i {
  margin-left: 10px;
}

.inner_section-row {
  display: flex;
  gap: 20px;
}

.inner_section-rows {
  text-align: center;
  margin-bottom: 30px;
  padding: 50px 20px;
  box-shadow: 0px 10px 50px 0px #0000000d;
  border-radius: 10px;
  min-width: 200px;
}

.inner_section-rows2 {
  text-align: center;
  margin-bottom: 30px;
  background-color: #557e7e;
  box-shadow: 0px 10px 50px 0px #0000000d;
  padding: 50px 20px;
  border-radius: 10px;
  min-width: 200px;
}

.inner_section-row {
  margin-bottom: 100px;
}

.inner_section-rows-head {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #000000cc;
  margin-top: 24px;
  margin-bottom: 10px;
}

.inner_section-rows p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #00000099;
}

.inner_section-rows2 p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.inner_enqq {
  background-color: #f2ffff;
  margin-bottom: 100px;
  padding-bottom: 72px;
}

.inner_enqq-nav {
  background-color: #8ecece;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px 10px 0px 0px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 34px;
}

.inner_enqq-box {
  width: 60%;
  margin: auto;
  box-shadow: 0px 10px 40px 0px #0000000d;
  background-color: #ffffff;
  margin-top: 72px;
  padding: 40px 30px;
  border-radius: 10px;
}

.inner_enqq-box-head {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 32px;
  color: #132238;
  margin-bottom: 36px;
}

.form-group {
  position: relative;
}

.form-input {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #e6e8eb;
  border-radius: 4px;
  background-color: transparent;
  outline: none;
  transition: all 0.2s;
}

.form-input:focus {
  border-color: #8ecece;
  border-width: 2px;
}

.form-label {
  position: absolute;
  top: 14px;
  left: 10px;
  color: #000000cc;
  pointer-events: none;
  transition: all 0.2s;
  background-color: #ffffff;
  padding: 0 4px;
  font-size: 16px;
}

.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label {
  transform: translateY(-24px) scale(0.85);
  color: #8ecece;
}

.booking-select {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}

.booking-select select {
  appearance: none;
  -webkit-appearance: none;
  /* moz-appearance: none; */
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #e6e8eb;
  border-radius: 4px;
  background-color: white;
  color: #000000cc;
  cursor: pointer;
  font-size: 16px;
}

.booking-select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #8ecece;
  pointer-events: none;
}

.booking-select select option {
  color: #000000cc;
  padding: 10px;
}

.booking-select select:focus {
  outline: none;
  border-color: #8ecece;
  border-width: 2px;
}

.booking-date-select {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.booking-date-select select {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #000000cc; /* Text color black */
  border: 1px solid #e6e8eb;
  border-radius: 4px;
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238ECECE'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px;
  cursor: pointer;
  background-color: transparent;
}

.booking-date-select select:focus {
  outline: none;
  border-color: #8ecece;
  border-width: 2px;
}

/* For IE */
.booking-date-select select::-ms-expand {
  display: none;
}

.inner_enqq-box textarea {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #e6e8eb;
  border-radius: 4px;
  background-color: transparent;
  outline: none;
}

.inner_enqq-box button {
  border: none;
  outline: none;
  background-color: #8ecece;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
}

.inner_enqq-box button:hover {
  background-color: #6eaeae;
}

.carder {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.img_carder {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.carder:hover .img_carder {
  transform: scale(1.1);
  filter: brightness(0.7);
  border-radius: 10px;
}

.wellnessSub-section-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 10px;
}

.wellnessSub-section-left {
  padding-top: 30px;
  margin-bottom: 30px;
}

.wellnessSub-section-left p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
}

.wellnessSub-section-left-sub {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.wellnessSub-section-left ul {
  margin-left: 20px;
}

.wellnessSub-section-left ul li {
  list-style: url(./images/li.png);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 27px;
}

.wellnessSub-section {
  margin-bottom: 100px;
}

.exp_package {
  background-color: #557e7e;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 100px;
}

.exp_package-nav {
  width: 60%;
  margin: auto;
  color: #ffffff;
}

.exp_package-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 8px;
}

.exp_package-nav p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 60px;
}

.exp_package-rowA {
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 10px;
}

.exp_package-rowA-price {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.exp_package-rowA-head {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #0b2110;
  margin-bottom: 12px;
}

.exp_package-rowA p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 16px;
}

.exp_package-rowA ul {
  margin-left: 20px;
  width: 60%;
  margin: auto;
}

.exp_package-rowA ul li {
  list-style: url(./images/li.png);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  color: #000000cc;
}

.exp_package-nav-btn button {
  border: none;
  outline: none;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #8ecece;
  border: 1px solid #8ecece;
}

.exp_package-nav-btn button:hover {
  background-color: #8ecece;
  color: #ffffff;
}

.exp_package-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.contact_page-Left iframe {
  border-radius: 20px;
}

.contact_page-Right-head {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 32px;
  color: #132238;
  margin-bottom: 12px;
}

.contact_page-Right p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  color: #132238;
  margin-bottom: 36px;
}

.contact_page-Right {
  box-shadow: 0px 10px 40px 0px #0000000d;
  padding: 30px;
  border-radius: 20px;
}

.contact_page-Right button {
  border: none;
  outline: none;
  background-color: #8ecece;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}

.contact_page-Right button:hover {
  background-color: #6eaeae;
}

.contact_adds-row {
  display: flex;
  align-items: center;
}

.contact_adds-rowB span {
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 100%;
  color: #0000004d;
}

.contact_adds-rowB {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: #000000cc;
}

.contact_adds {
  margin-bottom: 100px;
}

.booking_page {
  width: 60%;
  margin: auto;
}

.booking_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_section {
  width: 70%;
  margin: auto;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.accordion__item {
  box-shadow: 0px 10px 40px 0px #00000008;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.accordion__header {
  padding: 20px 25px;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  color: #000000cc;
  line-height: 20px;
}

.accordion__header span {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #00000099;
}

.accordion__header::after {
  content: "";
  background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat
    center;
  width: 20px;
  height: 20px;
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.accordion__header.active::after {
  transform: rotateX(180deg);
}

.accordion__item .accordion__content {
  padding: 0 25px;
  max-height: 0;
  transition: 0.5s;
  overflow: hidden;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  color: #00000099;
}

.hover-zoomin {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.hover-zoomin img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}
.hover-zoomin:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 20px;
}

.blogs_page-rows-head {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 23px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.blogs_page-rows p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 16px;
  color: #000000cc;
}

.blogs_page-rows button {
  border: none;
  outline: none;
  background-color: #8ecece;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.blogs_page-rows button:hover {
  background-color: #6eaeae;
}

.blogs_page-rows button i {
  margin-left: 5px;
}

.blogs_page {
  margin-bottom: 100px;
}

.blogs_page-rows {
  margin-bottom: 70px;
}

.blog_details-intro-navA img {
  width: 3%;
}

.blog_details-intro-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 34px;
  color: #000000cc;
  margin-bottom: 10px;
}

.blog_details-intro-nav {
  display: flex;
  gap: 10px;
}

.blog_details-intro-nav-icon {
  width: 20px;
  height: 20px;
}

.blog_details-intro-nav-details {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 8px;
}

.blog_details-intro {
  margin-bottom: 100px;
}

.blog_details-intro-left p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #000000cc;
}

.blog_details-intro-left ul {
  margin-left: 20px;
  margin-bottom: 30px;
}

.blog_details-intro-left ul li {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  color: #000000cc;
}

.blog_details-intro-left button {
  border: none;
  outline: none;
  background-color: #8ecece;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.blog_details-intro-left button:hover {
  background-color: #6eaeae;
}

.blog_details-intro-left button i {
  margin-left: 5px;
}

.blog_details-intro-right {
  margin-bottom: 50px;
}

.blog_details-intro-left {
  padding-right: 50px;
}

.recent_blog {
  margin-bottom: 100px;
}

.recent_blog-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 40px;
}

.recent_blog-rows-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

.recent_blog-rows-lnk {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.recent_blog-rows-lnkA {
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  line-height: 22px;
}

.recent_blog-rows-lnkB a {
  text-decoration: none;
  color: #8ecece;
}

.recent_blog-rows {
  margin-bottom: 30px;
}

.bac_well_sec {
  background-color: #f2ffff;
  padding-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 100px;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
} */
button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  /* vertical-align: middle; */
  border-bottom: solid 10px #00ab6c;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.whatsApp img {
  width: 50px;
  height: 50px;
}

.whatsApp {
  position: fixed;
  right: 25px;
  bottom: 120px;
}

.home_welcomeRows {
  display: flex;
  gap: 5px;
}

.featured-fleets-rows-contents-nav a {
  text-decoration: none;
}

.featured-fleets-rows-contents-nav a:hover {
  color: #000000;
}

.new-reqRow {
  margin-top: 50px;
}

.new-reqRow-box {
  background-color: #557e7e;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.new-reqRow-box-head {
  font-size: 16px;
  margin-bottom: 5px;
}

.new-reqRow-box-sub {
  font-size: 14px;
  margin-bottom: 5px;
}

.new-reqRow-box-btn {
  background-color: #8ecece;
  padding: 8px 15px;
  border-radius: 20px;
  width: fit-content;
  font-size: 14px;
}

.privateEvents-row {
  margin-bottom: 60px;
}

.privateEvents-row-img {
  border: 1.05px solid #8ecece80;
  padding: 7px;
  margin-bottom: 20px;
}

.privateEvents-row-head {
  font-weight: 600;
  font-size: 18.9px;
  line-height: 23.1px;
  margin-bottom: 10px;
}

.privateEvents-row p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.1px;
  margin-bottom: 20px;
}

.privateEvents-row a {
  text-decoration: none;
}

.privateEvents-row a button {
  border: none;
  outline: none;
  background-color: #8ecece;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.privateEvents-row a button:hover {
  background-color: #6eaeae;
}

.newYoga {
  background-color: #557e7e;
  padding-top: 100px;
  padding-bottom: 5px;
  color: #ffffff;
  margin-bottom: 100px;
}

.yoga_imgs {
  margin-bottom: 100px;
}

.yoga_img-row {
  margin-bottom: 30px;
}

.yoga_img-row img {
  border-radius: 10px;
}

/* MEDIA */

@media (max-width: 736px) {
  .home_welcomeRows {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .innerPage-slide .card {
    margin-bottom: 20px;
  }

  .Containerr .Head .Slick-Prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #8ecece80;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
    position: absolute;
    left: 20px;
    top: 300px;
    border-radius: 5px;
  }

  .Containerr .Head .Slick-Next {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #8ecece80;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 300px;
  }

  .blog_details-intro-left {
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .faq_section {
    width: 100%;
    margin: auto;
  }

  .booking_page {
    width: 100%;
    margin: auto;
  }

  .exp_package-rowA {
    margin-bottom: 30px;
  }

  .exp_package-nav {
    width: 90%;
    margin: auto;
    color: #ffffff;
  }

  .wellnessSub-section-left {
    padding-top: 0px;
    margin-bottom: 30px;
  }

  .inner_enqq-box {
    width: 100%;
    margin: auto;
    box-shadow: 0px 10px 40px 0px #0000000d;
    background-color: #ffffff;
    margin-top: 72px;
    padding: 40px 30px;
    border-radius: 10px;
  }

  .inner_section-rows {
    text-align: center;
    margin-bottom: 30px;
    padding: 50px 20px;
    box-shadow: 0px 10px 50px 0px #0000000d;
    border-radius: 10px;
    width: 100%;
  }

  .inner_section-rows2 {
    text-align: center;
    margin-bottom: 30px;
    background-color: #557e7e;
    box-shadow: 0px 10px 50px 0px #0000000d;
    padding: 50px 20px;
    border-radius: 10px;
    width: 100%;
  }

  .inner_section-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .des-reserve {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .inner-page_des {
    background-color: #f2ffff;
    width: 100%;
    margin: auto;
    border-radius: 10px;
  }

  .footer_copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #8ecece80;
    padding-top: 10px;
    margin-top: 30px;
  }

  .footer-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
    margin-top: 30px;
  }

  .home_newsletter-right-field button i {
    display: none;
  }

  .home_newsletter-right {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }

  .host_slides-box-img img {
    width: 100%;
  }

  .home_follow-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }

  .home_testimonial {
    margin-left: 20px;
  }

  .home-banner-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #ffffff;
    text-shadow: 0px 10px 40px 0px #0000001a;
    width: 100%;
  }

  .navbar .m-active {
    background-color: #8ecece1a;
    border-bottom: 1px solid#598686;
    padding: 10px;
    width: fit-content;
  }

  /* .navbar-light .dmenu .sm-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 350px;
    background: white;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1000;
    margin-top: 0;
    padding-top: 5px;
  } */
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    color: #000000 !important;
  }

  .navbar {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-transparent,
  .navbar-scrolled {
    background-color: white !important;
  }
}
