@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;
    text-decoration: none;
}

.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;
	aspect-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: 20px 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;
    text-align: left;
}
.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: 55px 0;
    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: 40px 0; }
    .tp-panel-bar { flex-direction: column; align-items: flex-start; }
}

.ws-section {
    position: relative;
    padding: 55px 0;
    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: 40px 0; }
    .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: 100%;
        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: 10px 24px 20px;
        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;
        /* 10px padding-top bridges the gap so hover stays continuous */
    }

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

    .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-col--multi {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 1.5rem;
    }
    .nav-dd-col--multi .nav-dd-label {
        grid-column: 1 / -1;
    }

    .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;
}
.property-detail-container .form-wrapper.form-wrapper--full {
    width: 100%;
    border-bottom: none;
}
.property-detail-container .form-wrapper.form-wrapper--full input {
    width: 100%;
    cursor: pointer;
}
.bd-field.bd-field--full {
    width: 100%;
}
.bd-field.bd-field--full .bd-input {
    cursor: pointer;
}

/* 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;
}

/* ── Availability Rate Cards ──────────────────────────────────── */
#roomsRates {
    margin: 20px 0 0;
}

.avail-rates {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.avail-rate-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
    background: #fff;
}

.avail-rate-card:hover {
    border-color: #135966;
    background: #f7fdfd;
    box-shadow: 0 2px 12px rgba(19,89,102,0.07);
}

.avail-rate-card:has(.avail-rate-radio:checked) {
    border-color: #135966;
    background: #eef8f8;
    box-shadow: 0 2px 16px rgba(19,89,102,0.12);
}

.avail-rate-radio {
    accent-color: #135966;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
}

.avail-rate-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.avail-rate-name {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #083344;
}

.avail-rate-price {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.avail-price-now {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #083344;
}

.avail-price-was {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #aab0bb;
    text-decoration: line-through;
}

/* Stay restrictions notice */
.avail-stay-notice {
    margin-top: 16px;
    padding: 12px 14px;
    background: #fffbf0;
    border: 1px solid #f5e9c5;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.avail-stay-badge {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #8a6200;
    background: #fef3c7;
    border: 1px solid #f5dfa0;
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
}

.avail-stay-msg {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: #7a6010;
    margin: 0;
    width: 100%;
}

.avail-stay-msg a {
    color: #135966;
    font-weight: 600;
}

/* Reserve button */
.avail-reserve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 16px;
    padding: 13px 20px;
    background: linear-gradient(135deg, #135966 0%, #083344 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    letter-spacing: 0.03em;
    transition: transform 0.18s, box-shadow 0.18s;
    margin-bottom: 20px;
}

.avail-reserve-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(8,51,68,0.30);
}

/* ══════════════════════════════════════════════════════════════════
   Custom Booking Page  (.cb-*)
═══════════════════════════════════════════════════════════════════ */
.cb-page {
    padding: 40px 0 80px;
    background: #fafbfc;
    min-height: 70vh;
}

/* Breadcrumb */
.cb-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #9aa0ab;
    margin-bottom: 32px;
}
.cb-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s;
}
.cb-breadcrumb a:hover { color: #083344; }
.cb-breadcrumb span { color: #c4c9d4; }
.cb-breadcrumb span:last-child { color: #083344; font-weight: 600; }

/* Step indicator */
.cb-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
}
.cb-step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #b0b9c6;
    transition: color 0.2s;
}
.cb-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
    color: #b0b9c6;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    flex-shrink: 0;
}
.cb-step--active .cb-step-num {
    background: #083344;
    border-color: #083344;
    color: #fff;
}
.cb-step--active { color: #083344; }
.cb-step--completed .cb-step-num {
    background: #135966;
    border-color: #135966;
    color: #fff;
}
.cb-step--completed { color: #135966; }
.cb-step-line {
    flex: 1;
    height: 2px;
    background: #e5e7eb;
    max-width: 80px;
    margin: 0 12px;
}

/* Main grid */
.cb-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 32px;
    align-items: start;
}

/* Form panels */
.cb-forms { display: flex; flex-direction: column; gap: 0; }
.cb-form-panel {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px;
}
.cb-form-panel--hidden { display: none; }

.cb-panel-header { margin-bottom: 28px; }
.cb-panel-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 6px;
}
.cb-panel-sub {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* Form fields */
.cb-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.cb-field {
    margin-bottom: 18px;
}
.cb-field label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 7px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.cb-optional {
    font-weight: 400;
    color: #9ca3af;
    text-transform: none;
    letter-spacing: 0;
}
.cb-field input,
.cb-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #083344;
    background: #fafbfc;
    transition: border-color 0.18s, box-shadow 0.18s;
    outline: none;
    resize: vertical;
}
.cb-field input::placeholder,
.cb-field textarea::placeholder { color: #b0b9c6; }
.cb-field input:focus,
.cb-field textarea:focus {
    border-color: #135966;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(19,89,102,0.08);
}

/* Inline field errors */
.cb-field-errors {
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #dc2626;
}
.cb-field-errors p { margin: 0 0 4px; }

/* Buttons */
.cb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: transform 0.18s, box-shadow 0.18s, background 0.18s, color 0.18s;
    letter-spacing: 0.03em;
}
.cb-btn--primary {
    background: linear-gradient(135deg, #135966 0%, #083344 100%);
    color: #fff;
    width: 100%;
    justify-content: center;
    margin-top: 4px;
}
.cb-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(8,51,68,0.28);
}
.cb-btn--ghost {
    background: transparent;
    color: #083344;
    border: 1.5px solid #d1d5db;
}
.cb-btn--ghost:hover {
    border-color: #083344;
    background: #f1f5f9;
}
.cb-form-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}
.cb-form-actions .cb-btn--primary { flex: 1; }

