@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

h2,h3,h4,h5,h6 {
	font-family: "Montserrat Alternates", sans-serif;
}
body {
	font-family: "Montserrat", sans-serif;
}
h1 {
	font-family: "Playfair Display", serif;
}
* {
	outline: none !important;
}
header {
	background: #083344;
	padding: 0px 0px;
	position: relative;
	z-index: 99;
}
.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header ul li {
	list-style: none;
	padding: 20px 0px;
}

header ul {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 20px;
}

.search-bar {
	display: flex;
	align-items: center;
	border: 1px solid #FFFFFF;
	padding: 5px 10px;
	border-radius: 10px;
}

.hamburger {
	display: none;
}

.searh-bar-wrapper {
	display: flex;
	align-items: center;
}

.container {
	max-width: 1240px;
}

header .logo {
	max-width: 190px;
	height: 41px;
}

img {
	display: block;
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

header ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.search-bar input {
	background: none;
	border: none;
}

.search-bar button {
	background: none;
	border: none;
}

.search-bar img {
	width: 20px;
}

.search-bar input::placeholder {
	color: #fff;
}
.home-banner {min-height: 610px;padding: 80px;background: grey;background-size: 100% 140%;background-blend-mode: multiply;background-position: 100% 30%;}

.tagline {
	display: flex;
	padding: 7px 15px;
	background: #135966;
	max-width: max-content;
	color: #fff;
	flex-direction: row-reverse;
	gap: 13px;
	border-radius: 50px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 500;
	font-size: 12px;
}

p {
	margin: 0;
}

.banner-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.banner-content h1 {
	font-size: 96px;
	color: #ffff;
	font-weight: 600;
}

.banner-content > p {
	font-size: 18px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 500;
	color: #fff;
	max-width: 656px;
	line-height: 33px;
}
.icon-section {
	padding: 70px 40px 40px;
}

.icon-section-wrapper {
	display: flex;
	align-items: center;
	text-align: center;
}

.image-wrapper {
	width: 58px;
	height: 58px;
	background: #135966;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	margin: auto;
	position: relative;
	margin-bottom: 24px;
}

.image-wrapper span {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #274c5b40;
	border-radius: 500px;
	z-index: -1;
}

.icon-section-wrapper h4 {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 16px;
	margin-top: 40px;
}

.icon-section-wrapper p {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	max-width: 248px;
	margin: auto;
}

.wrapper-popular-destination {
	display: flex;
	gap: 20px;
}

.column-row {
	flex-direction: column;
}

.major-box {
	height: 190px;
	background: grey;
}

.wrapper-popular-destination .row.column-row {
	gap: 20px;
	margin: 0;
	/* height: 100%; */
}

.row.column-row .col {
	/* padding: 0px 10px; */
}

.wrapper-popular-destination .col {
	padding: 0;
}

.wrapper-popular-destination .row {
	margin: 0;
}

.row.column-row .row {
	gap: 20px;
}

.major-box {
	min-height: 100%;
	border-radius: 11px;
	padding: 27px;
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	/* height: 50%; */
}

.major-box img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}

.content-major-box {
	position: relative;
	z-index: 1;
	width: 100%;
}

.content-major-box h4 {
	font-size: 18px;
	letter-spacing: -5%;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #fff;
}

.content-major-box h4 span {
	font-size: 12px;
	font-weight: 500;
	margin-left: auto;
}

.image-background {
	width: 100%;
}

.content-major-box a {
	color: #fff;
	font-size: 12px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 500;
	text-decoration: underline;
}
.major-box::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, rgb(0 0 0 / 50%), #66666600);
}
.populat-destinations {
	padding: 30px 0px 50px;
}
.why-book {
	/* background: red; */
	padding: 27px 0px;
	min-height: 578px;
	display: flex;
	align-items: center;
	position: relative;
}

header .container {
	max-width: 1440px;
}
.why-book h2 {
	font-size: 44px;
	font-weight: 700;
	color: 011552;
}

.why-book img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.why-book p {
	font-size: 20px;
	font-weight: 500;
	color: 011552;
}

.why-book .container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	/* max-width: 598px; */
	/* margin-left: 0; */
}

.why-book p:last-of-type {
	margin: 40px 0px 0px;
}

.why-book p {
	max-width: 598px;
}

.green-button {
	background: #135966;
	color: #fff;
	display: flex;
	padding: 12px 0px;
	justify-content: center;
	max-width: max-content;
	min-width: 249px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -4%;
	min-height: 45px;
	border: 2px solid #135966;
	text-decoration: none;
	transition: 0.5s all;
	/* box-shadow: 0px 0px 30px #135966; */
}

.green-button:hover {
	background: #fff;
	color: #135966;
	text-decoration: none !important;
	letter-spacing: normal;
	/* box-shadow: 0px 0px 30px #135966; */
}

.recomended-villas {
	padding: 80px 0px;
}
.box-wrapper, .box-wrapper2 {
	border: 1px solid #0000001a;
	border-radius: 14px;
	overflow: hidden;
}

.box-wrapper2 {}
.column-row {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.column-row .row {
	/* display: flex; */
	gap: 20px;
}

.box-wrapper {
	max-width: calc(70% - 10px);
}

.small-2 {
	max-width: calc(30% - 10px);
}

.small-2 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.column-row .row:last-child {
	flex-direction: row-reverse;
}
.box-wrapper3 {
	border: 1px solid #0000001a;
	border-radius: 14px;
	overflow: hidden;
	/* margin: 50px 40px; */
	display: flex;
	flex-direction: column;
	color: #000;
}

.box-wrapper3 .image-wrapper-box-wrapper {
	min-height: 187px;
	spect-ratio: 16/9; */
}

.column-row .row:nth-child(2) {
	margin: 20px -15px;
	gap: 0;
}

.column-row .row:nth-child(2) .col {
	padding: 0px 0;
}
.content-wwrapper-2 {
	padding: 27px 20px;
}

.content-wwrapper-2 h4 {
	font-size: 14px;
	font-weight: 600;
}

.content-wwrapper-2 p {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.box-wrapper2 {
	display: flex;
	/* align-items: center; */
	height: auto;
	min-height: calc(177.5px - 20px);
}

.image-wrapper-box-wrapper {
	background: red;
}

.box-wrapper2 .image-wrapper-box-wrapper {
	width: 100%;
	max-height: 159px;
	height: 100%;
}

.box-wrapper2 .image-wrapper-box-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-wrapper2 .content-wwrapper-2 {
	max-width: 187px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000;
}

.heading-wrapper h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.heading-wrapper p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 25px 0px;
	max-width: 604px;
}
.wrapper-popular-destination .col .row {
	margin: 0;
}

.column-row .row:nth-child(2) {
	gap: 20px;
	padding: 0;
}
.content-major-box p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	/* letter-spacing: -2%; */
	margin: 12px 0px;
}

.content-major-box p + a {
	line-height: 30px;
}
.recomended-houses .column-row > .row {
	margin: 0;
}
.heading-wrapper h2 span {
	color: 135966;
}
.box-wrapper {
	display: flex;
	align-items: center;
	padding: 0;
}

a.box-wrapper {
    max-width: 100%;
    color: #000;
    text-decoration: none;
    border: none;
    height: 100%;
}

.box-wrapper .image-wrapper {
	width: 100%;
	max-width: 70%;
	height: 100%;
	border-radius: 0;
	margin: 0;
}

.content-wrapper-rec {
	max-width: 40%;
	padding: 0px 20px;
	position: relative;
	padding-left: 40px;
}

.content-wrapper-rec h4 {
	font-size: 16px;
	font-weight: 600;
}

.content-wrapper-rec p {
	font-size: 14px;
	font-weight: 400;
}

span.border-image-air {
	position: absolute;
	width: 50px;
	height: 50px;
	left: -26px;
	background: #fff;
	box-shadow: 0px 0px 50px -12px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrapperstulling .heading-wrapper {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
}

.wrapperstulling .heading-wrapper p {
	margin: 0;
}

.wrapperstulling {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
}

.wrapperstulling ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.wrapperstulling li a img {width: 35px;object-fit: 35px;object-fit: contain;filter: invert(1);}

.wrapperstulling li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	font-size: 16px;
	font-weight: 600;
	color: rgb(8 51 68 / 100%);
}

.wrapperstulling li a:not(.active) {
	opacity: 0.4;
}

.card-wrapper-used {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
}

.card-box-wrapepr {
	border: 1px solid #EEEEEE;
	/* max-width: 232px; */
	border-radius: 14px;
	overflow: hidden;
}

.content-wrapeprbox h5 {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}

.content-wrapeprbox h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.content-wrapeprbox {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 15px;
}

.content-wrapeprbox ul {
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-left: 0;
	border-right: 0;
	padding: 10px 0px;
	justify-content: flex-start;
	overflow: auto;
}

.content-wrapeprbox li span {
	font-size: 10px;
	font-weight: 400;
	display: flex;
	white-space: nowrap;
}

.content-wrapeprbox p {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	opacity: 0.5;
}

.card-box-wrapepr > img {
	width: 100%;
	height: 146px;
	object-fit: cover;
}
.testimonials {
	overflow: hidden;
	background: #FAFAFA;
	margin: 60px 0px;
	padding: 60px 0;
	margin-bottom: 0;
}

.testimonials h2 {
	text-align: left;
	margin-bottom: 14px;
}

.inner-testimonial {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}

.box-testimonial {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	/* max-width: 620px; */
	width: 100%;
	/* min-width: 620px; */
	padding: 24px;
	/* height: max-content; */
}

.author-rating {
	border-bottom: 1px solid #7172761f;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.first-row-testimonial {
	display: flex; 
	/* justify-content: center; */
	/* overflow: auto; */
	/* gap: 24px; */
	/* overflow: auto; */
	width: 100%; 
}

.author-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.author-rating h5 span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	margin: 5px 0px 0px;
}

.author-rating h5 {font-size: 18px;font-weight: 600;}

.author-tes img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
}

.author-tes {
	display: flex;
	gap: 20px;
	align-items: center;
}

.box-testimonial p {
	font-size: 16px;
	font-weight: 500;
	color: #011552;
	line-height: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
span.border-image-air img {
	width: auto;
	height: auto;
	object-fit: contain;
}
.populat-destinations .container {
	padding: 0px 20px;
}

.faq-container {
	/* max-width: 600px; */
	/* margin: 0 auto; */
}

.faq {
	background-color: transparent;
	border: 1px solid #9fa4a8;
	border-radius: 10px;
	margin: 20px 0;
	padding: 30px;
	position: relative;
	overflow: hidden;
	transition: 0.3 ease;
	border: none;
	box-shadow: none;
	padding: 30px 0px;
}

.faq.active {
	background-color: #fff;
	box-shadow: none;
}

.faq.active::before,
.faq.active::after {
	content: "\f075";
	font-family: "Font Awesome 5 Free";
	color: #2ecc71;
	font-size: 7rem;
	position: absolute;
	opacity: 0.2;
	top: 20px;
	left: 20px;
	z-index: 0;
	display: none;
}

.faq.active::before {
	color: #3498db;
	top: -10px;
	left: -30px;
	transform: rotateY(180deg);
}

.faq-title {
	margin: 0 35px 0 0;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.faq-text {
	display: none;
	margin: 30px 0 0;
}

.faq.active .faq-text {
	display: block;
}

.faq-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	height: 30px;
	width: 30px;
}

.faq-toggle:focus {
	outline: 0;
}

.faq-toggle .fa-times {
	display: none;
}

.faq.active .faq-toggle .fa-times {
	color: #000;
	display: block;
}

.faq.active .faq-toggle .fa-chevron-down {
	display: none;
}

.faq.active .faq-toggle {
	/* background-color: #9fa4a8; */
}
.lets-find {
	padding: 120px 0px;
	background: #fff;
}

.container-text-let-find {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.container-text-let-find h3 {
	margin: 0;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: -4%;
}
.lets-find img {
	margin-left: auto;
	max-height: 600px;
	position: relative;
	z-index: 2;
}

.lets-find .row {
	position: relative;
	background: none;
}

.lets-find .row::after {
	content: "";
	display: block;
	width: 100%;
	/* background: #fff; */
	position: absolute;
	top: 90px;
	max-width: 60%;
	left: auto;
	right: 0px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	bottom: -80px;
	box-shadow: 0px 0px 104px -60px;
	height: 94%;
}

.container-text-let-find {
	position: relative;
	z-index: 2;
	background: none;
}

.lets-find .row .col-md-6, .lets-find .row .col-md-1, .lets-find .row .col-md-5 {
	background: none;
}
footer {
	background: linear-gradient(to right, #083344, #073A4F);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 57px 0px 30px;
}

.logo-wrapper {
	margin-bottom: 68px;
}

footer h5 {
	margin-bottom: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.menu-wrapper-footer li a {
	color: #fff;
	opacity: 0.6;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 16px;
	display: block;
	text-decoration: none;
}

.menu-wrapper-footer li a:hover {
	color: #fff;
	opacity: 1;
}

.join-news-letter p {
	color: #fff;
	opacity: 0.6;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 16px;
	display: block;
	text-decoration: none;
}

.join-news-letter h5 {
	margin-bottom: 30px;
}

.join-news-letter input {
	width: 100%;
	background: rgb(255 255 255 / 10%);
	color: #fff;
	border-radius: 14px;
	padding: 16px 22px;
	border: none;
}

.join-news-letter input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.join-news-letter button {
	margin-top: 30px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	padding: 6px 40px;
	background: #fff;
	border: 2px solid #fff;
	color: #063a4f;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -4%;
	min-width: 172px;
	min-height: 40px;
	transition: 0.5s all;
}

.join-news-letter button:hover {
	background: none;
	color: #fff;
	letter-spacing: normal;
}

.copyrights {
	margin: 100px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffffff4f;
}


/* the slides */
.testimonials .slick-slide {
	margin: 0 5px;
}

/* the parent */
.testimonials .slick-list {
	margin: 0 -5px;
}
.wrapperstulling li a:hover {
    opacity: 1;
    text-decoration: none;
}
.search-bar input {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}
.search-bar input::placeholder {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.4;
}
.blog-section {background-size: 100%;background-repeat: no-repeat;padding: 100px 0px;}

.blog-section h2 {
    color: #fff;
    margin-bottom: 40px;
}

.blog-container-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border: 1px solid #073445;
    padding: 20px;
    border-radius: 14px;
    background: #fff;
}

.blog-container-box > img {
    max-height: 273px;
    object-fit: cover;
}

.blog-container {
    display: flex;
    gap: 28px;
}

.author-blog {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-blog img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.author-blog h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.blog-container-box h4 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    font-weight: 600;
    letter-spacing: -2%;
}

.blog-container-box p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}
.banner-inner-pages {
    background: #EBFFFD;
    min-height: 350px;
    display: flex;
    align-items: center;
    padding: 90px 0px;
}

.banner-inner-pages h2 {
    font-size: 64px;
    font-weight: 700;
}

.banner-inner-pages p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.breadcrumbs {
    background: #083344;
    max-width: max-content;
    color: #fff;
    padding: 7px 20px;
    border-radius: 9px;
    border-left: 4px solid #E8AE00;
}

.breadcrumbs a {
    color: #fff;
}

.banner-inner-pages h1 {
    font-size: 78px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    margin: 40px 0px 20px;
}

.banner-inner-pages p {
    font-size: 20px;
    font-weight: 500;
    max-width: 600px;
    line-height: 30px;
}

.banner-inner-pages {
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}
.blog-posts-filters {
    padding: 60px;
}

.blog-posts-filters ul {
    box-shadow: 0px 4px 40px -3px #cccc;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    max-width: max-content;
    margin: auto;
    gap: 20px;
}

.blog-posts-filters a {
    border: 1px solid #0D0E0F;
    color: #08384B;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 11px 20px;
    border-radius: 14px;
    text-transform: capitalize;
    text-decoration: none;
}

.blog-posts-filters a.active, .blog-posts-filters a:hover {
    color: #fff;
    background: #135966;
    font-weight: 600;
}

.row.main-blog {box-shadow: 0px 8px 16px -1px #ccc;border-radius: 14px;overflow: hidden;margin-bottom: 60px;}

.row.main-blog .col-md-6 {
    padding: 0;
}

.row.main-blog h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -1.5px;
}

.row.main-blog p {
    font-size: 14px;
    font-weight: 500;
}

.author-blog h5 {
    font-size: 16px;
}

.author-blog h5 span {
    display: block;
    color: #414141;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0px 0px;
}

.row.main-blog .col-md-6:last-child {
    padding: 40px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.row.main-blog img {
    object-fit: cover;
    height: 100%;
}

.flex-column.resource-blog {flex-direction: column;}

.flex-column.resource-blog .col-md-6 {
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
    padding: 0;
}

.flex-column.resource-blog {
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px -1px #cccc;
}

.flex-column.resource-blog h2 {
    font-size: 16px;
    font-weight: 700;
}

.flex-column.resource-blog p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 22px;
}

.flex-column.resource-blog .col-md-6:last-child {display: flex;flex-direction: column;gap: 10px;padding: 20px;}
.explore-more-villas {
    padding: 45px 0px;
}

.explore-more-villas .heading-wrapper {
    /* margin: 0px 0px 40px; */
}

.slide-1-container {
    position: relative;
    min-height: 463px;
    max-height: 460px;
}

.content--more-images {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 20px;
    /* left: 20px; */
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    padding: 0px 20px;
}

.content--more-images img {
    width: 100%;
}

.slide-1-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 463px;
    max-height: 460px;
}

.slider-wrapper-more-villas {
    display: flex;
    align-items: center;
    gap: 24px;
}

.explore-more-villas .container {
    padding-right: 0;
    max-width: 100%;
    padding-left: 14vh;
}

.content--more-images {}

.content--more-images h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.content--more-images p {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    max-width: 410px;
}

.content--more-images a {
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}

.slider-wrapper-more-villas > div:first-child {
    min-width: 700px;
}
.slider-location-container {
    height: max-content;
}

.destination-more-locations .slick-slide {
	margin: 0 10px;
}

.destination-more-locations .slick-list {
	margin: 0 -10px;
}
.destination-more-locations .slick-track {
    display: flex;
    justify-content: flex-start !important;
}
.inner-slider-wrapper-locations a {
    position: relative;
}

.content-slider-location {
    position: absolute;
    bottom: 0;
    bottom: 25px;
    padding: 0px 36px;
}

.content-slider-location p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
}

.content-slider-location h3 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
}

.content-slider-location h3 span {
    font-weight: 400;
    font-size: 14px;
}

.content-slider-location p {
    display: none;
}

.inner-slider-wrapper-locations a:hover p {
    display: block;
}
.explore-more-villas.destination-more-locations .slick-prev {
    background: #fff;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid #243746;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 80px;
    margin: auto;
}
.explore-more-villas.destination-more-locations .slick-next {
    background: #fff;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid #243746;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
}

.slider-wrapper-more-location {
    padding-left: 130px;
}

.explore-more-villas.destination-more-locations .slick-prev::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #243746;
    position: absolute;
    inset: 0;
    margin: auto;
}

.explore-more-villas.destination-more-locations .slick-prev::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #243746;
    left: 20px;
    position: absolute;
    border-left: 0;
    transform: rotate(135deg);
    border-top: 0;
    top: 28px;
}
.explore-more-villas.destination-more-locations .slick-next::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #243746;
    position: absolute;
    inset: 0;
    margin: auto;
}

.explore-more-villas.destination-more-locations .slick-next::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #243746;
    left: 20px;
    position: absolute;
    border-left: 0;
    transform: rotate(135deg);
    border-top: 0;
    top: 28px;
}
.inner-slider-wrapper-locations a img {
    width: 100%;
}
.explore-more-villas.destination-more-locations .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.explore-cards {
    padding: 42px 0px;
    background: #EBFFFD;
}

.content-wrapper-cards {
    background: #fff;
    display: flex;
    flex-direction: column;
    /* gap: 7px; */
    padding: 20px;
    margin-bottom: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.content-wrapper-cards h3, .content-wrapper-cards h4, .content-wrapper-cards p {
    margin: 0;
}

.content-wrapper-cards h3 {
    color: #135966 !important;
    font-weight: 600 !important;
    font-size: 16px;
}

.content-wrapper-cards h4 {
    font-weight: 700;
    font-size: 18px;
}

.content-wrapper-cards p {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    opacity: 0.6;
}

.wrapper-colored {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #135966;
    padding: 16px;
    color: #fff;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px 0px;
}

.wrapper-colored span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.verified-listin {
    padding: 56px 0px;
    text-align: center;
}

.verified-listin img {
    margin: auto;
}

.box-wraper-verified-listing {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box-wraper-verified-listing h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin: 14px 0px;
    color: #083344;
}

.box-wraper-verified-listing p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    max-width: 336px;
    margin: auto;
}
.banner-inner-pages:has(h2) .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.attractive {
    padding: 50px 0px 0px;
}
.explore-cards .row {
    flex-wrap: nowrap;
    overflow: auto;
}

.explore-cards {
    overflow: hidden;
}

.explore-cards .container {
    max-width: 100%;
    padding-left: 14vh;
}

.explore-cards img {
    width: 100%;
}

.content-wrapper-cards img {
    max-width: 100%;
    width: auto;
}
a.action-hero-card {
    color: #000;
    /* box-shadow: 0px 4px 8px -1px #cccccc59; */
    /* max-width: 90%; */
    display: block;
    border-radius: 14px;
    box-shadow: none;
}
a.action-hero-card .content-wrapper-cards {
    padding: 20px 0px;
}

