/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.19.5.1759829812
Updated: 2025-10-07 09:36:52

*/

/* repless code */
.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li.menu-item-has-children > a,
header.fixed .et-menu .menu-item-has-children > a {
    padding-right: 20px;
}
/* new code */
body.et-db #et-boc .et-l .et_pb_menu--style-left_aligned .et_pb_menu__logo{
	margin-right:10px;
}
@media only screen and (max-width:1286px) and (min-width: 981px){
	body.et-db #et-boc .et-l .et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, 
	body.et-db #et-boc .et-l .et_pb_menu_0_tb_header .et_pb_menu__logo-slot{
		width:80px;
	}
	.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li.menu-item-has-children > a,
	header.fixed .et-menu .menu-item-has-children > a {
		padding-right: 15px;
	}
	body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a{
		font-size:14px;
	}
	body.et-db #et-boc .et-l .et_pb_menu .et-menu>li{
		padding-left:8px;
		padding-right:8px;
	}
	body.et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li.btn.book-btn{
		margin: 20px 0px 20px 10px;
	}
	body.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.btn.book-btn>a{
		padding: 0px 8px;
	}
	.et_pb_module .wellness-programs .wellness-item{
		width: calc((100% - 30px) / 2);
	}
}





/* ===== HERO SECTION ===== */
.hero-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider-main {
  width: 100%;
}

.hero-slide {
  position: relative;
  height: 97vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-slide .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 1;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  max-width: 900px;
}

.hero-btn {
  display: inline-block;
  font-size: 24px;
  line-height: 1em;
  margin-top: 10px;
  background: #fff;
  color: #000;
  padding: 10px 35px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #826521;
  color: #fff;
}