/* Review section */
.cb-review-section { margin-bottom: 24px; }
.cb-review-section-title {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.cb-review-rows { display: flex; flex-direction: column; gap: 10px; }
.cb-review-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f4f6;
}
.cb-review-row:last-child { border-bottom: none; padding-bottom: 0; }
.cb-review-row span { color: #6b7280; }
.cb-review-row strong { color: #083344; font-weight: 600; text-align: right; }

.cb-conditions-link {
    margin: 20px 0;
    text-align: center;
}
.cb-conditions-link a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #135966;
    text-decoration: none;
    transition: color 0.15s;
}
.cb-conditions-link a:hover { color: #083344; text-decoration: underline; }

/* Summary card */
.cb-summary-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    position: sticky;
    top: 100px;
}
.cb-card-img-wrap { position: relative; }
.cb-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.cb-card-img-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(8,51,68,0.85);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 5px 12px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}
.cb-card-body { padding: 22px; }
.cb-card-name {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #083344;
    margin-bottom: 6px;
}
.cb-card-location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 0;
}
.cb-card-location svg { flex-shrink: 0; color: #135966; }
.cb-card-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 16px 0;
}
.cb-card-rows { display: flex; flex-direction: column; gap: 10px; }
.cb-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}
.cb-card-row-label { color: #6b7280; font-weight: 500; }
.cb-card-row-val   { color: #083344; font-weight: 600; }

.cb-card-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    padding: 12px 14px;
}
.cb-card-note svg { flex-shrink: 0; color: #0284c7; margin-top: 1px; }
.cb-card-note p {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: #0369a1;
    margin: 0;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .cb-grid { grid-template-columns: 1fr; }
    .cb-summary-card { position: static; order: -1; }
    .cb-card-img { height: 180px; }
}
@media (max-width: 640px) {
    .cb-page { padding: 24px 0 60px; }
    .cb-form-panel { padding: 24px 20px; }
    .cb-row-2 { grid-template-columns: 1fr; }
    .cb-steps { gap: 0; }
    .cb-step-label { display: none; }
    .cb-form-actions { flex-direction: column-reverse; }
    .cb-form-actions .cb-btn--ghost { width: 100%; justify-content: center; }
}

/* ── 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;
    top: 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;
    max-width: 33%;
    min-width: 33%;
}

.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: 50px 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: 36px 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: url('/images/banner.webp') center center / cover no-repeat;
}
/* Fallback for the rare browser without WebP support */
@supports not (background-image: url('data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA=')) {
    .ah-hero--home {
        background: url('/images/banner.png') center center / cover no-repeat;
    }
}

.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: 2000px;
}

/* 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 #cccccccf;
}

.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: 1;
    line-clamp: 1;
    -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: space-between;
    gap: 8px;
}
.pv-card-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
    line-height: 1;
}
.pv-card-price-from {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #8a9aab;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.pv-card-price-amount {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #083344;
}
.pv-card-price-night {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #8a9aab;
}
.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; }

/* ═══════════════════════════════════════════════════════════════
   Shared Sidebar Filters — Range Slider + Amenities
   ═══════════════════════════════════════════════════════════════ */

/* Range slider */
.ap-range-wrap { padding: 6px 2px 8px; }
.ap-range-labels { display: flex; align-items: center; gap: 6px; margin-bottom: 14px; }
.ap-range-val { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; color: #083344; background: #f0f4f8; border-radius: 8px; padding: 4px 10px; min-width: 44px; text-align: center; }
.ap-range-dash { font-size: 12px; color: #9ca3af; font-weight: 600; }
#sleepsSlider.noUi-target { background: #e5e7eb; border-radius: 99px; height: 5px; border: none; box-shadow: none; }
#sleepsSlider .noUi-connect { background: linear-gradient(90deg, #083344, #135966); border-radius: 99px; }
#sleepsSlider .noUi-handle { width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 2px solid #135966; box-shadow: 0 2px 8px rgba(8,51,68,.2); top: -8px; right: -10px; cursor: grab; }
#sleepsSlider .noUi-handle::before, #sleepsSlider .noUi-handle::after { display: none; }

/* Amenities */
.ap-amenity-search-wrap { position: relative; margin-bottom: 10px; }
.ap-amenity-search-icon { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: #9ca3af; pointer-events: none; }
.ap-amenity-search { width: 100%; padding: 8px 12px 8px 32px; border: 1.5px solid #e5e7eb; border-radius: 10px; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; color: #083344; outline: none; background: #f9fafb; transition: border-color .2s; }
.ap-amenity-search:focus { border-color: #135966; background: #fff; }
.ap-amenity-scroll { max-height: 240px; overflow-y: auto; display: flex; flex-direction: column; gap: 2px; padding-right: 4px; }
.ap-amenity-scroll::-webkit-scrollbar { width: 4px; }
.ap-amenity-scroll::-webkit-scrollbar-track { background: #f3f4f6; border-radius: 99px; }
.ap-amenity-scroll::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 99px; }
.ap-amenity-scroll::-webkit-scrollbar-thumb:hover { background: #9ca3af; }
.ap-amenity-item { display: flex; align-items: center; gap: 9px; padding: 7px 8px; border-radius: 8px; cursor: pointer; transition: background .15s; }
.ap-amenity-item:hover { background: #f0f7f8; }
.ap-amenity-item input { display: none; }
.ap-amenity-box { width: 16px; height: 16px; border-radius: 4px; border: 1.5px solid #d1d5db; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all .2s; background: #fff; }
.ap-amenity-item--active .ap-amenity-box { background: #135966; border-color: #135966; }
.ap-amenity-item--active .ap-amenity-box::after { content: ''; width: 4px; height: 7px; border: 1.5px solid #fff; border-top: none; border-left: none; transform: rotate(45deg) translateY(-1px); display: block; }
.ap-amenity-name { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; color: #374151; line-height: 1.3; }
.ap-amenity-item--active .ap-amenity-name { color: #083344; font-weight: 600; }
.ap-amenity-item--hidden { display: none !important; }
.ap-amenity-selected-count { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; color: #135966; margin: 6px 0 0; text-align: right; }

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;
}

/* ── Instagram Feed Section ─────────────────────────────────────────────── */
.hp-insta {
    padding: 90px 0 80px;
    background: #f8f9fb;
}
.hp-insta-head {
    text-align: center;
    margin-bottom: 48px;
}
.hp-insta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.hp-insta-eyebrow svg {
    flex-shrink: 0;
}
.hp-insta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #083344;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0 0 14px;
}
.hp-insta-title em {
    font-style: normal;
    background: linear-gradient(135deg, #135966, #083344);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hp-insta-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #6b7280;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.65;
}

/* Slider wrapper — full width breakout */
.hp-insta-slider-wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}
.hp-insta-slider {
    width: 100%;
    display: flex;
    /* align-items: center; */
    gap: 20px;
    overflow: auto;
}
.hp-insta-slider .slick-list {
    padding: 0;
    overflow: hidden;
}
.hp-insta-slider .slick-track {
    display: flex;
}
.hp-insta-slider .slick-slide {
    padding: 0 8px;
}
.hp-insta-slider .slick-slide > div {
    height: 100%;
}

/* Card */
.hp-insta-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(8,51,68,.08);
    transition: transform .3s ease, box-shadow .3s ease;
    /* aspect-ratio: 16 / 9; */
    min-width: 400px;
    margin: 20px 0px;
}
.hp-insta-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(8,51,68,.16);
}
.hp-insta-img-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    min-height: 201px;
}
.hp-insta-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    display: block;
    aspect-ratio: 16 / 9;
    min-height: 201px;
}
.hp-insta-card:hover .hp-insta-img {
    transform: scale(1.07);
}
.hp-insta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(8,51,68,.0) 30%, rgba(8,51,68,.82) 100%);
    opacity: 0;
    transition: opacity .35s ease;
    display: flex;
    align-items: flex-end;
}
.hp-insta-card:hover .hp-insta-overlay {
    opacity: 1;
}
.hp-insta-overlay-inner {
    padding: 18px 16px;
    width: 100%;
}
.hp-insta-likes {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}
.hp-insta-caption {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,.85);
    line-height: 1.5;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hp-insta-view-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    text-decoration: none;
    backdrop-filter: blur(4px);
    transition: background .2s, border-color .2s;
}
.hp-insta-view-btn:hover {
    background: rgba(255,255,255,.3);
    border-color: rgba(255,255,255,.6);
    color: #fff;
    text-decoration: none;
}
.hp-insta-card-footer {
    padding: 12px 16px;
    border-top: 1px solid #f0f2f5;
}
.hp-insta-handle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

/* Follow CTA */
.hp-insta-cta-wrap {
    text-align: center;
    margin-top: 44px;
}
.hp-insta-follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(8,51,68,.25);
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s;
}
.hp-insta-follow-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(8,51,68,.35);
    color: #fff;
    text-decoration: none;
    opacity: .92;
}

/* Responsive */
@media (max-width: 991px) {
    .hp-insta-title { font-size: 28px; }
    .hp-insta { padding: 64px 0 56px; }
}
@media (max-width: 575px) {
    .hp-insta-title { font-size: 24px; }
    .hp-insta { padding: 52px 0 44px; }
    .hp-insta-head { margin-bottom: 32px; }
}

/* ── Destinations List Page ──────────────────────────────────────────────── */
.dest-hero--list {
    background: linear-gradient(135deg, #083344 0%, #135966 100%);
}
.dest-grid--list {
    grid-template-columns: repeat(3, 1fr);
}
.dest-card-meta {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}
.dest-card-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}
.dest-card-meta-item svg {
    color: #135966;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .dest-grid--list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .dest-grid--list { grid-template-columns: 1fr; }
}
.hp-insta-slider::-webkit-scrollbar {
  display: none;
}

/* ============================================================
   GREECE DESTINATION PAGE  (.gr-*)
   ============================================================ */

/* ── Shared helpers ── */
.gr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: .6rem;
}
.gr-eyebrow--light { color: rgba(255,255,255,.8); }
.gr-section-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #083344;
    margin-bottom: .5rem;
    line-height: 1.15;
}
.gr-section-title em {font-style: normal;color: #088395;}
.gr-section-title--light {color: #083344;}
.gr-section-title--light em {color: #088395;}
.gr-section-sub {
    font-size: 1rem;
    color: #666;
    max-width: 580px;
    line-height: 1.65;
    margin-top: .25rem;
}
.gr-section-head { margin-bottom: 2.5rem; }
.gr-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #083344;
    color: #fff;
    padding: .75rem 1.75rem;
    border-radius: 5px;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: background .2s;
}
.gr-btn-primary:hover { background: #135966; color: #fff; text-decoration: none; }
.gr-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 2px solid #083344;
    color: #083344;
    padding: .7rem 1.65rem;
    border-radius: 5px;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: background .2s, color .2s;
}
.gr-btn-outline:hover { background: #083344; color: #fff; text-decoration: none; }

/* ── Hero ── */
.gr-hero {
    position: relative;
    /* min-height: 62vh; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #041e28;
}
.gr-hero-overlay {
    position: absolute;
    inset: 0;
    background: url('/assets/images/destinations/greece-hero.jpg') center/cover no-repeat;
    opacity: .72;
    transform: scale(1.03);
    transition: transform 8s ease;
}
.gr-hero:hover .gr-hero-overlay { transform: scale(1); }
.gr-hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(4,22,32,.62) 0%,
        rgba(4,22,32,.18) 45%,
        rgba(4,22,32,.65) 100%
    );
}
/* ── Trust bar ── */
.gr-hero-trust {
    position: relative;
    z-index: 3;
    background: rgba(4,18,26,.62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: .45rem 0;
}
.gr-hero-trust::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(126,207,223,.6) 25%, rgba(19,89,102,.9) 50%, rgba(126,207,223,.6) 75%, transparent 100%);
}
.gr-hero-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.gr-hero-trust-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 0 2rem;
    flex: 1;
    max-width: 300px;
    justify-content: center;
}
.gr-trust-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(126,207,223,.12);
    border: 1px solid rgba(126,207,223,.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7ecfdf;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(126,207,223,.12);
}
.gr-trust-text {
    display: flex;
    flex-direction: column;
    gap: .08rem;
}
.gr-trust-label {
    font-size: .72rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .01em;
    line-height: 1.2;
}
.gr-trust-desc {
    font-size: .62rem;
    color: rgba(255,255,255,.5);
    line-height: 1.3;
    letter-spacing: .01em;
}
.gr-hero-trust-divider {
    width: 1px;
    height: 28px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,.2), transparent);
    flex-shrink: 0;
}
/* ── Central content ── */
.gr-hero-inner {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.5rem 0 3.5rem;
}
.gr-hero-breadcrumb {
    justify-content: center;
    margin-bottom: 1.75rem;
}
.gr-hero-title {
    font-size: clamp(3rem, 7.5vw, 5.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.04;
    margin-bottom: 1.1rem;
    text-shadow: 0 3px 28px rgba(4,22,32,.45);
    letter-spacing: -.02em;
}
.gr-hero-title em {
    font-style: italic;
    color: #fff;
    font-family: "Montserrat Alternates", "Montserrat", sans-serif;
    font-weight: 700;
}
.gr-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,.82);
    max-width: 520px;
    line-height: 1.65;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 8px rgba(4,22,32,.4);
}
.gr-hero-search {
    width: 100%;
    max-width: 780px;
}