a.action-hero-card .content-wrapper-cards h4, a.action-hero-card .content-wrapper-cards h3, a.action-hero-card .content-wrapper-cards p {
    padding: 0px 20px;
}

.wrapper-colored {}

a.action-hero-card .wrapper-colored {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

a.action-hero-card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.whysyat {
    padding: 56px 0px;
}

.whysyat h2 {
    margin-bottom: 42px;
}

.box-wrapper-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    background: rgb(19 89 102 / 10%);
    margin-bottom: 24px;
    padding: 101px;
    text-align: center;
}

.box-wrapper-stat h5 {
    font-size: 18px;
    font-weight: 600;
    color: 0F284F;
    letter-spacing: 5%;
}

.box-wrapper-stat p {
    font-size: 14px;
    line-height: 22px;
}
.heading-wrapper-inner-villa h2 span {
    color: #135966;
}
.images-detail {
    background: #F5F5F5;
    padding: 14px;
    border-radius: 14px;
}

.images-detail .col-md-4 .row {
    height: 100%;
    margin: 0;
}

.images-detail img {
    width: 100%;
    height: 100%;
}

.images-detail .col-md-8, .images-detail .col-md-4, .images-detail .col-md-6 {
    padding: 5px;
    position: relative;
    height: auto;
}

.images-detail .row {
    /* gap: 10px; */
    margin: 0;
}

.images-detail .col-md-8 img {
    border-radius: 14px;
}

.images-detail .col-md-6 img {
    border-radius: 10px;
    max-height: 115px;
}

.main-row-detail {
    display: flex;
    position: relative;
    min-height: 100vh;
}

.fixture-right {
    padding: 24px;
    background: #F5F5F5;
    border-radius: 24px;
    margin-bottom: 24px;
}

.fxied-right h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
}

.form-wrappers {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #CCCCCC;
    border-radius: 14px;
}
.form-wrapper {
    width: 50%;
    /* height: 65px; */
    padding: 16.5px 20px;
    border-bottom: 1px solid #ccc;
}

.form-wrapper.form-wrapper1 {
    width: 100%;
    border: none;
}

.form-wrapper h6 {
    font-size: 12px;
    font-weight: 600;
    color: 135966;
}

.form-wrapper span {
    font-size: 11px;
    color: #000000;
    opacity: 0.6;
    font-weight: 400;
}

.cancelationPrice {
    margin: 40px 0px 0px;
}

.cancelationPrice p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    opacity: 0.6;
    padding: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 14px;
}
.totalprice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
}

.totalprice span {
    color: #135966;
    font-weight: 600;
    font-size: 14px;
}

.totalprice h6 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.main-row-detail > .col-md-4 {
    max-height: max-content;
    position: sticky;
    top: 0;
}

.button-wrapper button {
    display: flex;
    align-items: center;
    background: #135966;
    border: 1px solid #135966;
    color: #fff;
    width: 100%;
    height: 44px;
    border-radius: 14px;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s all;
}

.button-wrapper button:hover {
    background: #fff;
    color: #135966;
    letter-spacing: normal;
}

.button-wrapper button:hover img {
    filter: invert(1);
}

.request-wrapper button {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin: auto;
    height: 50px;
    justify-content: center;
    gap: 10px;
    background: none;
    border: 1px solid #135966;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #135966;
}

.request-wrapper img {
    filter: invert(1);
}
.heading-villa {
    display: flex;
    flex-direction: column;
    max-width: 435px;
    gap: 7px;
    display: flex;
}

.heading-villa h2 {
    font-size: 26px;
    font-weight: 700;
    color: #135966;
    line-height: 42px;
    margin: 0;
}
.villa-detail {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}

.sharing {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sharing span {
    background: #F9FAFB;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.property-detail-container {
    padding: 100px 0px;
}

.sada-breadcrumb h6 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 2px;
}

.sada-breadcrumb a {color: #000;text-transform: capitalize;}
.vila-hides ul {
    border: 1px solid #CCCCCC;
    border-radius: 14px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.vila-hides li {
    border-right: 1px solid #ccc;
    padding: 12px 23px;
    flex: 1;
}

.main-row-detail .vila-hides h4 {
    font-size: 12px;
    font-weight: 600;
    color: #135966;
    margin: 0px 0px 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vila-hides li span {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

.vila-hides li span img {
    filter: invert(1);
    width: auto;
    max-width: 15px;
}

.vila-hides li:last-child {
    border: none;
}

.details {
    margin: 20px 0px;
}

.main-row-detail h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.details p {
    font-size: 12px;
    line-height: 22px;
    color: #000;
    opacity: 0.6;
    font-weight: 400;
}

.amenities ul {
    border: 1px solid #CCCCCC;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px 20px;
}

.amenities span {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.amenities ul li {
    /* min-width: 155px; */
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 20%;
}
.similar-properties {
    padding: 100px 0px 0px;
}

.similar-properties h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    color: 135966;
}

.content-wrapper-cards {
    /* box-shadow: 0px 4px 8px -3px #cccc; */
}
.map {padding: 70px 0px 0px;}
.home-banner.why-banner {
    min-height: auto;
}



/*mega menu*/

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 64px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #073445;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-top: 1px solid #ffffff38;
}

.mega-box .content .row {
  width: calc(20% - 30px);
  line-height: 45px;
  flex-direction: column;
  height: 100%;
}
.content .row img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.content .row header {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.row .mega-links li {
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  display: block;
  height: auto;
  color: #fff;
  opacity: 0.6;
  line-height: normal;
  min-height: 37px;
  width: 100%;
  display: block;
  word-wrap: normal;
  line-height: normal;
  align-items: center;
  justify-content: center;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.row .mega-links li a:hover {
  opacity: 1;
}
.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}
header li:has(.mega-box):hover .mega-box {
    opacity: 1;
    visibility: visible;
}

.mega-box .content .row:first-child {
    width: calc(35% - 30px);
    margin: 0;
}

header a:hover {
    color: #fff;
}
.content .row .mega-links.links-more-than-useful {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

.content .row .mega-links.links-more-than-useful li {
    width: 50%;
}
.content.not-spacebetween {
    justify-content: flex-start;
    gap: 30px;
}

.content.not-spacebetween .row {
    margin: 0;
}

.content.not-spacebetween .row:last-child {
    width: calc(100% - 35%);
}
.mega-box.megabox-first .content {
    background: #063a4f;
}

.mega-box.megabox-first header {
    background: #063a4f;
}
i.fa.fa-arrow-downs::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    margin-left: 10px;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    position: relative;
    display: block;
    top: -2px;
    transition: 0.5s all;
}

header li:hover i.fa.fa-arrow-downs::after {
    transform: rotate(-135deg);
    top: 0;
}
.about-numbers {
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

ul.list-numbers h4 {font-size: 148px;font-weight: 400;font-family: "Playfair Display", serif;position: relative;width: 320px;display: flex;align-items: center;justify-content: center;font-weight: 100;}

.content-span-dots h5 {
    font-size: 16px;
    font-weight: 700;
    color: #083344;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -3%;
}

.content-span-dots {
    max-width: 444px;
    /* margin: auto; */
    padding: 32px;
}

.content-span-dots a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #083344;
    margin: 10px 0px 0px;
    text-decoration: underline;
}

ul.list-numbers li {
    display: flex;
    align-items: center;
    width: 100%;
}

ul.list-numbers li:nth-child(odd) {
    margin-left: auto;
    justify-content: center;
    max-width: 75%;
    gap: 0px;
}

ul.list-numbers li:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: auto;
    max-width: 80%;
    width: 100%;
    gap: 0px;
}

ul.list-numbers {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 76px;
    position: relative;
    margin: 100px 0px;
}

.content-span-dots p {
    font-size: 14px;
    font-weight: 400;
    color: #3E4A6D;
    line-height: 22px;
}

ul.list-numbers::after {
    content: "";
    display: block;
    width: 2px;
    background: #083344;
    height: 100%;
    position: absolute;
    left: 100px;
    right: 8px;
    margin: auto;
    z-index: 2;
    top: 0;
    bottom: 0;
}

span.dots {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    top: 0;
    right: 39px;
}

ul.list-numbers li:nth-child(even) span.dots {
    right: auto;
    left: -2px;
    z-index: 2;
}
.dropdown-custom {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 64px;
    opacity: 0;
    visibility: hidden;
}
header ul li:hover .dropdown-custom {
    visibility: visible;
    opacity: 1;
}
.dropdown-custom ul {
    justify-content: center;
}

.dropdown-custom ul li a {
    color: #fff;
    opacity: 0.6;
}

.dropdown-custom ul li a:hover {
    opacity: 1;
}
.dropdown-custom {
	background-color: #073A4F;
}
.home-banner.small-banner {
    min-height: auto;
}
.box-left-contact {
    /* box-shadow: 0px 0px 26px 0px #0000001c; */
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 50px;
    padding-top: 0;
}

.box-left-contact h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: normal;
}

.box-left-contact h2 span {
    color: #135966;
}

.box-left-contact p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 20px 0px;
    margin-bottom: 50px;
    margin-top: 0;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 45px;
}

.box-left-contact li a {color: #000;display: flex;align-items: center;gap: 20px;font-size: 18px;line-height: normal;font-weight: 500;}

.box-left-contact ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-us {
    margin: 0px 0px 100px;
}
.form-wrapper-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 31px 0px;
}

.inputwrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
}

.inputwrapper label {
    color: #000;
    opacity: 0.5;
    font-size: 14px;
}

.inputwrapper input {
    border: none;
    border-bottom: 1px solid #00000014;
}

.inputwrapper:has(select) {
    width: 100%;
}

.inputwrapper select {
    border: none;
    border-bottom: 1px solid #00000014;
    height: 40px;
}

.form-wrapperss h3 {
    padding: 0px 20px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}

.inputwrapper:has(select) + .inputwrapper {
    width: 100%;
}
.banner-inner-pages.policy p {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
}
.policy-container {padding: 100px 0px;}

.policy-container h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.policy-container p, .policy-container {
    font-size: 14px;
    line-height: 22px;
}

.policy-container h3:not(:first-child) {
    padding-top: 50px;
    border-top: 1px solid #ccc;
    margin-top: 50px;
}
.hamburger.active span:nth-child(2) {
    display: none;
}

.hamburger.active span:nth-child(1), .hamburger.active span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(90deg);
}

.hamburger {
	transition: 0.4s all;
}
.hamburger.active {
    transform: rotate(45deg);
}
.wrapper-colored span img {
    width: 20px;
}
.property-detail-container .foto-images {
    max-height: 250px;
}
form .form-wrappers input, .form-wrappers select, .form-wrappers input::placeholder, .form-wrappers select::placeholder {
    background: none;
    border: none !important;
    font-size: 11px !important;
    color: #000000 !important;
    opacity: 0.6;
    font-weight: 400 !important;
    padding: 0px !important;
}
.similar-properties .col-md-4:nth-child(n+4) {
    display: none;
}
.amenities {}

.amenities img {
    width: 20px;
}

.amenities li {
    width: 20%;
}
.new-filter-container-wrapper {
    box-shadow: 0px 25px 50px -20px #fff;
    background: none;
    background: #fff;
    border: none;
    padding: 9px 20px;
    border-radius: 14px;
    max-width: 960px;
}

.new-filter-container-wrapper .new-filter-container .filter-box .filter-inner .filter-text {
    border: none !important;
}

.new-filter-container-wrapper .new-filter-container .filter-box span.small {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 16px !important;
}

.new-filter-container-wrapper .new-filter-container .filter-box {
    border: none;
    border-right: 1px solid #cccc;
    border-radius: 0;
    padding: 0 20px;
    padding: 0px !important;
}

.new-filter-container-wrapper .new-filter-container {
    padding: 0;
    box-shadow: none !important;
    border: none;
}

.new-filter-container-wrapper {}

.new-filter-container-wrapper .new-filter-container .search-box .btn-search-pill {
    background: #135966;
    border-radius: 10px;
    height: 50px;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    border: 2px solid #135966;
    max-width: max-content;
    padding: 5px 25px;
    letter-spacing: normal;
}

.new-filter-container-wrapper .new-filter-container .search-box .btn-search-pill:hover {
    background: none;
    color: #135966 !important;
    box-shadow: none;
    letter-spacing: normal !important;
}

.new-filter-container-wrapper .new-filter-container .filter-box.guests-box {
    border-right: 0;
}
span.span-wrapper span {
    display: block;
    font-size: 12px;
    margin: 5px 0px 0px;
    color: #000;
    opacity: 0.6;
    font-weight: 500;
    margin: 0;
}

span.span-wrapper {
    font-size: 14px;
    font-weight: 600;
}
.new-filter-container-wrapper .new-filter-container #date-range {
    padding: 0 !important;
}
.icon-drop-down {display: flex;align-items: center;gap: 10px;width: 100%;height: 100%;min-width: 0;overflow: hidden;}

.filter-box .flex-rowo {
    height: 100%;
    width: 100%;
    position: relative;
}

.filter-box .filter-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.filter-box .filter-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new-filter-container-wrapper .new-filter-container .destination-box .filter-text {
    padding: 0px !important;
    position: relative;
}
.each-loop {
    background: #fff;
    max-width: 80%;
    margin: auto;
    margin-top: -40px;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.each-loop button {
    border: 1px solid #08384b4d;
    background: none;
    width: 100%;
    min-height: 50px;
    border-radius: 12px;
    color: #0D0E0F;
    font-weight: 600;
    text-transform: capitalize;
}
.each-loop {
    gap: 20px;
    box-shadow: 4px 0px 20px -6px #ccc;
    overflow: hidden;
}

.each-loop button {
    white-space: nowrap;
    padding: 0px 20px;
    font-size: 14px;
}

.each-loop button.active, .each-loop button:hover {
    background: #135966;
    color: #fff;
}
.column-row-wrapper .col-md-12 {
    display: flex;
    /* flex-direction: row; */
    /* align-items: center; */
    margin-bottom: 40px;
    box-shadow: 0px 4px 8px -3px #cccc;
}

.column-row-wrapper .col-md-12 >a {
    width: 50%;
}

.column-row-wrapper .col-md-12 .content-wrapper-cards {
    width: 50%;
    height: 100%;
    height: 100%;
    min-height: 352px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    box-shadow: none;
}

.column-row-wrapper .col-md-12 > a img {
    max-height: 352px;
    min-height: 351px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.col-md-12.column-row-wrapper .content-wrapper-cards h3 {
    font-size: 28px;
    color: #135966 !important;
    font-weight: 600 !important;
}
ul.pagination.justify-content-center.gap-2.gap-lg-3.mb-0 {}

.navigation-numbers {
    margin: 40px 20px 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.page-item.active .page-link {
    background: #145967;
    border: 1px solid #145967;
}
.rating-test {
    min-width: 100px;
}

.box-testimonial p:nth-child(3n+1) {
    display: none;
}
.col-md-12.cold-main-villa img {
    max-height: 236px;
    min-height: 240px;
}
.inputwrapper.inputtextarea {
    width: 100%;
}

.inputwrapper.inputtextarea textarea {
    border: none;
    border-bottom: 1px solid #00000014;
}

.inputwrapper input::placeholder, .inputwrapper textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.5;
}
.box-s {
    padding: 100px 0px;
}

.box-s .heading-wrapper h2 {
    text-transform: capitalize;
}

.box-s .heading-wrapper h2 span {
    color: #073445;
}

.row-mid-way ul {
    padding: 100px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0px;
}

.row-mid-way ul li {
    width: 50%;
    position: relative;
}

.row-mid-way ul li img {
    width: 302px;
    height: 349px;
    display: block;
    background: red;
    opacity: 0.2;
}

.ontent-s {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 260px;
    height: max-content;
    margin: auto;
}

.ontent-s p {
    margin-left: 50px;
}

.ontent-s h4 {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
}

.ontent-s p {
    font-size: 16px;
    line-height: 22px;
    opacity: 0.7;
    max-width: 240px;
}

.row-mid-way ul li:last-child {
    margin: auto;
    left: 210px;
}

.row-mid-way ul li:nth-child(1) {
    margin-top: 240px;
    width: 60%;
}

.row-mid-way ul li:nth-child(2) {
    width: 40%;
}

.row-mid-way ul li:nth-child(2) .ontent-s p {
    margin-left: 20px;
}

.row-mid-way ul li:nth-child(2) .ontent-s {
    bottom: 230px;
}
/* ============================================
   PREMIUM FAQ PAGE
   ============================================ */

/* Category buttons (desktop - in left column) */
.faq-page-cats {
    flex-direction: column;
    gap: 6px;
    margin-top: 32px;
}

.faq-page-cat-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 18px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #083344;
    background: #f8fafb;
    border: 1.5px solid #e8eef1;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: left;
}

.faq-page-cat-btn:hover {
    border-color: #083344;
    background: #fff;
}

.faq-page-cat-btn--active {
    background: #083344 !important;
    color: #fff !important;
    border-color: #083344 !important;
    box-shadow: 0 4px 16px rgba(8, 51, 68, 0.2);
}

.faq-page-cat-btn-count {
    font-size: 11px;
    font-weight: 700;
    background: rgba(8, 51, 68, 0.06);
    color: #083344;
    padding: 3px 10px;
    border-radius: 20px;
}

.faq-page-cat-btn--active .faq-page-cat-btn-count {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

/* Category pills (mobile) */
.faq-page-cats-mobile {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 24px;
    margin-bottom: 8px;
}

.faq-page-cats-mobile::-webkit-scrollbar { display: none; }

.faq-page-cat-pill {
    flex-shrink: 0;
    padding: 8px 18px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.faq-page-cat-pill:hover {
    border-color: #083344;
    color: #083344;
}

.faq-page-cat-pill--active {
    background: #083344 !important;
    color: #fff !important;
    border-color: #083344 !important;
}

/* Panels */
.faq-page-panel {
    display: none;
}

.faq-page-panel--active {
    display: block;
    animation: svFadeIn 0.3s ease-out;
}

/* Override for faq page */
.faq-page-section { border-top: none; }
.faq-page-section .hp-faq-a { max-height: 0; }
.faq-page-section .hp-faq-item--open .hp-faq-a { max-height: 600px; }

/* Still Have Questions */
.faq-page-contact-section {
    padding: 0 0 80px;
    background: #fff;
}

.faq-page-contact {
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    border-radius: 20px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.faq-page-contact-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.faq-page-contact-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 380px;
}

.faq-page-contact-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.faq-page-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
}

.faq-page-contact-link:hover { color: #fff; text-decoration: none; }
.faq-page-contact-link svg { opacity: 0.5; }

.faq-page-contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 28px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #083344;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-top: 6px;
}

.faq-page-contact-cta:hover {
    background: #f0f4f5;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    text-decoration: none;
    color: #083344;
}

.faq-page-contact-cta svg { transition: transform 0.3s ease; }
.faq-page-contact-cta:hover svg { transform: translateX(3px); }

/* FAQ Page Responsive */
@media (max-width: 991.98px) {
    .faq-page-contact {
        flex-direction: column;
        text-align: center;
        padding: 36px 24px;
    }

    .faq-page-contact-right { align-items: center; }
    .faq-page-contact-desc { max-width: 100%; }
}

@media (max-width: 575.98px) {
    .faq-page-contact-section { padding-bottom: 56px; }
    .faq-page-contact { padding: 28px 20px; }
    .faq-page-contact-title { font-size: 20px; }
}

/* ============================================
   PREMIUM DESTINATION PAGE
   ============================================ */

.dest-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    background-image: var(--dest-bg);
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.dest-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 51, 68, 0.55);
}

.dest-hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 51, 68, 0.7) 100%);
}

.dest-hero-inner {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.dest-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
}

.dest-breadcrumb a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.dest-breadcrumb a:hover { color: #fff; }

.dest-breadcrumb svg { color: rgba(255,255,255,0.3); }

.dest-breadcrumb span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.dest-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 16px;
}

.dest-hero-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 28px;
}

.dest-hero-title em { font-style: italic; opacity: 0.85; }

.dest-hero-stats { display: flex; align-items: center; gap: 24px; }

.dest-hero-stat { display: flex; flex-direction: column; gap: 2px; }

.dest-hero-stat-num {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.dest-hero-stat-label {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dest-hero-stat-sep { width: 1px; height: 32px; background: rgba(255,255,255,0.15); }

/* About Section */
.dest-about { padding: 64px 0; background: #fff; }

.dest-section-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    color: #083344;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.dest-section-title em { font-style: italic; color: #135966; }

.dest-about-text {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #1a3a47;
    line-height: 1.85;
}

.dest-about-text h2, .dest-about-text h3, .dest-about-text h4 {
    font-family: "Montserrat Alternates", sans-serif;
    color: #083344;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.dest-about-text p { margin-bottom: 1em; }

/* Quick Facts */
.dest-quick-facts {
    background: #f8fafb;
    border: 1px solid #e8eef1;
    border-radius: 16px;
    padding: 28px;
}

.dest-facts-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 24px;
}

.dest-fact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(8, 51, 68, 0.05);
}

.dest-fact-item:last-child { border-bottom: none; padding-bottom: 0; }

.dest-fact-item svg { color: #135966; margin-top: 2px; flex-shrink: 0; }

.dest-fact-label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #083344;
    opacity: 0.4;
    margin-bottom: 2px;
}

.dest-fact-value {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #083344;
}

/* Explore Section */
.dest-explore { padding: 72px 0; background: #f8fafb; }

.dest-explore-header { margin-bottom: 40px; }

.dest-explore-eyebrow {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #135966;
    margin-bottom: 10px;
}

.dest-explore-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #083344;
    opacity: 0.5;
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 0;
}

/* Destination Grid */
.dest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dest-card {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(8, 51, 68, 0.04);
    transition: all 0.35s ease;
}

.dest-card:hover {
    text-decoration: none;
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(8, 51, 68, 0.12);
}

.dest-card-img { position: relative; height: 220px; overflow: hidden; }

.dest-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dest-card:hover .dest-card-img img { transform: scale(1.06); }

.dest-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(8, 51, 68, 0.04) 100%);
}

