body {
	font-family: "Lexend", sans-serif;
	color: #000;
}

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

@font-face {
	font-family: 'beachregular';
	src: url('../webfonts/beach-webfont.woff2') format('woff2'),
		url('../webfonts/beach-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

html {
	scroll-behavior: smooth;
}

.header-container {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1030;
	background-color: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header-container.scrolled {
	background-color: #264950;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lexend", sans-serif;
}

p {
	font-size: 18px;
	color: #615e59;
	line-height: 30px;
}

p a {
	color: #ea0505;
	text-decoration: none;
}

p a:hover {
	color: #266296;
}

img {
	max-width: 100%;
}

.container {
	max-width: 1170px;
}

ul,
ol {
	list-style: none;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: clip;

}

.hero-section,
.about-us-section,
.services-section,
.cta-wrap,
.why-choose-section,
.service-areas-section,
.recent-work-section,
.testimonials-section,
.faq-estimate-section,
.blog-listing-section,
.blog-detail-section,
.services-page-intro,
.services-page-list,
.services-page-cta {
	overflow: hidden;
}

#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

#header .container {
	max-width: 1170px;
}

#header .nav-align {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .nav-align .navbar {
	padding: 26px 0;
	width: 100%;
}

.header_wrp {
	position: relative;
}

.header_wrp .row {
	z-index: 9;
	position: relative;
}

.azteclogo {
	margin-top: 30px;
}

#header .nav-align .navbar .navbar-nav .nav-item {
	margin: 0 14px;
}

#header .nav-align .navbar .navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 700;
	color: #0b2138;
	padding: 0;
}

#header .nav-align .navbar .navbar-nav .nav-link:hover,
#header .nav-align .navbar .navbar-nav .nav-link.active {
	color: #f1b209;
}

.close-toggler {
	display: none;
}

.navbar-expand-lg .navbar-nav {
	margin-right: 15px;
}

.main-btn a {
	border-radius: 15px;
	padding: 14px 24px;
	border: none;
	background: #ea0505;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
	transition: .3s;
}

.main-btn i {
	padding-left: 10px;
}

.main-btn a:hover {
	background: #c90404;
	color: #fff;
	transform: translateY(-2px);
}

#header .right-top {
	border-radius: 0 0 31px 31px;
	background: #000;
	padding: 14px 30px 14px 35px;
}

#header .right-top .contact {
	display: flex;
	justify-content: space-between;
}

#header .right-top .info,
#header .right-top .social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 15px;
	align-items: center;
}

#header .right-top .social {
	gap: 17px;
}

#header .right-top .info a,
#header .right-top .social a {
	text-decoration: none;
	color: #fff;
	transition: all ease 0.5s;
}

#header .right-top .info a,
#header .right-top .social a {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}

#header .right-top .social a {
	font-size: 20px;
}

#header .right-top .info a:hover,
#header .right-top .social a:hover {
	color: #f1b209;
}

#header .right-top .info i {
	background: #f1b209;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 40px;
	text-align: center;
}

.header-nav-bar .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .4em solid !important;
	border-right: .4em solid transparent !important;
	border-bottom: 0;
	border-left: .4em solid transparent !important;
}

#header .right-top .info a {
	font-size: 24px;
}

/* responsive tweaks */
@media (max-width: 991.98px) {
	#header .nav-align {
		justify-content: flex-end !important;
	}

	.header-actions {
		margin-top: 8px;
	}
}

.heading {
	text-align: center;
	margin: 0 0 46px;
}

.heading .title {
	display: block;
	color: #0da4af;
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}

.nav-link:focus-visible {
	box-shadow: none !important;
}

.heading h2 {
	margin: 0;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
	color: #08405f;
	font-family: "Montserrat", sans-serif;
}

.header-container {
	width: 100%;
	top: 10px;
	left: 0;
	z-index: 1000;
}

/* ==========================================================================
   Airshow Site Header
   ========================================================================== */
.site-header {
	padding: 14px 0;
	transition: all 0.3s ease;
}

.site-header .container {
	max-width: 1345px;
}

.site-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .logo img {
	max-height: 52px;
	width: auto;
	display: block;
	transition: transform 0.3s ease;
}

.site-header .logo img:hover {
	transform: scale(1.02);
}

/* Centered pill-shaped menu container */
.menu-capsule {
	background-color: rgb(28 31 38 / 36%);
	/* Darker capsule pill background */
	border-radius: 15px;
	padding: 6px 20px;
	display: flex;
	align-items: center;
	gap: 6px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	margin: 0 auto;
	height: 55px;
}

.menu-capsule .nav-item {
	margin: 0 !important;
	padding: 0px 15px;
}