/* ── Intro two-col ── */
.gr-intro { padding: 5rem 0; background: #fff; }
.gr-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.gr-intro-text p {
    color: #555;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.gr-intro-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.gr-intro-cards {
    position: relative;
    height: 460px;
}
.gr-intro-card {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(8,51,68,.18);
}
.gr-intro-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Large main card — top-left */
.gr-intro-card--1 { top: 0; left: 0; width: 68%; height: 78%; }
/* Medium accent card — bottom-right */
.gr-intro-card--2 { bottom: 0; right: 0; width: 52%; height: 52%; border: 4px solid #fff; box-shadow: 0 8px 24px rgba(8,51,68,.15); z-index: 2; }
/* Small third tile — bottom-left */
.gr-intro-card--3 { bottom: 0; left: 0; width: 30%; height: 28%; border: 3px solid #fff; box-shadow: 0 4px 14px rgba(8,51,68,.12); z-index: 2; }
.gr-intro-card-badge {
    position: absolute;
    bottom: .7rem;
    left: .7rem;
    background: rgba(8,51,68,.78);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    padding: .28rem .65rem;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    backdrop-filter: blur(6px);
}
/* Floating rating card */
.gr-intro-floater {
    position: absolute;
    top: 38%;
    left: 63%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 14px;
    padding: .9rem 1.2rem;
    text-align: center;
    box-shadow: 0 10px 32px rgba(8,51,68,.22);
    z-index: 5;
    min-width: 115px;
}
.gr-intro-floater-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    margin-bottom: .35rem;
}
.gr-intro-floater-rating {
    font-size: 1.6rem;
    font-weight: 800;
    color: #083344;
    line-height: 1;
}
.gr-intro-floater-label {
    font-size: .65rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: .25rem;
}

/* ── Perfect For ── */
.gr-perfect { padding: 5rem 0; background: #f5f9fb; }
.gr-perfect-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.gr-perfect-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    border: 1px solid #e4eff2;
    transition: box-shadow .2s, transform .2s;
}
.gr-perfect-card:hover {
    box-shadow: 0 8px 28px rgba(8,51,68,.1);
    transform: translateY(-3px);
}
.gr-perfect-icon {
    width: 52px;
    height: 52px;
    background: #edf6f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #135966;
    margin-bottom: 1rem;
}
.gr-perfect-card h4 {
    font-size: .95rem;
    font-weight: 700;
    color: #083344;
    margin-bottom: .4rem;
}
.gr-perfect-card p { font-size: .875rem; color: #666; line-height: 1.6; margin: 0; }

/* ── Why Choose (light grey) ── */
.gr-why {
    position: relative;
    padding: 0rem 0;
    background: #f5f9fb;
    color: #083344;
    overflow: hidden;
}
.gr-why-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(8,51,68,.06) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 1;
}
.gr-why-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}
.gr-why-lead {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.75rem;
    font-size: .975rem;
}
.gr-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .85rem;
}
.gr-why-list li {
    color: #444 !important;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    color: rgba(255,255,255,.88);
    font-size: .93rem;
    line-height: 1.5;
}
.gr-why-list li svg { flex-shrink: 0; color: #135966; margin-top: 2px; }
.gr-why-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.gr-fact-card {
    background: #fff;
    border: 1px solid #e4eff2;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 10px rgba(8,51,68,.06);
}
.gr-fact-icon {
    width: 48px;
    height: 48px;
    background: #eaf4f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #135966;
}
.gr-fact-num {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #083344;
    line-height: 1;
}
.gr-fact-label {
    display: block;
    font-size: .72rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: .2rem;
}

/* ── Islands ── */
.gr-islands {
    padding: 5rem 0;
    background: #f0f7f9;
    position: relative;
    overflow: hidden;
}
/* Subtle dot pattern background */
.gr-islands-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(8,51,68,.08) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}
/* Header row with "see all" link */
.gr-islands-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}
.gr-islands-see-all { flex-shrink: 0; }

/* ── Bento grid ── */
.gr-islands-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 1.25rem;
}
/* Card 1 — hero card: 2 cols × 2 rows */
.gr-isle--1 { grid-column: span 2; grid-row: span 2; }
/* Card 2 — tall card: 1 col × 2 rows */
.gr-isle--2 { grid-row: span 2; }
/* Cards 3–6 fill the remaining 1×1 slots naturally */

/* ── Island card base ── */
.gr-isle {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.gr-isle:hover { text-decoration: none; }

/* Image */
.gr-isle-img {
    position: absolute;
    inset: 0;
}
.gr-isle-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(.25,.46,.45,.94);
}
.gr-isle:hover .gr-isle-img img { transform: scale(1.08); }

/* Gradient overlay — deepens on hover */
.gr-isle-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(8,51,68,.88) 0%,
        rgba(8,51,68,.35) 45%,
        rgba(8,51,68,.08) 100%
    );
    transition: background .35s;
}
.gr-isle:hover .gr-isle-overlay {
    background: linear-gradient(
        to top,
        rgba(8,51,68,.92) 0%,
        rgba(8,51,68,.55) 55%,
        rgba(8,51,68,.15) 100%
    );
}

/* Number badge — top left */
.gr-isle-num {
    position: absolute;
    top: 1rem;
    left: 1.1rem;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
    color: rgba(255,255,255,.75);
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.2);
    padding: .28rem .65rem;
    border-radius: 20px;
    z-index: 2;
}

/* Vibe tags — top right */
.gr-isle-tags {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: .35rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 2;
    max-width: 60%;
}
.gr-isle-tag {
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(19,89,102,.75);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.15);
    padding: .25rem .55rem;
    border-radius: 20px;
}

/* Bottom content */
.gr-isle-body {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 1.4rem 1.5rem;
    color: #fff;
    z-index: 2;
}
.gr-isle-villas {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .7rem;
    font-weight: 600;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .4rem;
}
.gr-isle-name {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 .5rem;
}
.gr-isle--1 .gr-isle-name { font-size: 1.9rem; }
.gr-isle--2 .gr-isle-name { font-size: 1.5rem; }

/* Description — hidden on small cards, always visible on hero/tall */
.gr-isle-desc {
    font-size: .85rem;
    color: rgba(255,255,255,.82);
    line-height: 1.55;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .35s ease, opacity .3s ease;
}
.gr-isle--1 .gr-isle-desc,
.gr-isle--2 .gr-isle-desc { max-height: 80px; opacity: 1; }
.gr-isle:hover .gr-isle-desc { max-height: 80px; opacity: 1; }

/* CTA link */
.gr-isle-cta {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .82rem;
    font-weight: 700;
    color: #7ecfdf;
    margin-top: .65rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s ease, transform .3s ease;
}
.gr-isle--1 .gr-isle-cta,
.gr-isle--2 .gr-isle-cta { opacity: 1; transform: translateY(0); }
.gr-isle:hover .gr-isle-cta { opacity: 1; transform: translateY(0); }

/* ── Collections ── */
.gr-collections { padding: 5rem 0; background: #f5f9fb; }
.gr-collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.gr-col-card {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #e4eff2;
    border-radius: 12px;
    text-decoration: none;
    color: #083344;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}
.gr-col-card:hover {
    box-shadow: 0 8px 24px rgba(8,51,68,.1);
    transform: translateY(-3px);
    border-color: #135966;
    color: #083344;
    text-decoration: none;
}
.gr-col-icon {
    width: 48px;
    height: 48px;
    background: #edf6f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #135966;
    margin-bottom: .25rem;
}
.gr-col-title { font-size: .97rem; font-weight: 700; color: #083344; margin: 0; }
.gr-col-desc { font-size: .83rem; color: #666; line-height: 1.55; margin: 0; flex: 1; }
.gr-col-link {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .82rem;
    font-weight: 600;
    color: #135966;
    margin-top: .25rem;
}

/* ── Featured Villas ── */
.gr-featured {
    padding: 5rem 0 4rem;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
/* Light overlay — barely visible on white */
.gr-featured-bg-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 90% 50%, rgba(19,89,102,.04) 0%, transparent 70%);
    pointer-events: none;
}
/* Large watermark text — dark tint on white */
.gr-featured-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(8rem, 18vw, 16rem);
    font-weight: 900;
    letter-spacing: .1em;
    color: rgba(8,51,68,.04);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
}
/* Header row */
.gr-featured-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}
/* Stat pills row — dark text on white */
.gr-featured-stats {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e4eff2;
}
.gr-featured-stat {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .78rem;
    font-weight: 600;
    color: #555;
    padding: 0 1.5rem;
}
.gr-featured-stat:first-child { padding-left: 0; }
.gr-featured-stat svg { color: #135966; flex-shrink: 0; }
.gr-featured-stat-sep {
    width: 1px;
    height: 18px;
    background: #d4e6ea;
    flex-shrink: 0;
}
/* Slider */
.gr-featured-slider-wrap {
    padding: 0;
    margin-top: .5rem;
}
.gr-featured-slider .slick-list { padding: 0 8% 0 calc((100vw - 1200px) / 2) !important; overflow: visible; }
@media (max-width: 1230px) {
    .gr-featured-slider .slick-list { padding-left: 24px !important; }
}
.gr-featured-slide { padding: 0 .65rem; }
.gr-featured-slide .pv-card { box-shadow: 0 4px 20px rgba(8,51,68,.1); }
/* Custom arrows — brand colour on white */
.gr-featured-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #083344;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(8,51,68,.25);
    z-index: 10;
    transition: background .2s, transform .2s;
}
.gr-featured-arrow:hover { background: #135966; transform: translateY(-50%) scale(1.08); }
.gr-featured-arrow--prev { left: max(1rem, calc((100vw - 1200px) / 2 - 60px)); }
.gr-featured-arrow--next { right: max(1rem, calc(8% - 12px)); }
@media (max-width: 1230px) {
    .gr-featured-arrow--prev { left: .5rem; }
    .gr-featured-arrow--next { right: .5rem; }
}
/* Footer: dots + counter — dark on white */
.gr-featured-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e4eff2;
}
.gr-featured-dots { display: flex; align-items: center; gap: .5rem; }
.gr-feat-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #c8dde2;
    border: none; cursor: pointer;
    padding: 0;
    transition: background .2s, width .25s;
}
.gr-feat-dot--active {
    background: #083344;
    width: 24px;
    border-radius: 4px;
}
.gr-featured-count {
    font-size: .75rem;
    font-weight: 700;
    color: #999;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* ── Trust / Why Book ── */
.gr-trust { padding: 5rem 0; background: #f5f9fb; }
.gr-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.gr-trust-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    border: 1px solid #e4eff2;
    text-align: center;
    transition: box-shadow .2s, transform .2s;
}
.gr-trust-card:hover {
    box-shadow: 0 8px 24px rgba(8,51,68,.09);
    transform: translateY(-3px);
}
.gr-trust-card .gr-trust-icon {
    width: 56px;
    height: 56px;
    background: #edf6f8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #135966;
    margin: 0 auto 1rem;
}
.gr-trust-card h4 { font-size: .97rem; font-weight: 700; color: #083344; margin-bottom: .5rem; }
.gr-trust-card p { font-size: .875rem; color: #666; line-height: 1.65; margin: 0; }

/* ── CTA ── */
.gr-cta {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: #083344;
}
.gr-cta-bg {
    position: absolute;
    inset: 0;
    background: url('/assets/images/destinations/greece-cta.jpg') center/cover no-repeat;
    opacity: .25;
}
.gr-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8,51,68,.88) 0%, rgba(19,89,102,.78) 100%);
}
.gr-cta-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.gr-cta-title {
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.15;
}
.gr-cta-title em { font-style: normal; color: #7ecfdf; }
.gr-cta-desc {
    font-size: 1.05rem;
    color: rgba(255,255,255,.82);
    max-width: 520px;
    margin: 0 auto 2.5rem;
    line-height: 1.65;
}
.gr-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.gr-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #fff;
    color: #083344;
    padding: .85rem 2rem;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}