.dest-card-content { padding: 24px; }

.dest-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 8px;
}

.dest-card-badge svg { color: #135966; }

.dest-card-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #083344;
    opacity: 0.5;
    line-height: 1.6;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dest-card-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #135966;
    transition: gap 0.3s ease;
}

.dest-card:hover .dest-card-link,
.dest-related-card:hover .dest-card-link { gap: 8px; }

/* Related Destinations */
.dest-related {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.dest-related-bg { position: absolute; inset: 0; pointer-events: none; }

.dest-related-circle { position: absolute; border-radius: 50%; }

.dest-related-circle-1 {
    width: 400px; height: 400px;
    top: -150px; right: -100px;
    background: radial-gradient(circle, rgba(19, 89, 102, 0.03) 0%, transparent 70%);
}

.dest-related-circle-2 {
    width: 300px; height: 300px;
    bottom: -100px; left: -80px;
    background: radial-gradient(circle, rgba(8, 51, 68, 0.03) 0%, transparent 70%);
}

.dest-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 2;
}

.dest-related-card {
    display: block;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8eef1;
    transition: all 0.35s ease;
}

.dest-related-card:hover {
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(8, 51, 68, 0.1);
    border-color: transparent;
}

.dest-related-card-img { position: relative; height: 180px; overflow: hidden; }

.dest-related-card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dest-related-card:hover .dest-related-card-img img { transform: scale(1.05); }

.dest-related-card-body { padding: 20px; }

.dest-related-card-name {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 6px;
}

.dest-related-card-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #083344;
    opacity: 0.45;
    line-height: 1.6;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dest-empty { grid-column: 1 / -1; text-align: center; padding: 48px 0; }

.dest-empty p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #083344;
    opacity: 0.4;
}

/* Destination Responsive */
@media (max-width: 991.98px) {
    .dest-hero { min-height: 420px; }
    .dest-hero-inner { padding: 40px 0; }
    .dest-about { padding: 48px 0; }
    .dest-explore { padding: 56px 0; }
    .dest-grid { grid-template-columns: repeat(2, 1fr); }
    .dest-related { padding: 56px 0; }
    .dest-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
    .dest-hero {min-height: auto;padding: 0px 20px;}
    .dest-hero-title { font-size: 28px; }
    .dest-hero-stats { gap: 16px; }
    .dest-hero-stat-num { font-size: 20px; }
    .dest-grid { grid-template-columns: 1fr; }
    .dest-related-grid { grid-template-columns: 1fr; }
    .dest-card-img { height: 200px; }
    .dest-related-card-img { height: 160px; }
    .dest-explore { padding: 44px 0; }
    .dest-related { padding: 44px 0; }
}

/* ============================================
   PREMIUM BLOG DETAIL PAGE
   ============================================ */

/* --- Progress Bar --- */
.blog-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #083344, #135966, #1a7a8a);
    z-index: 9999;
    transition: width 0.15s ease-out;
    border-radius: 0 2px 2px 0;
}

/* --- Blog Hero --- */
.blog-detail-hero {
    padding: 48px 0 32px;
    background: #fff;
}

.blog-detail-tags-top {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.blog-detail-tag {
    display: inline-block;
    padding: 4px 14px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #135966;
    background: rgba(19, 89, 102, 0.07);
    border: 1px solid rgba(19, 89, 102, 0.1);
    border-radius: 50px;
}

.blog-detail-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    color: #083344;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 28px;
    text-align: left;
}

.blog-detail-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.blog-detail-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-detail-author-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(8, 51, 68, 0.08);
}

.blog-detail-author-name {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #083344;
}

.blog-detail-author-bio {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #083344;
    opacity: 0.45;
}

.blog-detail-date-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #083344;
    opacity: 0.45;
}

.blog-detail-date-wrap svg {
    opacity: 0.6;
}

/* --- Featured Image --- */
.blog-detail-featured-img {
    padding: 0 0 48px;
    background: #fff;
}

.blog-detail-img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(8, 51, 68, 0.1);
}

.blog-detail-hero-img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

/* --- Blog Body --- */
.blog-detail-body {
    padding: 0 0 60px;
    background: #fff;
    position: relative;
}

/* --- Share Sidebar (Desktop sticky) --- */
.blog-share-sidebar {
    position: fixed;
    left: max(calc((100vw - 750px) / 2 - 100px), 24px);
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 100;
}

.blog-share-label {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #083344;
    opacity: 0.3;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin-bottom: 8px;
}

.blog-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f8fafb;
    border: 1px solid #e8eef1;
    color: #083344;
    opacity: 0.5;
    transition: all 0.25s ease;
    cursor: pointer;
    text-decoration: none;
}

.blog-share-btn:hover {
    opacity: 1;
    background: rgba(19, 89, 102, 0.08);
    border-color: rgba(19, 89, 102, 0.15);
    color: #135966;
    transform: translateY(-2px);
    text-decoration: none;
}

.blog-copy-link-btn.copied {
    background: #135966 !important;
    border-color: #135966 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* --- Inline Share (Below Article) --- */
.blog-share-inline {
    padding: 32px 0;
    border-top: 1px solid rgba(8, 51, 68, 0.06);
    border-bottom: 1px solid rgba(8, 51, 68, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.blog-share-inline-label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #083344;
}

.blog-share-inline-btns {
    display: flex;
    gap: 8px;
}

/* --- Article Content Typography --- */
.blog-detail-article {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1a3a47;
    line-height: 1.85;
}

.blog-detail-article h1,
.blog-detail-article h2,
.blog-detail-article h3,
.blog-detail-article h4,
.blog-detail-article h5,
.blog-detail-article h6 {
    font-family: "Montserrat Alternates", sans-serif;
    color: #083344;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
}

.blog-detail-article h2 { font-size: 26px; }
.blog-detail-article h3 { font-size: 22px; }
.blog-detail-article h4 { font-size: 18px; }

.blog-detail-article p {
    margin-bottom: 1.5em;
}

.blog-detail-article img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2em 0;
}

.blog-detail-article a {
    color: #135966;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.blog-detail-article a:hover {
    color: #083344;
}

.blog-detail-article blockquote {
    border-left: 3px solid #135966;
    padding: 16px 24px;
    margin: 2em 0;
    background: rgba(19, 89, 102, 0.03);
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #083344;
}

.blog-detail-article ul,
.blog-detail-article ol {
    padding-left: 24px;
    margin-bottom: 1.5em;
}

.blog-detail-article li {
    margin-bottom: 0.5em;
}

/* --- Newsletter Section --- */
.blog-newsletter-section {
    padding: 80px 0;
    background: linear-gradient(160deg, #083344 0%, #0a4a5e 40%, #135966 100%);
    position: relative;
    overflow: hidden;
}

.blog-newsletter-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.blog-newsletter-circle {
    position: absolute;
    border-radius: 50%;
}

.blog-newsletter-circle-1 {
    width: 400px;
    height: 400px;
    top: -150px;
    right: -100px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
}

.blog-newsletter-circle-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -80px;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
}

.blog-newsletter-content {
    position: relative;
    z-index: 2;
}

.blog-newsletter-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
    color: #fff;
}

.blog-newsletter-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
    text-align: left;
}

.blog-newsletter-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 400px;
    text-align: left;
}

.blog-newsletter-form {
    max-width: 480px;
    margin: 0;
}

.blog-newsletter-input-wrap {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 5px;
    gap: 4px;
}

.blog-newsletter-input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    padding: 12px 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    min-width: 0;
}

.blog-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.blog-newsletter-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    background: #fff;
    border: none;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #083344;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.blog-newsletter-btn:hover {
    background: #f0f4f5;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.blog-newsletter-btn svg {
    transition: transform 0.3s ease;
}

.blog-newsletter-btn:hover svg {
    transform: translateX(2px);
}

.blog-newsletter-privacy {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 16px;
    margin-bottom: 0;
    text-align: left;
}

/* --- Related Posts Section --- */
.blog-related-section {
    padding: 80px 0;
    background: #f8fafb;
}

.blog-related-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 16px;
}

.blog-related-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
}

.blog-related-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #083344;
    opacity: 0.4;
    margin-bottom: 0;
}

.blog-related-nav {
    display: flex;
    gap: 8px;
}

.blog-related-arrow {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1.5px solid rgba(8, 51, 68, 0.12);
    background: #fff;
    color: #083344;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.blog-related-arrow:hover {
    background: #083344;
    border-color: #083344;
    color: #fff;
}

.blog-related-slider {
    margin: 0 -10px;
}

.blog-related-slide {
    padding: 0 10px;
}

.blog-related-card {
    display: block;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(8, 51, 68, 0.05);
    transition: all 0.35s ease;
}

.blog-related-card:hover {
    text-decoration: none;
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(8, 51, 68, 0.12);
}

.blog-related-card-img {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog-related-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-related-card:hover .blog-related-card-img img {
    transform: scale(1.05);
}

.blog-related-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(8, 51, 68, 0.05) 100%);
}

.blog-related-card-body {
    padding: 24px;
}

.blog-related-card-date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #083344;
    opacity: 0.4;
    margin-bottom: 10px;
}

.blog-related-card-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #083344;
    line-height: 1.45;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-related-card-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #135966;
    transition: gap 0.3s ease;
}

.blog-related-card:hover .blog-related-card-link {
    gap: 8px;
}

/* --- Blog Detail Responsive --- */
@media (max-width: 1399.98px) {
    .blog-share-sidebar {
        left: 16px;
    }
}

@media (max-width: 1199.98px) {
    .blog-share-sidebar {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .blog-detail-hero {
        padding: 32px 0 24px;
    }

    .blog-detail-featured-img {
        padding-bottom: 32px;
    }

    .blog-detail-hero-img {
        max-height: 380px;
    }

    .blog-detail-img-wrapper {
        border-radius: 12px;
    }

    .blog-newsletter-section {
        padding: 60px 0;
    }

    .blog-newsletter-title {
        font-size: 26px;
    }

    .blog-related-section {
        padding: 60px 0;
    }

    .blog-related-title {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .blog-detail-hero {
        padding: 24px 0 16px;
    }

    .blog-detail-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-detail-article {
        font-size: 15px;
    }

    .blog-newsletter-input-wrap {
        flex-direction: column;
    }

    .blog-newsletter-btn {
        justify-content: center;
    }

    .blog-share-inline {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-related-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-related-card-img {
        height: 200px;
    }
}

/* ============================================
   PREMIUM 404 PAGE
   ============================================ */

.premium-404-wrapper {
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(170deg, #f8fafb 0%, #eef4f6 40%, #e4eef2 100%);
}

.premium-404-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.premium-404-circle {
    position: absolute;
    border-radius: 50%;
}

.premium-404-circle-1 {
    width: 500px;
    height: 500px;
    top: -180px;
    right: -120px;
    background: radial-gradient(circle, rgba(8, 51, 68, 0.04) 0%, transparent 70%);
}

.premium-404-circle-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, rgba(19, 89, 102, 0.05) 0%, transparent 70%);
}

.premium-404-circle-3 {
    width: 250px;
    height: 250px;
    top: 40%;
    left: 60%;
    background: radial-gradient(circle, rgba(19, 89, 102, 0.03) 0%, transparent 70%);
}

.premium-404-content {
    position: relative;
    z-index: 2;
}

.premium-404-badge {
    display: inline-block;
    margin-bottom: 24px;
}

.premium-404-badge span {
    display: inline-block;
    padding: 6px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #135966;
    background: rgba(19, 89, 102, 0.08);
    border: 1px solid rgba(19, 89, 102, 0.12);
    border-radius: 50px;
}

.premium-404-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
    line-height: 1;
}

.premium-404-number {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(100px, 15vw, 180px);
    font-weight: 800;
    color: #083344;
    opacity: 0.08;
    line-height: 1;
    letter-spacing: -6px;
}

.premium-404-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(100px, 14vw, 170px);
    height: clamp(100px, 14vw, 170px);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(8, 51, 68, 0.06) 0%, rgba(19, 89, 102, 0.03) 100%);
    border: 2px solid rgba(8, 51, 68, 0.06);
    position: relative;
    flex-shrink: 0;
}

.premium-404-img {
    width: 65%;
    height: 65%;
    object-fit: contain;
}

.premium-404-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: #083344;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

.premium-404-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #083344;
    opacity: 0.5;
    line-height: 1.8;
    max-width: 440px;
    margin: 0 auto 36px;
}

.premium-404-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.premium-404-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    border: none;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
}

.premium-404-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(8, 51, 68, 0.3);
    text-decoration: none;
}

.premium-404-btn-primary:active {
    transform: translateY(0);
}

.premium-404-btn-primary svg {
    transition: transform 0.3s ease;
}

.premium-404-btn-primary:hover svg {
    transform: translateX(-2px);
}

.premium-404-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #083344;
    background: transparent;
    border: 1.5px solid rgba(8, 51, 68, 0.15);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
}

.premium-404-btn-secondary:hover {
    color: #083344;
    background: rgba(8, 51, 68, 0.04);
    border-color: rgba(8, 51, 68, 0.25);
    text-decoration: none;
    transform: translateY(-2px);
}

.premium-404-btn-secondary:active {
    transform: translateY(0);
}

.premium-404-btn-secondary svg {
    transition: transform 0.3s ease;
}

.premium-404-btn-secondary:hover svg {
    transform: translateX(-3px);
}

.premium-404-divider {
    width: 60px;
    height: 1px;
    background: rgba(8, 51, 68, 0.1);
    margin: 36px auto;
}

.premium-404-help {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #083344;
    opacity: 0.4;
    margin-bottom: 0;
}

.premium-404-help a {
    color: #135966;
    font-weight: 600;
    text-decoration: none;
    opacity: 1;
    transition: color 0.2s ease;
}

.premium-404-help a:hover {
    color: #083344;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .premium-404-wrapper {
        padding: 60px 0;
    }

    .premium-404-heading {
        gap: 4px;
    }

    .premium-404-number {
        letter-spacing: -3px;
    }

    .premium-404-actions {
        flex-direction: column;
    }

    .premium-404-btn-primary,
    .premium-404-btn-secondary {
        width: 100%;
        max-width: 260px;
        justify-content: center;
    }
}

/* ============================================
   PREMIUM AUTH MODAL STYLES
   ============================================ */

div.idloginModal {
    width: 100%;
    max-width: 100%;
}

div.idloginModal .modal-dialog.modal-dialog-centered {
    max-width: 960px;
}

/* Modal Content Container */
.premium-modal-content {
    border: none !important;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(8, 51, 68, 0.25), 0 0 0 1px rgba(8, 51, 68, 0.05) !important;
}

/* --- LEFT PANEL --- */
.premium-left-panel {
    background: linear-gradient(160deg, #083344 0%, #0a4a5e 40%, #135966 100%);
    height: 100%;
    min-height: 640px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 36px;
}

.premium-left-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(19, 89, 102, 0.4) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
    pointer-events: none;
}

.premium-left-overlay::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.02) 0%, transparent 70%);
}

.premium-left-overlay::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -20%;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(19, 89, 102, 0.3) 0%, transparent 70%);
}

.premium-left-content {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
    max-width: 340px;
}

.premium-logo {
    max-width: 140px;
    margin-bottom: 32px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.premium-left-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 28px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    line-height: 1.2;
    color: #fff !important;
}

.premium-left-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.7;
    margin-bottom: 36px;
}

.premium-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.premium-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    transition: background 0.3s ease, border-color 0.3s ease;
}

.premium-feature-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
}

.premium-feature-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.premium-feature-icon img {
    width: 18px;
    height: 18px;
    filter: invert(1);
    object-fit: contain;
}

.premium-feature-item h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.premium-feature-item p {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0;
    line-height: 1.5;
}

/* --- RIGHT PANEL --- */
.premium-right-panel {
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 640px;
    background: #fff;
}

.premium-close-btn {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #083344;
    opacity: 0.4;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

.premium-close-btn:hover {
    opacity: 1;
    background: rgba(8, 51, 68, 0.06);
}

.premium-form-header {
    margin-bottom: 32px;
}

.premium-form-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.premium-form-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #083344;
    opacity: 0.5;
    margin-bottom: 0;
}

/* --- FORM ELEMENTS --- */
.premium-auth-form {
    width: 100%;
}

.premium-input-group {
    margin-bottom: 20px;
}

.premium-input-group label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #083344;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    opacity: 0.6;
}

.premium-input {
    width: 100%;
    padding: 12px 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #083344;
    background: #f8fafb;
    border: 1.5px solid #e8eef1;
    border-radius: 10px;
    outline: none;
    transition: all 0.25s ease;
}

.premium-input::placeholder {
    color: #083344;
    opacity: 0.3;
    font-weight: 400;
}

.premium-input:focus {
    background: #fff;
    border-color: #135966;
    box-shadow: 0 0 0 3px rgba(19, 89, 102, 0.08);
}

.premium-input:hover:not(:focus) {
    border-color: #c8d8de;
}

/* Checkbox styling */
.premium-checkbox-group {
    margin-bottom: 16px;
}

.premium-check-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #083344;
    opacity: 0.6;
    padding-top: 2px;
}

.premium-check-label a {
    color: #135966;
    text-decoration: underline;
    font-weight: 500;
}

.premium-check-label a:hover {
    color: #083344;
}

form .form-check input[type=checkbox]:focus-visible, form .form-check input[type=checkbox]:checked {
    background: #083344 !important;
    border-color: #083344 !important;
}

/* Submit Button */
.premium-submit-btn {
    width: 100%;
    padding: 14px 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}

.premium-submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.premium-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(8, 51, 68, 0.3);
}

.premium-submit-btn:hover::before {
    opacity: 1;
}

.premium-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(8, 51, 68, 0.2);
}

.premium-submit-btn svg {
    transition: transform 0.3s ease;
}

.premium-submit-btn:hover svg {
    transform: translateX(3px);
}

/* Switch text */
.premium-switch-text {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #083344;
    opacity: 0.5;
    margin-top: 20px;
    margin-bottom: 0;
}

.premium-switch-text a {
    color: #135966;
    font-weight: 600;
    text-decoration: none;
    opacity: 1;
    transition: color 0.2s ease;
}

.premium-switch-text a:hover {
    color: #083344;
    text-decoration: underline;
}

/* Forgot Password Link */
.premium-forgot-link {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #135966;
    text-decoration: none;
    transition: color 0.2s ease;
}

.premium-forgot-link:hover {
    color: #083344;
    text-decoration: underline;
}