.menu-capsule .nav-link {
	font-family: "Open Sans", sans-serif;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.85) !important;
	text-transform: none !important;
	padding: 0px !important;
	transition: all 0.25s ease;
	white-space: nowrap;
}

.menu-capsule .nav-link:hover,
.menu-capsule .nav-link.active {
	color: #4dbccb !important;
}

.menu-capsule .nav-link.active {
	color: #4dbccb !important;
}

/* Book Now Button */
.btn-book-now {
	background: #47acc6;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 0px 24px;
	height: 55px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-transform: uppercase;
	border: none;
}

.btn-book-now i {
	transition: transform 0.25s ease;
}

.btn-book-now:hover {
	transform: translateY(-2px);
	background: #3890b4;
	color: #ffffff !important;
}

.btn-book-now:hover i {
	transform: translateX(4px);
}

.directionbtn {
	background:#000;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 0px 24px;
	height: 55px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-transform: uppercase;
	border: none;
}

.directionbtn i {
	transition: transform 0.25s ease;
}

.directionbtn:hover {
	transform: translateY(-2px);
	background: #3890b4;
	color: #ffffff !important;
}

.directionbtn:hover i {
	transform: translateX(4px);
}

.site-header .navbar-toggler {
	border: 2px solid #fff;
	padding: 6px 10px;
}

.site-header .navbar-toggler-icon {
	filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
	.header-nav-bar .navbar-collapse {
		display: flex !important;
	}

	.site-header .close-toggler {
		display: none;
	}

	.header-nav-bar .dropdown:hover>.dropdown-menu,
	.header-nav-bar .dropdown.show>.dropdown-menu {
		display: block;
	}

	.header-nav-bar .dropdown-menu {
		position: absolute;
	}
}

@media (max-width: 991.98px) {
	.site-header {
		padding: 10px 0;
	}

	.site-header .logo img {
		max-height: 44px;
	}

	.site-header .navbar-toggler {
		border-color: rgba(255, 255, 255, 0.4);
		padding: 6px 10px;
	}

	#header .navbar-collapse {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 100%;
		width: min(320px, 85%);
		padding: 70px 20px 24px;
		overflow-y: auto;
		visibility: hidden;
		background: linear-gradient(180deg, #2b303c 0%, #1c1f26 100%);
		transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
		z-index: 10000;
		display: block !important;
		border-left: 1px solid rgba(255, 255, 255, 0.08);
	}

	#header .navbar-collapse.show {
		visibility: visible;
		transform: translateX(-100%);
	}

	#header .close-toggler {
		display: block;
		background: none;
		border: none;
		color: #fff;
		font-size: 26px;
		position: absolute;
		top: 12px;
		right: 16px;
		padding: 4px;
		line-height: 1;
		transition: color 0.25s ease;
	}

	#header .close-toggler:hover {
		color: #4dbccb;
	}

	.menu-capsule {
		background-color: transparent !important;
		border: none !important;
		border-radius: 0 !important;
		padding: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0 !important;
		width: 100%;
		margin: 0 !important;
	}

	.menu-capsule .nav-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		width: 100%;
	}

	.menu-capsule .nav-link {
		color: #fff !important;
		padding: 14px 10px !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		border-radius: 0 !important;
		display: block;
		width: 100%;
		text-align: left;
	}

	.menu-capsule .nav-link:hover,
	.menu-capsule .nav-link.active {
		color: #4dbccb !important;
		background: rgba(255, 255, 255, 0.05) !important;
		padding-left: 15px !important;
	}
}

@media (max-width: 575.98px) {
	.site-header .logo img {
		max-width: 160px;
	}
}

.heading h2 span {
	display: block;
}

/*********************************************
	Slider Css
**********************************************/
.videowrp {
	position: relative;
	height: 940px;
	width: 100%;
	overflow: hidden;
}

.videowrp:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	content: '';
}

.videowrp video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

/* ==========================================================================
   Slider Wrap Overlay (over video)
   ========================================================================== */
.slider-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
}


.slider-wrap h1 {
	font-size: 76px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.slider-wrap h1 span {
	display: block;
	font-family: 'beachregular';
	text-transform: none;
	font-size: 100px;
	font-weight: normal;
}

.slider-wrap p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 30px;
}

.slider-wrap p span {
	display: block;
}

.slider-text-col {
	padding-top: 40px;
}

/* Property Image */
.slider-property-img {
	text-align: right;
	animation: floatImage 4s ease-in-out infinite;
}

.slider-property-img img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

@keyframes floatImage {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}
}

/* Slider Responsive */
@media (max-width: 1199.98px) {
	.slider-wrap h1 {
		font-size: 56px;
	}

	.slider-wrap p {
		font-size: 20px;
		line-height: 30px;
	}

	.slider-wrap {
		left: 30px;
	}

}

