/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
body{
	background-color: #F5F2EB;
	font-family: "Inter", sans-serif;
}
h1, h2, h3{
	font-family: "Unna", serif !important;
}
h1{
	font-size: 64px;
	line-height: 72px;
}
h3{
	font-size: 40px !important;
	letter-spacing: 0.4px;
	line-height: 60px !important;
}
a{
	color: #0A3D62;
}
.highlighted-text h3{
	font-size: 32px !important;
	line-height: 48px !important;
}
.container-lg{
	width: 100%;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
}
.container{
	width: 100%;
	max-width: 1364px;
	margin-left: auto;
	margin-right: auto;
}
.header{
	transition: background 0.4s ease-in-out;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 9px 50px;
	left: 0;
	z-index: 10;
}
.header .container-lg{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-wrapper a{
	font-size: 45px;
	letter-spacing: 3px;
	color: #fff;
}
.header .navigation-wrapper{
	display: flex;
	align-items: center;
	gap: 30px;
}
.header .navigation-wrapper .btn-wrapper{
	display: flex;
	gap: 18px;
}
.header .nav-links ul{
	list-style: none;
	display: flex;
	align-items: center;
	gap: 32px;
}
.header .nav-links ul li{
	padding: 0;
}
.header .nav-links ul li a{
	color: #fff;
	font-weight: 300;
}
.header .contact-btn{
	display: none;
}
.btn{
	width: fit-content;
	padding: 12px 30px;
	font-size: 16px;
	letter-spacing: 0.4px;
	font-weight: 600;
}
.primary-btn{
	background-color: #2AB7A9;
	color: #fff;
	border: 0;
	font-weight: 500;
	transition: 0.3s ease-in-out;
}
.primary-btn:hover{
	color: #fff;
	background-color: #1e9589;
}
.btn.outline{
	border: 2px solid #2AB7A9;
	color: #2AB7A9;
	padding: 12px 28px;
	transition: 0.3s ease-in-out;
}
.btn.outline:hover{
	background-color: #2AB7A9;
	color: #fff;
}
.btn.outline.white{
	border-color: #ffffff96;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(8px);
	transition: 0.3s ease-in-out;
}
.btn.outline.white:hover{
	background-color: #fff;
	color: #0A3D62;
}
.btn a{
	padding: 0 !important;
}
footer{
	background-color: #0A3D62;
	padding: 32px 50px;
	padding-bottom: 16px;
	color: #fff;
}
footer .container-lg{max-width: 1616px;
	padding-right: 128px;
}
.footer-wrapper{
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	gap: 60px;
}
.footer-wrapper .about-col{
	flex-basis: 44.2%;
}
.footer-wrapper p{
	font-weight: 300;
}
.footer-wrapper .about-col p{
	margin-top: 14px;
	margin-bottom: 20px;
	letter-spacing: 0.16px;
}
.footer-nav-links{
	display: flex;
	justify-content: space-between;
	flex-basis: 45.5%;
	gap: 30px;
	flex-wrap: wrap;
}
.footer-nav-links h4{
	font-size: 16px;
	font-weight: 600;
}
.footer-nav-links .contact-details{
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 90px;
}
.footer-nav-links  a{
	color: #fff;
	font-weight: 300;
}
.footer-nav-links .contact-details a{
	color: #2AB7A9;
	display: flex;
	align-items: center;
	letter-spacing: 0.16px;
	gap: 10px;
	letter-spacing: 0.16px;
}
.footer-nav-links .contact-details i{
	font-size: 24px;
}
.footer-nav-links ul{
	padding: 0 !important;
	list-style: none;
}
.footer-nav-links ul li{
	margin-bottom: 17px;
}
.footer-nav-links .links{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.copyright{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	border-top: 1px solid #00000041;
}
.copyright p{
	font-size: 14px;
	font-weight: 300;
}
.social-icons{
	display: flex;
	align-items: center;
	gap: 12px;
}
.social-icons .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2AB7A9;
	border: 1px solid #2AB7A9;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: 0.3s ease-in-out;
}
.social-icons .icon:hover{
	color: #fff;
	background: #2AB7A9;
}
.why-us-card .dark-icon-gb{
	background: #0A3D62;
	display: flex;
	width: 64px;
	height: 64px;
	align-items: center;
	margin-bottom: 6px;
	border-radius: 50%;
	justify-content: center;
}
.why-us-card .dark-icon-gb img{
	width: 36px;
}
.why-us-card p{
	margin-bottom: 0;
}
.why-us-card p.text-xl{
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 38px;
	font-weight: 400 !important;
}
.section{
	overflow: hidden;
}
.container-xl{
	max-width: 1638px;
	margin-left: auto;
	margin-right: 0;
	overflow: hidden;
}
.slider-with-progressbar .swiper {
  overflow: unset !important;
}
.section.slider-with-progressbar .e-con-inner {
  overflow: hidden;
}

.slider-with-progressbar .swiper-slide {
  width: 480px !important;
  background: #F5F2EB;
}

.slider-with-progressbar .swiper-pagination-progressbar-fill {
  background: #2AB7A9 !important;
  border-radius: 10px;
}
.slider-with-progressbar .swiper .swiper-pagination-progressbar{
	background: #F5F2EB !important;
	border-radius: 10px;
	position: static;
    height: 10px !important;
    width: 53% !important;
	margin-top: 32px;
}
.slider-with-progressbar .slider-nav{
	position: absolute;
	top: -75px;
	right: 140px;
	display: flex;
	align-items: center;
	gap: 18px;
}
.slider-with-progressbar .slider-nav > div{
  position: static !important;
  width: 42px;
  height: 42px;
  background: #F5F2EB !important;
  border-radius: 50%;
}
.slider-with-progressbar .slider-nav > div svg{
	width: 20px !important;
	height: 20px !important;
	color: #0A3D62 !important;
}
.slider-with-progressbar .swiper-slide .content{
	padding: 22px 20px;
	padding-top: 26px;
	color: #0A3D62;
}
.slider-with-progressbar .swiper-slide .content h3{
	font-size: 24px !important;
	line-height: 28px !important;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 18px;
	font-family: "Inter", sans-serif !important;
}
.slider-with-progressbar .swiper-slide .content p{
	font-size: 18px;
	line-height: 27px;
}
.slider-with-progressbar .swiper-slide .content i{
	font-size: 24px;
}
.eapps-widget-toolbar,.eapps-instagram-feed-posts-grid-load-more-container {
	display: none !important;
}
.eapps-instagram-feed-header{
	background-color: #0A3D62 !important;
	padding: 14px 20px !important;
}
.es-header-user-username{
	font-family: "Unna", sans-serif !important;
	font-size: 40px !important;
	letter-spacing: 0.4px;
	color: #fff !important;
	height: fit-content !important;
	line-height: 60px !important;
	font-weight: 400;
}
.about-right-col p{
	margin-bottom: 27px;
}
.about-right-col p:last-of-type{
	margin-bottom: 0;
}
.aminities-card-wrapper p{
	margin-bottom: 6px;
}
.contact-card a.otherlink{
	font-size: 16px;
	font-weight: 600;
}
.enquiry-form-wrapper .ff-t-container{
	gap: 64px;
}
.enquiry-form-wrapper .ff-t-container input, .enquiry-form-wrapper textarea{
	font-size: 16px;
	color: #0A3D62;
	border: 0.5px solid #0A3D62 !important;
	border-radius: 0 !important;
	padding: 18px;
}
.enquiry-form-wrapper .ff-t-container input:placeholder-shown, .enquiry-form-wrapper textarea:placeholder-shown{
	text-transform: uppercase;
	color: #0A3D62;
}
.enquiry-form-wrapper .ff-el-group{
	margin-bottom: 30px;
}
.enquiry-form-wrapper button{
	width: 350px;
	padding: 14px 30px !important;
	font-size: 16px;
	letter-spacing: 0.4px;
	font-weight: 600;
	background-color: #2AB7A9 !important;
	color: #fff;
	border-radius: 0 !important;
	border: 0;	
}
.footer-wrapper .badges{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 34px;
}
.footer-wrapper .badges .google{
	width: fit-content;
}
.footer-wrapper .badges .trust-index img{
	width: 240px;
}

.discover-slider-wrapper .swiper-slide{
	background: #fff;
	min-height: 308px;
	box-shadow: 0px 3px 6px #00000029;
	min-height: 326px;
}
.discover-slider-wrapper .swiper-slide .content{
	padding: 32px 24px;
}
.discover-slider-wrapper .swiper-slide .content p{
	margin-bottom: 0;
}
.discover-slider-wrapper .content .card-head{
	display: flex;
	margin-bottom: 24px;
	justify-content: space-between;

}
.discover-slider-wrapper .content .card-head .left-col{
	width: calc(100% - 72px);
}
.discover-slider-wrapper .content .card-head h3{
	width: calc(100% - 72px);
	font-size: 24px !important;
	line-height: 38px !important;
	margin-bottom: 0;
}
.discover-slider-wrapper .content .card-head .left-col h3{
	width: 100%;
}
.discover-slider-wrapper .content .card-head .left-col .location{
	display: flex;
	align-items: center;
	gap: 12px;
}
.discover-slider-wrapper .content .card-head .left-col i{
	font-size: 18px;
	margin-right: 5px;
}
.discover-slider-wrapper .content .card-head img{
	height: fit-content;
}
.discover-slider-wrapper .slider-nav > div{
	box-shadow: 0px 3px 6px #00000029;
	background-color: #fff !important;
}
.discover-slider-wrapper .swiper .swiper-pagination-progressbar{
	background: #fff !important;
}
.header.header-light{
	position: static;
}
.header.header-light ul li a{
	color: #0A3D62;
}
.header.open-collapse.header-light ul li a{
	color: #fff !important;
}
.header.header-light .logo-wrapper a{
	color: #07273E;
}
.header.header-light .logo-wrapper a b{
	color: #2AB7A9;
}
.header.header-light .btn.outline{
	border-color: #0A3D62;
	color: #07273E;
}
.header.header-light .mobile-nav-button a i{
	color: #0A3D62;
}
.header.open-collapse.header-light .mobile-nav-button a i{
	color: #fff;
}

.villa-image-wrapper button{
	padding: 10px 16px;
	font-size: 16px;
	background-color: #fff;
	color: #07273E;
	letter-spacing: 0.16px;
	position: absolute;
	right: 14px;
	bottom: 16px;
	border-color: #0A3D62;
}
.villa-image-wrapper img{
	width: 100%;
	height: 596px;
	object-fit: cover;
}
.villa-image-wrapper button.share-btn{
	border-radius: 50%;
	padding: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 20px;
	right: 30px;
}
.villa-images-right-col img{
	height: 288px;
	object-fit: cover;
}
.villa-left-content .col-head{
	padding-bottom: 12px;
	border-bottom: 1px solid #0a3d6247;
}
.villa-left-content .col-head a{
	font-size: 18px;
	line-height: 27px;
}
.villa-left-content .col-head h1{
	color: #0A3D62;
	margin-top: 6px;
	margin-bottom: 38px;
}
.villa-left-content .col-head .ameneties-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.villa-left-content .col-head .amenity{
	display: flex;
	align-items: center;
	gap: 6px;
}
.villa-left-content .col-head .amenity p{
	font-weight: 700;
	font-size: 14px;
	color: #0A3D62;
	margin: 0;
}
.villa-left-content .col-head .amenity img{
	width: 24px;
}
.villa-left-content .bio{
	padding-top: 44px;
	padding-right: 100px;
	padding-bottom: 28px;
	border-bottom: 1px solid #0a3d6247 !important;
}
.villa-left-content .bio p{
	color: #0A3D62;
	font-size: 18px;
	margin-bottom: 24px;
}
.amenities-accodion .e-n-accordion-item{
	border-bottom: 1px solid #0a3d6247 !important;
	padding: 16px 0;
}
.amenities-accodion .e-n-accordion-item-title{
	padding: 0 !important;
	border: unset !important;
	align-items: center !important;
	color: #0A3D62 !important;
	justify-content: space-between !important;
}
.amenities-accodion .e-n-accordion-item-title svg, .amenities-accodion .e-n-accordion-item-title-icon, .amenities-accodion .e-n-accordion-item-title-icon > span{
	width: 40px;
	height: 40px !important;
}
.amenities-points{
	padding-top: 10px !important;
}
.amenities-points .points{
	margin-bottom: 15px;
}
.amenities-points .points i{
	margin-right: 16px;
}
.villa-details .detail{
	padding-top: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid #0a3d6247 !important;
}
.villa-details .detail.no-border{
	border-bottom: unset !important;
}
.villa-details .detail h3{
	font-size: 40px;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 24px;
	color: #0A3D62;
}
.villa-details .detail .points-wrapper{
	display: grid;
	width: fit-content;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 155px;
	margin-bottom: 30px;
	row-gap: 10px;
}
.villa-details .detail .points-wrapper .point{
	display: flex;
	align-items: center;
}
.villa-details .detail .points-wrapper img{
	width: 24px;
	margin-right: 10px;
}
.villa-details .detail p{
	font-size: 18px;
	margin: 0;
	line-height: 27px;
	color: #0A3D62;
}
a.link{
	color: #2AB7A9 !important;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}
.location-two-col{
	padding-top: 28px;
}
.locaion-details .detail{
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #0a3d6247;
}
.locaion-details .detail h5{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #0A3D62;
	margin-top: 0;
}
.locaion-details .detail .service{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.locaion-details .detail .services{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.locaion-details .detail .service p{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.14px;
	color: #0A3D62;
}
.locaion-details .detail .service p:first-child{
	display: flex;
	align-items: center;
	gap: 10px;
}
.locaion-details .detail .service p img{
	width: 24px;
}
.locaion-details .detail:last-of-type{
	border: none;
}

.sticky-right-col{
	background: #fff;
	padding: 20px 24px;
	padding-top: 18px;
	box-shadow: 0px 3px 6px #0000001C;
	color: #0A3D62;
	max-width: 500px;
}
.sticky-right-col .price-wrapper{
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: baseline;
}
.sticky-right-col h4{
	font-size: 32px;
	font-family: "Unna", serif !important;
	margin: 0;
	font-weight: 700;
}
.sticky-right-col p{
	margin: 0;
	font-size: 14px;
	text-align: center;
}
.sticky-right-col .btn-wrapper{
	margin-top: 12px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.sticky-right-col .btn-wrapper button, .sticky-right-col .btn-wrapper a{
	width: 50%;
	padding: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	min-width: fit-content;
	border: 2px solid #2AB7A9;
}
.villa-details .rs-calendar > div{
	width: 100%;
	max-width: unset !important;
}
.amenities-accodion.faq .e-n-accordion-item:first-of-type{
	border-top: 1px solid #0a3d6247;
}
.villa-right-col {
  position: relative;
  align-items: center;
}

.sticky-right-col {
  position: sticky;
  top: calc(50% - 100px);
  max-width: 500px !important;
}
.popup-wrapper {
	position: fixed;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 999;
}

.popup-wrapper.active {
	opacity: 1;
	visibility: visible;
	height: 100vh;
}

.amenities-popup {
	position: absolute;
	width: calc(100% - 80px);
	max-width: 848px;
	height: calc(100vh - 160px);
	overflow-y: auto;
	top: 80px;
	left: 50%;
	transform: translateX(-50%) scale(0.95);
	background-color: #F5F2EB;
	padding: 0 32px;
	border-radius: 12px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}

.popup-wrapper.active .amenities-popup {
	transform: translateX(-50%) scale(1);
	opacity: 1;
}
.amenities-popup .popup-head{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.amenities-popup .popup-head h3{
	text-align: center;
	margin-bottom: 0;
}
.amenities-popup .popup-head .close-btn{
	border: none;
	background: none;
	position: absolute;
	top: 40px;
	right: -12px;

}
.amenities-popup .amenities-wrapper .amenities{
	padding-top: 18px;
	padding-bottom: 44px;
	border-top: 1px solid #0a3d6247;
	color: #0A3D62;
}
.amenities-popup .amenities-wrapper .amenities b{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 18px;
	display: block;
}
.amenities-popup .amenities-wrapper .amenities .two-col{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 164px;
	row-gap: 12px;
	width: fit-content;
}
.amenities-popup .amenities-wrapper .amenities .three-col{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	row-gap: 12px;
}
.amenities-popup .amenities-wrapper .amenities .one-col{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 12px;
}
.beaches-spots-section .spots-details-wrapper{
	width: 50%;
	max-height: 1014px;
}
.beaches-spots-section .spots-details-wrapper .e-con-inner{
	margin-left: 0;
	margin-right: auto;
	height: 100%;
}
.beaches-spots-section .elementor-custom-embed{
	height: 100%;
}
.beaches-spots-section .spots{
	overflow: auto;
}
.beaches-spots-section .spots::-webkit-scrollbar{
	background: #07273E;
	width: 12px;
	border-radius: 6px;
}
.beaches-spots-section .spots::-webkit-scrollbar-thumb{
	background: #2AB7A9;
	width: 8px;
	border-radius: 6px;
	margin: 0 auto;
}
.beaches-spots-section .spots p{
	color: #F5F2EB;
	font-weight: 300;
	line-height: 27px;
	font-size: 18px;
	margin: 0;
}
.beaches-spots-section .spots p b{
	display: block;
	font-weight: 600;
}
.beaches-spots-section .spots .spot-wrapper{
	display: flex;	
	gap: 12px;
	margin-bottom: 30px;
	padding-right: 150px;
}
.beaches-spots-section .spots .spot-wrapper img{
	width: 24px;
	height: 24px;
}
.post-content-wrapper{
	max-width: 850px;
	color: #0A3D62 !important;
	margin: 58px auto;
	position: relative;
}
.post-content-wrapper .post-date{
	font-size: 14px;
}
.post-content-wrapper .entry-title{
	font-size: 40px !important;	
	letter-spacing: 0.4px;
	line-height: 60px !important;
	margin-top: 30px;
	margin-bottom: 36px;
}
.post-content-wrapper .share-buttons{
	position: absolute;
	top: 0;
	right: -160px;

}
.post-content-wrapper .share-buttons .social-icons{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.post-content-wrapper h2{
	font-family: "Inter", sans-serif !important;
	font-size: 24px;
	font-weight: 400;
	line-height: 38px;
	margin-top: 50px;
	margin-bottom: 22px;
}
.post-content-wrapper h3{
	font-family: "Inter", sans-serif !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	margin-top: 22px;
	margin-bottom: 22px;
}
.post-content-wrapper h2 strong{
	color: #0A3D62 !important;
}
.post-content-wrapper p{
	font-size: 18px;
	line-height: 28px;
}
.post-content-wrapper .wp-block-image{
	margin: 40px 0;
	width: 100%;
}
.post-content-wrapper .wp-block-image img{
	width: 100% !important;
}
.post-content-wrapper .wp-block-list{
	padding-left: 18px;
	
}
.post-content-wrapper .wp-block-list li{
	margin-bottom: 10px;
}
.post-content-wrapper hr{
	margin: 20px 0;
}
.read-more-wrapper{
	padding: 54px 50px;
	background-color: #fff;
}
.latest-posts-grid{
	color: #0A3D62;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 20px;
	row-gap: 40px;
}
.read-more-wrapper h2{
	font-size: 54px;
	line-height: 60px;
	color: #0A3D62;
	margin-bottom: 28px;
}
.latest-posts-grid .post-card img{
	height: 290px;
	width: 100%;
	object-fit: cover;
}
.latest-posts-grid .post-card .post-image a{
	display: block;
}
.latest-posts-grid .post-card .post-content{
	padding: 16px 0;
}
.latest-posts-grid .post-card .post-date{
	font-size: 14px;
}
.latest-posts-grid .post-card h3{
	margin-top: 16px;
	margin-bottom: 20px;
	font-size: 32px !important;
	line-height: 40px !important;
}
.latest-posts-grid .post-card .link{
	text-decoration: none;
}
.pagination{
	margin-top: 60px;
	margin-bottom: 0;
	width: fit-content;
	align-items: center;
	gap: 24px;
}
.pagination .current{
	background-color: #0A3D62;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	border-radius: 50%;
	height: 30px;
}
.post-filters{
	margin-bottom: 54px;
	display: flex;
	align-items: center;
	gap: 24px;
}
.post-filters select, .post-filters input{
	outline: none !important;
	padding: 14px 16px;	
	max-width: 240px;
	overflow: hidden;text-overflow: ellipsis;
	border-radius: 0;
	border: 1px solid #0A3D62 !important;
	color: #0A3D62 !important;
	font-size: 14px;
}
.post-filters input{
	padding: 12px 16px;
}
.reviews.slider-with-progressbar .swiper-slide{
	width: 440px !important;
	height: 484px;
	background-size: cover;
	background-position: center;
}
.reviews.slider-with-progressbar .swiper-slide .content{
	padding: 25px 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	color: #fff;
}
.reviews.slider-with-progressbar .swiper-slide .content .review{
	padding: 6px;
}
.reviews.slider-with-progressbar .swiper-slide .content i, .reviews.slider-with-progressbar .swiper-slide .content strong{
	font-size: 18px;
	color: #fff;
}
.reviews.slider-with-progressbar .swiper-slide .content .btn{
	padding: 10px 14px;
	border-color: rgba(255, 255, 255, 0.3);
}
.reviews.slider-with-progressbar .swiper-slide .content .btn i{
	margin-right: 5px;
	font-weight: 300;
}
.btn.outline.white:hover i{
	color: #0A3D62 !important;
}
.reviews.slider-with-progressbar .swiper-slide .content hr{
	margin: 20px 0;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-modal iframe {
  width: 100%;
  height: 450px;
  display: block;
}

.close-modal {
  position: absolute;
  border: unset;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
}
.menu-item-has-children{
	position: relative;
}
.menu-item-has-children > a{
	padding-right: 24px;
	position: relative;
}
.menu-item-has-children > a::before{
	content: "";
	position: absolute;
	top: 4px;
	right: 0px;
	background-image: url("https://amarivilla.projectupdates.co.uk/app/uploads/2025/11/white-down-line.svg");
	width: 16px;
	height: 16px;
	background-size: cover;
}
.header-light .menu-item-has-children > a::before{
	background-image: url("https://amarivilla.projectupdates.co.uk/app/uploads/2025/11/down-line.svg");
}
.menu-item-has-children .sub-menu{
	position: absolute;
	flex-direction: column;
    width: 150px;
	z-index: 99;
    padding: 0 16px;
    background: #fff;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
	gap: 12px !important;
	border-radius: 5px;
	overflow: hidden;
	height: 0;
	transition: 0.3s ease-in-out;
}
.header .nav-links ul li.menu-item-has-children .sub-menu a{
	font-weight: 400 !important;
	color: #0A3D62;
	font-size: 16px;
	text-align: left;

}
.menu-item-has-children .sub-menu.active{
	height: auto;
	padding: 16px;
}
.booking-wrapper{
	background-color: #fff;
	border-radius: 12px;
	padding-top: 20px;
}
button.primary{
	background: #2AB7A9 !important;
}
.amenities-accodion.faq .amenities-points{
	padding-top: 30px !important;
	padding-bottom: 14px;
}
.amenities-accodion.faq .e-n-accordion-item{
	padding: 22px 0 !important;
}
.tab-btn-wrapper, .tab-btn-wrapper > p{
	display: flex;
	gap: 16px;
	flex-direction: column;
}
.tab-btn-wrapper .tab-btn{
	padding: 16px 24px;
	font-size: 24px;
	color: #0A3D62;
	display: block;
	width: 100%;
	line-height: 38px;
	border: none !important;
	text-align: left;
	font-weight: 400;
}
.tab-btn-wrapper .tab-btn.active{
	background-color: #07273E;
	color: #fff;
}
.tab-btn-wrapper .tab-btn:hover{
	background-color: #0a3d622d;
}
.mobile-nav-button{
	display: none;
}

@media only screen and (max-width: 1399px){
	.mobile-nav-button{
		display: flex;
		gap: 32px;
		align-items: center;
	}
	.header.open-collapse{
		position: fixed;
		top: 0;
		left: 0;
		background: #0A3D62;
	}
	.header .navigation-wrapper{
		z-index: 100;
		position: absolute;
        top: 99%;
        left: 0;
        background: #0A3D62;
        width: 100%;
        height: 0;
		overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 50px;
		transition: height 0.3s ease-in-out;
	}
	.header.open-collapse .navigation-wrapper{
		height: calc(100vh - 85px);
		padding: 50px;
	}
	.header .close-navigation{
		display: none;
	}
	.header.open-collapse .open-navigation{
		display: none;
	}
	.open-navigation.dark {
		display: none;
	}
	.header.header-light .open-navigation{
		display: none;
	}
	.header.header-light.open-collapse .open-navigation{
		display: none;
	}
	.header.header-light.open-collapse .open-navigation:hover{
		background-color: unset !important;
	}
	.header.header-light.open-collapse .logo-wrapper a{
		color: #fff;
	}
	.header.header-light.open-collapse .btn.outline{
		color: #2AB7A9 !important;
		border-color: #2AB7A9 !important;
	}
	.header.header-light .open-navigation.dark{
		display: block;
	}
	.header.open-collapse .close-navigation{
		display: block;
	}
	.header .nav-links{
		max-width: 400px;
		width: 100%;
	}
	.header .nav-links ul{
		display: flex;
		flex-direction: column;
		gap: 32px;
		/* align-items: flex-start; */
		padding: 0;
	}
	.header .nav-links ul li a{
		font-size: 18px;
	}
	.icon-btn{
		background: unset;
		border: none;
		padding: 0;
	}
	.icon-btn i{
		color: #fff;
		font-size: 30px;
	}
	.icon-btn img{
		width: 34px;
		height: 34px;
	}
	.header .navigation-wrapper .btn-wrapper{
		max-width: 400px;
		flex-direction: column;
		width: 100%;
	}
	.header .navigation-wrapper .btn-wrapper a{
		width: 100%;
		text-align: center;
	}
	.menu-item-has-children .sub-menu.active{
		position: relative;
		top: 10px;
		background: unset !important;
		width: 200px;
		box-shadow: unset;
	}
	.menu-item-has-children{
		text-align: center;
	}
	.menu-item-has-children .sub-menu.active a{
		color: #fff !important;
		font-size: 18px !important;
		font-weight: 300 !important;
	}
	.header .contact-btn{
		display: block;
	}
	.header .enquiry-btn{
		display: none;
	}
	footer .container-lg{
		padding-right: 0;
	}
}
@media only screen and (max-width: 1199px){
	h1{
		font-size: 56px !important;
		line-height: 64px !important;
	}
	h2{
		font-size: 40px !important;
		line-height: 48px !important;
	}
	.highlighted-text h3{
		font-size: 28px !important;
		line-height: 42px !important;
	}
	.slider-with-progressbar .slider-nav{
		top: -64px;
		right: 50px;
	}
	.slider-with-progressbar .swiper-slide{
		width: 360px !important;
	}
	.slider-with-progressbar .swiper-slide .content h3 {
		font-size: 22px !important;
		line-height: 26px !important;
	}
	.slider-with-progressbar .swiper-slide .content p {
		font-size: 16px ;
		line-height: 24px ;
	}
	.slider-with-progressbar .swiper-slide .content i{
		font-size: 20px;
	}
	.footer-wrapper .badges{
		flex-direction: column;
    	align-items: flex-start;
	}
	.villa-image-wrapper img{
		height: 50vw;
	}
	.villa-images-right-col img{
		height: calc(25vw - 10px);
	}
	.sticky-right-col .btn-wrapper{
		flex-direction: column;
		gap: 8px;
	}
	.sticky-right-col .btn-wrapper button, .sticky-right-col .btn-wrapper a{
		width: 100%;
		font-size: 16px;
	}
	.sticky-right-col h4{
		font-size: 28px;
	}
	.villa-left-content .col-head .ameneties-row{
		flex-wrap: wrap;
		gap: 24px;
		justify-content: flex-start;
	}
	.villa-left-content .col-head a{
		font-size: 16px;
	}
	.villa-left-content .col-head h1{
		margin-bottom: 30px;
	}
	.villa-left-content .bio{
		padding: 28px 0;
	}
	.villa-details .detail p{
		font-size: 16px;
		line-height: 24px;
	}
	.villa-details .detail h3{
		font-size: 32px !important;
		line-height: 54px !important;
	}
}
@media only screen and (max-width: 767px){
	h1{
		font-size: 38px !important;
		line-height: 52px !important;
	}
	h2{
		font-size: 28px !important;
		line-height: 40px !important;
	}
	.highlighted-text h3{
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.btn, .btn a{
		font-size: 16px !important;
	}
	.header{
		padding: 8px 25px;
	}
	.why-us-card p.text-xl{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 16px;
	}
	.slider-with-progressbar .slider-nav{
		display: none;
	}
	.slider-with-progressbar .swiper-slide{
		width: 296px !important;
	}
	.slider-with-progressbar .swiper-slide .content h3{
		font-size: 20px !important;
	}
	.slider-with-progressbar .swiper-slide .content p{
		min-height: 50px;
	}
	.logo-wrapper a{
		font-size: 40px;
	}
	footer{
		padding: 0 25px;
		padding-top: 40px;
	}
	.footer-wrapper{
		gap: 40px;
		flex-direction: column;
		padding-bottom: 40px;
	}
	.footer-nav-links{
		gap: 50px;
	}
	.footer-nav-links .col:first-child{
		order: 3;
	}
	.footer-nav-links .contact-details{
		margin-top: 32px;
	}
	.copyright{
		flex-direction: column;
		gap: 30px;
		padding-top: 40px;
		align-items: center;
	}
	.mobile-nav-button{
		gap: 20px;
	}
	.why-us-card .dark-icon-gb{
		margin-bottom: 12px;
	}
	.villa-image-wrapper img{
		height: 67vw;
	}
	.villa-images-right-col img{
		height: 32vw;
	}
	.villa-image-wrapper button{
		font-size: 12px;
		padding: 6px 12px;
	}
	.villa-image-wrapper button.share-btn{
		right: 20px;
		width: 36px;
		height: 36px;
	}
	.villa-image-wrapper button.share-btn i{
		font-size: 16px;
	}
	.villa-left-content .col-head a{
		font-size: 12px;
	}
	.villa-left-content .col-head .ameneties-row{
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
	.villa-left-content .bio p{
		font-size: 16px;
	}
	.villa-details .detail h3{
		font-size: 28px !important;
		line-height: 40px !important;
	}
	.villa-details .detail .points-wrapper{
		grid-template-columns: repeat(1, 1fr);
		row-gap: 16px;
	}
	.villa-details .detail p{
		font-size: 16px;
	}
	.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg{
		width: 30px;
	}
	.amenities-points .points i{
		margin-right: 8px;
	}
}
@media only screen and (max-width: 439px){
	.header .logo-wrapper a{
		font-size: 28px;
	}
}