/* --- MODAL ANIMATION --- */
.premium-auth-modal .modal-dialog {
    transform: scale(0.95) translateY(20px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-auth-modal.show .modal-dialog {
    transform: scale(1) translateY(0);
}

/* --- RESPONSIVE --- */
@media (max-width: 991.98px) {
    .premium-right-panel {
        padding: 36px 24px;
        min-height: auto;
    }

    .premium-form-title {
        font-size: 24px;
    }

    div.idloginModal .modal-dialog.modal-dialog-centered {
        max-width: 95%;
        margin: 16px auto;
    }
}

@media (max-width: 575.98px) {
    .premium-right-panel {
        padding: 28px 20px;
    }

    .premium-form-title {
        font-size: 22px;
    }

    .premium-input {
        padding: 10px 14px;
    }

    .premium-submit-btn {
        padding: 12px 20px;
    }
}
.box-wrapper .image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.box-wrapper3 .image-wrapper-box-wrapper img {
    height: 100%;
    object-fit: cover;
    min-height: 187px;
    max-height: 180px;
    width: 100%;
}
.searh-bar-wrapper form {
    margin: 0;
}

.col-md-12.cold-main-villa span img {
    min-height: auto;
}

.first-row-testimonial.firts-trow .slick-track {
    margin-left: -18vw;
}
.areas-slick-slider {
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

/* ============================================================
   Areas Page Ã¢â‚¬â€ extracted from areas.blade.php
   ============================================================ */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Top Attractions Section Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.ta-section {
    position: relative;
    padding: 80px 0 90px;
    background: #ffffff;
    overflow: hidden;
}
.ta-bg-shape {
    position: absolute;
    top: -120px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(26,171,109,.07) 0%, transparent 70%);
    pointer-events: none;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Header Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.ta-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.ta-eyebrow {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #088395;
    margin-bottom: 12px;
}
.ta-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    color: #083344;
    line-height: 1.1;
    margin-bottom: 12px;
}
.ta-heading em {
    font-style: italic;
    color: #088395;
}
.ta-subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #6b7280;
    max-width: 520px;
    margin: 0;
    line-height: 1.6;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Custom nav arrows Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.ta-nav-btns {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.ta-arrow {
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #083344;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background .2s, border-color .2s, color .2s, box-shadow .2s;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.ta-arrow:hover {
    background: #088395;
    border-color: #088395;
    color: #fff;
    box-shadow: 0 4px 16px rgba(26,171,109,.3);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Card Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.ta-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    transition: transform .35s cubic-bezier(.25,.8,.25,1), box-shadow .35s;
}
.ta-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(0,0,0,.13);
}
.ta-card-img {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.ta-card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.25,.8,.25,1);
    display: block;
}
.ta-card:hover .ta-card-img img { transform: scale(1.08); }
.ta-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 35%, rgba(8,51,68,.65) 100%);
    pointer-events: none;
}
.ta-card-count {
    position: absolute;
    bottom: 14px; left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #083344;
    border: 1px solid rgba(255,255,255,.7);
}
.ta-card-count i {
    color: #088395;
    font-size: 11px;
}
.ta-card-body {
    padding: 18px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.ta-card-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #083344;
    margin: 0;
    line-height: 1.3;
}
.ta-card-explore {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #088395;
    white-space: nowrap;
    transition: gap .2s;
}
.ta-card:hover .ta-card-explore { gap: 8px; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Full-width slider wrap Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.ta-slider-wrap {
    padding: 0 24px;
}
.ta-slide {
    padding: 0 8px;
}
.ta-card-img {
    height: 300px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Slick overrides for ta section Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.ta-slider .slick-prev,
.ta-slider .slick-next { display: none !important; }

@media (max-width: 768px) {
    .ta-section { padding: 60px 0 70px; }
    .ta-header { align-items: flex-start; }
    .ta-nav-btns { display: none; }
    .ta-slider-wrap { padding: 0 12px; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ About / Intro Section Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.sl-section {
    padding: 90px 0 100px;
    background: #f7f8fa;
    position: relative;
}
.sl-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 0% 100%, rgba(26,171,109,.07) 0%, transparent 55%),
        radial-gradient(ellipse at 100% 0%, rgba(8,51,68,.04) 0%, transparent 55%);
    pointer-events: none;
}
.sl-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
    align-items: start;
    position: relative;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Left column Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.sl-eyebrow {
    display: inline-block;
    font-family: 'Montserrat Alternates', 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #088395;
    margin-bottom: 10px;
    letter-spacing: .01em;
}
.sl-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 800;
    color: #083344;
    line-height: 1.08;
    margin-bottom: 28px;
}
.sl-heading em {
    font-style: italic;
    color: #088395;
    display: block;
}
.sl-body {
    margin-bottom: 36px;
}
.sl-body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 18px;
}
.sl-body a {
    color: #088395;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sl-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #088395;
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .25s, box-shadow .25s, gap .2s;
    box-shadow: 0 4px 20px rgba(8,51,68,.18);
}
.sl-cta:hover {
    background: #083344;
    box-shadow: 0 6px 24px rgb(8 51 68);
    gap: 14px;
    color: #fff;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Right card Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.sl-right {
    position: sticky;
    top: 100px;
}
.sl-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(8,51,68,.1);
    border: 1px solid #e5e7eb;
}
.sl-card-bar {
    height: 5px;
    background: linear-gradient(90deg, #083344 0%, #088395 100%);
}
.sl-card-inner {
    padding: 32px 32px 28px;
}
.sl-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #083344;
    margin-bottom: 24px;
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Perfect for grid Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.sl-pf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 28px;
}
.sl-pf-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 18px 12px 16px;
    border-radius: 14px;
    background: #f9fafb;
    border: 1px solid #f0f0f0;
    text-align: center;
    cursor: default;
    transition: transform .25s, box-shadow .25s, background .2s, border-color .2s;
    position: relative;
    overflow: hidden;
}
.sl-pf-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,171,109,.06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .25s;
}
.sl-pf-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(8,51,68,.1);
    background: #fff;
    border-color: rgba(26,171,109,.25);
}
.sl-pf-item:hover::before { opacity: 1; }
.sl-pf-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #08839538 0%, rgba(8, 51, 68, .08) 100%);
    color: #088395;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform .25s, background .25s;
    position: relative;
    z-index: 1;
}
.sl-pf-item:hover .sl-pf-icon-wrap {
    transform: scale(1.12);
    background: linear-gradient(135deg, #088395 0%, #135966 100%);
    color: #fff;
}
.sl-pf-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    transition: color .2s;
}
.sl-pf-item:hover .sl-pf-label { color: #083344; }
/* Ã¢â€â‚¬Ã¢â€â‚¬ Stats row Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.sl-card-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
    border-top: 1px solid #f3f4f6;
}
.sl-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    flex: 1;
}
.sl-stat-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #088395;
    line-height: 1;
}
.sl-stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.sl-stat-divider {
    width: 1px;
    height: 36px;
    background: #e5e7eb;
}

@media (max-width: 1024px) {
    .sl-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .sl-right { position: static; }
}
@media (max-width: 640px) {
    .sl-section { padding: 60px 0 70px; }
    .sl-card-inner { padding: 24px 20px 20px; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Section shell Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.tp-section {
    position: relative;
    padding: 80px 0 90px;
    background: #f7f8fa;
    overflow: hidden;
}
.tp-bg-overlay {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 10% 50%, rgba(26,171,109,.06) 0%, transparent 60%),
        radial-gradient(ellipse at 90% 20%, rgba(8,51,68,.04) 0%, transparent 50%);
    pointer-events: none;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Header Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.tp-header { margin-bottom: 48px; }
.tp-eyebrow {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #088395;
    margin-bottom: 12px;
}
.tp-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    color: #083344;
    margin-bottom: 14px;
    line-height: 1.1;
}
.tp-heading em {font-style: italic;color: #088395;}
.tp-subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #6b7280;
    font-weight: 400;
    max-width: 500px;
    margin: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Tab bar Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.tp-tabbar-outer {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 36px;
    border-bottom: 1px solid #e5e7eb;
}
.tp-tabbar-outer::-webkit-scrollbar { display: none; }
.tp-tabbar {
    display: flex;
    gap: 4px;
    min-width: max-content;
    padding-bottom: 0;
}
.tp-tab {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 14px 22px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: #9ca3af;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: color .2s, border-color .2s;
    white-space: nowrap;
    position: relative;
    bottom: -1px;
}
.tp-tab-icon { font-size: 16px; line-height: 1; }
.tp-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 20px;
    background: #e5e7eb;
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    transition: all .2s;
}
.tp-tab:hover { color: #083344; }
.tp-tab--active {
    color: #083344;
    border-bottom-color: #088395;
    font-weight: 700;
}
.tp-tab--active .tp-tab-count {
    background: #088395;
    color: #fff;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Panel bar Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.tp-panel { display: none; }
.tp-panel--active { display: block; }

.tp-slider-outer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.tp-slider-outer .top-picks-slider {
    flex: 1;
    min-width: 0;
}
.tp-slider-outer .ta-arrow {
    flex-shrink: 0;
}
.tp-panel-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 16px;
}
.tp-panel-info {
    display: flex;
    align-items: center;
    gap: 16px;
}
.tp-panel-icon {
    font-size: 28px;
    color: #088395;
    width: 56px;
    height: 56px;
    background: rgba(26,171,109,.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.tp-panel-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #083344;
    margin: 0 0 3px;
}
.tp-panel-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}
.tp-viewall {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border: 1.5px solid #d1d5db;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #088395;
    text-decoration: none;
    transition: background .2s, border-color .2s, color .2s;
    white-space: nowrap;
}
.tp-viewall:hover {
    background: #088395;
    border-color: #088395;
    color: #fff;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Card Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.tp-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: transform .3s cubic-bezier(.25,.8,.25,1), box-shadow .3s;
}
.tp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
.tp-card-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}
.tp-card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.25,.8,.25,1);
    display: block;
}
.tp-card:hover .tp-card-img img { transform: scale(1.07); }
.tp-card-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,.45) 100%);
    pointer-events: none;
}
.tp-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #083344;
    border: 1px solid rgba(255,255,255,.6);
}
.tp-fav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px; height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #6b7280;
    font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background .2s, color .2s;
}
.tp-fav:hover { background: #e74c3c; color: #fff; }
.tp-card-body {
    padding: 18px 18px 20px;
}
.tp-card-location {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    color: #9ca3af;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tp-card-location i { color: #088395; font-size: 10px; }
.tp-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 14px;
    line-height: 1.35;
}
.tp-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
}
.tp-card-type {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9ca3af;
}
.tp-card-cta {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #088395;
    transition: gap .2s;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Slick arrow overrides Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.tp-section .slick-prev, .tp-section .slick-next {
    width: 42px; height: 42px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: background .2s, border-color .2s;
    z-index: 2;
}
.tp-section .slick-prev:hover, .tp-section .slick-next:hover {
    background: #088395;
    border-color: #088395;
}
.tp-section .slick-prev:before, .tp-section .slick-next:before { color: #083344; font-size: 16px; }
.tp-section .slick-prev:hover:before, .tp-section .slick-next:hover:before { color: #fff; }
.tp-section .slick-prev { left: -20px; }
.tp-section .slick-next { right: -20px; }

@media (max-width: 768px) {
    .tp-section { padding: 60px 0 70px; }
    .tp-panel-bar { flex-direction: column; align-items: flex-start; }
}

.ws-section {
    position: relative;
    padding: 100px 0 80px;
    background: #083344;
    overflow: hidden;
}
.ws-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.ws-blob--1 {
    width: 600px; height: 600px; top: -200px; left: -180px;
    background: radial-gradient(circle, rgba(19,89,102,.5) 0%, transparent 70%);
}
.ws-blob--2 {
    width: 450px; height: 450px; bottom: -140px; right: -120px;
    background: radial-gradient(circle, rgba(19,89,102,.35) 0%, transparent 70%);
}
.ws-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.ws-eyebrow {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 11px; font-weight: 700;
    letter-spacing: .22em; text-transform: uppercase;
    color: rgba(255,255,255,.6); margin-bottom: 14px;
}
.ws-heading {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.1;
    margin-bottom: 16px !important;
}
.ws-heading em { font-style: italic; color: rgba(255,255,255,.7); }
.ws-subheading {
    font-family: "Montserrat", sans-serif;
    font-size: 15px; color: rgba(255,255,255,.78); line-height: 1.75; margin: 0;
}
.ws-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 20px; margin-bottom: 60px;
}
.ws-card {
    position: relative; padding: 32px 28px 36px;
    background: rgba(19,89,102,.3);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px; overflow: hidden;
    transition: transform .35s cubic-bezier(.25,.8,.25,1), background .3s, border-color .3s, box-shadow .35s;
    cursor: default;
}
.ws-card::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(19,89,102,.5) 0%, transparent 60%);
    opacity: 0; transition: opacity .35s;
}
.ws-card:hover {
    transform: translateY(-8px);
    background: rgba(19,89,102,.5);
    border-color: rgba(255,255,255,.28);
    box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.ws-card:hover::before { opacity: 1; }
.ws-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 24px; }
.ws-icon-wrap {
    width: 54px; height: 54px; border-radius: 12px;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #ffffff;
    transition: background .3s, transform .3s;
}
.ws-card:hover .ws-icon-wrap {
    background: #135966;
    border-color: rgba(255,255,255,.3);
    transform: rotate(-5deg) scale(1.08);
}
.ws-card-num {
    font-family: "Montserrat", sans-serif;
    font-size: 13px; font-weight: 800;
    color: rgba(255,255,255,.2); letter-spacing: .05em;
}
.ws-card-title {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
    line-height: 1.3;
}
.ws-card-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 13.5px; color: rgba(255,255,255,.8); line-height: 1.75; margin-bottom: 0;
}
.ws-card-bar {
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #135966 0%, rgba(255,255,255,.5) 100%);
    transform: scaleX(0); transform-origin: left;
    transition: transform .4s cubic-bezier(.25,.8,.25,1);
}
.ws-card:hover .ws-card-bar { transform: scaleX(1); }
.ws-trust {
    display: flex; align-items: center; justify-content: center;
    padding: 32px 40px;
    background: rgba(19,89,102,.3); border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px; flex-wrap: wrap; gap: 0;
}
.ws-trust-item {
    display: flex; flex-direction: column; align-items: center;
    gap: 4px; padding: 0 40px; flex: 1; min-width: 120px;
}
.ws-trust-num {
    font-family: "Montserrat", sans-serif;
    font-size: 28px; font-weight: 800; color: #ffffff; line-height: 1;
}
.ws-trust-label {
    font-family: "Montserrat", sans-serif;
    font-size: 11px; font-weight: 600;
    color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .1em;
}
.ws-trust-div { width: 1px; height: 40px; background: rgba(255,255,255,.15); flex-shrink: 0; }
@media (max-width: 1100px) { .ws-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
    .ws-section { padding: 70px 0 60px; }
    .ws-grid { grid-template-columns: 1fr; gap: 14px; }
    .ws-trust { gap: 20px; padding: 24px 20px; }
    .ws-trust-div { display: none; }
    .ws-trust-item { padding: 0; min-width: 45%; }
}

/* ============================================================
   Areas Page Ã¢â‚¬â€ Hero Section (.ah-*)
   ============================================================ */
.ah-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: var(--ah-bg);
    background-size: cover;
    background-position: center;
    overflow: visible;
}
.ah-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.ah-overlay--dark {
    background: rgba(8, 51, 68, 0.55);
}
.ah-overlay--gradient {
    background: linear-gradient(
        to bottom,
        rgba(8, 51, 68, 0.1) 0%,
        rgba(8, 51, 68, 0.5) 55%,
        rgba(8, 51, 68, 0.92) 100%
    );
}
.ah-overlay--noise {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 200px;
    opacity: 0.4;
}

.ah-inner {
    position: relative;
    z-index: 2;
    padding-top: 52px;
    padding-bottom: 106px;
}

/* Breadcrumb */
.ah-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.ah-breadcrumb a,
.ah-breadcrumb span,
.ah-breadcrumb svg {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
    vertical-align: middle;
}
.ah-breadcrumb a:hover { color: #ffffff; }
.ah-breadcrumb span:last-child {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

/* Eyebrow */
.ah-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    width: fit-content;
}

/* Title */
.ah-title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: clamp(36px, 5vw, 68px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.05;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    text-align: left;
}
.ah-title em {
    display: block;
    font-style: italic;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72em;
    letter-spacing: 0;
    font-family: "Playfair Display", serif;
}

/* Description */
.ah-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    max-width: 600px;
    margin-bottom: 36px;
}

/* Stats */
.ah-stats {
    display: flex;
    align-items: center;
    gap: 0;
    background: #09637E;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    width: fit-content;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.ah-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 14px 28px;
}
.ah-stat-num {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}
.ah-stat-label {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.ah-stat-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* Scroll cue */
.ah-scroll-cue {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    animation: ah-bounce 2s ease-in-out infinite;
}
@keyframes ah-bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(6px); }
}

/* Responsive */
@media (max-width: 768px) {
    .ah-hero { min-height: 460px; }
    .ah-inner { padding-top: 40px; padding-bottom: 44px; }
    .ah-title { font-size: 36px; }
    .ah-stat { padding: 12px 18px; }
    .ah-stat-num { font-size: 18px; }
}
@media (max-width: 480px) {
    .ah-hero { min-height: 400px; }
    .ah-desc { font-size: 14px; }
    .ah-stats { width: 100%; justify-content: space-around; }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   Hero Search Bar  (.ah-hero .new-filter-container-wrapper)
   Premium frosted-glass treatment inside the dark hero
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

/* Wrapper that positions the bar inside the hero */
.ah-search-wrap {
    margin-top: 28px;
    width: 100%;
    max-width: 780px;
    position: relative;
    z-index: 4;
}

/* Override the white card look Ã¢â‚¬â€ frosted glass */
.ah-hero .new-filter-container-wrapper {
    background: rgba(255, 255, 255, 0.10) !important;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255,255,255,0.12) inset !important;
    border-radius: 12px !important;
    padding: 5px 8px !important;
    max-width: 100% !important;
}

/* Inner container reset */
.ah-hero .new-filter-container-wrapper .new-filter-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
}

/* Each filter box */
.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box {
    border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
    padding: 6px 14px !important;
    flex: 1 1 0%;
    min-width: 0;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.2s ease;
    border-radius: 12px;
}

.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box:hover {
    background: rgba(255, 255, 255, 0.06);
}

.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box:last-of-type,
.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box.guests-box {
    border-right: none !important;
}

/* Label text (e.g. "Where to?", "Check In", "Guests") */
.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box span.small {
    color: rgba(255, 255, 255, 0.60) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0.10em !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* Input / value text */
.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box .filter-text,
.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box .filter-inner .filter-text,
.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box input,
.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box .icon-drop-down,
.ah-hero .new-filter-container-wrapper .new-filter-container .span-wrapper {
    /* color: #ffffff !important; */
}

/* Span wrapper override */
.ah-hero .new-filter-container-wrapper .new-filter-container span.span-wrapper {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: block;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-width: 0;
    max-width: 100%;
}

.ah-hero .new-filter-container-wrapper .new-filter-container span.span-wrapper span {display: block;width: 100%;text-align: left;}

/* Date range input */
.ah-hero .new-filter-container-wrapper .new-filter-container #date-range {
    color: #000 !important;
    background: transparent !important;
    caret-color: #fff;
}

/* Dropdown icon color */
.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box svg,
.ah-hero .new-filter-container-wrapper .new-filter-container .filter-box i {
    color: rgba(255, 255, 255, 0.70) !important;
}

/* Search button Ã¢â‚¬â€ brand gradient */
.ah-hero .new-filter-container-wrapper .new-filter-container .search-box {
    padding: 8px 8px 8px 16px !important;
    border-right: none !important;
    flex: 0 0 auto;
}

.ah-hero .new-filter-container-wrapper .new-filter-container .search-box .btn-search-pill {
    background: #088395;
    border: none !important;
    border-radius: 12px !important;
    height: 42px !important;
    padding: 0 22px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(8, 51, 68, 0.55) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    white-space: nowrap;
}

.ah-hero .new-filter-container-wrapper .new-filter-container .search-box .btn-search-pill:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(8, 51, 68, 0.70) !important;
    background: linear-gradient(135deg, #1a7a8a 0%, #0d4a5e 100%) !important;
    color: #fff !important;
    letter-spacing: 0.04em !important;
}

/* Destination dropdown panel */
.ah-hero .destination-dropdown {
    background: #0d3d4e !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 16px 48px rgba(0,0,0,0.5) !important;
    border-radius: 12px !important;
    margin-top: 8px !important;
}

.ah-hero .destination-dropdown a,
.ah-hero .destination-dropdown li,
.ah-hero .destination-dropdown .dropdown-item {
    color: rgba(255, 255, 255, 0.85) !important;
}

.ah-hero .destination-dropdown a:hover,
.ah-hero .destination-dropdown .dropdown-item:hover {
    background: rgba(19, 89, 102, 0.45) !important;
    color: #fff !important;
}

/* Guests + destination dropdowns */
.ah-hero .guests-dropdown,
.ah-hero .filter-box .dropdown-menu {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 16px 48px rgba(0,0,0,0.5) !important;
    border-radius: 12px !important;
    color: rgba(255,255,255,0.85) !important;
    margin-top: 8px !important;
    transform: none !important;
}

/* Destination menu — overflow must be visible on the box so dropdown escapes */
.ah-hero .new-filter-container-wrapper .new-filter-container .destination-box,
.ah-hero .new-filter-container-wrapper .new-filter-container .guests-box {
    overflow: visible !important;
}

/* Responsive */
@media (max-width: 768px) {
    .ah-search-wrap { margin-top: 28px; }
    .ah-hero .new-filter-container-wrapper { border-radius: 14px !important; padding: 6px 8px !important; }
    .ah-hero .new-filter-container-wrapper .new-filter-container { flex-wrap: wrap; }
    .ah-hero .new-filter-container-wrapper .new-filter-container .filter-box { flex: 1 1 45%; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.12) !important; padding: 10px 14px !important; }
    .ah-hero .new-filter-container-wrapper .new-filter-container .search-box { flex: 1 1 100%; padding: 10px 8px !important; }
    .ah-hero .new-filter-container-wrapper .new-filter-container .search-box .btn-search-pill { width: 100% !important; }
}

@media (max-width: 480px) {
    .ah-hero .new-filter-container-wrapper .new-filter-container .filter-box { flex: 1 1 100%; }
}

h2.fw-semibold {
    font-weight: 800 !important;
}

/* ── Simple 2-column desktop dropdown (.nav-dropdown) ────────────────── */
@media (min-width: 1025px) {
    .has-nav-dropdown {
        position: relative;
    }

    .nav-dropdown {
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%) translateY(6px);
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 12px 40px rgba(8,51,68,0.13);
        border: 1px solid rgba(8,51,68,0.07);
        padding: 20px 24px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 28px;
        min-width: 340px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
        z-index: 9999;
        white-space: nowrap;
    }

    .nav-dropdown--wide {
        min-width: 460px;
    }

    .has-nav-dropdown:hover .nav-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .nav-dd-col {
        display: flex;
        flex-direction: column;
    }

    .nav-dd-label {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #9ca3af;
        padding-bottom: 8px;
        margin-bottom: 4px;
        border-bottom: 1px solid #f1f5f9;
        line-height: 1;
    }

    .nav-dd-label-link {
        color: inherit;
        text-decoration: none;
    }
    .nav-dd-label-link:hover {
        color: #083344;
    }

    .nav-dd-link {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #374151;
        padding: 7px 0;
        text-decoration: none;
        transition: color 0.15s, padding-left 0.15s;
        border-bottom: none;
    }

    .nav-dd-link:hover {
        color: #083344;
        padding-left: 4px;
    }

    .nav-caret {
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px;
        margin-top: -1px;
        transition: transform 0.2s;
    }

    .has-nav-dropdown:hover .nav-caret {
        transform: rotate(180deg);
    }
}
/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   Premium Mega Menu  (.mega-box)
   Applies to Villa Holidays + Destinations Ã¢â‚¬â€ NOT About Us
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Box positioning + smooth slide-down animation Ã¢â€â‚¬Ã¢â€â‚¬ */
.mega-box {
    top: 100%;
    padding: 0 !important;
    transition: opacity 0.28s cubic-bezier(.4,0,.2,1),
                transform 0.28s cubic-bezier(.4,0,.2,1),
                visibility 0.28s;
    transform: translateY(10px);
}