@media (max-width: 991.98px) {
	.videowrp {
		height: auto;
		min-height: 700px;
	}

	.slider-wrap {
		position: relative;
		top: 100px;
		left: 0;
		height: auto;
	}

	.slider-wrap h1 {
		text-align: center;
	}

	.slider-wrap p {
		text-align: center;
		max-width: 100%;
		margin: 0 auto 24px;
	}

	.slider-text-col {
		padding-top: 0;
		text-align: center;
	}

	.slider-text-col .readmore-btn {
		text-align: center;
	}

	.slider-property-img {
		text-align: center;
		margin-top: 30px;
	}

	.slider-property-img img {
		max-width: 80%;
	}

	.slider-features {
		justify-content: center;
		margin-top: 30px;
	}

	.slider-img-col {
		order: -1;
	}
}

@media (max-width: 767.98px) {
	.slider-wrap h1 {
		font-size: 36px;
	}

	.slider-wrap p {
		font-size: 15px;
	}

	.videowrp {
		height: auto;
		min-height: 500px;
	}


}




@media (max-width: 575.98px) {
	.slider-wrap h1 {
		font-size: 30px;
	}

	.slider-wrap {
		padding: 80px 0 40px;
	}

	.slider-feature-label {
		font-size: 15px;
	}

}




/* ==========================================================================
   Property Highlights Section (after slider)
   ========================================================================== */
.property-highlights {
	padding: 60px 0 50px;
	text-align: center;
	margin-top: -490px;
	z-index: 1;
	position: relative;
}

.property-highlights-img {
	text-align: center;
	margin-bottom: 40px;
	text-align: right;
}


.property-highlights-features {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: -142px auto 0 auto;
}

.property-highlight-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
}

.property-highlight-icon {
	margin-bottom: 4px;
}

.property-highlight-icon i {
	font-size: 36px;
	color: #c2b69d;
}

.property-highlight-text {
	font-size: 22px;
	color: #a19f9b;
}

/* Property Highlights Responsive */

@media (max-width: 1200px) {
	.property-highlights-img img {
		width: 800px;
	}

	.property-highlights {
		margin-top: -455px;
	}


	.videowrp {
		height: 840px;
	}

	.property-highlight-text {
		font-size: 18px;
	}

}

@media (max-width: 991.98px) {
	.property-highlights-features {
		justify-content: space-around;
		margin-top: 0;
	}

	.menu-capsule {
		height: auto;
	}

	.menu-capsule .nav-item {
		padding: 0;
	}

	.property-highlights-img {
		text-align: center;
	}

	.property-highlights {
		margin-top: -285px;
	}

	.videowrp {
		height: 750px;
	}
}


@media (max-width: 767.98px) {
	.property-highlights {
		padding: 40px 0 35px;
	}



	.property-highlights-features {
		gap: 30px;
	}



	.property-highlight-text {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.property-highlights {
		margin-top: -110px;
	}

	.videowrp {
		height: 650px;
	}
}

@media (max-width: 575.98px) {
	.property-highlights {
		padding: 30px 0 25px;
	}

	.slider-wrap {
		top: 40px;
	}

	.videowrp {
		height: 580px;
	}

	.property-highlights-features {
		align-items: center;
		gap: 24px;
	}

	.property-highlight-text {
		font-size: 13px;
	}
}




/* ==========================================================================
   Home About Section
   ========================================================================== */
.about-us-section {
	padding: 0px 0 30px 0;
}

.about-beach img {
	border-radius: 40px;
}

.section-title .small-title {
	font-size: 16px;
	font-weight: 700;
	color: #4dbccb;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.section-title h2 {
	font-size: 44px;
	color: #506266;
	font-weight: 600;
}

.about-subtitle {
	font-size: 20px;
	color: #c2b69d;
	font-weight: 500;
	margin-bottom: 15px;
}

/* .about-subtitle span {
	display: block;
} */

.about-us-section p {
	font-size: 18px;
	color: #615e59;
	line-height: 30px;
	margin-bottom: 30px;
}

.amenities-list {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}

.about-readmore {
	text-align: right;
	margin-top: -60px;
	margin-right: 20px;
}

.amenities-list li {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	gap: 20px;
}

.amenities-list li:first-child {
	border-top: 1px solid #e5e5e5;
}

.amenities-list li:last-child {
	border: none;
}

.amenity-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}


.amenities-list li span {
	font-size: 22px;
	color: #394345;
	font-weight: 700;
}

.about-btn {
	margin-top: 20px;
}

@media (max-width: 1199.98px) {
	.about-headline {
		font-size: 38px;
	}
}

@media (max-width: 991.98px) {
	.about-beach {
		margin-bottom: 40px;
	}

	.about-headline {
		font-size: 34px;
	}
}