.gr-cta-btn-primary:hover { background: #e8f5f8; color: #083344; text-decoration: none; }
.gr-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 2px solid rgba(255,255,255,.65);
    color: #fff;
    padding: .82rem 1.9rem;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, border-color .2s;
}
.gr-cta-btn-outline:hover { background: rgba(255,255,255,.12); border-color: #fff; text-decoration: none; }

/* ── Responsive ── */
@media (max-width: 1199px) {
    .gr-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    .gr-hero { min-height: 55vh; }
    .gr-hero-trust-item { padding: 0 1.4rem; }
    .gr-hero-trust-divider { display: none; }
    .gr-trust-label { font-size: .72rem; }
    .gr-trust-desc { display: none; }
    .gr-intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .gr-intro-cards { height: 320px; }
    .gr-intro-card--3 { display: none; }
    .gr-perfect-grid { grid-template-columns: repeat(2, 1fr); }
    .gr-why-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .gr-why-facts { grid-template-columns: repeat(2, 1fr); }
    .gr-islands-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
    .gr-isle--1 { grid-column: span 2; grid-row: span 2; }
    .gr-isle--2 { grid-row: span 1; }
    .gr-isle--1 .gr-isle-desc,
    .gr-isle--1 .gr-isle-cta { opacity: 1; max-height: 80px; transform: translateY(0); }
    .gr-collections-grid { grid-template-columns: repeat(2, 1fr); }
    .gr-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .gr-hero { min-height: 60vh; }
    .gr-hero-trust-inner { gap: 0; }
    .gr-hero-trust-item { padding: 0 1rem; max-width: none; flex: 1; }
    .gr-trust-icon { width: 30px; height: 30px; }
    .gr-trust-label { font-size: .68rem; }
    .gr-trust-desc { display: none; }
    .gr-hero-trust-divider { display: none; }
    .gr-hero-title { letter-spacing: -.01em; }
    .gr-perfect-grid { grid-template-columns: 1fr; }
    .gr-why-facts { grid-template-columns: 1fr; }
    .gr-islands-bento { grid-template-columns: 1fr; grid-auto-rows: 240px; }
    .gr-isle--1 { grid-column: span 1; grid-row: span 1; }
    .gr-isle--2 { grid-row: span 1; }
    .gr-isle-tags { display: none; }
    .gr-isle-desc { max-height: 60px; opacity: 1; }
    .gr-isle-cta { opacity: 1; transform: translateY(0); }
    .gr-collections-grid { grid-template-columns: 1fr; }
    .gr-featured-stats { gap: .5rem; }
    .gr-featured-stat { padding: 0 .75rem; font-size: .72rem; }
    .gr-featured-stat:first-child { padding-left: 0; }
    .gr-trust-grid { grid-template-columns: 1fr; }
    .gr-intro-actions { flex-direction: column; }
    .gr-cta-actions { flex-direction: column; align-items: center; }
    .gr-fact-card { flex-direction: column; text-align: center; }
}
.gr-intro-text p a {
    color: #088395;
    font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════════════
   SUB-DESTINATION PAGE  (sd-*)
   ═══════════════════════════════════════════════════════════════════ */

/* ── Shared eyebrow ── */
.sd-intro-eyebrow,
.sd-todo-eyebrow,
.sd-where-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 1.1rem;
}

/* ══ sd-intro ══════════════════════════════════════════════════════ */
.sd-intro {
    padding: 5rem 0 5.5rem;
    background: #fff;
}
.sd-intro-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 4.5rem;
    align-items: start;
}
.sd-intro-heading {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.55rem, 3.2vw, 2rem);
    font-weight: 800;
    color: #083344;
    line-height: 1.22;
    margin-bottom: 1.75rem;
}
.sd-intro-heading em { font-style: italic; color: #135966; }
.sd-intro-body p {
    font-size: .92rem;
    color: #4f6275;
    line-height: 1.85;
    margin-bottom: 1.2rem;
}
.sd-extra-content {
    margin-top: 1.5rem;
    font-size: .92rem;
    color: #4f6275;
    line-height: 1.85;
}
.sd-extra-content p { margin-bottom: 1.2rem; }
.sd-extra-content h2, .sd-extra-content h3, .sd-extra-content h4 {
    color: #083344;
    font-family: "Montserrat Alternates", "Montserrat", sans-serif;
    font-weight: 700;
    margin: 1.5rem 0 .6rem;
}
.sd-extra-content ul, .sd-extra-content ol {
    padding-left: 1.4rem;
    margin-bottom: 1.2rem;
}
.sd-extra-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 1rem 0;
}
.sd-intro-cta {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-top: 1rem;
    padding: .8rem 1.75rem;
    background: #083344;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    transition: background .2s, transform .2s;
}
.sd-intro-cta:hover { background: #135966; transform: translateY(-2px); color: #fff; }
.sd-intro-aside { position: sticky; top: 100px; }
.sd-intro-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ddeaee;
    box-shadow: 0 4px 24px rgba(8,51,68,.07);
}
.sd-intro-card-top {
    background: #083344;
    padding: 1.5rem 1.75rem;
}
.sd-intro-card-top h3 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 .2rem;
}
.sd-intro-card-top p { font-size: .75rem; color: rgba(255,255,255,.5); margin: 0; }
.sd-intro-card-body { padding: 1.5rem 1.75rem; background: #f8fcfd; }
.sd-intro-facts { display: flex; flex-direction: column; gap: .9rem; }
.sd-intro-fact {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding-bottom: .9rem;
    border-bottom: 1px solid #e5f0f4;
}
.sd-intro-fact:last-child { border-bottom: none; padding-bottom: 0; }
.sd-intro-fact-icon {
    width: 36px; height: 36px;
    border-radius: 9px;
    background: #e4f1f6;
    display: flex; align-items: center; justify-content: center;
    color: #135966;
    flex-shrink: 0;
    font-size: .82rem;
}
.sd-intro-fact-text strong { display: block; font-size: .8rem; font-weight: 700; color: #083344; }
.sd-intro-fact-text span  { font-size: .73rem; color: #8fa5b8; }

/* ── sd-intro: new layout components ───────────────────────────── */

/* Eyebrow — uppercase label with leading dash */
.sd-intro-script {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-family: "Montserrat", sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: 1rem;
}
.sd-intro-script::before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    flex-shrink: 0;
}

/* Why visit — vertical left-accent strip */
.sd-why-box {
    margin-top: 2.5rem;
    display: flex;
    align-items: stretch;
    border-radius: 0 10px 10px 0;
}
.sd-why-box-bar {
    width: 3px;
    flex-shrink: 0;
    background: linear-gradient(to bottom, #083344 0%, #135966 100%);
    border-radius: 2px 0 0 2px;
}
.sd-why-box-inner {
    flex: 1;
    padding: 1.35rem 1.6rem;
    background: #f4f9fb;
    border: 1px solid #daedf3;
    border-left: none;
    border-radius: 0 10px 10px 0;
}
.sd-why-heading {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #083344;
    margin-bottom: .9rem;
}
.sd-why-body p {
    font-size: .875rem;
    color: #4a6275;
    line-height: 1.8;
    margin-bottom: .5rem;
}
.sd-why-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.sd-why-body ul li {
    position: relative;
    padding-left: 1.1rem;
    font-size: .875rem;
    color: #4a6275;
    line-height: 1.72;
}
.sd-why-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .65em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #135966;
}

/* Find out more — text overlaid on image via gradient */
.sd-fom-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(8,51,68,.2);
    margin-bottom: 1.75rem;
    display: block;
}
.sd-fom-card-header {
    background: linear-gradient(to bottom, rgba(8,51,68,.88) 0%, rgba(8,51,68,.4) 65%, transparent 100%);
    padding: 1.75rem 1.75rem 0rem;
    min-height: 280px;
}
.sd-fom-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .02em;
    line-height: 1.5;
    transition: opacity .15s;
}
.sd-fom-link:hover { opacity: .82; color: #fff; text-decoration: none; }
.sd-fom-link svg { flex-shrink: 0; margin-top: 2px; opacity: .85; width: 18px; height: 18px; }
.sd-fom-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sd-fom-card:hover .sd-fom-img { transform: scale(1.04); }

/* Why stay with us */
.sd-why-stay {
    padding-top: 1.5rem;
    border-top: 1px solid #e4ecef;
}
.sd-why-stay-heading {
    font-family: "Montserrat", sans-serif;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #083344;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.sd-why-stay-body p {
    font-size: 1rem;
    color: #374151;
    line-height: 1.8;
    margin-bottom: .9rem;
}
.sd-why-stay-body strong {color: #083344;font-weight: 600;}
.sd-why-stay-body a { color: #135966; text-decoration: underline; }

/* ══ sd-guide ═══════════════════════════════════════════════════════ */
.sd-guide {
    padding: 5.5rem 0 6rem;
    background: #f9fafb;
    border-top: 1px solid #e8edf2;
}

/* ── Layout: left nav + right content ── */
.sd-guide-layout {
    display: grid;
    grid-template-columns: 215px 1fr;
    gap: 5rem;
    align-items: start;
}

/* ── Left: sticky section navigation ── */
.sd-guide-nav {
    position: sticky;
    top: 90px;
}
.sd-guide-nav-label {
    display: block;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #9fb4c2;
    margin-bottom: 1.1rem;
    padding-left: .95rem;
}
.sd-guide-nav-item {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: .78rem;
    font-weight: 500;
    color: #7a95a8;
    text-decoration: none;
    padding: .5rem 0 .5rem .95rem;
    border-left: 2px solid #dde8ee;
    line-height: 1.45;
    margin-bottom: .08rem;
    transition: color .18s, border-color .18s, font-weight .1s;
}
.sd-guide-nav-item:hover {
    color: #083344;
    border-left-color: rgba(19,89,102,.4);
    text-decoration: none;
}
.sd-guide-nav-item.is-active {
    color: #088395;
    font-weight: 700;
    border-left-color: #088395;
    text-decoration: none;
}

/* ── Right: scrollable content ── */
.sd-guide-content { background: transparent; }

.sd-guide-section {
    padding: 3rem 0;
    border-top: 1px solid #e5eaee;
}
.sd-guide-section:first-child { padding-top: 0; border-top: none; }

/* Highlighted variant for families / top tips */
.sd-guide-section--highlight .sd-guide-prose {
    background: #fff;
    border: 1px solid #dde9f0;
    border-radius: 12px;
    padding: 1.75rem 2rem;
    box-shadow: 0 2px 12px rgba(8,51,68,.05);
}

/* Heading */
.sd-guide-h {
    line-height: 1.2;
    letter-spacing: .01em;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    font-weight: 700;
    color: #083344;
    margin: 0 0 1.2rem;
}
.sd-guide-h em { font-style: italic; color: #135966; }

/* Prose */
.sd-guide-prose p {
    font-size: .92rem;
    color: #4a6275;
    line-height: 1.9;
    margin-bottom: 1.1rem;
}
.sd-guide-prose p:last-child { margin-bottom: 0; }
.sd-guide-prose strong { color: #083344; font-weight: 700; }
.sd-guide-prose a { color: #135966; text-decoration: underline; }
.sd-guide-prose h3 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #135966;
    margin: 1.6rem 0 .55rem;
}
.sd-guide-prose h4 {
    font-family: "Montserrat", sans-serif;
    font-size: .88rem;
    font-weight: 700;
    color: #083344;
    margin: 1.2rem 0 .4rem;
}
.sd-guide-prose ul, .sd-guide-prose ol {
    /* padding-left: 1.3rem; */
    margin-bottom: 1.1rem;
    list-style: disc;
}
.sd-guide-prose ul li, .sd-guide-prose ol li {
    font-size: .92rem;
    color: #4a6275;
    line-height: 1.8;
    margin-bottom: .35rem;
}
.sd-guide-prose img {
    max-width: 100%;
    border-radius: 12px;
    margin: 1.5rem 0;
    display: block;
    box-shadow: 0 4px 20px rgba(8,51,68,.1);
    height: auto;
}

/* Visual image (brand loves) */
.sd-guide-visual-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    margin-bottom: 1.75rem;
    box-shadow: 0 6px 28px rgba(8,51,68,.12);
}

/* ── 2-column guide layout (admin-configurable) ── */
.sd-guide-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    align-items: start;
}


/* Guide block (replaces sd-guide-section for 2-col layout) */
.sd-guide-block {
    margin-bottom: 32px;
}
.sd-guide-block:last-child {
    margin-bottom: 0;
}

/* ── Style variant: Default (White) ── */
.sd-gs--default {
    padding: 28px 0;
    border-top: 1px solid #e5eaee;
}
.sd-guide-col--left .sd-gs--default:first-child,
.sd-guide-col--right .sd-gs--default:first-child {
    padding-top: 0;
    border-top: none;
}

/* ── Style variant: Highlighted (Card) ── */
.sd-gs--highlight {
    background: #fff;
    border: 1px solid #dde9f0;
    border-radius: 14px;
    padding: 28px 32px;
    box-shadow: 0 2px 16px rgba(8, 51, 68, 0.06);
}

/* ── Style variant: Dark Gradient ── */
.sd-gs--dark {
    background: linear-gradient(145deg, #09637E 0%, #083344 100%);
    border-radius: 16px;
    padding: 32px 36px;
    box-shadow: 0 12px 40px rgba(8, 51, 68, 0.2);
}
.sd-gs--dark .sd-guide-h { color: #fff; }
.sd-gs--dark .sd-guide-h em { color: rgba(255,255,255,0.7); }
.sd-gs--dark .sd-guide-prose p { color: rgba(255,255,255,0.85); }
.sd-gs--dark .sd-guide-prose strong { color: #fff; }
.sd-gs--dark .sd-guide-prose a { color: #7dd3e8; }
.sd-gs--dark .sd-guide-prose h3,
.sd-gs--dark .sd-guide-prose h4 { color: #fff; }
.sd-gs--dark .sd-guide-prose ul li,
.sd-gs--dark .sd-guide-prose ol li { color: rgba(255,255,255,0.85); }
.sd-gs--dark .sd-guide-tr { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.12); }
.sd-gs--dark .sd-guide-tr:hover { background: rgba(255,255,255,0.14); }
.sd-gs--dark .sd-guide-tr-icon { background: rgba(255,255,255,0.12); color: #fff; }
.sd-gs--dark .sd-guide-tr-badge { background: rgba(255,255,255,0.15); color: #fff; }
.sd-gs--dark .sd-guide-tr-title { color: #fff; }
.sd-gs--dark .sd-guide-tr-text { color: rgba(255,255,255,0.8); }
.sd-gs--dark .sd-guide-visual-img { box-shadow: 0 6px 28px rgba(0,0,0,0.25); }

/* Transport cards */
.sd-guide-transport {
    gap: 1rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
.sd-guide-tr {
    display: flex;
    gap: .9rem;
    padding: 1.1rem 1.25rem;
    background: #fff;
    border: 1px solid #dde9f0;
    border-radius: 12px;
    align-items: flex-start;
    transition: box-shadow .2s;
}
.sd-guide-tr:hover { box-shadow: 0 4px 18px rgba(8,51,68,.08); }
.sd-guide-tr-icon {
    width: 38px;
    height: 38px;
    background: #eaf5f8;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #088395;
    flex-shrink: 0;
}
.sd-guide-tr-badge {
    display: inline-block;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #088395;
    margin-bottom: .2rem;
}
.sd-guide-tr-title {
    font-family: "Montserrat", sans-serif;
    font-size: .82rem;
    font-weight: 700;
    color: #083344;
    margin: 0 0 .25rem;
    line-height: 1.3;
}
.sd-guide-tr-text {
    font-size: .78rem;
    color: #6b7f91;
    line-height: 1.65;
    margin: 0;
}

/* ══ sd-todo ════════════════════════════════════════════════════════ */
.sd-todo {
    padding: 4rem 0;
    background: #f4f8fb;
    position: relative;
    overflow: hidden;
}
.sd-todo::before {
    content: 'SANTORINI';
    position: absolute;
    right: -3rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 8rem;
    font-weight: 900;
    color: rgba(8,51,68,.035);
    letter-spacing: .08em;
    pointer-events: none;
    white-space: nowrap;
    font-family: "Montserrat Alternates", sans-serif;
}
.sd-todo-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3.5rem;
}
.sd-todo-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(1.7rem, 3.5vw, 2.45rem);
    font-weight: 800;
    color: #083344;
    margin-bottom: .65rem;
    line-height: 1.2;
}
.sd-todo-heading em { font-style: italic; color: #135966; }
.sd-todo-subheading { font-size: .9rem; color: #6b7fa0; line-height: 1.7; margin: 0; }
.sd-todo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
/* 5-item centred last-row trick */
.sd-todo-grid--five {
    grid-template-columns: repeat(6, 1fr);
}
.sd-todo-grid--five .sd-todo-card           { grid-column: span 2; }
.sd-todo-grid--five .sd-todo-card:nth-child(4) { grid-column: 2 / span 2; }
.sd-todo-grid--five .sd-todo-card:nth-child(5) { grid-column: 4 / span 2; }
.sd-todo-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem 1.75rem;
    border: 1px solid rgba(8,51,68,.06);
    box-shadow: 0 2px 10px rgba(8,51,68,.04);
    transition: box-shadow .25s, transform .25s;
}
.sd-todo-card:hover {
    box-shadow: 0 8px 28px rgba(8,51,68,.1);
    transform: translateY(-4px);
}
.sd-todo-num {
    font-size: 3.2rem;
    font-weight: 900;
    color: rgba(8,51,68,.06);
    line-height: 1;
    margin-bottom: .7rem;
    font-family: "Montserrat Alternates", sans-serif;
}
.sd-todo-card h3 { font-size: .97rem; font-weight: 700; color: #083344; margin-bottom: .65rem; line-height: 1.35; }
.sd-todo-card p  { font-size: .845rem; color: #5a6e85; line-height: 1.72; margin: 0; }
.sd-todo-card--featured {
    background: #083344;
    border-color: transparent;
    box-shadow: 0 6px 24px rgba(8,51,68,.18);
}
.sd-todo-card--featured .sd-todo-num  { color: rgba(255,255,255,.07); }
.sd-todo-card--featured h3 { color: #fff; }
.sd-todo-card--featured p  { color: rgba(255,255,255,.62); }

/* ══ sd-food ════════════════════════════════════════════════════════ */
.sd-food {
    padding: 4rem 0;
    background: #fff;
}
.sd-food-header { margin-bottom: 3rem; }
.sd-food-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #083344;
    margin-bottom: 0;
    line-height: 1.2;
}
.sd-food-heading em { font-style: italic; color: #135966; }
.sd-food-grid {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 3.5rem;
    align-items: start;
}
.sd-food-body p { font-size: .9rem; color: #5a6e85; line-height: 1.82; margin-bottom: 1.2rem; }
.sd-food-subheading {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #083344;
    margin-bottom: .85rem;
    margin-top: 1.75rem;
}
.sd-food-dishes { display: flex; flex-wrap: wrap; gap: .5rem; }
.sd-food-dish {
    padding: .38rem .95rem;
    background: #eaf3f6;
    border: 1px solid #c2dce6;
    border-radius: 100px;
    font-size: .78rem;
    font-weight: 600;
    color: #083344;
}
.sd-food-sep {
    width: 1px;
    background: linear-gradient(to bottom, transparent, #dde8ec 20%, #dde8ec 80%, transparent);
    align-self: stretch;
    min-height: 200px;
}
.sd-wine-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #083344;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: .7rem;
}
.sd-wine-heading::before {
    content: '';
    display: block;
    width: 4px;
    height: 1.1em;
    background: #135966;
    border-radius: 2px;
    flex-shrink: 0;
}
.sd-wine-cards { display: flex; flex-direction: column; gap: 1rem; }
.sd-wine-card {
    padding: 1.15rem 1.4rem;
    background: #f7fbfc;
    border: 1px solid #ddeaee;
    border-left: 3px solid #135966;
    border-radius: 0 10px 10px 0;
    transition: box-shadow .2s;
}
.sd-wine-card:hover { box-shadow: 0 4px 16px rgba(8,51,68,.07); }
.sd-wine-card h4 { font-size: .87rem; font-weight: 700; color: #083344; margin-bottom: .3rem; }
.sd-wine-card p  { font-size: .8rem; color: #6b7a90; line-height: 1.65; margin: 0; }

/* ══ sd-where — Editorial alternating showcase ══════════════════════ */
.sd-where {
    padding: 4rem 0 0;
    background: #fff;
    overflow: hidden;
}
.sd-where-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 2rem;
}
.sd-where-header {
    text-align: left;
    max-width: 580px;
    margin: 0;
}
.sd-where-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #083344;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.sd-where-heading em {font-style: italic;color: #088395;}
.sd-where-sub { font-size: .88rem; color: #6b7fa0; margin: 0; line-height: 1.7; }

/* ── Showcase container — full-bleed rows ── */
.sd-areas-showcase {width: 100%;/* position: relative; */}

/* Each area row — rendered as <a> so reset link styles */
.sd-area-row {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 260px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.sd-area-row:hover { text-decoration: none; color: inherit; }
/* Separator line between rows */
.sd-area-row + .sd-area-row { border-top: 1px solid #edf1f5; }

/* Flipped row: content left, image right */
.sd-area-row--flip {
    grid-template-columns: 45% 55%;
    background: #f8fafb;
}
.sd-area-row--flip .sd-area-row-img-wrap { order: 2; }
.sd-area-row--flip .sd-area-row-content  { order: 1; }

/* ── Image panel ── */
.sd-area-row-img-wrap {
    position: relative;
    overflow: hidden;
}
/* Angled cut: normal rows cut right edge, flipped cut left edge */
.sd-area-row:not(.sd-area-row--flip) .sd-area-row-img-wrap {
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
}
.sd-area-row--flip .sd-area-row-img-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
}
.sd-area-row-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s cubic-bezier(.22,.61,.36,1);
    aspect-ratio: 16 / 9;
    max-height: 430px;
}
.sd-area-row:hover .sd-area-row-img { transform: scale(1.06); }
.sd-area-row-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c8dde5 0%, #e8f4f7 100%);
}
/* Subtle shade on image */
.sd-area-row-img-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, rgba(255,255,255,.08) 100%);
    pointer-events: none;
}
.sd-area-row--flip .sd-area-row-img-shade {
    background: linear-gradient(to left, transparent 60%, rgba(248,250,251,.12) 100%);
}

/* ── Content panel ── */
.sd-area-row-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2rem 2.5rem 2rem 2rem;
    overflow: hidden;
}
.sd-area-row--flip .sd-area-row-content {
    padding: 2rem 2rem 2rem 2.5rem;
}

/* Decorative number watermark */
.sd-area-row-num {
    position: absolute;
    right: 1rem;
    bottom: -1rem;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(3.5rem, 7vw, 6rem);
    font-weight: 900;
    line-height: 1;
    color: #edf1f5;
    pointer-events: none;
    user-select: none;
    transition: color .35s;
}
.sd-area-row--flip .sd-area-row-num { right: auto; left: 1rem; }
.sd-area-row:hover .sd-area-row-num { color: #dce8ed; }

/* Body text block */
.sd-area-row-body { position: relative; z-index: 1; max-width: 400px; }

.sd-area-row-tag {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .2rem .7rem;
    background: #e8f4f7;
    border-radius: 100px;
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #135966;
    margin-bottom: .75rem;
}
.sd-area-row-name {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 800;
    color: #083344;
    line-height: 1.2;
    margin: 0 0 .5rem;
}
.sd-area-row-desc {
    font-size: .82rem;
    color: #5a6e85;
    line-height: 1.7;
    margin: 0 0 1rem;
}
.sd-area-row-cta {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #083344;
    border-bottom: 2px solid #135966;
    padding-bottom: .2rem;
    transition: color .25s, gap .25s;
}
.sd-area-row:hover .sd-area-row-cta { color: #135966; gap: .75rem; }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .sd-area-row,
    .sd-area-row--flip { grid-template-columns: 1fr 1fr; min-height: 360px; }
    .sd-area-row-content,
    .sd-area-row--flip .sd-area-row-content { padding: 2.5rem 2.5rem; }
}
@media (max-width: 640px) {
    .sd-where { padding-top: 5rem; }
    .sd-area-row,
    .sd-area-row--flip {
        grid-template-columns: 1fr;
        grid-template-rows: 240px auto;
        min-height: unset;
    }
    .sd-area-row-img-wrap,
    .sd-area-row--flip .sd-area-row-img-wrap { order: 0; clip-path: none; }
    .sd-area-row-content,
    .sd-area-row--flip .sd-area-row-content { order: 1; padding: 2rem 1.5rem 2.5rem; }
    .sd-area-row-num { font-size: 5rem; bottom: -.5rem; }
}

/* ══ sd-transport ═══════════════════════════════════════════════════ */
.sd-transport {
    padding: 4rem 0;
    background: #fff;
}
.sd-transport-inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 4.5rem;
    align-items: start;
}
.sd-transport-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(1.55rem, 2.8vw, 2.1rem);
    font-weight: 800;
    color: #083344;
    margin-bottom: .9rem;
    line-height: 1.25;
}
.sd-transport-heading em { font-style: italic; color: #135966; }
.sd-transport-lead { font-size: .88rem; color: #6b7a90; line-height: 1.75; margin: 0; }
.sd-transport-cards { display: flex; flex-direction: column; gap: 1.15rem; }
.sd-transport-card {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem 1.6rem;
    background: #f7fbfc;
    border: 1px solid #dde8f0;
    border-radius: 14px;
    align-items: flex-start;
    transition: box-shadow .2s;
}
.sd-transport-card:hover { box-shadow: 0 4px 20px rgba(8,51,68,.08); }
.sd-transport-icon {
    width: 44px; height: 44px;
    border-radius: 11px;
    background: #083344;
    display: flex; align-items: center; justify-content: center;
    color: #7ecfdf;
    font-size: 1rem;
    flex-shrink: 0;
}
.sd-transport-card h4 { font-size: .88rem; font-weight: 700; color: #083344; margin-bottom: .35rem; }
.sd-transport-card p  { font-size: .82rem; color: #6b7a90; line-height: 1.65; margin: 0; }
.sd-transport-badge {
    display: inline-block;
    padding: .18rem .65rem;
    background: #e1f4ee;
    border-radius: 100px;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: #0c6e50;
    margin-bottom: .45rem;
}

/* ══ sd-tip ══════════════════════════════════════════════════════════ */
.sd-tip {
    padding: 4rem 0;
    background: #083344;
    position: relative;
    overflow: hidden;
}
.sd-tip::before {
    content: '\201C';
    position: absolute;
    left: 3rem;
    top: -1.5rem;
    font-size: 16rem;
    line-height: 1;
    color: rgba(255,255,255,.04);
    font-family: Georgia, serif;
    pointer-events: none;
}
.sd-tip-inner {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 4rem;
    align-items: center;
}
.sd-tip-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .32rem .95rem;
    background: rgba(126,207,223,.14);
    border: 1px solid rgba(126,207,223,.28);
    border-radius: 100px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #7ecfdf;
    margin-bottom: 1.5rem;
}
.sd-tip-heading {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: clamp(1.35rem, 2.6vw, 1.95rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}
.sd-tip-text {
    font-size: .9rem;
    color: rgba(255,255,255,.7);
    line-height: 1.85;
    margin-bottom: 1.5rem;
}
.sd-tip-by { font-size: .76rem; font-weight: 600; color: rgba(255,255,255,.4); letter-spacing: .03em; }
.sd-tip-by span { color: #7ecfdf; }
.sd-tip-visual { text-align: center; }
.sd-tip-visual-inner {
    display: inline-block;
    padding: 2.25rem 2rem;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    text-align: center;
    min-width: 230px;
}
.sd-tip-location-name {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #7ecfdf;
    margin-bottom: .4rem;
}
.sd-tip-location-big {
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    font-family: "Montserrat Alternates", sans-serif;
    line-height: 1;
    margin-bottom: .35rem;
}
.sd-tip-location-sub {
    font-size: .77rem;
    color: rgba(255,255,255,.45);
    margin-bottom: 1.25rem;
}
.sd-tip-location-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    justify-content: center;
}
.sd-tip-location-tags span {
    padding: .22rem .7rem;
    background: rgba(126,207,223,.12);
    border: 1px solid rgba(126,207,223,.22);
    border-radius: 100px;
    font-size: .65rem;
    font-weight: 600;
    color: #a8e0ea;
}

/* ══ Responsive ═══════════════════════════════════════════════════ */
@media (max-width: 1199px) {
    .sd-intro-grid    { grid-template-columns: 1fr 340px; gap: 3rem; }
    .sd-guide-layout  { grid-template-columns: 185px 1fr; gap: 3.5rem; }
    .sd-guide-2col    { column-gap: 36px; }
    .sd-transport-inner { grid-template-columns: 260px 1fr; gap: 3rem; }
}
@media (max-width: 991px) {
    .sd-intro-grid    { grid-template-columns: 1fr; }
    .sd-intro-aside   { position: static; }
    .sd-guide-layout  { grid-template-columns: 1fr; }
    .sd-guide-nav     { display: none; }
    .sd-guide-2col    { grid-template-columns: 1fr; }
    .sd-guide-col--right { position: static; }
    .sd-guide-transport { grid-template-columns: repeat(2, 1fr); }
    .sd-todo-grid,
    .sd-todo-grid--five     { grid-template-columns: repeat(2, 1fr); }
    .sd-todo-card,
    .sd-todo-grid--five .sd-todo-card,
    .sd-todo-grid--five .sd-todo-card:nth-child(4),
    .sd-todo-grid--five .sd-todo-card:nth-child(5) { grid-column: span 1; }
    .sd-food-grid     { grid-template-columns: 1fr; }
    .sd-food-sep      { display: none; }
    .sd-where-grid    { grid-template-columns: 1fr; }
    .sd-transport-inner { grid-template-columns: 1fr; gap: 2rem; }
    .sd-tip-inner     { grid-template-columns: 1fr; }
    .sd-tip-visual    { display: none; }
}
@media (max-width: 639px) {
    .sd-intro, .sd-todo, .sd-food,
    .sd-where, .sd-transport, .sd-tip,
    .sd-guide { padding: 3rem 0; }
    .sd-todo-grid { grid-template-columns: 1fr; }
    .sd-where-grid { grid-template-columns: 1fr; }
    .sd-todo::before { display: none; }
    .sd-fom-img { height: 220px; }
    .sd-why-stay-heading { font-size: 1.1rem; }
    .sd-why-box-inner { padding: 1.1rem 1.25rem; }
    .sd-guide-section { padding: 2.25rem 0; }
    .sd-guide-h { font-size: 1.25rem; }
    .sd-guide-transport { grid-template-columns: 1fr; }
    .sd-guide-visual-img { height: 220px; }
    .sd-guide-section--highlight .sd-guide-prose { padding: 1.25rem 1.35rem; }
    .sd-gs--highlight { padding: 20px 22px; }
    .sd-gs--dark { padding: 24px 22px; }
}

.food-and-wine-section {
    margin: 30px 0px;
}

/* ── Best Places to Stay — slider ─────────────────────────────── */
.sd-areas-slider-wrap {
    overflow: hidden;
}
.sd-areas-slide {
    padding: 0 10px;
}
.sd-area-card {
    display: block;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.18s, transform 0.18s;
}
.sd-area-card:hover {
    box-shadow: 0 6px 24px rgba(8,51,68,0.10);
    transform: translateY(-3px);
}
.sd-area-card-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
.sd-area-card-img--empty {
    height: 260px;
    background: #f3f4f6;
}
.sd-area-card-body {
    padding: 1rem 1.25rem 1.25rem;
}
.sd-area-card-name {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #083344;
    margin: 0 0 .4rem;
}
.sd-area-card-desc {
    font-size: .82rem;
    color: #6b7280;
    margin: 0 0 .6rem;
    line-height: 1.5;
}
.sd-area-card-count {
    font-size: .75rem;
    font-weight: 600;
    color: #135966;
}
.sd-areas-arrows {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.sd-areas-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #083344;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.2s;
}
.sd-areas-arrow:hover {
    background: #083344;
    color: #fff;
    border-color: #083344;
}
@media (max-width: 768px) {
    .sd-where-top { flex-wrap: wrap; }
    .sd-areas-slider-wrap { padding: 0 16px; }
    .sd-areas-arrow { width: 36px; height: 36px; }
}

/* ── Rooms & Spaces filter ────────────────────────────────────── */
.rs-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.rs-filter-label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Montserrat", sans-serif;
    font-size: .82rem;
    font-weight: 600;
    color: #083344;
    white-space: nowrap;
}
.rs-filter-select-wrap {
    position: relative;
    flex: 0 0 110px;
}
.rs-filter-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    padding: 8px 32px 8px 12px;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: .82rem;
    font-weight: 500;
    color: #083344;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: border-color 0.15s;
}
.rs-filter-select:focus {
    border-color: #135966;
}
.rs-filter-select-wrap::after {
    content: '';
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #6b7280;
}

.feefo-widget {
    margin-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 1.25rem;
    text-align: center;
}
body {
    font-family: "Montserrat", sans-serif !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    color: #212529 !important;
    padding: 0 !important;
}
.sd-intro-body a {
    color: #083344;
    font-weight: 600;
    text-decoration: none !important;
}

.sd-intro-body a span {
    text-decoration: none !important;
}
.sd-why-box-inner.without-image figure {
    display: none;
}
.sd-fom-link span, .sd-fom-link svg {
    position: relative;
    z-index: 2;
}
.nav-dd-col:first-child {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav-dd-col:first-child span.nav-dd-label {
    width: 100%;
}

.nav-dd-col:first-child a {
    width: 50%;
}
li#villlshoilidayMenu .nav-dd-col:first-child a {
    width: 100%;
}
.sd-gs--highlight h2.sd-guide-h {
    font-size: clamp(1.1rem, 2.5vw, 1.1rem);
}

.sd-guide-col.sd-guide-col--right {}

.sd-guide-col.sd-guide-col--right.sd-guide- prose p {
    font-size: 0.92rem;
}

.sd-guide-prose p {
    font-size: clamp(0.8rem, 2.5vw, 0.4rem);
}

.sd-guide-col.sd-guide-col--left {
    max-width: 600px;
}

section#sd-guide .container-fluid {
    max-width: 1440px;
}

h2.sd-guide-h {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.55rem, 3.2vw, 1.6rem);
    font-weight: 800;
    color: #083344;
    line-height: 1.22;
    margin-bottom: 1.75rem;
}

div#sdg-brand-loves h2.sd-guide-h {
    font-size: 18px;
}
.sd-why-stay-body li {
    font-size: .92rem;
    color: #4f6275;
    line-height: 1.85;
    margin-bottom: 1.2rem;
}

.sd-why-stay-body li strong {
    font-weight: 700;
}


/* ═══════════════════════════════════════════════════════════════════
   SUMMER SALE PAGE (sms-)
═══════════════════════════════════════════════════════════════════ */

/* ── Hero ──────────────────────────────────────────────────────── */
.sms-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sms-bg) center / cover no-repeat #04161e;
    overflow: hidden;
}
.sms-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 22, 30, 0.55);
    z-index: 1;
}
.sms-hero-overlay--gradient {
    background: linear-gradient(180deg, rgba(4,22,30,0.3) 0%, rgba(4,22,30,0.75) 100%);
}
.sms-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 0 60px;
    width: 100%;
}
.sms-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
}
.sms-breadcrumb a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}
.sms-breadcrumb a:hover { color: #fff; text-decoration: none; }
.sms-breadcrumb svg { opacity: 0.5; }

.sms-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
}
.sms-hero-badge svg { color: #fbbf24; }

.sms-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.sms-hero-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin: 0 auto 36px;
    line-height: 1.7;
}
.sms-hero-search {
    max-width: 900px;
    margin: 0 auto;
}
.sms-scroll-cue {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: rgba(255,255,255,0.5);
    animation: smsBounce 2s infinite;
}
@keyframes smsBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(8px); }
}

/* ── Intro + Guarantee — 2-column row ──────────────────────────── */
.sms-intro {
    padding: 88px 0;
    background: #fff;
}
.sms-intro-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.sms-intro-col {
    display: flex;
    flex-direction: column;
}

/* Intro (left column) */
.sms-intro-accent {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #088395, #135966);
    border-radius: 3px;
    margin: 0 0 28px;
}
.sms-intro-heading {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    color: #083344;
    line-height: 1.3;
    margin: 0 0 24px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.55rem, 3.2vw, 2rem);
    font-weight: 800;
    color: #083344;
    line-height: 1.22;
    margin-bottom: 1.75rem;
}
.sms-intro-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    color: #4b5563;
}
.sms-intro-body p { margin-bottom: 1rem; }
.sms-intro-body p:last-child { margin-bottom: 0; }
.sms-intro-body strong { color: #083344; font-weight: 700; }
.sms-intro-body em { font-style: italic; color: #135966; }

/* Guarantee (right column) */
.sms-guarantee-card {
    background: linear-gradient(145deg, #09637E 0%, #083344 100%);
    border-radius: 16px;
    padding: 36px 36px;
    border: 1px solid #dde9f0;
    box-shadow: 0 4px 24px rgba(8, 51, 68, 0.06);
    color: #fff;
}
.sms-guarantee-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 14px;
    color: #d97706;
    margin-bottom: 20px;
}
.sms-guarantee-heading {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #083344;
    margin: 0 0 12px;
    color: #fff;
}
.sms-guarantee-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #4b5563;
}
.sms-guarantee-body p { margin-bottom: 0.8rem; }
.sms-guarantee-body p:last-child {margin-bottom: 0;color: #fff;}
.sms-guarantee-terms {
    margin-top: 16px;
    border-top: 1px solid #d6e4eb;
    padding-top: 12px;
}
.sms-guarantee-terms summary {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #088395;
    letter-spacing: 0.02em;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.sms-guarantee-terms summary::before { content: '+ '; }
.sms-guarantee-terms[open] summary::before { content: '- '; }
.sms-guarantee-terms summary::-webkit-details-marker { display: none; }
.sms-guarantee-terms-body {
    margin-top: 12px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.7;
}

/* ── Tier Sections ──────────────────────────────────────────────── */
.sms-tier {
    padding: 80px 0 72px;
    background: #fff;
}
.sms-tier--2 {
    background: #f8fafc;
}
.sms-tier-header {
    margin-bottom: 36px;
}
.sms-tier-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px;
    border-radius: 50px;
    background: linear-gradient(90deg, #088395 0%, #135966 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.sms-tier-badge--accent {
    background: linear-gradient(90deg, #dc2626 0%, #b91c1c 100%);
}
.sms-tier-heading {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 700;
    color: #083344;
    margin: 0 0 8px;
}
.sms-tier-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 600px;
    margin: 0;
}

/* ── Slider ─────────────────────────────────────────────────────── */
.sms-slider-wrap {
    position: relative;
    overflow: hidden;
}
.sms-slide {
    padding: 0 10px;
}
/* Single item: don't stretch full width */
.sms-slider--single {
    display: flex;
}
.sms-slider--single .sms-slide {
    max-width: 380px;
}
.sms-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #374151;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.sms-arrow:hover {
    background: #083344;
    color: #fff;
    border-color: #083344;
    box-shadow: 0 4px 16px rgba(8,51,68,0.2);
}
.sms-arrow-prev { left: -16px; }
.sms-arrow-next { right: -16px; }

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 1280px) {
    .sms-arrow-prev { left: 4px; }
    .sms-arrow-next { right: 4px; }
}
@media (max-width: 1024px) {
    .sms-hero { min-height: 440px; }
    .sms-hero-inner { padding: 80px 0 48px; }
    .sms-guarantee-card { padding: 32px 28px; gap: 24px; }
}
@media (max-width: 768px) {
    .sms-hero { min-height: 380px; }
    .sms-hero-inner { padding: 72px 0 40px; }
    .sms-intro { padding: 56px 0; }
    .sms-intro-row { grid-template-columns: 1fr; gap: 32px; }
    .sms-guarantee-card { padding: 28px 24px; }
    .sms-tier { padding: 56px 0 48px; }
    .sms-arrow-prev { left: 8px; }
    .sms-arrow-next { right: 8px; }
}
@media (max-width: 640px) {
    .sms-hero { min-height: 320px; }
    .sms-hero-inner { padding: 64px 0 36px; }
    .sms-hero-badge { font-size: 10px; padding: 6px 14px; }
    .sms-intro { padding: 40px 0; }
    .sms-intro-heading { font-size: 20px; }
    .sms-guarantee-card { padding: 24px 20px; }
    .sms-guarantee-heading { font-size: 18px; }
    .sms-tier { padding: 40px 0 36px; }
    .sms-tier-badge { font-size: 11px; padding: 6px 14px; }
    .sms-arrow { width: 36px; height: 36px; }
    .sms-arrow svg { width: 14px; height: 14px; }
}


/* ═══════════════════════════════════════════════════════════════════
   BLOG LISTING PAGE (blg-* prefix)
═══════════════════════════════════════════════════════════════════ */

/* ── Hero Banner ──────────────────────────────────────────────── */
.blg-hero {
    position: relative;
    background: linear-gradient(135deg, #083344 0%, #0c4a5e 50%, #135966 100%);
    padding: 100px 0 64px;
    overflow: hidden;
}
.blg-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
    pointer-events: none;
}
.blg-hero-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.blg-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}
.blg-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}
.blg-breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.blg-breadcrumb a:hover { color: #fff; }
.blg-breadcrumb span { color: rgba(255,255,255,0.9); }
.blg-hero-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}
.blg-hero-sub {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin: 0 0 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* ── Hero Search Bar ─────────────────────────────────────────── */
.blg-search-form {
    max-width: 620px;
    margin: 0 auto 20px;
}
.blg-search-bar {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 56px;
    padding: 6px 6px 6px 20px;
    transition: all 0.25s;
}
.blg-search-bar:focus-within {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.4);
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.blg-search-icon {
    color: rgba(255,255,255,0.5);
    flex-shrink: 0;
    margin-right: 12px;
}
.blg-search-bar:focus-within .blg-search-icon {
    color: rgba(255,255,255,0.8);
}
.blg-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    min-width: 0;
}
.blg-search-input::placeholder {
    color: rgba(255,255,255,0.45);
}
.blg-search-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background: #fff;
    color: #083344;
    border: none;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
}
.blg-search-btn:hover {
    background: #f0fdfa;
    box-shadow: 0 2px 12px rgba(255,255,255,0.2);
}