header li:has(.mega-box):hover .mega-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Content panel Ã¢â€â‚¬Ã¢â€â‚¬ */
.mega-box .content {
    background: linear-gradient(145deg, #062c3b 0%, #083344 55%, #0a3d52 100%) !important;
    border-top: 2px solid #135966 !important;
    border-bottom: none;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255,255,255,0.05) !important;
    padding: 32px 36px !important;
    position: relative;
    overflow: hidden;
    gap: 0;
}

/* Ambient glow accent top-left */
.mega-box .content::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -80px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(19,89,102,0.22) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

/* Ambient glow accent bottom-right */
.mega-box .content::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(8,51,68,0.35) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Rows sit above glows */
.mega-box .content .row {
    position: relative;
    z-index: 1;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Column headers (destination/category titles) Ã¢â€â‚¬Ã¢â€â‚¬ */
.mega-box .content .row header {
    background: transparent !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em;
    text-transform: uppercase !important;
    color: #4db8c8 !important;
    line-height: 1 !important;
    padding: 0 20px 14px 20px !important;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    display: flex;
    align-items: center;
    gap: 7px;
}

/* Dot accent before header */
.mega-box .content .row header::before {
    content: '';
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #135966;
    display: inline-block;
}

/* Header as a link (Destinations menu) */
.mega-box .content .row header a {
    color: #4db8c8 !important;
    opacity: 1 !important;
    transition: color 0.2s;
    font-size: 10px !important;
}

.mega-box .content .row header a:hover {
    color: #fff !important;
    opacity: 1 !important;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Left border on link lists Ã¢â€â‚¬Ã¢â€â‚¬ */
.content .row .mega-links {
    border-left: 1px solid rgba(255,255,255,0.07) !important;
    margin-left: 0 !important;
    padding-top: 4px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Individual link items Ã¢â€â‚¬Ã¢â€â‚¬ */
.row .mega-links li {
    padding: 0 !important;
}

.row .mega-links li a {
    color: rgba(255,255,255,0.62) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    min-height: 34px;
    height: auto !important;
    padding: 6px 20px !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
    opacity: 1 !important;
    transition: color 0.2s ease, padding-left 0.2s ease, background 0.2s ease;
    border-radius: 6px;
}

/* Dot/tick indicator Ã¢â‚¬â€ hidden by default */
.row .mega-links li a::before {
    content: '';
    flex-shrink: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #135966;
    margin-right: 0;
    opacity: 0;
    transition: opacity 0.2s, margin-right 0.2s;
}

/* Hover state */
.row .mega-links li a:hover {
    color: #fff !important;
    background: rgba(19,89,102,0.18) !important;
    padding-left: 26px !important;
    opacity: 1 !important;
}

.row .mega-links li a:hover::before {
    opacity: 1;
    margin-right: 6px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ two-column (links-more-than-useful) Ã¢â€â‚¬Ã¢â€â‚¬ */
.content .row .mega-links.links-more-than-useful {
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.content .row .mega-links.links-more-than-useful li {
    width: 50%;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Image column (Villa Holidays first row) Ã¢â€â‚¬Ã¢â€â‚¬ */
.mega-box .content .row:first-child {
    position: relative;
    overflow: hidden;
    border-radius: 14px !important;
    flex-shrink: 0;
}

.content .row img {
    border-radius: 14px !important;
    height: 100% !important;
    min-height: 220px;
    object-fit: cover !important;
    transition: transform 0.55s cubic-bezier(.25,.8,.25,1);
    display: block;
}

header li:has(.mega-box):hover .content .row:first-child img {
    transform: scale(1.04);
}

/* Gradient overlay on image */
.mega-box .content .row:first-child::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(8,51,68,0.55) 0%, rgba(19,89,102,0.15) 60%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Villa Holidays (megabox-first) specific Ã¢â€â‚¬Ã¢â€â‚¬ */
.mega-box.megabox-first .content {
    background: linear-gradient(145deg, #062c3b 0%, #083344 55%, #0a3d52 100%) !important;
}

.mega-box.megabox-first header {
    background: transparent !important;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Chevron arrow on nav items Ã¢â€â‚¬Ã¢â€â‚¬ */
i.fa.fa-arrow-downs::after {
    transition: transform 0.25s ease, top 0.25s ease;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Scrollable columns for long lists Ã¢â€â‚¬Ã¢â€â‚¬ */
.mega-box .content .row {
    max-height: 380px;
}

/* If a single row's links overflow, scroll within it */
.mega-box .content .row .mega-links {
    overflow-y: auto;
    max-height: 300px;
    scrollbar-width: thin;
    scrollbar-color: rgba(19,89,102,0.5) transparent;
}

.mega-box .content .row .mega-links::-webkit-scrollbar {
    width: 3px;
}

.mega-box .content .row .mega-links::-webkit-scrollbar-thumb {
    background: rgba(19,89,102,0.6);
    border-radius: 2px;
}


/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   Villa Holidays Page  (.vh-*)
   Intro section . category tabs . property grid . pagination
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Intro Section Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.vh-intro {
    background: #fff;
    padding: 80px 0 72px;
}

.vh-intro-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.vh-intro-eyebrow {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #09637E;
    margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
}

.vh-intro-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #135966;
}

.vh-intro-heading {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    color: #083344;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.vh-intro-heading em {
    display: block;
    font-style: italic;
    font-weight: 500;
    font-size: 0.65em;
    color: #09637E;
    letter-spacing: 0;
    margin-top: 4px;
}

.vh-intro-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 28px;
}

.vh-intro-desc p {
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #4b5563 !important;
}

.vh-intro-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #09637E;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 16px rgba(8,51,68,0.25);
}

.vh-intro-cta:hover {
    background: #135966;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(8,51,68,0.35);
}

/* Right card */
.vh-intro-card {
    background: linear-gradient(145deg, #09637E 0%, #083344 100%);
    border-radius: 20px;
    padding: 36px 36px 28px;
    box-shadow: 0 20px 60px rgba(8,51,68,0.22);
    position: relative;
    overflow: hidden;
}

.vh-intro-card::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(19,89,102,0.25) 0%, transparent 70%);
    pointer-events: none;
}

.vh-intro-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.vh-intro-card-header svg {
    color: #4db8c8;
    flex-shrink: 0;
}

.vh-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vh-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.vh-feature-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(19,89,102,0.35);
    border: 1px solid rgba(77,184,200,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4db8c8;
}

.vh-feature-list li div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vh-feature-list li strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.vh-feature-list li span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    line-height: 1.4;
}

.vh-intro-stat-row {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.vh-intro-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 10px;
    gap: 2px;
}

.vh-intro-stat-num {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.vh-intro-stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.vh-intro-stat-div {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Catalogue Section Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.vh-catalogue {
    background: #f8f9fb;
    padding: 64px 0 80px;
    border-top: 1px solid #e5e7eb;
}

.vh-tabs-wrap {
    margin-bottom: 40px;
}

.vh-tabs-strip {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-bottom: 4px;
}

.vh-tab {
    display: inline-flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    padding: 9px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    white-space: nowrap;
}

.vh-tab:hover {
    color: #083344;
    border-color: #083344;
    background: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(8,51,68,0.12);
}

.vh-tab--active {
    background: #083344;
    color: #fff !important;
    border-color: #083344;
    box-shadow: 0 4px 16px rgba(8,51,68,0.28);
    transform: none;
}

.vh-tab--active:hover {
    background: #135966;
    border-color: #135966;
    color: #fff !important;
}

.vh-results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 12px;
}

.vh-results-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.vh-results-count strong {
    color: #083344;
    font-weight: 700;
}

.vh-results-count em {
    color: #135966;
    font-style: normal;
    font-weight: 600;
}

.vh-browse-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #135966;
    text-decoration: none;
    transition: color 0.2s, gap 0.2s;
}

.vh-browse-all:hover {
    color: #083344;
    gap: 10px;
}

.vh-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.vh-grid-item {
    display: flex;
    flex-direction: column;
}

.vh-empty {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    text-align: center;
}

.vh-empty p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

.vh-pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.vh-page-list {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vh-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.vh-page-link:hover {
    background: #f3f4f6;
    border-color: #083344;
    color: #083344;
}

.vh-page-item--active .vh-page-link {
    background: #083344;
    color: #fff;
    border-color: #083344;
    box-shadow: 0 4px 12px rgba(8,51,68,0.25);
}

.vh-page-item--disabled .vh-page-link {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 1024px) {
    .vh-grid { grid-template-columns: repeat(2, 1fr); }
    .vh-intro-inner { gap: 40px; }
}

@media (max-width: 768px) {
    .vh-intro { padding: 52px 0 48px; }
    .vh-intro-inner { grid-template-columns: 1fr; gap: 36px; }
    .vh-intro-card { padding: 28px 24px; }
    .vh-catalogue { padding: 48px 0 60px; }
    .vh-grid { grid-template-columns: 1fr; gap: 16px; }
    .vh-tabs-strip { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; -ms-overflow-style: none; }
    .vh-tabs-strip::-webkit-scrollbar { display: none; }
    .vh-tab { flex-shrink: 0; }
}

@media (max-width: 480px) {
    .vh-intro-heading { font-size: 26px; }
    .vh-results-bar { flex-direction: column; align-items: flex-start; }
}


/* Ã¢â€â‚¬Ã¢â€â‚¬ Tab panels show/hide Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.vh-panel {
    display: none;
}

.vh-panel--active {
    display: block;
    animation: vhFadeIn 0.35s ease-out;
}

@keyframes vhFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Tab count badge */
.vh-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 20px;
    padding: 0 6px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    background: rgba(8,51,68,0.08);
    color: #6b7280;
    margin-left: 6px;
    transition: background 0.2s, color 0.2s;
}

.vh-tab--active .vh-tab-count {
    background: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.85);
}

/* View all button at bottom of panel */
.vh-view-all-wrap {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.vh-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #083344;
    padding: 14px 36px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 16px rgba(8,51,68,0.25);
}

.vh-view-all-btn:hover {
    background: #135966;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(8,51,68,0.35);
}


/* ═══════════════════════════════════════════════════════════════
   Stunning Villas Section  (.sv-*)
   Homepage — tabbed slider using ta-card design
   ═══════════════════════════════════════════════════════════════ */

.sv-section {
    position: relative;
    padding: 80px 0 64px;
    background: #fff;
}


.sv-bg-shape {
    position: absolute;
    top: -200px;
    right: -120px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(19,89,102,0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* Header */
.sv-header {
    margin-bottom: 40px;
}

.sv-eyebrow {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.sv-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #135966;
}

.sv-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    color: #135966;
    line-height: 1.1;
    margin-bottom: 12px;
}

.sv-heading em {
    font-style: italic;
    color: #088395;
}

.sv-subheading {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6b7280;
    max-width: 520px;
    margin: 0;
    line-height: 1.6;
}

/* Tabs strip */
.sv-tabs-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    margin-bottom: 40px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0px;
    cursor: grab;
}
.sv-tabs-strip::-webkit-scrollbar { display: none; }
.sv-tabs-strip:active { cursor: grabbing; }

.sv-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    font-family: "Montserrat", sans-serif;
    color: #4b5563;
    background: #fff;
    border: 1.5px solid #e8eef1;
    padding: 18px 20px;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
    white-space: normal;
    flex-shrink: 0;
    min-width: 180px;
    max-width: 180px;
}

.sv-tab:hover {
    border-color: #083344;
    color: #083344;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(8,51,68,0.08);
}

.sv-tab--active {
    background: #088395;
    color: #fff !important;
    border-color: #088395;
    box-shadow: 0 6px 20px rgba(8,51,68,0.25);
}

.sv-tab-icon-wrap {
    flex-shrink: 0;
    padding-top: 2px;
}

.sv-tab-img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid rgba(8,51,68,0.08);
}

.sv-tab--active .sv-tab-img {
    border-color: rgba(255,255,255,0.2);
}

.sv-tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(19,89,102,0.08);
    color: #135966;
    font-size: 14px;
    flex-shrink: 0;
}

.sv-tab--active .sv-tab-icon {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.sv-tab-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.sv-tab-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.sv-tab-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sv-tab--active .sv-tab-desc {
    opacity: 0.6;
    color: #fff;
}

.sv-tab--active .sv-tab-name {
    color: #fff;
}

/* Panels */
.sv-panel {
    display: none;
}

.sv-panel--active {
    display: block;
    animation: svFadeIn 0.35s ease-out;
}

@keyframes svFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Slider wrap — full width */
.sv-slider-wrap {
    padding: 0 24px;
    margin-bottom: 28px;
}

.sv-slider .sv-slide {
    padding: 0 10px;
}

/* Card location text */
.sv-card-location {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #6b7280;
    margin: -4px 0 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Nav row */
.sv-nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.sv-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #088395;
    background: transparent;
    border: 2px solid #088395;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s;
}

.sv-explore-btn:hover {
    background: #083344;
    color: #fff;
    box-shadow: 0 4px 16px rgba(8,51,68,0.25);
}

/* Responsive */
@media (max-width: 768px) {
    .sv-section { padding: 52px 0 48px; }
    .sv-tabs-strip { gap: 10px; padding-bottom: 8px; }
    .sv-tab { min-width: 150px; padding: 14px 16px; }
    .sv-tab { padding: 14px 16px; }
    .sv-slider-wrap { padding: 0 16px; }
}


/* Areas slider — centered when not enough slides for Slick */
.ta-slider--centered {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 24px;
    mask-image: none;
    -webkit-mask-image: none;
}
.ta-slider--centered .ta-slide {
    width: auto;
    max-width: calc(50vw - 32px);
    flex-shrink: 0;
}

/* Single slide — center it instead of Slick */
.sv-single-slide {
    display: flex !important;
    justify-content: center;
    mask-image: none;
    -webkit-mask-image: none;
}
.sv-single-slide .sv-slide {
    width: 320px;
    max-width: 90vw;
}

/* ── SV Slider mask-image (fade edges) ─────────────────────── */
.sv-slider {
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

/* Full-width slider — override container */
.sv-slider-wrap {
    padding: 0 !important;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}


/* ── Homepage Hero variant ─────────────────────────────────── */
.ah-hero--home {
    min-height: 620px;
}

.ah-hero--home .ah-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.ah-hero--home .ah-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ah-hero--home .ah-desc {
    text-align: left;
    max-width: 640px;
}

.ah-hero--home .ah-stats {
    justify-content: center;
}

.ah-hero--home .ah-search-wrap {
    width: 100%;
    max-width: 960px;
}

@media (max-width: 768px) {
    .ah-hero--home { min-height: 520px; }
}


/* ═══════════════════════════════════════════════════════════════
   Unified heading styles — match sv-heading design
   Blog, Testimonials, Recommended, FAQ, Why Book
   ═══════════════════════════════════════════════════════════════ */

/* Blog section */
.blog-section .heading-wrapper h2,
/* Testimonials */
.testimonials .heading-wrapper h2,
/* Recommended Villas */
.recomended-villas .heading-wrapper h2,
/* FAQ */
.faq-section .heading-wrapper h2,
/* Why Book */
.why-book h2 {
    font-family: "Montserrat Alternates", sans-serif !important;
    font-size: clamp(28px, 3.5vw, 46px) !important;
    font-weight: 800 !important;
    color: #135966 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.01em;
    margin-bottom: 12px !important;
    text-align: left;
}

/* Italic accent on <span> inside headings */
.blog-section .heading-wrapper h2 span,
.testimonials .heading-wrapper h2 span,
.recomended-villas .heading-wrapper h2 span,
.faq-section .heading-wrapper h2 span {
    font-style: italic !important;
    color: #088395 !important;
    font-weight: 800 !important;
}

/* Why Book has no span — style the whole h2 */
.why-book h2 {
}

/* Subheading paragraphs */
.blog-section .heading-wrapper p,
.testimonials .heading-wrapper p,
.recomended-villas .heading-wrapper p,
.faq-section .heading-wrapper p,
.why-book p {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    max-width: 520px;
}

.blog-section .heading-wrapper p,
.testimonials .heading-wrapper p,
.recomended-villas .heading-wrapper p,
.faq-section .heading-wrapper p {
    color: #6b7280 !important;
}

.blog-section .heading-wrapper h2 {
    color: #fff !important;
}

.blog-section .heading-wrapper h2 span {
    color: #fff !important;
    opacity: 0.6;
}

/* ═══════════════════════════════════════════════════════════════
   Find the Right Villa CTA  (.fv-cta)
   ═══════════════════════════════════════════════════════════════ */

.fv-cta {
    position: relative;
    padding: 80px 0;
    /* background: linear-gradient(145deg, #062c3b 0%, #083344 55%, #0a3d52 100%); */
    overflow: hidden;
    text-align: center;
    margin-bottom: 100px;
    color: #000;
}

.fv-cta-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(19,89,102,0.25) 0%, transparent 50%),
        radial-gradient(circle at 80% 30%, rgba(19,89,102,0.15) 0%, transparent 50%);
    pointer-events: none;
}

.fv-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fv-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgb(0 0 0 / 55%);
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
}

.fv-cta-eyebrow svg {
    color: #4db8c8;
}

.fv-cta-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
}

.fv-cta-heading em {
    display: block;
    font-style: italic;
    font-weight: 700;
    color: rgb(0 0 0 / 65%);
    font-size: 0.72em;
}

.fv-cta-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 36px;
}

.fv-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.fv-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.fv-cta-btn--primary {
    background: #fff;
    color: #083344;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.fv-cta-btn--primary:hover {
    background: #f0f9ff;
    color: #083344;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}

.fv-cta-btn--outline {
    background: #0c3f4e;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
}

.fv-cta-btn--outline:hover {
    border-color: #093546;
    color: #093546;
    background: rgb(10 56 73 / 20%);
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .fv-cta { padding: 56px 0; }
    .fv-cta-actions { flex-direction: column; width: 100%; }
    .fv-cta-btn { width: 100%; justify-content: center; }
}


/* ═══════════════════════════════════════════════════════════════
   Contact Us Page  (.cu-*)
   Hero . contact cards . form section
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero ─────────────────────────────────────────────────────── */
.cu-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cu-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #062c3b 0%, #083344 40%, #0d4a5e 100%);
    z-index: 0;
}

.cu-hero-bg::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(19,89,102,0.30) 0%, transparent 65%);
    pointer-events: none;
}

.cu-hero-bg::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(8,51,68,0.40) 0%, transparent 70%);
    pointer-events: none;
}

.cu-hero-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");
    z-index: 1;
    pointer-events: none;
}

.cu-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Compact variant — About dropdown pages */
.cu-hero--compact {
    min-height: 0;
}
.cu-hero--compact .cu-hero-inner {
    padding-top: 36px;
    padding-bottom: 36px;
}
.cu-hero--compact .cu-hero-title {
    font-size: clamp(22px, 3vw, 54px);
    margin-bottom: 0;
}
.cu-hero--compact .cu-hero-desc {
    display: none;
}

.cu-hero-content {
    max-width: 620px;
}

.cu-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.60);
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50px;
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    width: fit-content;
}

.cu-hero-title {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

.cu-hero-title em {
    display: block;
    font-style: italic;
    font-weight: 700;
    color: rgba(255,255,255,0.70);
    font-size: 0.72em;
    letter-spacing: 0;
}

.cu-hero-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    line-height: 1.75;
    max-width: 500px;
    margin: 0;
}

/* ── Contact Cards ────────────────────────────────────────────── */
.cu-cards-section {
    padding: 0;
    margin-top: -40px;
    position: relative;
    z-index: 3;
}

.cu-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cu-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.04);
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
}

a.cu-card { cursor: pointer; }

a.cu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(8,51,68,0.14), 0 2px 6px rgba(0,0,0,0.06);
}

.cu-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.cu-card-label {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #135966;
}

.cu-card-value {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #083344;
    line-height: 1.4;
    word-break: break-word;
}

.cu-card-address {
    font-size: 13px;
    font-weight: 600;
}

.cu-card-extra {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

/* ── Form Section ─────────────────────────────────────────────── */
.cu-form-section {
    padding: 80px 0 96px;
    /* background: #f8f9fb; */
}

.cu-form-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 64px;
    align-items: start;
}

/* Left info */
.cu-form-eyebrow {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
}

.cu-form-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #135966;
}

.cu-form-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    color: #083344;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

.cu-form-heading em {
    display: block;
    font-style: italic;
    font-weight: 500;
    font-size: 0.68em;
    color: #135966;
    letter-spacing: 0;
    margin-top: 4px;
}