@media (max-width: 767.98px) {
	.about-headline {
		font-size: 30px;
	}

	.about-subtitle {
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.about-headline {
		font-size: 26px;
	}
}

/* ==========================================================================
   Property Facts Section
   ========================================================================== */
.property-facts-section {
	padding: 0 0 70px 0;
}

.fact-box {
	background: #fff;
	border: 2px solid #e5e6e6;
	border-radius: 20px;
	padding: 20px 10px;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
}


.fact-box:hover {
	border-color: #47acc6;
	box-shadow: 0 4px 15px rgb(0 0 0 / 15%);
}

.fact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}



.fact-number {
	font-size: 48px;
	font-weight: 800;
	color: #3890b4;
	line-height: 1;
}

.fact-label {
	font-size: 14px;
	font-weight: 700;
	color: #7c8292;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.property-facts-section {
		padding: 0 0 50px 0;
	}

	.fact-number {
		font-size: 36px;
	}
}

@media (max-width: 767.98px) {
	.fact-box {
		padding: 20px 10px;
	}

	.fact-icon {
		height: 45px;
	}

	.fact-icon img {
		max-height: 38px;
	}

	.fact-number {
		font-size: 30px;
	}

	.fact-label {
		font-size: 12px;
	}
}

/* ==========================================================================
   Virtual Tour and Availability Section
   ========================================================================== */
.tour-availability-section {
	padding: 0 0 70px 0;
}

.virtual-tour-wrapper {
	position: relative;
}

.availability-card {
	background: #fff;
	border: 2px solid #47acc6;
	border-radius: 30px;
	padding: 40px;
	height: 100%;
}

.tour-readmore {
	margin-top: -50px;
}

.tour-readmore .btn-book-now {
	font-size: 14px;
}

.avail-title {
	font-size: 30px;
	font-weight: 600;
	color: #506266;
	margin-bottom: 5px;
}

.avail-sub {
	font-size: 16px;
	color: #9c9c9c;
	margin-bottom: 15px;
	font-weight: 500;
}

.custom-input-wrapper {
	position: relative;
}

.custom-input-wrapper .input-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #bdc1c7;
	font-size: 16px;
	z-index: 2;
}

.custom-input {
	padding: 12px 15px 12px 40px;
	border: 1px solid #e1e4e9;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #506266;
	height: 50px;
}

.custom-input::placeholder {
	color: #7c8292;
}

.custom-input:focus {
	border-color: #47acc6;
	box-shadow: none;
}

.custom-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c8292' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
	color: #7c8292;
}



.price-label {
	font-size: 16px;
	color: #666666;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.price-amount {
	font-size: 30px;
	font-weight: 700;
	color: #47acc6;
	line-height: 1;
}

.fees-checkboxes {
	text-align: right;
}

.custom-check {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

.custom-check:last-child {
	margin-bottom: 0;
}

.checked-icon {
	color: #d7d1ce;
	font-size: 16px;
}

.check-text {
	font-size: 13px;
	font-weight: 600;
	color: #7c8292;
}

.btn-check-avail {
	background: #47acc6;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 14px;
	border-radius: 12px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border: none;
}

.btn-check-avail:hover {
	background: #3890b4;
	color: #fff;
}

@media (max-width: 991.98px) {
	.availability-card {
		padding: 30px;
	}
}

@media (max-width: 767.98px) {
	.tour-availability-section {
		padding: 0 0 50px 0;
	}

	.price-summary-row {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 15px;
	}

	.fees-checkboxes {
		text-align: left;
	}

	.custom-check {
		justify-content: flex-start;
	}
}

/* ==========================================================================
   Rooms, beds & baths Section
   ========================================================================== */
.rooms-baths-section {
	padding-bottom: 70px;
}

.room-group-title {
	font-size: 22px;
	font-weight: 700;
	color: #47acc6;
	margin-bottom: 20px;
}

.room-item {
	text-align: left;
}

.room-item .room-icon {
	height: 38px;
	margin-bottom: 12px;
	object-fit: contain;
}

.room-item h4 {
	font-size: 16px;
	font-weight: 700;
	color: #506266;
	margin-bottom: 4px;
}

.room-item p {
	font-size: 14px;
	font-weight: 500;
	color: #47acc6;
	margin: 0;
	line-height: normal;
}

.rounded-image-block {
	border-radius: 20px;
}

.room-gallery-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 10px;
	height: 300px;
}

.room-gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	min-height: 0;
}

.room-gallery-item-main {
	grid-row: 1 / 3;
}

.room-gallery-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.room-gallery-grid .hover-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
}

@media (max-width: 767.98px) {
	.room-gallery-grid {
		height: 240px;
		gap: 8px;
	}
}