/* ── Hero Popular Pills ──────────────────────────────────────── */
.blg-hero-quick {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.blg-hero-quick-label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    margin-right: 4px;
}
.blg-hero-quick-pill {
    display: inline-block;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s;
}
.blg-hero-quick-pill:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}
.blg-hero-quick-pill--cat {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.25);
    color: #fff;
}

/* ── Main Layout ─────────────────────────────────────────────── */
.blg-main {
    padding: 48px 0 64px;
    background: #f8fafc;
    min-height: 60vh;
}
.blg-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: start;
}

/* ── Sidebar ─────────────────────────────────────────────────── */
.blg-sidebar {
    position: sticky;
    top: 100px;
}
.blg-filter-group {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.04);
}
.blg-filter-title {
    /* font-family: "Montserrat Alternates", sans-serif; */
    font-size: 14px;
    font-weight: 600;
    color: #083344;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Montserrat", sans-serif;
}
.blg-filter-title svg { color: #135966; }
.blg-filter-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: border-color 0.2s;
}
.blg-filter-search:focus-within {
    border-color: #135966;
    background: #fff;
}
.blg-filter-search svg {
    color: #94a3b8;
    flex-shrink: 0;
}
.blg-filter-search-input {
    border: none;
    outline: none;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #334155;
    width: 100%;
}
.blg-filter-search-input::placeholder {
    color: #94a3b8;
}
.blg-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blg-filter-list li + li { margin-top: 4px; }
.blg-filter-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s;
}
.blg-filter-link:hover {
    background: #f1f5f9;
    color: #083344;
}
.blg-filter-link--active {
    background: #083344;
    color: #fff !important;
}
.blg-filter-link--active .blg-filter-count {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.blg-filter-count {
    font-size: 11px;
    font-weight: 600;
    background: #f1f5f9;
    color: #64748b;
    padding: 2px 8px;
    border-radius: 10px;
    min-width: 24px;
    text-align: center;
}

/* ── Tag Cloud ───────────────────────────────────────────────── */
.blg-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.blg-tag {
    display: inline-block;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid transparent;
}
.blg-tag:hover {
    background: #e2e8f0;
    color: #083344;
}
.blg-tag--active {
    background: #083344;
    color: #fff !important;
    border-color: #083344;
}

/* ── Active Filter Bar ───────────────────────────────────────── */
.blg-active-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 13px;
    color: #64748b;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    flex-wrap: wrap;
}
.blg-active-filter-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #083344;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}
.blg-active-filter-badge a {
    display: flex;
    color: rgba(255,255,255,0.7);
    transition: color 0.2s;
}
.blg-active-filter-badge a:hover { color: #fff; }
.blg-clear-filters {
    margin-left: auto;
    font-size: 12px;
    font-weight: 500;
    color: #ef4444;
    text-decoration: none;
    transition: color 0.2s;
}
.blg-clear-filters:hover { color: #dc2626; text-decoration: underline; }

/* ── Blog Card Grid ──────────────────────────────────────────── */
.blg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.blg-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(8,51,68,0.1), 0 4px 8px rgba(8,51,68,0.06);
}
.blg-card-img-wrap {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}
.blg-card-img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.blg-card:hover .blg-card-img-wrap img {
    transform: scale(1.05);
}
.blg-card-category {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    background: rgba(8,51,68,0.85);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    z-index: 2;
}
.blg-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.blg-card-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #083344;
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}
.blg-card-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blg-card-author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}
.blg-card-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f1f5f9;
}
.blg-card-author-info {
    display: flex;
    flex-direction: column;
}
.blg-card-author-name {
    font-size: 12px;
    font-weight: 600;
    color: #334155;
}
.blg-card-date {
    font-size: 11px;
    color: #94a3b8;
}