.cu-form-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 36px;
}

/* Trust items */
.cu-trust-items {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cu-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.cu-trust-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(19,89,102,0.10);
    border: 1px solid rgba(19,89,102,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #135966;
}

.cu-trust-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cu-trust-item strong {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #083344;
}

.cu-trust-item span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}

/* Right form card */
.cu-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 36px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.07), 0 1px 3px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.04);
}

.cu-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cu-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px;
}

.cu-field label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #083344;
    letter-spacing: 0.04em;
}

.cu-field input,
.cu-field textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #1f2937;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 16px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.cu-field input:focus,
.cu-field textarea:focus {
    border-color: #135966;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(19,89,102,0.12);
}

.cu-field input::placeholder,
.cu-field textarea::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.cu-field textarea {
    resize: vertical;
    min-height: 120px;
}

.cu-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #135966 0%, #083344 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 34px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 4px 20px rgba(8,51,68,0.30);
    letter-spacing: 0.02em;
    width: 100%;
    justify-content: center;
}

.cu-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(8,51,68,0.45);
    background: linear-gradient(135deg, #1a7a8a 0%, #0d4a5e 100%);
}

.cu-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(8,51,68,0.30);
}

/* Validation error styling */
.cu-form-card .just-validate-error-label {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: #dc2626;
    margin-top: 4px;
}

.cu-form-card .just-validate-error-field {
    border-color: #dc2626 !important;
    background: #fef2f2 !important;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .cu-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .cu-form-grid { gap: 48px; }
}

@media (max-width: 768px) {
    .cu-hero {min-height: auto;}
    .cu-hero-inner { padding-top: 44px; padding-bottom: 44px; }
    .cu-cards-section { margin-top: -30px; }
    .cu-cards-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .cu-form-section { padding: 56px 0 64px; }
    .cu-form-grid { grid-template-columns: 1fr; gap: 40px; }
    .cu-form-card { padding: 28px 22px; }
    .cu-form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .cu-hero-title { font-size: 30px; }
    .cu-cards-grid { grid-template-columns: 1fr; }
    .cu-card { padding: 22px 20px; }
}


/* ═══════════════════════════════════════════════════════════════
   Property Detail Page Enhancements (.property-detail-container)
   Improves existing layout with premium polish
   ═══════════════════════════════════════════════════════════════ */

/* ── Page Container ───────────────────────────────────────────── */
.property-detail-container {
    padding: 40px 0 80px;
    background: #fff;
}

/* ── Breadcrumb ───────────────────────────────────────────────── */
.property-detail-container .sada-breadcrumb h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    color: #6b7280;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.property-detail-container .sada-breadcrumb a {
    color: #135966;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.property-detail-container .sada-breadcrumb a:hover {
    color: #083344;
}

/* ── Gallery ──────────────────────────────────────────────────── */
.property-detail-container .images-detail {
    background: #f4f5f7;
    padding: 8px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.property-detail-container .images-detail .col-md-8 img {
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.property-detail-container .images-detail .col-md-6 img {
    border-radius: 10px;
    max-height: 115px;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.property-detail-container .images-detail a:hover img {
    transform: scale(1.03);
    filter: brightness(1.04);
}

/* ── Villa Heading ────────────────────────────────────────────── */
.property-detail-container .villa-detail {
    margin: 28px 0 22px;
    align-items: flex-start;
}

.property-detail-container .heading-villa h2 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 800;
    color: #083344;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.01em;
}

.property-detail-container .heading-villa span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #135966;
    background: rgba(19,89,102,0.08);
    padding: 4px 12px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 4px;
}

/* Share / Favourite buttons */
.property-detail-container .sharing span {
    background: #f4f5f7;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1.5px solid #e5e7eb;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.property-detail-container .sharing span:hover {
    background: #e8f4f5;
    border-color: #135966;
    transform: translateY(-2px);
}

.property-detail-container .sharing span img {
    width: 18px;
    height: 18px;
    opacity: 0.7;
}

/* ── Key Facts Bar ────────────────────────────────────────────── */
.property-detail-container .vila-hides ul {
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    background: #fafbfc;
    overflow: hidden;
}

.property-detail-container .vila-hides li {
    border-right: 1.5px solid #e5e7eb;
    padding: 16px 20px;
    transition: background 0.2s;
}

.property-detail-container .vila-hides li:hover {
    background: rgba(19,89,102,0.04);
}

.property-detail-container .vila-hides li:last-child {
    border-right: none;
}

.property-detail-container .main-row-detail .vila-hides h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 6px;
}

.property-detail-container .vila-hides li span {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #083344;
}

.property-detail-container .vila-hides li span img {
    filter: none;
    opacity: 0.55;
    width: 16px;
    max-width: 16px;
}

/* ── Description Section ──────────────────────────────────────── */
.property-detail-container .details {
    margin: 32px 0;
    padding: 28px 0;
    border-top: 1px solid #f0f0f0;
}

.property-detail-container .main-row-detail h4 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.property-detail-container .details p,
.property-detail-container .details div {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #4b5563;
}

/* ── Amenities Grid ───────────────────────────────────────────── */
.property-detail-container .amenities {
    padding: 28px 0;
    border-top: 1px solid #f0f0f0;
}

.property-detail-container .amenities ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.property-detail-container .amenities li {
    width: calc(20% - 8px);
    background: #f8f9fb;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.property-detail-container .amenities li:hover {
    background: #e8f4f5;
    border-color: #135966;
    transform: translateY(-2px);
}

.property-detail-container .amenities li span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #083344;
}

.property-detail-container .amenities li span img,
.property-detail-container .amenities img {
    width: 18px;
    height: 18px;
    opacity: 0.6;
    flex-shrink: 0;
}

/* ── Map ──────────────────────────────────────────────────────── */
.property-detail-container .map {
    padding: 28px 0 0;
    border-top: 1px solid #f0f0f0;
}

.property-detail-container .map #property-map {
    border-radius: 16px !important;
    border: 1.5px solid #e5e7eb;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* ── Sidebar — Check Availability ─────────────────────────────── */
.property-detail-container .main-row-detail > .col-md-4 {
    position: sticky;
    top: 20px;
    max-height: max-content;
}

.property-detail-container .fixture-right {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
    margin-bottom: 20px;
}

.property-detail-container .fxied-right h5 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 20px;
}

/* Date + Guest inputs */
.property-detail-container .form-wrappers {
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #fafbfc;
}

.property-detail-container .form-wrapper {
    padding: 14px 18px;
    border-bottom: 1.5px solid #e5e7eb;
    transition: background 0.2s;
}

.property-detail-container .form-wrapper:hover {
    background: #f0f9fa;
}

.property-detail-container .form-wrapper h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #135966;
    margin: 0 0 4px;
}

.property-detail-container form .form-wrappers input,
.property-detail-container .form-wrappers select {
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #083344 !important;
    max-width: 100%;
}

.property-detail-container .form-wrappers input::placeholder {
    color: #9ca3af !important;
    font-weight: 400 !important;
}

.property-detail-container .form-wrapper.form-wrapper1 {
    border-bottom: none;
}

/* Cancellation policy */
.property-detail-container .cancelationPrice {
    margin: 24px 0 0;
    padding: 18px;
    background: #f8f9fb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.property-detail-container .cancelationPrice h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 8px;
}

.property-detail-container .cancelationPrice p {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* Total price */
.property-detail-container .totalprice {
    margin: 20px 0;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.property-detail-container .totalprice span {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #083344;
}

.property-detail-container .totalprice h6 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #083344;
}

/* CTA button */
.property-detail-container .button-wrapper button {
    background: linear-gradient(135deg, #135966 0%, #083344 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 14px;
    padding: 14px 24px;
    gap: 10px;
    justify-content: center;
    width: 100%;
    box-shadow: 0 4px 20px rgba(8,51,68,0.28);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    letter-spacing: 0.02em;
}

.property-detail-container .button-wrapper button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(8,51,68,0.40);
    background: linear-gradient(135deg, #1a7a8a 0%, #0d4a5e 100%);
    color: #fff;
}

.property-detail-container .button-wrapper button:hover img {
    filter: none;
}

.property-detail-container .button-wrapper button img {
    width: 18px;
    filter: brightness(10);
}

/* Request custom booking */
.property-detail-container .request-wrapper button {
    background: transparent;
    border: 2px solid #083344;
    border-radius: 14px;
    color: #083344;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 24px;
    gap: 10px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    transition: background 0.2s, color 0.2s, transform 0.15s;
}

.property-detail-container .request-wrapper button:hover {
    background: #083344;
    color: #fff;
    transform: translateY(-1px);
}

.property-detail-container .request-wrapper button:hover img {
    filter: brightness(10);
}

.property-detail-container .request-wrapper img {
    filter: none;
    width: 16px;
    opacity: 0.7;
}

.property-detail-container .request-wrapper {
    margin-top: 12px;
}

/* ── Similar Properties ───────────────────────────────────────── */
.property-detail-container .similar-properties {
    padding: 64px 0 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 40px;
}

.property-detail-container .similar-properties h2,
.similar-properties .heading-wrapper h2 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 800;
    color: #083344;
    margin-bottom: 32px;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .property-detail-container .amenities li {
        width: calc(25% - 8px);
    }
}

@media (max-width: 768px) {
    .property-detail-container {
        padding: 24px 0 60px;
    }

    .property-detail-container .main-row-detail {
        flex-direction: column;
    }

    .property-detail-container .main-row-detail > .col-md-4 {
        position: static;
    }

    .property-detail-container .villa-detail {
        flex-direction: column;
        gap: 14px;
    }

    .property-detail-container .vila-hides ul {
        flex-wrap: wrap;
    }

    .property-detail-container .vila-hides li {
        flex: 1 1 45%;
        border-right: none;
        border-bottom: 1.5px solid #e5e7eb;
    }

    .property-detail-container .amenities li {
        width: calc(33.33% - 7px);
    }

    .property-detail-container .heading-villa h2 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .property-detail-container .amenities li {
        width: calc(50% - 5px);
    }

    .property-detail-container .vila-hides li {
        flex: 1 1 100%;
    }
}


/* ═══════════════════════════════════════════════════════════════
   Blog Pages Enhancement
   Listing (.blog-posts, .banner-inner-pages)
   Single (.b-detail-wrapper, .blogs-wrapper)
   ═══════════════════════════════════════════════════════════════ */

/* ── Blog Listing — Banner ────────────────────────────────────── */
.banner-inner-pages {
    background: linear-gradient(135deg, #062c3b 0%, #083344 40%, #0d4a5e 100%) !important;
    min-height: 380px;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}

.banner-inner-pages::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(19,89,102,0.25) 0%, transparent 65%);
    pointer-events: none;
}

.banner-inner-pages::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(8,51,68,0.35) 0%, transparent 70%);
    pointer-events: none;
}

.banner-inner-pages .breadcrumbs,
.banner-inner-pages .breadcrumbslink {
    position: relative;
    z-index: 1;
}

.banner-inner-pages .breadcrumbs a,
.banner-inner-pages .breadcrumbslink a {
    color: rgba(255,255,255,0.6);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s;
}

.banner-inner-pages .breadcrumbs a:hover,
.banner-inner-pages .breadcrumbslink a:hover {
    color: #fff;
}

.banner-inner-pages .breadcrumbs span,
.banner-inner-pages .breadcrumbslink span {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
}

.banner-inner-pages h1 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 800;
    color: #fff;
    margin: 28px 0 16px;
    letter-spacing: -0.03em;
    line-height: 1.05;
    position: relative;
    z-index: 1;
}

.banner-inner-pages p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.70) !important;
    line-height: 1.7 !important;
    max-width: 500px;
    position: relative;
    z-index: 1;
}

/* ── Filter Pills ─────────────────────────────────────────────── */
.blog-posts-filters {
    padding: 40px 0;
    background: #fff;
}

.blog-posts-filters ul {
    box-shadow: none;
    background: #f8f9fb;
    border: 1.5px solid #e5e7eb;
    border-radius: 60px;
    padding: 6px 8px;
    gap: 6px;
    justify-content: center;
}

.blog-posts-filters a {
    border: none;
    background: transparent;
    color: #4b5563;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: capitalize;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.blog-posts-filters a:hover {
    background: #fff;
    color: #083344;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.blog-posts-filters a.active,
.blog-posts-filters a:hover {
    background: #083344;
    color: #fff;
    box-shadow: 0 4px 12px rgba(8,51,68,0.22);
}

/* ── Featured Post (main-blog) ────────────────────────────────── */
.row.main-blog {
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 56px;
    transition: box-shadow 0.3s, transform 0.3s;
}

.row.main-blog:hover {
    box-shadow: 0 16px 48px rgba(8,51,68,0.12);
    transform: translateY(-3px);
}

.row.main-blog img {
    transition: transform 0.5s ease;
}

.row.main-blog:hover img {
    transform: scale(1.03);
}

.row.main-blog h2 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 800;
    color: #083344;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.row.main-blog p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #4b5563;
}

.row.main-blog .col-md-6:last-child {
    padding: 36px 40px;
    gap: 16px;
}

/* ── Blog Cards Grid ──────────────────────────────────────────── */
.blog-posts {
    padding: 0 0 64px;
    background: #fff;
}

.flex-column.resource-blog {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    margin-bottom: 24px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.flex-column.resource-blog:hover {
    box-shadow: 0 12px 36px rgba(8,51,68,0.12);
    transform: translateY(-4px);
}

.flex-column.resource-blog .col-md-6:first-child {
    overflow: hidden;
}

.flex-column.resource-blog .main-img {
    transition: transform 0.45s ease;
    min-height: 200px;
    max-height: 220px;
}

.flex-column.resource-blog:hover .main-img {
    transform: scale(1.04);
}

.flex-column.resource-blog h2 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #083344;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.flex-column.resource-blog p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.65;
}

.flex-column.resource-blog .col-md-6:last-child {
    padding: 20px 22px;
    gap: 10px;
}

/* ── Author Badge ─────────────────────────────────────────────── */
.author-blog {
    gap: 12px;
    margin-top: 4px;
}

.author-blog img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    object-fit: cover;
}

.author-blog h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #083344;
    margin: 0;
    line-height: 1.3;
}

.author-blog h5 span {
    font-size: 11px;
    font-weight: 500;
    color: #9ca3af;
    display: block;
    margin-top: 2px;
}

/* ── Pagination ───────────────────────────────────────────────── */
.blog-posts .pagination {
    gap: 6px;
}

.blog-posts .page-link {
    border-radius: 10px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.blog-posts .page-link:hover {
    border-color: #083344;
    color: #083344;
}

.blog-posts .page-item.active .page-link {
    background: #083344;
    color: #fff;
    border-color: #083344;
    box-shadow: 0 4px 12px rgba(8,51,68,0.22);
}

/* ═══════════════════════════════════════════════════════════════
   Single Blog Page Enhancements
   ═══════════════════════════════════════════════════════════════ */

/* ── Breadcrumb bar ───────────────────────────────────────────── */
.b-detail-wrapper + .blogs-wrapper,
.b-detail-wrapper {
    background: #fff;
}

/* ── Article container ────────────────────────────────────────── */
.b-detail-wrapper {
    padding: 48px 0 56px;
}

.b-detail-wrapper .display-flex {
    max-width: 720px;
}

.b-detail-wrapper h1 {
    font-family: "Montserrat Alternates", sans-serif !important;
    font-size: clamp(26px, 3.5vw, 38px) !important;
    font-weight: 800 !important;
    color: #083344 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em;
    margin-bottom: 16px !important;
}

/* Date */
.b-detail-wrapper > .container-fluid > .display-flex > p:first-of-type {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Author section */
.b-detail-wrapper .author-photo img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2.5px solid #e5e7eb;
    object-fit: cover;
}

.b-detail-wrapper .author-photo + div p:first-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #083344;
}

.b-detail-wrapper .author-photo + div p:last-child {
    font-size: 12px;
    color: #6b7280;
}

/* Featured image */
.b-detail-wrapper .text-center img {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    margin-bottom: 32px;
}

/* Content typography */
.b-detail-wrapper .display-flex p,
.b-detail-wrapper .display-flex div {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.85;
    color: #374151;
}

.b-detail-wrapper .display-flex h2,
.b-detail-wrapper .display-flex h3,
.b-detail-wrapper .display-flex h4 {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    color: #083344;
    margin-top: 32px;
    margin-bottom: 12px;
}

.b-detail-wrapper .display-flex a {
    color: #135966;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.b-detail-wrapper .display-flex a:hover {
    color: #083344;
}

.b-detail-wrapper .display-flex blockquote {
    border-left: 3px solid #135966;
    margin: 24px 0;
    padding: 16px 24px;
    background: #f8f9fb;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #4b5563;
}

.b-detail-wrapper .display-flex ul,
.b-detail-wrapper .display-flex ol {
    padding-left: 20px;
    margin: 16px 0;
}

.b-detail-wrapper .display-flex li {
    margin-bottom: 8px;
    line-height: 1.7;
}

/* ── Related Blogs ────────────────────────────────────────────── */
.blogs-wrapper {
    background: #f8f9fb;
    border-top: 1px solid #e5e7eb;
    padding: 56px 0 64px;
}

.blogs-wrapper h1 {
    font-family: "Montserrat Alternates", sans-serif !important;
    font-size: clamp(22px, 2.5vw, 30px) !important;
    font-weight: 800 !important;
    color: #083344 !important;
    margin-bottom: 28px !important;
}

.blogs-wrapper h1 span {
    color: #135966 !important;
}

.blogs-wrapper .blog-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blogs-wrapper .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(8,51,68,0.15);
}

.blogs-wrapper .blog-card img {
    transition: transform 0.5s ease;
}

.blogs-wrapper .blog-card:hover img {
    transform: scale(1.04);
}

.blogs-wrapper .blog-card .overlay {
    background: linear-gradient(180deg, transparent 40%, rgba(8,51,68,0.85) 100%);
    z-index: 1;
}

.blogs-wrapper .blog-card .content {
    z-index: 2;
    padding: 16px 20px;
}

.blogs-wrapper .blog-card .content span {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: rgba(19,89,102,0.85) !important;
    border-radius: 6px;
    padding: 4px 10px;
}

.blogs-wrapper .blog-card .content h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 768px) {
    .banner-inner-pages {
        min-height: 300px;
        padding: 60px 0 50px;
    }

    .banner-inner-pages h1 {
        font-size: 36px;
        margin: 20px 0 12px;
    }

    .blog-posts-filters ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .blog-posts-filters ul::-webkit-scrollbar {
        display: none;
    }

    .blog-posts-filters a {
        flex-shrink: 0;
        font-size: 12px;
    }

    .row.main-blog h2 {
        font-size: 20px;
    }

    .row.main-blog .col-md-6:last-child {
        padding: 24px;
    }
}


/* ═══════════════════════════════════════════════════════════════
   Homepage Enhancements
   Trust badges . Destinations . Recommended . Why Book
   Testimonials . Blog . FAQ . CTA
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero home variant ────────────────────────────────────────── */
.ah-hero--home {
    min-height: 600px;
}

/* ── Trust Badges (.icon-section) ─────────────────────────────── */
.icon-section {
    padding: 72px 0 56px;
    background: #fff;
}

.icon-section-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    text-align: center;
}

.icon-section-wrapper .col {
    width: 100%;
    padding: 32px 24px 28px;
    background: #fafbfc;
    border: 1.5px solid #e5e7eb;
    border-radius: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;
}

.icon-section-wrapper .col:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(8,51,68,0.10);
    border-color: rgba(19,89,102,0.3);
}

.icon-section-wrapper .image-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #088395;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
}

.icon-section-wrapper .image-wrapper span {
    display: none;
}

.icon-section-wrapper .image-wrapper img {
    width: 24px;
    height: 24px;
    filter: brightness(10);
}

.icon-section-wrapper h4 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #083344;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
}

.icon-section-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.65;
    max-width: 280px;
    margin: 0 auto;
}

/* ── Destinations Header ──────────────────────────────────────── */
.hp-dest-header {
    text-align: left;
    margin-bottom: 48px;
}

.hp-dest-eyebrow {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 12px;
}

.hp-dest-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #135966;
    line-height: 1.1;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.hp-dest-heading em {
    font-style: italic;
    color: #088395;
}

.hp-dest-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    max-width: 680px;
    margin: 0;
}

/* Destinations section spacing */
.populat-destinations {
    padding: 56px 0 64px;
    /* background: #f8f9fb; */
    /* border-top: 1px solid #e5e7eb; */
}

/* Destination cards polish */
.major-box {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.major-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(8,51,68,0.18);
}

.major-box::after {
    border-radius: 16px;
    background: linear-gradient(to top, rgba(8,51,68,0.75) 0%, transparent 60%);
}

.major-box img {
    transition: transform 0.5s ease;
    border-radius: 16px;
}

.major-box:hover img {
    transform: scale(1.04);
}

.content-major-box h4 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.content-major-box a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.content-major-box a:hover {
    opacity: 1;
}

/* ── Why Book ─────────────────────────────────────────────────── */
.why-book {
    position: relative;
    padding: 80px 0;
    min-height: 520px;
    overflow: hidden;
}

.why-book img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.why-book .container {
    position: relative;
    z-index: 1;
}

.why-book h2 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #083344;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.why-book p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #374151;
    line-height: 1.8;
    max-width: 560px;
}