@media (max-width: 767.98px) {
	.rooms-baths-section {
		padding-bottom: 40px;
	}

	.room-group-title {
		font-size: 18px;
	}

	.room-item h4 {
		font-size: 15px;
	}

	.room-item p {
		font-size: 13px;
	}
}

/* ==========================================================================
   Explore Area Section
   ========================================================================== */
.explore-area-section {
	padding: 80px 0 100px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.explore-desc {
	margin-bottom: 30px;
}


.explore-cards-container {
	margin-top: 50px;
}

.explore-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	text-align: left;
}

.explore-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.explore-card-body {
	padding: 20px;
}

.explore-card-body h5 {
	font-size: 18px;
	font-weight: 700;
	color: #506266;
	margin-bottom: 0;
}

.explore-card-body p {
	font-size: 16px;
	color: #3890b4;
	margin: 0;
}

@media (min-width: 992px) {

	.explore-card-col:nth-child(2),
	.explore-card-col:nth-child(4) {
		margin-top: 50px;
	}

	.explore-card-col:nth-child(3) {
		margin-top: 100px;
	}
}

@media (max-width: 991.98px) {
	.explore-card-col {
		margin-bottom: 20px;
	}

	.explore-area-section {
		padding: 60px 0 60px;
	}
}

/* ==========================================================================
   Amenities Section
   ========================================================================== */
.amenities-wrapper {
	padding-bottom: 70px;
}

.custom-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid #efe6e0;
	margin-bottom: 0;
	border-radius: 0;
}

.amenities-sec {
	margin-bottom: 30px;
	;
}

.amenities-gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 2fr 1fr;
	gap: 10px; 
}

.amenities-gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	min-height: 0;
}

.amenities-gallery-item-main {
	grid-column: 1 / 3;
	grid-row: 1;
}

.amenities-gallery-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.amenities-gallery-grid .hover-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
}

@media (max-width: 767.98px) {
	.amenities-gallery-grid {
		height: 280px;
		gap: 8px;
	}
}

.custom-accordion .accordion-item:first-child .accordion-button {
	padding-top: 0;
}

.custom-accordion .accordion-item:last-child {
	border-bottom: none;
}

.custom-accordion .accordion-button {
	background-color: transparent;
	padding: 16px 0;
	font-size: 24px;
	font-weight: 700;
	color: #506266;
	box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
	color: #3890b4;
	background-color: transparent;
	box-shadow: none;
}

/* Custom Accordion Icon */
.custom-accordion .accordion-button::after {
	background-image: none;
	content: '\f067';
	/* FontAwesome Plus */
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #b0a299;
	border-radius: 50%;
	font-size: 20px;
	color: #c2b69d;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
	background-image: none;
	content: '\f00d';
	/* FontAwesome X/Cross */
	transform: none;
	border-color: #3890b4;
	color: #3890b4;
}

.custom-accordion .accordion-body {
	padding: 0 0 25px 0;
}

.amenity-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.amenity-list-item img {
	margin-right: 15px;
}

.amenity-list-item span {
	font-size: 16px;
	color: #506266;
	font-weight: 600;
}

@media (max-width: 767.98px) {
	.amenities-wrapper {
		padding-bottom: 40px;
	}

	.custom-accordion .accordion-button {
		font-size: 17px;
	}

	.amenity-list-item {
		margin-bottom: 10px;
	}

	.amenity-list-item span {
		font-size: 13px;
	}
}

/* ==========================================================================
   performer
   ========================================================================== */
.galleryWrp {}

.lineup-title {
	font-size: 58px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1;
}

.galleryWrp .gallerybox {
	margin-top: 20px;
}

.house-gallery-grid {
	margin-top: 30px;
}



.gallery-card {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	display: block;
}

.gallery-card img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	transition: .5s;
	display: block;
}

.gallery-card .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .4s;
}

.gallery-card .overlay i {
	color: #fff;
	font-size: 36px;
	transform: scale(.7);
	transition: .4s;
}

.gallery-card:hover img {
	transform: scale(1.08);
}

.gallery-card:hover .overlay {
	opacity: 1;
}

.gallery-card:hover .overlay i {
	transform: scale(1);
}

@media(max-width:991px) {

	.gallery-title {
		font-size: 42px;
	}

	.gallery-card img {
		height: 260px;
	}

}

@media(max-width:576px) {

	.gallery-title {
		font-size: 30px;
	}

	.gallery-btn {
		width: 100%;
		text-align: center;
	}

	.gallery-card img {
		height: 240px;
	}

}



.map-testimonials-wrapper .small-title {
	font-size: 18px;
}

.map-testimonials-wrapper .section-title h2 {
	font-size: 32px;
	margin-bottom: 24px;
}

.starslist i {
	color: #47acc6;
	font-size: 20px;
}

.fs-text {
	font-size: 18px;
	color: #000;
	;
}