.progressBarContainer {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.progressBarContainer .item {
  flex: 1;
  text-align: left;
  cursor: pointer;
}

.progressBarContainer h3 {
  color: #fff;
	text-align:center;
  font-size: 14px;
  margin-top: 6px;
}

.progressBarContainer .progressBar {
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.progressBarContainer .progressBar .inProgress {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background: #b18a2d;
  width: 0%;
  transition: width 0.1s linear;
}


/* ===== core code ===== */
body.et-db #et-boc header.fixed.et-l .et_pb_section_0_tb_header.et_pb_section,
header.fixed .et_pb_section_0_tb_header.et_pb_section{
	background:#2E5339!important;
}
.et-menu li li a {
    padding: 8px 5px;
    width: 200px;
}
.et_pb_menu_0_tb_header.et_pb_menu ul.sub-menu li a{
	font-size:15px;
	line-height:1.5em;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{
	padding: 0px;
}
/* .et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:first-child,
header.fixed .et-menu .menu-item-has-children>a:first-child{
	padding-right:20px;
} */
.et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li.btn.book-btn,
.et_pb_menu .et_pb_menu__menu>nav>ul>li.btn.book-btn{
    margin: 20px 0px 20px 20px;
}
.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.btn.book-btn>a,
.et_pb_menu .et_pb_menu__menu>nav>ul>li.btn.book-btn>a{
	padding: 0px 22px;
}

.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.book-btn,
.et_pb_menu_0_tb_header.et_pb_menu ul li.book-btn{
	background:#b18a2d ;
	border-color:#b18a2d ;
}
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.book-btn:hover,
.et_pb_menu_0_tb_header.et_pb_menu ul li.book-btn:hover{
	background:#9e522e ;
	border-color:#9e522e ;
}
.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.btn.book-btn:hover>a,
.et_pb_menu_0_tb_header.et_pb_menu ul li.book-btn:hover>a{
	color:#ffffff !important;
}
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item ul.sub-menu li a{
	    color: #ffffff !important;
}
/* archive */
.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{
	padding:0px;
}
ul#mobile_menu1 {
    max-height: 80vh;
    overflow: scroll;
}
body .et_pb_button{
	line-height:1em!important;
}
textarea{
	max-width:100%;
	min-width:100%;
}
.btn{
	font-size:16px;
	line-height:1em;
	padding:10px 32px;
	background:#2E5339;
	border:1px solid #2E5339;
	border-radius: 30px;
	color:#ffffff;
}
.btn:hover{
	background:#9e522e;
	border:1px solid #9e522e;
}
/* ===== slider dot ===== */
.slick-dots {
  	display: flex;
  	justify-content: center;
  	gap: 20px;
	margin-left: 32px;
	margin-top: 10px;
}
.slick-dots li {
  	font-size: 32px;
	color: #5d000033;
}
.slick-dots li.slick-active {
  	color: #5d0000;
}
.slick-dots button {
  display: none;
}

/* ===== Homepage ===== */
span.hero-text{
	font-size:78px;
	line-height:1.1em;
}
.btn-group{
	display:flex;
	gap:30px;
	justify-content:center;
}
article .et_pb_post .post-meta {
    margin-bottom: 10px;
}

.wellness-programs{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.wellness-programs .wellness-item{
	width:calc((100% - 60px)/3);
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
}
.wellness-programs .wellness-item .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wellness-programs .wellness-item .thumbnail img{
	width:100%;
	height:100%;
	aspect-ratio: 16/9;
	object-fit:cover;
	border-radius:10px;
	transition: transform 1s ease-in-out;
}
.wellness-programs .wellness-item .wellness-description {
    background: #dce8e0;
	margin: 0px 30px 0px;
    padding: 20px 15px;
	position: relative;
	top: -30px;
	border-radius:10px;
	flex-grow: 1;
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items:center;
}
.wellness-description p.wellness-service {
    width: 90%;
    margin: 0px auto 15px;
	position:relative;
	transition: all 0.3s ease-in-out;
}
.wellness-description a{
	display: inline;
	width: auto;
  	color: #808080;
	border-bottom:2px solid transparent;
	transition: color 0.3s ease;
	flex: 0 0 auto;
	width:fit-content;
/*  	text-decoration: underline 2px transparent; */
/*   	text-underline-offset: 4px; */
  	
}

.wellness-programs .wellness-item:hover a{
display:inline;
	color: #826521;
	border-bottom:2px solid #826521;
/* 	text-decoration: underline 2px #826521; */
/*   	text-underline-offset: 4px; */
}
.wellness-programs .wellness-item:hover .thumbnail img{
	transform:scale(1.1);
}
.et-db #et-boc .et-l .et_pb_text_0_tb_body .wellness-programs .wellness-item:hover h3,
.wellness-programs .wellness-item:hover h3{
	color: #000000!important;
}
.wellness-item:hover .wellness-description p.wellness-service {
    width: 90%;
}
.wellness-item:hover p.wellness-service{
	color:#000000;
	transform:scale(1.1);
/* 	top: -20px; */
/* 	font-size: 17px; */
}

.offers{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	justify-content: center;
	margin:30px auto 50px;
}
.offer-item {
    width: calc((80% - 30px) / 2);
	position:relative;
}
.offer-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
	margin-bottom: 20px;
}
.offer-image img{
	width:100%;
	aspect-ratio: 16 / 9;
    object-fit: cover;
	border-radius: 20px;
	transition: transform 1s ease-in-out;
	    vertical-align: bottom;
}
/* Arc effect */
.offer-image::after {
  content: '';
  position: absolute;
  bottom: -120px; 
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  z-index: 2;
  pointer-events: none;
}

/* On hover - arc slides up */
.offer-item:hover .offer-image::after {
  bottom: -50px;
  opacity: 1;
}


.offer-content{
	max-width:80%;
	margin: 0 auto;
}
.offer-info {
  position: relative;
  transition: all 0.4s ease; 
}
.offer-item:hover .offer-image img{
	transform:scale(1.1);
}
.offer-item:hover .offer-info{
	position:relative;
/* 	top: -20px; */
}

.et_pb_gutters3 .et_pb_column_1_2.image-slider .et_pb_module{
	margin-bottom:0px;
	padding: 0px 10px;
}
.image-slider img{
	width:100%;
	aspect-ratio: 16 / 9;
    object-fit: cover;
	border-radius: 20px;
}

.experience-item{
	margin-bottom:20px;
	padding:0px 10px;
}
.experience-content{
	margin-bottom:30px;
}
.experience-thumbnail {
    margin: 5px auto 20px;
}
.experience-thumbnail img{
	border-radius:20px;
}

.accomodation-gallery{
	display:flex;
	gap:20px;
}
.accomodation-gallery img{
	border-radius:10px;
	object-fit:cover;
}
.accomodation-gallery .half-size{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:calc(40% - 10px);
}
.accomodation-gallery .full-size{
	width:calc(60% - 10px);
}
.gallery-button-wrapper{
	margin-top:30px;
}
.et_pb_blog_grid article img{
	transition: transform 1s ease;
}
.et_pb_blog_grid article:hover img{
	transform:scale(1.1);
}

.team-wrapper {
    display: flex;
	flex-wrap: wrap;
    gap: 50px 30px;
}
.team-member {
    width: calc((100% - 90px) / 4);
    object-fit: cover;
}
.team-wrapper .team-image img{
	border-radius:20px;
}
.team-page-member {
    width: calc((100% - 60px) / 3);
    object-fit: cover;
}
.team-info{
	position: relative;
    z-index: 1;
	background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 RGBA(0, 0, 0, 0.3);
    margin: -120px 20px auto;
    padding: 80px 30px;
}

.testimonial-item{
	margin: 0px 15px;
}
.testimonial-content {
    background: #B18A2D;
    padding: 40px 30px;
    border-radius: 20px;
	display: flex;
	gap: 10px;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-stars {
    text-align: center;
}
.testimonial-stars .star {
    font-size: 20px;
    margin: 0 2px;
    color: #fff; 
}
.testimonial-stars .star.filled {
    color: #fff;
}
.testimonial-content .testimonial-text{
	color:#ffffff;
	font-size:14px;
}
.testimonial-content .testimonial-text strong{
	font-size:16px;
}
.testimonial-name{
	color: #fff;
	font-size:16px;
}
/* Container for Isotope */

.gallery-grid {
    margin: 0 auto;
}

.gallery-sizer,
.gallery-item {
    width: calc(25% - 20px); /* 4 per row with 20px gutter */
	 margin-bottom: 20px;
    box-sizing: border-box;
}
.gallery-item a{
	width:100%;
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; /* optional */
    object-fit: cover;
}


.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
    padding: 0;
}

.et_pb_widget_area_left {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 30px;
	border-right: 0px solid rgba(0, 0, 0, .1);
    padding-right: 0px;
}

.newsletter .et_pb_contact p input{
	padding-right:130px;
}

.newsletter .et_contact_bottom_container{
	position:absolute;
	right: 5px;
	top: 23%;
}
.et-db #et-boc .et-l .newsletter .et_pb_button{
	line-height:1em!important;
}
.tax-header {
    position: relative;
    padding: 300px 10% 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.tax-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: -1;
}

.tax-header h1 {
    position: relative;
    z-index: 2;
    color: white;
}


@media screen and (min-width: 1401px) {
	.et-db #et-boc .et-l .et_pb_section .et_pb_post_title_0_tb_body.et_pb_post_title.single-page-banner,
	.et_pb_section .et_pb_post_title_0_tb_body.et_pb_post_title.single-page-banner {
	  padding-left: calc((100% - 1260px) / 2)!important;
		padding-right: calc((100% - 1260px) / 2)!important;
	}
}


@media only screen and (max-width:980px){
	span.hero-text{
		font-size:54px;
	}
	.wellness-programs .wellness-item {
		width: calc((100% - 30px) / 2);
	}
	.gallery-sizer,
    .gallery-item {
        width: calc(33.333% - 20px);
    }
	.team-member ,.team-page-member{
		width: calc((100% - 30px) / 2);
	}

}
@media only screen and (max-width:767px){
	.hero-content{
		padding:0px 10px;
	}
	span.hero-text {
    	font-size: 40px;
	}
	.wellness-programs .wellness-item , .offer-item{
		width: 100%;
	}
	.accomodation-gallery{
		display:flex;
		gap:10px;
	}
	.accomodation-gallery .half-size{
		display:flex;
		flex-direction:column;
		gap:10px;
		width:calc(40% - 5px);
	}
	.accomodation-gallery .full-size{
		width:calc(60% - 5px);
	}
	.gallery-sizer,
    .gallery-item {
        width: calc(50% - 20px);
    }
	.team-member ,.team-page-member{
		width:100%;
	}
}