.why-book .green-button {
    margin-top: 8px;
    background: #088395;
    border: none;
    border-radius: 12px;
    padding: 14px 32px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 4px 20px rgba(8,51,68,0.28);
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-flex;
    text-decoration: none;
}

.why-book .green-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(8,51,68,0.40);
    background: linear-gradient(135deg, #1a7a8a 0%, #0d4a5e 100%);
    color: #fff;
}

/* ── Recommended Villas ───────────────────────────────────────── */
.recomended-villas {
    padding: 72px 0 64px;
    background: #fff;
}

.recomended-villas .heading-wrapper {
    text-align: left;
    margin-bottom: 48px;
}

.recomended-villas .heading-wrapper h2 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 800;
    color: #083344;
    letter-spacing: -0.02em;
}

.recomended-villas .heading-wrapper h2 span {
    color: #135966;
    font-style: italic;
}

.recomended-villas .heading-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    max-width: 580px;
    margin: 12px 0 0;
}

/* Recommended card improvements */
.recomended-houses .image-wrapper,
.recomended-houses .image-wrapper-box-wrapper {
    overflow: hidden;
    border-radius: 14px;
}

.recomended-houses .image-wrapper img,
.recomended-houses .image-wrapper-box-wrapper img {
    transition: transform 0.45s ease;
}

.recomended-houses .box-wrapper:hover .image-wrapper img,
.recomended-houses a.box-wrapper2:hover .image-wrapper-box-wrapper img,
.recomended-houses a.box-wrapper3:hover .image-wrapper-box-wrapper img {
    transform: scale(1.04);
}

.recomended-houses .content-wrapper-rec h4,
.recomended-houses .content-wwrapper-2 h4 {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    color: #083344;
}

.recomended-houses .content-wrapper-rec p,
.recomended-houses .content-wwrapper-2 p {
    color: #6b7280;
}

/* ── Testimonials ─────────────────────────────────────────────── */
.testimonials {
    background: #f8f9fb;
    margin: 0;
    padding: 72px 0 56px;
    border-top: 1px solid #e5e7eb;
}

.testimonials h2 {
    font-family: "Montserrat Alternates", sans-serif !important;
    font-size: clamp(26px, 3.5vw, 42px) !important;
    font-weight: 800 !important;
    color: #083344 !important;
    text-align: center;
    letter-spacing: -0.02em;
}

.testimonials h2 span {
}

.testimonials .heading-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6b7280;
    text-align: left;
}

.box-testimonial {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 18px !important;
    padding: 28px 24px !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.box-testimonial:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(8,51,68,0.08);
}

.author-tes h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #083344;
}

.author-tes h5 span {
    font-size: 11px;
    font-weight: 500;
    color: #9ca3af;
}

.rating-test .fa-star {
    color: #f59e0b;
    font-size: 12px;
}

.testimonials .green-button {
    margin: 32px auto 0;
    background: #088395;
    border: none;
    border-radius: 12px;
    padding: 12px 28px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    transition: background 0.2s, transform 0.15s;
    display: inline-flex;
    text-decoration: none;
}

.testimonials .green-button:hover {
    background: #135966;
    transform: translateY(-2px);
    color: #fff;
}

/* ── Blog Section ─────────────────────────────────────────────── */
.blog-section {
    padding: 72px 0 64px !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.blog-section .heading-wrapper {
    margin-bottom: 40px;
}

.blog-section .heading-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    max-width: 500px;
}

.blog-container-box {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 18px;
    overflow: hidden;
    padding: 0 0 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-container-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.25);
}

.blog-container-box img:first-child {
    border-radius: 18px 18px 0 0;
    transition: transform 0.45s ease;
}

.blog-container-box:hover img:first-child {
    transform: scale(1.03);
}

.blog-container-box h4 {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    padding: 0 20px;
}

.blog-container-box p {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    padding: 0 20px;
    line-height: 1.5;
}

.blog-container-box .author-blog {
    padding: 12px 20px;
}

.blog-container-box .green-button {
    margin: 8px 20px 0;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    transition: background 0.2s;
}

.blog-container-box .green-button:hover {
    background: #088395;
    color: #fff;
}

/* ── FAQ Section ──────────────────────────────────────────────── */
.hp-faq {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.hp-faq-grid {
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
    gap: 64px;
    align-items: start;
}

.hp-faq-eyebrow {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
}

.hp-faq-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #135966;
}

.hp-faq-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    color: #083344;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.hp-faq-heading em {
    display: block;
    font-style: italic;
    font-weight: 500;
    font-size: 0.68em;
    color: #088395;
    letter-spacing: 0;
    margin-top: 4px;
}

.hp-faq-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
}

/* FAQ accordion */
.hp-faq-item {
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hp-faq-item--open {
    border-color: rgba(19,89,102,0.3);
    box-shadow: 0 4px 16px rgba(8,51,68,0.06);
}

.hp-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 22px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #083344;
    text-align: left;
    gap: 16px;
    transition: background 0.2s;
}

.hp-faq-q:hover {
    background: #fafbfc;
}

.hp-faq-chevron {
    flex-shrink: 0;
    color: #135966;
    transition: transform 0.3s ease;
}

.hp-faq-item--open .hp-faq-chevron {
    transform: rotate(180deg);
}

.hp-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.hp-faq-item--open .hp-faq-a {
    max-height: 300px;
}

.hp-faq-a p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.75;
    padding: 0 22px 18px;
    margin: 0;
}

/* ── CTA Section ──────────────────────────────────────────────── */
.hp-cta {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
    text-align: center;
}

.hp-cta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #062c3b 0%, #083344 40%, #0d4a5e 100%);
    z-index: 0;
}

.hp-cta-bg::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(19,89,102,0.28) 0%, transparent 65%);
    pointer-events: none;
}

.hp-cta-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hp-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 640px;
    margin: 0 auto;
}

.hp-cta-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

.hp-cta-title em {
    display: block;
    font-style: italic;
    font-weight: 600;
    color: rgba(255,255,255,0.70);
    font-size: 0.78em;
}

.hp-cta-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.72);
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.hp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #083344;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(0,0,0,0.20);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hp-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.30);
    background: #f0fafa;
    color: #083344;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .icon-section-wrapper { grid-template-columns: repeat(2, 1fr); }
    .hp-faq-grid { gap: 40px; }
}

@media (max-width: 768px) {
    .icon-section { padding: 48px 0 40px; }
    .icon-section-wrapper { grid-template-columns: 1fr; gap: 16px; }
    .icon-section-wrapper .col { padding: 24px 20px; }
    .populat-destinations { padding: 40px 0 48px; }
    .hp-faq { padding: 52px 0; }
    .hp-faq-grid { grid-template-columns: 1fr; gap: 32px; }
    .hp-cta { padding: 64px 0; }
    .hp-cta-title { font-size: 28px; }
    .testimonials { padding: 52px 0 44px; }
}


/* ═══════════════════════════════════════════════════════════════
   Favourite & Recommended Villas  (.hr-*)
   Modern masonry-style grid with hero card
   ═══════════════════════════════════════════════════════════════ */

.hr-section {
    padding: 80px 0 72px;
    background: #fff;
}

/* Header */
.hr-header {
    text-align: left;
    margin-bottom: 52px;
}

.hr-eyebrow {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 12px;
}

.hr-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #135966;
    line-height: 1.1;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.hr-heading em {
    font-style: italic;
    color: #088395;
}

.hr-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    max-width: 580px;
    margin: 0;
}

/* Grid — 4 cols, hero spans 2x2 */
.hr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
}

/* Hero card spans 2 cols + 2 rows */
.hr-card--hero {
    grid-column: span 2;
    grid-row: span 2;
}

/* Card base */
.hr-card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hr-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(8,51,68,0.12);
    border-color: rgba(19,89,102,0.25);
}

/* Image container */
.hr-card-img {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.hr-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.hr-card:hover .hr-card-img img {
    transform: scale(1.04);
}

/* Regular card image height */
.hr-card .hr-card-img {
    height: 200px;
}

/* Hero card image takes more space */
.hr-card--hero .hr-card-img {
    height: 100%;
    min-height: 340px;
    flex: 1;
}

/* Gradient overlay */
.hr-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(8,51,68,0.25) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Guest badge */
.hr-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(8,51,68,0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
}

/* Card body */
.hr-card-body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hr-card--hero .hr-card-body {
    padding: 22px 24px 24px;
}

.hr-card-name {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #083344;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hr-card--hero .hr-card-name {
    font-size: 20px;
    white-space: normal;
}

.hr-card-loc {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    margin: 0;
}

.hr-card-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #088395;
    margin-top: 8px;
    transition: gap 0.2s, color 0.2s;
}

.hr-card:hover .hr-card-link {
    gap: 8px;
    color: #083344;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .hr-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .hr-card--hero {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media (max-width: 768px) {
    .hr-section { padding: 56px 0 48px; }
    .hr-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .hr-card--hero {
        grid-column: span 2;
        grid-row: span 1;
    }
    .hr-card--hero .hr-card-img {
        min-height: 240px;
    }
    .hr-card .hr-card-img {
        height: 170px;
    }
}

@media (max-width: 480px) {
    .hr-grid {
        grid-template-columns: 1fr;
    }
    .hr-card--hero {
        grid-column: span 1;
    }
}


/* ── CTA Light Mode Override ──────────────────────────────────── */
.hp-cta {
    background: #f8f9fb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.hp-cta-bg {
    display: none;
}

.hp-cta-overlay {
    display: none;
}

.hp-cta-title {
    color: #083344;
}

.hp-cta-title em {
    color: #088395;
}

.hp-cta-desc {
    color: #6b7280;
}

.hp-cta-btn {
    background: linear-gradient(
129deg, #088395 0%, #083344e3 110%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(8,51,68,0.25);
}

.hp-cta-btn:hover {
    background: linear-gradient(135deg, #1a7a8a 0%, #0d4a5e 100%);
    color: #fff;
    box-shadow: 0 8px 32px rgba(8,51,68,0.35);
}


/* Panel description under tabs */
.sv-panel-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 0 28px;
    text-align: left;
}


/* ═══════════════════════════════════════════════════════════════
   Hero Background Video
   ═══════════════════════════════════════════════════════════════ */

.ah-hero--home {
    background-image: none !important;
}

.ah-bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ensure overlays and content sit above the video */
.ah-hero--home .ah-overlay { z-index: 1; }
.ah-hero--home .ah-inner { z-index: 2; position: relative; }
.ah-hero--home .ah-scroll-cue { z-index: 2; }


/* ═══════════════════════════════════════════════════════════════
   Destinations Slider (.hd-*)
   Full-width Slick slider with card design
   ═══════════════════════════════════════════════════════════════ */

.hd-section {
    padding: 64px 0 56px;
    background: #f8f9fb;
    border-top: 1px solid #e5e7eb;
    overflow: hidden;
}

/* Header */
.hd-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.hd-eyebrow {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 10px;
}

.hd-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 800;
    color: #083344;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.hd-heading em {
    font-style: italic;
    color: #135966;
}

.hd-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    max-width: 560px;
    margin: 0;
}

/* Nav arrows */
.hd-nav-btns {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.hd-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #083344;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.hd-arrow:hover {
    background: #083344;
    border-color: #083344;
    color: #fff;
    box-shadow: 0 4px 16px rgba(8,51,68,0.25);
}

/* Slider wrap — full-width bleed */
.hd-slider-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 24px;
}

/* Slick spacing */
.hd-slider .slick-slide {
    padding: 0 10px;
}

.hd-slider .slick-list {
    margin: 0 -10px;
}

/* Card */
.hd-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hd-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(8,51,68,0.12);
    border-color: rgba(19,89,102,0.25);
}

/* Card image */
.hd-card-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.hd-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.hd-card:hover .hd-card-img img {
    transform: scale(1.05);
}

.hd-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(8,51,68,0.3) 100%);
    pointer-events: none;
}

/* Villa count badge */
.hd-card-count {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(8,51,68,0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
}

/* Card body */
.hd-card-body {
    padding: 16px 18px 18px;
}

.hd-card-name {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #083344;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.hd-card-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #135966;
    transition: gap 0.2s, color 0.2s;
}

.hd-card:hover .hd-card-link {
    gap: 8px;
    color: #083344;
}

/* Responsive */
@media (max-width: 768px) {
    .hd-section { padding: 44px 0 40px; }
    .hd-header { margin-bottom: 24px; }
    .hd-heading { font-size: 24px; }
    .hd-desc { font-size: 13px; }
    .hd-nav-btns { display: none; }
    .hd-card-img { height: 160px; }
    .hd-card-name { font-size: 14px; }
    .hd-slider-wrap { padding: 0 16px; }
}

@media (max-width: 480px) {
    .hd-heading { font-size: 22px; }
    .hd-card-img { height: 150px; }
    .hd-slider-wrap { padding: 0 12px; }
}


/* ── Desktop/Mobile toggle for destinations ───────────────────── */
.hd-mobile-only { display: none; }
.hd-desktop-only { display: block; }

@media (max-width: 768px) {
    .hd-desktop-only { display: none !important; }
    .hd-mobile-only { display: block !important; }
}

/* Remove the full-width slider-wrap and nav arrows that were for desktop */
.hd-section .hd-nav-btns { display: none; }


/* ── Desktop/Mobile toggles (defaults) ────────────────────────── */
.hd-desktop-only { display: block; }
.hd-mobile-only { display: none; }
.hr-desktop-only { display: block; }
.hr-mobile-only { display: none; }

/* ── Recommended Slider (mobile) ──────────────────────────────── */
.hr-slider-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 16px;
}

.hr-slider .slick-slide {
    padding: 0 8px;
}

.hr-slider .slick-list {
    margin: 0 -8px;
}

/* Cards inside slider inherit existing hr-card styles */
.hr-slider .hr-card {
    display: block;
}

.hr-slider .hr-card .hr-card-img {
    height: 160px;
}

.hr-slider .hr-card .hr-card-name {
    font-size: 13px;
}

.hr-slider .hr-card .hr-card-loc {
    font-size: 11px;
}

.hr-slider .hr-card .hr-card-body {
    padding: 12px 14px 14px;
}


/* ── Mobile search CTA button ─────────────────────────────────── */
.ah-search-mobile { display: none; }
.ah-search-desktop { display: block; }

.ah-search-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    margin-top: 20px;
}

.ah-search-mobile-btn:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

/* ── Trust badges toggles ─────────────────────────────────────── */
.tb-desktop-only { display: block; }
.tb-mobile-only { display: none; }

/* Mobile slider card */
.tb-card {
    text-align: center;
    padding: 28px 20px;
    background: #fafbfc;
    border: 1.5px solid #e5e7eb;
    border-radius: 18px;
    margin: 0 8px;
}

.tb-card .image-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    position: relative;
}

.tb-card .image-wrapper span { display: none; }

.tb-card .image-wrapper img {
    width: 22px;
    height: 22px;
    filter: brightness(10);
}

.tb-card h4 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #083344;
    margin: 0 0 8px;
}

.tb-card p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Slick dots for trust badges */
.tb-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 16px 0 0;
    margin: 0;
}

.tb-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.tb-slider .slick-dots li.slick-active button {
    background: #135966;
    transform: scale(1.3);
}


/* ═══════════════════════════════════════════════════════════════
   Mobile Search — Pill Trigger + Fullscreen Popup (.ms-*)
   ═══════════════════════════════════════════════════════════════ */

/* ── Pill trigger ─────────────────────────────────────────────── */
.ms-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 12px 20px;
    background: #fff;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.06);
    cursor: pointer;
    text-align: left;
    transition: box-shadow 0.2s, transform 0.15s;
    margin-top: 20px;
}

.ms-pill:active {
    transform: scale(0.98);
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
}

.ms-pill-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #083344;
}

.ms-pill-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.ms-pill-text strong {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #083344;
}

.ms-pill-text span {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #9ca3af;
}

/* ── Premium Mobile Search Sheet (.ms-*) ─────────────────────── */

/* Backdrop */
.ms-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 51, 68, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s;
}
.ms-backdrop--open {
    opacity: 1;
    visibility: visible;
}

/* Bottom sheet */
.ms-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #ffffff;
    border-radius: 24px 24px 0 0;
    max-height: 92vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 0.35s ease, transform 0.42s cubic-bezier(0.32, 0.72, 0, 1), visibility 0.35s;
    box-shadow: 0 -12px 60px rgba(8, 51, 68, 0.22);
}
.ms-popup--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Drag handle */
.ms-drag-handle {
    width: 44px;
    height: 4px;
    background: #e5e7eb;
    border-radius: 99px;
    margin: 14px auto 0;
    flex-shrink: 0;
}

/* Inner padding */
.ms-popup-inner {
    padding: 20px 22px 44px;
}

/* Header */
.ms-popup-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
    padding-top: 4px;
}
.ms-popup-eyebrow {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 5px;
}
.ms-popup-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #083344;
    margin: 0;
    line-height: 1.1;
}
.ms-popup-close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f3f4f6;
    border: none;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
    margin-top: 2px;
}
.ms-popup-close:hover { background: #e5e7eb; color: #083344; }

/* Form */
.ms-popup-form {
    display: flex;
    flex-direction: column;
}

/* Field cards */
.ms-field-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f1f5f9;
}
.ms-field-card:first-of-type {
    border-top: 1px solid #f1f5f9;
}

/* Field icon pill */
.ms-field-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    box-shadow: 0 4px 12px rgba(8,51,68,0.2);
}

/* Field body */
.ms-field-body {
    flex: 1;
    min-width: 0;
}
.ms-field-label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 3px;
}

/* Inputs (transparent, inline style) */
.ms-input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #083344;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.ms-input::placeholder {
    color: #cbd5e1;
    font-weight: 400;
}
select.ms-input {
    background-image: none;
    padding-right: 0;
    min-height: 44px;
    cursor: pointer;
}

/* Native destination select — no appearance overrides so it works on all mobile browsers */
.ms-dest-select {
    width: 100%;
    padding: 6px 0;
    border: none;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #083344;
    outline: none;
    min-height: 44px;
}

/* Chevron on destination */
.ms-field-chevron {
    color: #cbd5e1;
    flex-shrink: 0;
}

/* Guest display text */
.ms-guest-display {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #083344;
}

/* Guest stepper */
.ms-stepper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.ms-stepper-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #083344;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.ms-stepper-btn:hover, .ms-stepper-btn:not(:disabled):active {
    border-color: #083344;
    background: #083344;
    color: #fff;
}
.ms-stepper-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.ms-stepper-count {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #083344;
    min-width: 22px;
    text-align: center;
}

/* Submit button */
.ms-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    border: none;
    border-radius: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    letter-spacing: 0.03em;
    box-shadow: 0 8px 28px rgba(8, 51, 68, 0.28);
    transition: transform 0.15s, box-shadow 0.2s;
}
.ms-submit-btn:active {
    transform: scale(0.98);
    box-shadow: 0 4px 14px rgba(8, 51, 68, 0.2);
}

/* Hide the old ah-search-mobile-btn style (no longer used) */
.ah-search-mobile-btn { display: none; }


/* ═══════════════════════════════════════════════════════════════
   Premium Mobile Navigation (.mn-*)
   Drawer + overlay — only visible <= 768px
   ═══════════════════════════════════════════════════════════════ */

/* Hidden on desktop */
.mn-overlay, .mn-drawer { display: none; }

/* ── Overlay ──────────────────────────────────────────────────── */
.mn-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.mn-overlay--open {
    opacity: 1;
    visibility: visible;
}

/* ── Drawer ───────────────────────────────────────────────────── */
.mn-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 88%;
    max-width: 380px;
    height: 100vh;
    height: 100dvh;
    z-index: 9999;
    background: linear-gradient(180deg, #062c3b 0%, #083344 100%);
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.mn-drawer--open {
    right: 0;
}

/* ── Header ───────────────────────────────────────────────────── */
.mn-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-shrink: 0;
}

.mn-logo img {
    height: 32px;
    width: auto;
}

.mn-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.mn-close:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

/* ── Body (scrollable) ────────────────────────────────────────── */
.mn-body {
    flex: 1;
    overflow-y: auto;
    padding: 12px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mn-body::-webkit-scrollbar { display: none; }

/* ── Direct link item ─────────────────────────────────────────── */
.mn-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px;
    color: rgba(255,255,255,0.85);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.mn-item:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
}

/* ── Group icon ───────────────────────────────────────────────── */
.mn-group-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(19,89,102,0.30);
    border: 1px solid rgba(77,184,200,0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4db8c8;
}

/* ── Accordion group ──────────────────────────────────────────── */
.mn-group {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.mn-group-toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px 24px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.85);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s;
}

.mn-group-toggle:hover {
    background: rgba(255,255,255,0.04);
}

.mn-chevron {
    margin-left: auto;
    color: rgba(255,255,255,0.35);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.mn-group--open .mn-chevron {
    transform: rotate(180deg);
}

/* Panel — hidden by default */
.mn-group-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background: rgba(0,0,0,0.15);
}

.mn-group--open .mn-group-panel {
    max-height: 600px;
}

/* Sub-label (country name in destinations) */
.mn-sub-label {
    padding: 10px 24px 4px 74px;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4db8c8;
}

/* Links inside panel */
.mn-link {
    display: block;
    padding: 10px 24px 10px 74px;
    color: rgba(255,255,255,0.60);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s, background 0.2s;
    position: relative;
}