.map-testimonials-wrapper p {
	font-size: 18px;
	line-height: 30px;
	color: #506266;
}

.reviewer-name {
	color: #c2b69d;
}

/* Custom styles for map testimonial carousel arrows */
.map-testimonial-carousel .owl-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 0;
}

.map-testimonial-carousel .owl-nav button.owl-prev,
.map-testimonial-carousel .owl-nav button.owl-next {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #ccc !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff !important;
	color: #b5a58e !important;
	margin-left: 10px;
	transition: all 0.3s ease;
}

.map-testimonial-carousel .owl-nav button.owl-prev:hover,
.map-testimonial-carousel .owl-nav button.owl-next:hover {
	border-color: #b5a58e !important;
	background: #b5a58e !important;
	color: #fff !important;
}

@media (max-width: 991px) {
	.map-testimonials-wrapper .map-iframe {
		height: 700px !important;
	}
}



/* Gallery Hover Effect */
.gallery-item-wrapper:hover img {
	transform: scale(1.05);
}

.gallery-item-wrapper:hover .hover-overlay {
	opacity: 1 !important;
}

/* Trip Journey Section */
.trip-journey-section {
	position: relative;
	background-color: #fcfaf8;
	padding: 30px 0 70px 0;
}

.journey-step .step-circle-wrapper {
	width: 110px;
	height: 110px;
	position: relative;
}

.journey-step .step-circle {
	width: 110px;
	height: 110px;
}

.journey-step .step-circle span {
	color: #c2b69d !important;
	font-size: 36px !important;
}

@keyframes step-icon-swing {
	0%, 100% {
		transform: rotate(-15deg);
	}

	50% {
		transform: rotate(15deg);
	}
}

.journey-step .step-icon-box {
	width: 45px;
	height: 45px;
	top: -5px;
	right: -10px;
	background-color: #4da6c4 !important;
	animation: step-icon-swing 2s ease-in-out infinite;
	font-size: 20px;
	border-radius: 8px !important;
}

.journey-steps-row {
	margin-top: 100px;
}

.journey-step {
	position: relative;
}

.journey-step .step-circle-wrapper:before {
	content: "";
	background: url(../images/beforeLine.png) no-repeat top;
	width: 269px;
	height: 33px;
	position: absolute;
	top: 57px;
	left: 116px;
}

.journey-step:last-child .step-circle-wrapper:before {
	display: none;
}

.journey-step:nth-child(2) .step-circle-wrapper:before {
	transform: rotate(180deg);
	top: 10px;
}

.journey-step h4 {
	font-size: 24px;
	font-weight: 600;
	color: #506266;
}

.journey-step p {
	font-size: 16px;
	line-height: 28px;
	color: #615e59 !important;
}
.about-1sea{margin-bottom: 20px;}
.about-1sea img{border-radius: 20px;}
.journey-btn:hover {
	background-color: #3d8ba6 !important;
	border-color: #3d8ba6 !important;
}

.trip-journey-section .section-title .small-title {
	font-size: 18px;
}

/* FAQ Section */
.faq-section {
	background-color: #fff;
}

.custom-faq-accordion .faq-item {
	border: none;
	background-color: #e6eff2;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
}

.custom-faq-accordion .accordion-button {
	background-color: transparent;
	color: #506266;
	font-weight: 600;
	font-size: 22px;
	padding: 24px 30px;
	box-shadow: none;
	border: none;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
	color: #47acc6;
	background-color: #eef3f6;
	box-shadow: none;
}

.custom-faq-accordion .accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}

.custom-faq-accordion .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23506266'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234da6c4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	transform: rotate(-180deg);
}

.custom-faq-accordion .accordion-body {
	padding: 0 30px 30px 30px;
	color: #615e59;
	font-size: 16px;
	line-height: 28px;
	background-color: #eef3f6;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
	background-color: #1e3a3f;
}

.footer-top {
	padding: 50px 0 30px;
}


.footer-social-link {
	color: #c2b69d;
	font-size: 30px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-social-link:hover {
	color: #47acc6;
}

.footer-phone-icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #c2b69d;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1e3a3f;
	font-size: 16px;
}

.footer-phone-label {
	font-size: 14px;
	color: #fff;
}

.footer-phone-number {
	font-size: 18px;
	font-weight: 700;
	color: #47acc6;
	text-decoration: none;
}

.footer-phone-number:hover {
	color: #fff;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	transition: color 0.3s ease;
}

.footer-nav a:hover {
	color: #47acc6;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 15px 0 0 0;
	margin-top: 20px;
}