/* ── Empty State ─────────────────────────────────────────────── */
.blg-empty {
    text-align: center;
    padding: 80px 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}
.blg-empty svg { margin-bottom: 16px; }
.blg-empty h3 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #334155;
    margin: 0 0 8px;
}
.blg-empty p {
    font-size: 14px;
    color: #94a3b8;
    margin: 0 0 24px;
}
.blg-empty-btn {
    display: inline-block;
    padding: 10px 28px;
    background: #083344;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.blg-empty-btn:hover { background: #135966; color: #fff; }

/* ── Pagination ──────────────────────────────────────────────── */
.blg-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.blg-pagination-list {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.blg-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.2s;
}
.blg-page-link:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #083344;
}
.blg-page-item--active .blg-page-link {
    background: #083344;
    color: #fff;
    border-color: #083344;
}
.blg-page-item--disabled .blg-page-link {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1200px) {
    .blg-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
    .blg-layout { grid-template-columns: 230px 1fr; gap: 28px; }
}
@media (max-width: 768px) {
    .blg-hero { padding: 80px 0 40px; }
    .blg-hero-title { font-size: 32px; }
    .blg-hero-sub { font-size: 14px; margin-bottom: 24px; }
    .blg-search-bar { padding: 4px 4px 4px 16px; }
    .blg-search-input { font-size: 13px; }
    .blg-search-btn { padding: 9px 18px; font-size: 12px; }
    .blg-hero-quick { gap: 6px; }
    .blg-main { padding: 32px 0 48px; }
    .blg-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .blg-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .blg-filter-group { margin-bottom: 0; }
    .blg-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
.author-blog {
    padding: 0px 20px;
}

.blog-container-box .author-blog {
    padding: 0px 20px;
    flex-wrap: wrap;
    margin: 0;
}

.blog-container-box .author-blog span {
    width: 100%;
    font-size: 10px;
    padding-left: 47px;
    margin-top: -34px;
}

.blog-container-box img:first-child {
    border-radius: 50%;
}

.author-blog h5 {
    margin-top: -10px;
}
@media (max-width: 640px) {
    .blg-hero { padding: 72px 0 32px; }
    .blg-hero-title { font-size: 26px; }
    .blg-hero-sub { margin-bottom: 20px; }
    .blg-search-btn span { display: none; }
    .blg-search-btn svg { margin: 0; }
    .blg-hero-quick-label { display: none; }
    .blg-sidebar { grid-template-columns: 1fr; }
    .blg-grid { grid-template-columns: 1fr; }
    .blg-card-body { padding: 16px; }
    .blg-card-title { font-size: 15px; }
    .blg-active-filter { padding: 10px 12px; }
    .blog-container-box img {
        max-height: 200px;
    }

    .blog-section {
        background-size: 100% 350px!important;
    }

    .blog-container-box .author-blog {
        flex-wrap: wrap;
        padding-bottom: 0;
        padding-top: 0;
    }

    .blog-container-box span {
        font-size: 10px;
        width: 100%;
    }

    .blog-container-box .green-button {
        max-width: 100%;
        width: 100%;
        margin: 0;
        max-width: 40%;
        margin: 0 20px;
        min-width: 180px;
    }
}