.mn-link:hover {
    color: #fff;
    background: rgba(19,89,102,0.15);
    padding-left: 80px;
}

/* ── Footer actions ───────────────────────────────────────────── */
.mn-footer {
    padding: 16px 24px 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.mn-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    text-decoration: none;
}

.mn-footer-btn--primary {
    background: #fff;
    color: #083344;
    border: none;
}

.mn-footer-btn--primary:hover {
    background: #f0fafa;
    color: #083344;
}

.mn-footer-btn--outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.25);
}

.mn-footer-btn--outline:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}


/* ── Mobile search: hide full bar, show pill ──────────────────── */
.ah-search-mobile { display: none; }

@media (max-width: 768px) {
    .ah-search-desktop { display: none !important; }
    .ah-search-mobile { display: block !important; }
    /* Also hide standalone search bars on non-hero pages */
    .new-filter-container-wrapper { display: none !important; }
    .each-loop { display: none !important; }
}


/* ── Amenities View More ──────────────────────────────────────── */
.am-list {
    max-height: 240px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.am-list--expanded {
    max-height: 4000px;
}

/* Fade-out gradient when collapsed */
.am-list:not(.am-list--expanded)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}

.am-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 10px 20px;
    background: none;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #135966;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.am-toggle:hover {
    background: #f0fafa;
    border-color: #135966;
}

.am-toggle-icon {
    transition: transform 0.3s;
}

.am-toggle--expanded .am-toggle-icon {
    transform: rotate(180deg);
}

.am-toggle-less { display: none; }
.am-toggle--expanded .am-toggle-more { display: none; }
.am-toggle--expanded .am-toggle-less { display: inline; }


/* ═══════════════════════════════════════════════════════════════
   Mobile Booking Drawer (.bd-*)
   Slides up from bottom on mobile — hidden on desktop
   ═══════════════════════════════════════════════════════════════ */

.bd-overlay, .bd-drawer { display: none; }

@media (max-width: 768px) {
    .bd-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.45);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .bd-overlay--open {
        opacity: 1;
        visibility: visible;
    }

    .bd-drawer {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        background: #fff;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -8px 40px rgba(0,0,0,0.15);
        transform: translateY(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        max-height: 85vh;
        overflow-y: auto;
    }

    .bd-drawer--open {
        transform: translateY(0);
    }

    /* Drag handle */
    .bd-drawer-handle {
        width: 40px;
        height: 4px;
        background: #d1d5db;
        border-radius: 2px;
        margin: 10px auto 0;
        flex-shrink: 0;
    }

    /* Header */
    .bd-drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px 12px;
        border-bottom: 1px solid #f0f0f0;
        flex-shrink: 0;
    }

    .bd-drawer-title {
        font-family: "Montserrat Alternates", sans-serif;
        font-size: 18px;
        font-weight: 800;
        color: #083344;
        margin: 0;
    }

    .bd-drawer-close {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #f3f4f6;
        border: none;
        color: #6b7280;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.2s;
    }

    .bd-drawer-close:hover { background: #e5e7eb; }

    /* Form */
    .bd-drawer-form {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .bd-field-row {
        display: flex;
        gap: 12px;
    }

    .bd-field {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .bd-field label {
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #6b7280;
    }

    .bd-input {
        width: 100%;
        padding: 13px 14px;
        background: #f9fafb;
        border: 1.5px solid #e5e7eb;
        border-radius: 12px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #083344;
        outline: none;
        -webkit-appearance: none;
        appearance: none;
        transition: border-color 0.2s, box-shadow 0.2s;
    }

    .bd-input:focus {
        border-color: #135966;
        box-shadow: 0 0 0 3px rgba(19,89,102,0.10);
        background: #fff;
    }

    .bd-input::placeholder {
        color: #9ca3af;
        font-weight: 400;
    }

    select.bd-input {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 14px center;
        padding-right: 36px;
    }

    .bd-submit {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 16px;
        background: linear-gradient(135deg, #135966 0%, #083344 100%);
        border: none;
        border-radius: 14px;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        box-shadow: 0 4px 20px rgba(8,51,68,0.28);
        transition: transform 0.15s, box-shadow 0.15s;
        margin-top: 4px;
    }

    .bd-submit:active {
        transform: scale(0.98);
    }
}

span.filter-icon.h-100 {
    height: auto;
    height: max-content !important;
}
.blog-container-box > img {
    max-height: 200px;
}

.blog-section {
    background-size: 100% 60% !important;
    background-position: top !important;
}

.blog-container-box * {
    color: #000 !important;
}

.blog-container-box {
    border: 1px solid #cccccc4d;
}

.blog-container-box .green-button {
    background: #088395;
    border: none;
    border-radius: 12px;
    padding: 12px 28px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    transition: background 0.2s, transform 0.15s;
    display: inline-flex;
    text-decoration: none;
}
button.sv-tab:focus {
    border: 1.5px solid #e8eef1 !important;
}
section.cu-hero.cu-hero--compact.contact-us-banner {
    min-height: 420px;
}

/* ─────────────────────────────────────────────────────────────
   PREMIUM PROPERTY CARD  (.pv-card)
───────────────────────────────────────────────────────────── */
.pv-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(8,51,68,.08), 0 1px 3px rgba(8,51,68,.05);
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s, transform .25s;
    height: 100%;
}
.pv-card:hover {
    box-shadow: 0 8px 32px rgba(8,51,68,.15), 0 2px 8px rgba(8,51,68,.08);
    transform: translateY(-3px);
}

/* ── Gallery ── */
.pv-card-gallery {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #e8eef1;
    flex-shrink: 0;
}
.pv-gal-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}
.pv-gal-slide--active {
    opacity: 1;
    pointer-events: auto;
}
.pv-gal-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* gradient overlay */
.pv-gal-gradient {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 55%;
    background: linear-gradient(to top, rgba(8,51,68,.65) 0%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

/* cover link fills whole gallery */
.pv-gal-cover-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* arrow buttons */
.pv-gal-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.85);
    color: #083344;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, opacity .2s;
    opacity: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,.18);
    padding: 0;
}
.pv-card-gallery:hover .pv-gal-btn {
    opacity: 1;
}
.pv-gal-btn:hover {
    background: #fff;
}
.pv-gal-btn--prev { left: 8px; }
.pv-gal-btn--next { right: 8px; }

/* dot indicators */
.pv-gal-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 3;
}
.pv-gal-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    transition: background .2s, transform .2s;
    cursor: pointer;
}
.pv-gal-dot--active {
    background: #fff;
    transform: scale(1.3);
}

/* badges */
.pv-card-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    z-index: 3;
}
.pv-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(8,51,68,.75);
    backdrop-filter: blur(4px);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 20px;
    letter-spacing: .3px;
    line-height: 1;
}
.pv-badge--type {
    background: rgba(19,89,102,.8);
}

/* ── Card body ── */
.pv-card-body {
    display: flex;
    flex-direction: column;
    padding: 14px 16px 16px;
    flex: 1;
    gap: 6px;
}

.pv-card-location {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #135966;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.pv-card-location svg {
    flex-shrink: 0;
    color: #135966;
}

.pv-card-title-link {
    text-decoration: none;
}
.pv-card-title {
    font-family: "Montserrat Alternates", "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #083344;
    margin: 0;
    line-height: 1.35;
    transition: color .2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pv-card-title-link:hover .pv-card-title {
    color: #135966;
}

/* stats row */
.pv-card-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2px;
}
.pv-stat {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #5a7a84;
}
.pv-stat svg {
    flex-shrink: 0;
    color: #083344;
}

/* footer / CTA */
.pv-card-footer {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #e8eef1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pv-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #09637E;
    text-decoration: none;
    letter-spacing: .3px;
    transition: color .2s, gap .2s;
}
.pv-card-cta:hover {
    color: #135966;
    gap: 8px;
}
.pv-card-cta svg {
    transition: transform .2s;
}
.pv-card-cta:hover svg {
    transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .pv-card-gallery {
        aspect-ratio: 16/10;
    }
    .pv-card-title {
        font-size: 14px;
    }
}

/* ─────────────────────────────────────────────────────────────
   PARTNER WITH US — EXPERTISE / TRUST SECTION  (.pw-expertise)
───────────────────────────────────────────────────────────── */
.pw-expertise {
    padding: 80px 0 96px;
    background: #fff;
}

/* Section header */
.pw-expertise-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 72px;
}
.pw-expertise-eyebrow {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #135966;
    background: rgba(19,89,102,.08);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.pw-expertise-title {
    font-family: "Montserrat Alternates", "Montserrat", sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    color: #083344;
    line-height: 1.25;
    margin: 0 0 14px;
}
.pw-expertise-title em {
    font-style: normal;
    color: #135966;
}
.pw-expertise-sub {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #5a7a84;
    line-height: 1.7;
    margin: 0;
}

/* Split rows */
.pw-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
}
.pw-split:last-child {
    margin-bottom: 0;
}
.pw-split--reverse {
    direction: rtl;
}
.pw-split--reverse > * {
    direction: ltr;
}

/* Image column */
.pw-split-image {
    position: relative;
}
.pw-split-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(8,51,68,.12), 0 3px 10px rgba(8,51,68,.07);
    aspect-ratio: 4/3;
}
.pw-split-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.pw-split:hover .pw-split-img-wrap img {
    transform: scale(1.03);
}
/* decorative accent square */
.pw-split-img-accent {
    position: absolute;
    bottom: -18px;
    right: -18px;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    opacity: .15;
    z-index: -1;
}
.pw-split--reverse .pw-split-img-accent {
    right: auto;
    left: -18px;
}

/* Text column */
.pw-split-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pw-split-num {
    font-family: "Montserrat Alternates", "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #135966;
    opacity: .7;
}
.pw-split-title {
    font-family: "Montserrat Alternates", "Montserrat", sans-serif;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    color: #083344;
    line-height: 1.3;
    margin: 0;
}
.pw-split-title em {
    font-style: normal;
    color: #135966;
}
.pw-split-divider {
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #083344 0%, #135966 100%);
}
.pw-split-text,
.pw-split-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #5a7a84;
    line-height: 1.75;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .pw-split {
        gap: 40px;
    }
}
@media (max-width: 768px) {
    .pw-expertise {
        padding: 56px 0 64px;
    }
    .pw-expertise-header {
        margin-bottom: 48px;
    }
    .pw-split {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 56px;
        direction: ltr;
    }
    .pw-split--reverse > * {
        direction: ltr;
    }
    .pw-split-img-accent {
        display: none;
    }
}
/* ─────────────────────────────────────────────────────────────
   PREMIUM TRUST BADGES  (.tb-section / .tb-item)
───────────────────────────────────────────────────────────── */
.tb-section {
    padding: 12px 0 20px;
    background: linear-gradient(180deg, #f4f8fa 0%, #fff 100%);
    position: relative;
}
.tb-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #d0e4ea 30%, #d0e4ea 70%, transparent 100%);
}
.tb-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #d0e4ea24 30%, #d0e4ea63 70%, transparent 100%);
}

/* Grid */
.tb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

/* Individual item */
.tb-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 32px 36px;
    position: relative;
    transition: background .25s;
}
.tb-item::after {
    content: '';
    position: absolute;
    top: 20%; right: 0;
    width: 1px;
    height: 60%;
    background: #d8eaee;
}
.tb-item:last-child::after {
    display: none;
}
.tb-item:hover {
    background: rgba(8,51,68,.025);
}

/* Icon circle */
.tb-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, #088395 0%, #135966 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    color: #fff;
    box-shadow: 0 6px 20px rgba(8,51,68,.22);
    transition: transform .25s, box-shadow .25s;
}
.tb-item:hover .tb-icon-wrap {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(8,51,68,.30);
}

/* Text */
.tb-content {
    flex: 1;
}
.tb-title {
    font-family: "Montserrat Alternates", "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #083344;
    margin: 0 0 10px;
    line-height: 1.3;
}
.tb-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    color: #5a7a84;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .tb-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tb-item:nth-child(2)::after { display: none; }
    .tb-item:nth-child(3)::after { display: block; }
    .tb-item:nth-child(odd) {
        border-bottom: 1px solid #d8eaee;
    }
    .tb-item:nth-child(even) {
        border-bottom: 1px solid #d8eaee;
    }
    .tb-item:nth-child(3),
    .tb-item:nth-child(4) {
        border-bottom: none;
    }
}
@media (max-width: 640px) {
    .tb-section {padding: 8px 0 16px;}

    /* Once Slick takes over, reset the CSS grid so it controls layout */
    .tb-grid.slick-initialized {
        display: block;
    }
    .tb-grid.slick-initialized .tb-item {
        border-bottom: none;
    }

    /* Slide card — centered layout */
    .tb-item {
        padding: 28px 24px 24px;
        border-bottom: 1px solid #d8eaee;
        text-align: center;
        align-items: center;
    }
    .tb-item:last-child { border-bottom: none; }
    .tb-item::after { display: none; }
    .tb-icon-wrap {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Slick dots */
    .tb-grid .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 6px;
        list-style: none;
        margin: 18px 0 0;
        padding: 0;
    }
    .tb-grid .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: none;
        background: #c5d8de;
        font-size: 0;
        padding: 0;
        cursor: pointer;
        transition: background .2s, transform .2s;
    }
    .tb-grid .slick-dots li.slick-active button {
        background: #083344;
        transform: scale(1.3);
    }
}

/* ── Destination villa count badge ──────────────────────────── */
.dest-villa-count {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

/* ─────────────────────────────────────────────────────────────
   VH AMENITY FILTER BAR
───────────────────────────────────────────────────────────── */
.vh-filter-bar {
    margin-bottom: 24px;
    background: #f4f8fa;
    border: 1px solid #ddeaee;
    border-radius: 12px;
    padding: 16px 20px;
}
.vh-filter-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}
.vh-filter-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #083344;
    white-space: nowrap;
    padding-top: 6px;
    flex-shrink: 0;
}
.vh-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
}
.vh-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1.5px solid #c8dde3;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #4a6a74;
    cursor: pointer;
    transition: background .18s, border-color .18s, color .18s;
    user-select: none;
}
.vh-filter-pill input[type="checkbox"] {
    display: none;
}
.vh-filter-pill:hover {
    border-color: #083344;
    color: #083344;
    background: #eaf2f5;
}
.vh-filter-pill--active {
    background: #083344;
    border-color: #083344;
    color: #fff;
    font-weight: 600;
}
.vh-filter-pill--active:hover {
    background: #135966;
    border-color: #135966;
    color: #fff;
}
.vh-filter-clear {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #e05252;
    text-decoration: none;
    padding-top: 7px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity .2s;
}
.vh-filter-clear:hover { opacity: .75; }

.vh-results-filtered {
    font-size: 12px;
    color: #135966;
    font-weight: 500;
}

.vh-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

@media (max-width: 640px) {
    .vh-filter-bar { padding: 14px 16px; }
    .vh-filter-inner { gap: 12px; }
    .vh-filter-label { padding-top: 0; }
}

/* ─────────────────────────────────────────────────────────────
   VH FILTER STRIP + DRAWER  (.vhf-*)
───────────────────────────────────────────────────────────── */

/* ── Strip bar ── */
.vhf-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding: 10px 16px;
    background: #f4f8fa;
    border: 1px solid #ddeaee;
    border-radius: 12px;
    overflow: hidden;
}
.vhf-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #083344;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Single-row pill strip — clips overflow */
.vhf-strip {
    display: flex;
    gap: 6px;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}
.vhf-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1.5px solid #c8dde3;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #4a6a74;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .18s, border-color .18s, color .18s;
}
.vhf-pill:hover {
    border-color: #083344;
    color: #083344;
    background: #eaf2f5;
}
.vhf-pill--active {
    background: #083344;
    border-color: #083344;
    color: #fff;
    font-weight: 600;
}

/* Actions group (clear + all-filters button) */
.vhf-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}
.vhf-clear {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #e05252;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .2s;
}
.vhf-clear:hover { opacity: .7; color: #e05252; }

.vhf-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 20px;
    border: 1.5px solid #083344;
    background: #083344;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background .18s, border-color .18s;
    position: relative;
}
.vhf-more-btn:hover {
    background: #135966;
    border-color: #135966;
}
.vhf-more-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 20px;
    background: #fff;
    color: #083344;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

/* ── Backdrop ── */
.vhf-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(8,51,68,.45);
    backdrop-filter: blur(2px);
    z-index: 1040;
    transition: opacity .3s;
    opacity: 0;
}
.vhf-backdrop--show {
    display: block;
    opacity: 1;
}

/* ── Drawer ── */
.vhf-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    max-width: 95vw;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 40px rgba(8,51,68,.18);
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(.4,0,.2,1);
    border-radius: 0;
}
.vhf-drawer--open {
    transform: translateX(0);
}

.vhf-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e8eef1;
    flex-shrink: 0;
}
.vhf-drawer-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat Alternates", "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #083344;
}
.vhf-drawer-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid #e0eaed;
    background: #f4f8fa;
    color: #083344;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, border-color .2s;
    flex-shrink: 0;
}
.vhf-drawer-close:hover {
    background: #e0eaed;
    border-color: #c8d8de;
}

.vhf-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
    scrollbar-width: thin;
    scrollbar-color: #c8d8de transparent;
}
.vhf-drawer-body::-webkit-scrollbar { width: 4px; }
.vhf-drawer-body::-webkit-scrollbar-track { background: transparent; }
.vhf-drawer-body::-webkit-scrollbar-thumb { background: #c8d8de; border-radius: 2px; }

.vhf-drawer-hint {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #7a9aa4;
    line-height: 1.6;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f5f7;
}

/* Checkbox grid inside drawer */
.vhf-drawer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.vhf-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1.5px solid #e0eaed;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s, background .18s;
    user-select: none;
}
.vhf-check:hover {
    border-color: #083344;
    background: #f4f8fa;
}
.vhf-check--active {
    border-color: #083344;
    background: #eaf2f5;
}
.vhf-check input[type="checkbox"] {
    display: none;
}
.vhf-check-box {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1.5px solid #c8d8de;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .18s, border-color .18s;
    color: transparent;
}
.vhf-check--active .vhf-check-box {
    background: #083344;
    border-color: #083344;
    color: #fff;
}
.vhf-check-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #4a6a74;
    line-height: 1.3;
    transition: color .18s;
}
.vhf-check--active .vhf-check-label {
    color: #083344;
    font-weight: 600;
}

/* Drawer footer */
.vhf-drawer-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #e8eef1;
    flex-shrink: 0;
    background: #fff;
}
.vhf-drawer-clear {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #e05252;
    text-decoration: none;
    transition: opacity .2s;
    margin-right: auto;
}
.vhf-drawer-clear:hover { opacity: .7; color: #e05252; }

.vhf-drawer-apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .2s, transform .15s;
    box-shadow: 0 4px 16px rgba(8,51,68,.25);
}
.vhf-drawer-apply:hover {
    opacity: .9;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
    .vhf-bar { padding: 8px 12px; gap: 8px; }
    .vhf-strip { display: none; }
    .vhf-label { display: none; }
    .vhf-drawer { width: 100%; max-width: 100%; border-radius: 20px 20px 0 0; height: 85vh; top: auto; bottom: 0; transform: translateY(100%); }
    .vhf-drawer--open { transform: translateY(0); }
    .vhf-drawer-grid { grid-template-columns: 1fr; }
}

.sv-slider .slick-list .slick-track {
    padding: 10px 0px 20px;
}





.new-filter-container-wrapper .new-filter-container .filter-box .filter-inner .filter-text .form-control {
    padding: 0 !important;
    font-size: 12px !important;
}

.new-filter-container-wrapper .new-filter-container .filter-box .filter-inner .filter-text .form-control::placeholder {
    font-size: 12px;
}
div#sbDestinationDropdown {
    min-width: 192px;
}
/* ── Search Results Page ─────────────────────────────────────────── */
.search-results-hero {
    background: #083344;
    padding: 32px 0 24px;
}
.search-results-hero .search-bar-component {
    margin: 0 auto;
}

.search-results-section {
    padding: 48px 0 64px;
    background: #f8f9fa;
    min-height: 60vh;
}

.sr-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px;
    flex-wrap: wrap;
}
.sr-eyebrow {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #135966;
    font-weight: 600;
    margin: 0 0 4px;
}
.sr-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #083344;
    margin: 0 0 4px;
}
.sr-count {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #6c757d;
    margin: 0;
}

.sr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 48px;
}
@media (max-width: 1024px) {
    .sr-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 640px) {
    .sr-grid { grid-template-columns: 1fr; gap: 16px; }
    .sr-heading { font-size: 22px; }
    .search-results-hero { padding: 20px 0 16px; }
    .search-results-section { padding: 28px 0 48px; }
}

.sr-pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.sr-pagination .pagination {
    gap: 6px;
}

.sr-empty {
    text-align: center;
    padding: 80px 24px;
    color: #6c757d;
}
.sr-empty svg {
    margin-bottom: 20px;
    opacity: .4;
}
.sr-empty h3 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 10px;
}
.sr-empty p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 24px;
}
.sr-empty-btn {
    display: inline-block;
    background: #083344;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s;
}
.sr-empty-btn:hover { background: #135966; color: #fff; }

div#gmsPopup select {
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    font-size: 11px;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #083344;
    outline: none;
    cursor: pointer;
}
.major-box > a {
    display: block;
    background: rebeccapurple;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    left: 0;
    opacity: 0;
}

.major-box {
    position: relative;
}