.footer-bottom p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.footer-credit-link {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.footer-credit-link:hover {
	color: #47acc6;
}

@media only screen and (max-width: 1200px) {

	#header .header-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	#header .header-nav-col {
		display: contents;
	}

	.menu-capsule .nav-item {
		padding: 0px 8px;
	}

	.header-nav-bar .navbar-nav {
		gap: 0;
	}

	#header .header-nav-col .nav-align {
		order: 3;
		width: 70%;
		flex: 0 0 70%;
		justify-content: flex-end;
	}

	.header-utility-actions {
		gap: 20px;
	}

	.header-phone .phone-number,
	.header-event .event-location {
		font-size: 20px;
	}

	.header-utility-col {
		margin: 0;
	}

	.header-nav-bar {
		padding: 0 15px;
	}

	.header-nav-bar .nav-link {
		font-size: 12px;
	}

	.airshow-headline,
	.footer-newsletter-title {
		font-size: 42px;
	}

	.airshow-events h3 a {
		font-size: 20px;
	}

	#header .header-nav-col .nav-align .navbar {
		padding: 0 0 14px 0;
	}

	#header .nav-align .navbar .navbar-nav .nav-item {
		margin: 0 10px;
	}

	#header .logo {
		justify-content: flex-start;
	}

}

@media only screen and (max-width: 991.98px) {
	#header .right-top {
		display: none;
	}

	.journey-step .step-circle-wrapper:before {
		width: 228px;
	}

	.blogs-section .row {
		justify-content: center;
	}

	.airshow-headline {
		font-size: 36px;
	}

	.footer-newsletter-title {
		font-size: 28px;
	}

	.header-utility-col {
		display: none;
	}

	#header .header-logo-col {
		margin-top: 0;
	}

	.labimg {
		text-align: center;
	}

	.dropdown-toggle::after {
		float: right;
		margin-top: 11px;
	}

	#header .dropdown-submenu .dropdown-toggle::after {
		display: inline-block;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}

	#header .nav-align .navbar .navbar-nav .nav-link {
		color: #fff;
	}

	.header-actions {
		margin-left: 0;
	}

	.cart-link {
		border: none;
	}

	.header-phone .phone-number,
	.header-phone .phone-label {
		color: #fff;
	}

	#header .navbar-toggler {
		position: absolute;
		right: 0;
	}

	#header .navbar-collapse {
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 100%;
		width: 60%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: rgba(0, 0, 0, 0.8);
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		z-index: 10000;
	}

	#header .navbar-collapse.show {
		visibility: visible;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}



	#header .nav-align .navbar .navbar-nav .nav-item {
		margin: 0;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #fff;
		padding: 10px 0;
		transition: transform 0.3s ease;
	}

	#header .close-toggler {
		background: none;
		color: #fff;
		padding: 5px;
		border: none;
		margin-top: 10px;
		font-size: 24px;
		position: absolute;
		top: 0;
		right: 15px;
		display: block;
	}

	#header .nav-align .navbar .navbar-nav .nav-link {
		text-transform: uppercase;
	}

	#header .navbar .dropdown-menu {
		background: #232430;
		padding: 0;
		border: 0;
	}

	#header .navbar .dropdown-menu li {
		border-bottom: 1px solid #777777;
	}

	#header .navbar .dropdown-menu li:last-child {
		border: none;
	}

	#header .navbar .dropdown-menu .dropdown-item {
		color: #fff;
		text-transform: uppercase;
		white-space: normal;
		padding: 10px 16px;
	}

	#header .navbar .dropdown-menu .dropdown-item:focus,
	#header .navbar .dropdown-menu .dropdown-item:hover {
		background: transparent;
		color: #04dcf7;
	}

	.mobile-utility {
		margin-top: 20px;
	}

	.header-phone .phone-number,
	.header-event .event-location {
		font-size: 24px;
	}

	.header-event {
		border: 1px solid rgba(255, 255, 255, 0.15);
		border-left: none;
		border-right: none;
		padding: 14px 0;
	}

	.btn-directions {
		display: block;
		text-align: center;
	}

	#header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
		padding-left: 32px;
		padding-right: 32px;
	}

}

@media only screen and (max-width: 767.98px) {
	.testimonial-overlay-container {
		position: static !important;
	}

	.translate-middle {
		transform: none !important;
	}

	.map-testimonials-wrapper .map-iframe {
		height: 400px !important;
	}

	.journey-step .step-circle-wrapper:before {
		display: none;
	}

	.section-title h2 {
		font-size: 36px;
	}

	.custom-faq-accordion .accordion-button {
		font-size: 16px;
	}

	.zipcode {
		max-width: inherit;
	}

	.footer-signup-btn {
		margin: 0 auto;
	}

	#header .header-nav-col .nav-align {
		width: 50%;
		flex: 0 0 50%;
	}

	.header-actions {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.cart-link {
		border: none;
		padding-left: 0;
		margin-right: 0;
	}

	.header-phone {
		width: 100%;
		justify-content: flex-start;
	}

	.btn-account {
		margin-bottom: 20px;
	}

	.header-actions {
		display: inline-block !important;
		margin-bottom: 40px;
	}

	#header .navbar-collapse {
		width: 80%;
	}

}


