@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: .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: .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/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;
}

.navBtn button:hover {
  background-color: #6EAEAE;
}

.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 {
  color: #8ECECE;  
}

.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: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.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;
}

.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-style: Regular;
  font-size: 16px;
  line-height: 22px;
}

.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-right {
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.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: #557E7E;
  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 {
  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;
  color: #000000CC;
}

.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: .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: .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 .3s ease-in-out;
  transition: all .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;
}


/* 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;
  }
}



