/* Keep hero top spacing consistent after header breakpoint rules */
@media (max-width: 991.98px) {

	#header .nav-align .navbar .navbar-nav .nav-link {
		font-size: 16px;
	}

	#header .nav-align .navbar .navbar-nav .nav-link {
		font-size: 14px;
		padding: 6px 0;
	}
}

@media (max-width: 767px) {
	.tour-readmore {
		margin-top: 30px;
		text-align: center;
	}

	.about-beach .about-readmore {
		display: none;
	}
}



@media (max-width: 480px) {
	.main-btn a {
		font-size: 15px;
	}

	.hero-section .caption h1 {
		font-size: 20px;
	}

	.hero-section .caption .title {
		font-size: 16px;
		padding: 7px 18px 6px 14px;
	}



	.hero-section .caption .title::before {
		transform: skewX(-10deg);
	}

	#header .nav-align .navbar .navbar-nav .nav-link {
		font-size: 14px;
	}

	.services-section {
		margin: 0 15px;
	}

	.section-title h2 {
		font-size: 30px;
	}

	.map-testimonials-wrapper .section-title h2 {
		font-size: 26px;
	}

	.amenities-sec {
		text-align: center;
		display: block !important;
	}

	.amenities-sec .btn-book-now {
		margin-top: 20px;
	}

}

@media (max-width: 320px) {

	.header_wrp .main-btn a {
		padding: 14px;
	}

}



/* ==========================================================================
   Page Title
   ========================================================================== */
.pagetitle-wrap {
	padding: 250px 0 40px;
	text-align: center;
	background: url(../images/pagetitle-bg.jpg) no-repeat top;
	background-size: cover;
}

.pagetitle-wrap h1 {
	color: #fff;
	;
}

.pagecontent {
	padding: 70px 0;
}






@media only screen and (max-width: 990px) {
	.pagetitle-wrap {
		padding: 160px 0 20px;
	}

	.custom-accordion {
		margin-top: 30px;
	}

	.pagetitle-wrap h1 {
		font-size: 22px;
	}

}

/* ==========================================================================
   Contact Page Styles
   ========================================================================== */
.page-title-section {
	padding: 125px 0 36px;
	background-position: center;
	position: relative;
	background: url(../images/pagetitle-bg.jpg) no-repeat center;
	background-size: cover;
}

.page-title-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(8, 64, 95, 0.85), rgba(8, 64, 95, 0.6));
}

.page-title-heading {
	font-size: 48px;
	letter-spacing: 1px;
}

.page-title-subheading {
	max-width: 600px;
	opacity: 0.9;
}

.glassmorphism-card {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.contact-icon-box {
	width: 50px;
	height: 50px;
	background: #47acc6;
	flex-shrink: 0;
}

.contactbook {
	display: block;
	height: auto;
}

.hover-primary {
	transition: color 0.3s ease;
}

.hover-primary:hover {
	color: #3890b4 !important;
}

.hover-elevate {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-elevate:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(234, 5, 5, 0.2) !important;
}

.custom-floating>.form-control.modern-input {
	border: 1px solid #e1e5e8;
	border-radius: 8px;
	background-color: #f8fafc;
	transition: all 0.3s ease;
}

.custom-floating>.form-control.modern-input:focus {
	border-color: #08405f;
	box-shadow: 0 0 0 0.25rem rgba(8, 64, 95, 0.1);
	background-color: #fff;
}

.custom-floating>label {
	color: #6c757d;
}

.contact-form-wrapper {
	z-index: 2;
}

@media (max-width: 768px) {
	.page-title-section {
		padding: 150px 0 80px;
	}

	.page-title-heading {
		font-size: 36px;
	}
}

/* Custom Added Classes */
.text-primary-blue {
	color: #47acc6 !important;
}

.text-dark-blue {
	color: #08405f !important;
}

.fs-1-1rem {
	font-size: 1.1rem;
}

.border-primary-blue {
	border-color: #47acc6 !important;
}

.highlight-title {
	color: #08405f;
	font-size: 1.25rem;
}

.icon-box-sm {
	width: 45px;
	height: 45px;
}

.icon-primary-blue {
	color: #47acc6;
	font-size: 20px;
}

.price-highlight {
	color: #08405f;
	background-color: #e0f4f8;
	border-color: #47acc6 !important;
}

.bg-dark-blue {
	background-color: #08405f !important;
}

.custom-info-list li span {
	line-height: 1.5;
}