/*
Theme Name: Glee North Coast
Author: Mohamed Abozaid
Author URI: https://abozaid.press/
Theme URI: 
Tags: full-site-editing
Text Domain: glee-north-coast
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

.wp-site-blocks {
	padding: 0 !important;
}

.glee-hero-ar {
	position: relative;
	isolation: isolate;
	min-height: calc(100vh - 80px);
	padding: clamp(96px, 12vw, 170px) 24px 82px;
	overflow: hidden;
	direction: rtl;
	background-color: #062333;
	background-image:
		linear-gradient(90deg, rgba(2, 27, 40, 0.92) 0%, rgba(3, 31, 47, 0.86) 42%, rgba(3, 31, 47, 0.95) 100%);
	background-position: center;
	background-size: cover;
}

.glee-hero-ar__grid {
	position: relative;
	z-index: 1;
	display: grid !important;
	grid-template-columns: minmax(320px, 448px) minmax(420px, 1fr);
	gap: clamp(56px, 9vw, 170px);
	align-items: center;
	max-width: 1280px !important;
	margin-inline: auto;
}

.glee-hero-ar__content {
	text-align: right;
}

.glee-hero-ar__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 28px;
	color: #12d7d3;
	font-size: 0.92rem;
	font-weight: 600;
}

.glee-hero-ar__eyebrow::before {
	width: 18px;
	height: 10px;
	content: "";
	background: repeating-linear-gradient(
		to bottom,
		#12d7d3 0,
		#12d7d3 2px,
		transparent 2px,
		transparent 4px
	);
}

.glee-hero-ar__title {
	max-width: 610px;
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(3.25rem, 6vw, 5.1rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

.glee-hero-ar__title mark {
	color: #16d8d0;
	background: transparent;
}

.glee-hero-ar__lead {
	max-width: 610px;
	margin: 28px 0 0;
	color: #7fd5f5;
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	line-height: 2;
}

.glee-hero-ar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.glee-hero-ar__btn .wp-block-button__link {
	min-width: 184px;
	padding: 20px 38px;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	border-radius: 999px;
}

.glee-hero-ar__btn--primary .wp-block-button__link {
	color: #041f2d !important;
	background: #10d4c7 !important;
	border: 1px solid #10d4c7;
}

.glee-hero-ar__btn--ghost .wp-block-button__link {
	color: #ffffff !important;
	background: transparent !important;
	border: 1px solid rgba(142, 184, 204, 0.38);
}

.glee-hero-ar__form {
	box-sizing: border-box;
	width: min(100%, 448px);
	padding: clamp(30px, 4vw, 40px);
	margin: 0;
	color: #ffffff;
	background: rgba(21, 48, 64, 0.72);
	border: 1px solid rgba(151, 190, 208, 0.18);
	border-radius: 10px;
	backdrop-filter: blur(12px);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.glee-hero-ar__form h2 {
	margin: 0 0 30px;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 800;
	text-align: right;
}

.glee-hero-ar__form label {
	display: block;
	margin: 0 0 16px;
}

.glee-hero-ar__form input {
	box-sizing: border-box;
	width: 100%;
	height: 58px;
	padding: 0 18px;
	color: #ffffff;
	font: inherit;
	text-align: right;
	background: rgba(37, 66, 82, 0.72);
	border: 1px solid rgba(162, 193, 211, 0.18);
	border-radius: 7px;
	outline: 0;
}

.glee-hero-ar__form input::placeholder {
	color: rgba(211, 224, 232, 0.5);
}

.glee-hero-ar__form input:focus {
	border-color: #10d4c7;
	box-shadow: 0 0 0 3px rgba(16, 212, 199, 0.16);
}

.glee-hero-ar__form button {
	width: 100%;
	height: 56px;
	margin-top: 0;
	color: #021b28;
	font: inherit;
	font-weight: 800;
	background: #10d4c7;
	border: 0;
	border-radius: 7px;
	cursor: pointer;
	transition: transform 0.25s ease, background 0.25s ease;
}

.glee-hero-ar__form button:hover {
	background: #19e3d7;
	transform: translateY(-2px);
}

@media (max-width: 980px) {
	.glee-hero-ar {
		min-height: auto;
		padding-top: 88px;
	}

	.glee-hero-ar__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.glee-hero-ar__form-column {
		order: 2;
	}

	.glee-hero-ar__content {
		order: 1;
	}

	.glee-hero-ar__form,
	.glee-hero-ar__title,
	.glee-hero-ar__lead {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.glee-hero-ar {
		padding-inline: 18px;
	}

	.glee-hero-ar__title {
		font-size: clamp(2.45rem, 13vw, 3.25rem);
	}

	.glee-hero-ar__btn,
	.glee-hero-ar__btn .wp-block-button__link {
		width: 100%;
	}

	.glee-hero-ar__form {
		padding: 24px;
	}
}

.glee-trust-strip-ar {
	position: relative;
	isolation: isolate;
	padding: clamp(52px, 6vw, 72px) 24px;
	overflow: hidden;
	direction: rtl;
	background-color: #062333;
	background-image:
		linear-gradient(90deg, rgba(4, 28, 41, 0.94), rgba(8, 35, 48, 0.88), rgba(4, 28, 41, 0.94));
	background-position: center 42%;
	background-size: cover;
	
}




.glee-trust-strip-ar__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: clamp(28px, 8vw, 96px);
	align-items: center;
	max-width: 1120px !important;
	margin-inline: auto;
}

.glee-trust-strip-ar__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	text-align: center;
}

.glee-trust-strip-ar__icon {
	display: block;
	width: 31px;
	height: 31px;
	margin-bottom: 18px;
	color: #08d7cf;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.glee-trust-strip-ar__title {
	margin: 0;
	color: #f2d79a;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.05rem, 1.55vw, 1.32rem);
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

@media (max-width: 760px) {
	.glee-trust-strip-ar__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.glee-trust-strip-ar__item {
		min-height: auto;
	}
}

.glee-about-project-ar {
	position: relative;
	isolation: isolate;
	padding: clamp(84px, 10vw, 126px) 24px clamp(96px, 12vw, 150px);
	overflow: hidden;
	direction: rtl;
	background: #062333;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.glee-about-project-ar__grid {
	display: grid !important;
	grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1fr);
	gap: clamp(56px, 8vw, 108px);
	align-items: center;
	max-width: 1260px !important;
	margin-inline: auto;
}

.glee-about-project-ar__media-column {
	order: 1;
}

.glee-about-project-ar__content {
	order: 2;
	max-width: 620px;
	text-align: right;
}

.glee-about-project-ar__media {
	position: relative;
	margin: 0;
}

.glee-about-project-ar__image {
	margin: 0 !important;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.glee-about-project-ar__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	filter: grayscale(1) brightness(0.55) contrast(1.12);
}

.glee-about-project-ar__area-card {
	position: absolute;
	right: auto;
	bottom: -40px;
	left: -40px;
	box-sizing: border-box;
	min-width: 168px;
	padding: 28px 26px 26px;
	color: #ffffff;
	text-align: right;
	background: rgba(20, 76, 102, 0.94);
	border: 1px solid rgba(115, 185, 214, 0.28);
	border-radius: 10px;
	box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
}

.glee-about-project-ar__area-card div {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 12px;
}

.glee-about-project-ar__area-card span {
	color: #10d4c7;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(3rem, 4.2vw, 4rem);
	font-weight: 900;
	line-height: 0.9;
}

.glee-about-project-ar__area-card small {
	color: #b4d7e6;
	font-size: 1.08rem;
	font-weight: 700;
}

.glee-about-project-ar__area-card p {
	margin: 0;
	color: #f2d79a;
	font-size: 0.93rem;
	font-weight: 800;
}

.glee-about-project-ar__eyebrow {
	margin: 0 0 32px;
	color: #10d4c7;
	font-size: 0.92rem;
	font-weight: 700;
}

.glee-about-project-ar__title {
	max-width: 620px;
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(2.25rem, 4.2vw, 3.25rem);
	font-weight: 900;
	line-height: 1.32;
	letter-spacing: 0;
}

.glee-about-project-ar__text {
	max-width: 620px;
	margin: 32px 0 0;
	color: #76d8f7;
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	line-height: 2.05;
}

.glee-about-project-ar__stats {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(140px, 1fr));
	gap: clamp(42px, 7vw, 96px);
	max-width: 480px;
	margin-top: 60px;
}

.glee-about-project-ar__stat {
	text-align: center;
}

.glee-about-project-ar__stat h3 {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(2.4rem, 4.5vw, 3.35rem);
	font-weight: 900;
	line-height: 1;
}

.glee-about-project-ar__stat p {
	margin: 12px 0 0;
	color: #76d8f7;
	font-size: 1rem;
}

@media (max-width: 980px) {
	.glee-about-project-ar__grid {
		grid-template-columns: 1fr;
	}

	.glee-about-project-ar__media-column {
		order: 2;
	}

	.glee-about-project-ar__content {
		order: 1;
		max-width: none;
	}

	.glee-about-project-ar__text,
	.glee-about-project-ar__title {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.glee-about-project-ar {
		padding-inline: 18px;
	}

	.glee-about-project-ar__image img {
		aspect-ratio: 4 / 5;
	}

	.glee-about-project-ar__area-card {
		right: 18px;
		bottom: -34px;
		left: auto;
		min-width: 148px;
		padding: 22px 20px;
	}

	.glee-about-project-ar__stats {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
		margin-top: 42px;
	}
}

.glee-why-choose-ar {
	position: relative;
	isolation: isolate;
	padding: clamp(82px, 10vw, 122px) 24px clamp(88px, 10vw, 120px);
	overflow: hidden;
	direction: rtl;
	background-image:
		linear-gradient(rgba(7, 45, 61, 0.92), rgba(8, 45, 60, 0.88)),
		url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=70");
	background-position: center;
	background-size: cover;
	
}

.glee-why-choose-ar::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background:
		radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.06), transparent 32%),
		radial-gradient(circle at 82% 35%, rgba(255, 255, 255, 0.05), transparent 30%);
	backdrop-filter: blur(2px);
}

.glee-why-choose-ar__inner {
	max-width: 1280px !important;
	margin-inline: auto;
}

.glee-why-choose-ar__title {
	position: relative;
	width: fit-content;
	margin: 0 auto clamp(64px, 8vw, 82px);
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.glee-why-choose-ar__title::after {
	position: absolute;
	right: 50%;
	bottom: -24px;
	width: 96px;
	height: 4px;
	content: "";
	background: #11d6ca;
	transform: translateX(50%);
}

.glee-why-choose-ar__grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(22px, 2.3vw, 28px);
	align-items: stretch;
	margin-inline: auto;
}

.glee-why-choose-ar__card {
	box-sizing: border-box;
	min-height: 286px;
	padding: 40px 38px 36px;
	text-align: right;
	background: rgba(29, 64, 80, 0.68);
	border: 1px solid rgba(114, 176, 202, 0.08);
	border-radius: 9px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(9px);
    
}
.glee-why-choose-ar__card:hover{
    border-color: #08d7cf;
}
.glee-why-choose-ar__icon {
	display: block;
	width: 39px;
	height: 39px;
	margin-bottom: 34px;
	color: #12d7d3;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.glee-why-choose-ar__card-title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0;
}

.glee-why-choose-ar__text {
	margin: 22px 0 0;
	color: #8bd2e7;
	font-size: 1rem;
	line-height: 1.75;
}

@media (max-width: 1100px) {
	.glee-why-choose-ar__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.glee-why-choose-ar {
		padding-inline: 18px;
	}

	.glee-why-choose-ar__grid {
		grid-template-columns: 1fr;
	}

	.glee-why-choose-ar__card {
		min-height: auto;
		padding: 32px 28px;
	}
}

.glee-luxury-units-ar {
	padding: clamp(78px, 9vw, 118px) 24px clamp(90px, 11vw, 128px);
	direction: rtl;
	background: #062333;
}

.glee-luxury-units-ar__inner {
	max-width: 1040px !important;
	margin-inline: auto;
}

.glee-luxury-units-ar__eyebrow {
	margin: 0 0 10px;
	color: #10d4c7;
	font-size: 0.78rem;
	font-weight: 800;
}

.glee-luxury-units-ar__title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.75rem, 3.3vw, 2.5rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.glee-luxury-units-ar__lead {
	max-width: 620px;
	margin: 18px auto 0;
	color: #8bd2e7;
	font-size: 0.98rem;
	line-height: 1.8;
}

.glee-luxury-units-ar__cards {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 64px;
}

.glee-luxury-units-ar__card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #0b3b52;
	border: 1px solid rgba(18, 215, 211, 0.28);
	border-radius: 7px;
}

.glee-luxury-units-ar__card-image {
	margin: 0 !important;
}

.glee-luxury-units-ar__card-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1.42 / 1;
	object-fit: cover;
}

.glee-luxury-units-ar__card-title {
	margin: 20px 20px 10px;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.4;
}

.glee-luxury-units-ar__meta,
.glee-luxury-units-ar__feature-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.glee-luxury-units-ar__meta {
	display: grid;
	gap: 8px;
	padding-inline: 20px;
	color: #8bd2e7;
	font-size: 0.82rem;
	line-height: 1.5;
}

.glee-luxury-units-ar__meta li,
.glee-luxury-units-ar__feature-list li {
	position: relative;
	padding-right: 18px;
}

.glee-luxury-units-ar__meta li::before,
.glee-luxury-units-ar__feature-list li::before {
	position: absolute;
	top: 0.62em;
	right: 0;
	width: 7px;
	height: 7px;
	content: "";
	border: 1.5px solid #10d4c7;
	border-radius: 50%;
	transform: translateY(-50%);
}

.glee-luxury-units-ar__meta li:first-child {
	color: #10d4c7;
	font-weight: 900;
}

.glee-luxury-units-ar__action {
	margin-top: auto;
	padding: 18px 20px 20px;
}

.glee-luxury-units-ar__action .wp-block-button,
.glee-luxury-units-ar__action .wp-block-button__link,
.glee-luxury-units-ar__feature-action .wp-block-button,
.glee-luxury-units-ar__feature-action .wp-block-button__link {
	width: 100%;
}

.glee-luxury-units-ar__action .wp-block-button__link,
.glee-luxury-units-ar__feature-action .wp-block-button__link {
	padding: 12px 18px;
	color: #ffffff !important;
	font-size: 0.83rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	background: transparent !important;
	border: 1px solid rgba(139, 210, 231, 0.35);
	border-radius: 5px;
}

.glee-luxury-units-ar__action--featured .wp-block-button__link {
	color: #062333 !important;
	background: #f2d79a !important;
	border-color: #f2d79a;
}

.glee-luxury-units-ar__feature {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 0;
	margin-top: 20px;
	overflow: hidden;
	background: #114963;
	border: 1px solid rgba(139, 210, 231, 0.35);
	border-radius: 7px;
}

.glee-luxury-units-ar__feature-copy {
	box-sizing: border-box;
	padding: clamp(34px, 5vw, 58px) clamp(28px, 5vw, 56px);
}

.glee-luxury-units-ar__badge {
	display: inline-flex;
	margin: 0 0 16px;
	padding: 6px 12px;
	color: #062333;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	background: #f2d79a;
	border-radius: 999px;
}

.glee-luxury-units-ar__feature-title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.35rem, 2.5vw, 1.9rem);
	font-weight: 900;
	line-height: 1.4;
}

.glee-luxury-units-ar__feature-text {
	margin: 18px 0 0;
	color: #8bd2e7;
	font-size: 0.96rem;
	line-height: 1.85;
}

.glee-luxury-units-ar__feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 30px;
	margin-top: 28px;
	color: #b7e4f2;
	font-size: 0.86rem;
	line-height: 1.55;
}

.glee-luxury-units-ar__feature-action {
	width: 138px;
	margin-top: 30px;
}

.glee-luxury-units-ar__feature-image {
	height: 100%;
	margin: 0 !important;
}

.glee-luxury-units-ar__feature-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 380px;
	object-fit: cover;
}

@media (max-width: 980px) {
	.glee-luxury-units-ar__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.glee-luxury-units-ar__feature {
		grid-template-columns: 1fr;
	}

	.glee-luxury-units-ar__feature-image {
		order: -1;
	}
}

@media (max-width: 640px) {
	.glee-luxury-units-ar {
		padding-inline: 18px;
	}

	.glee-luxury-units-ar__cards,
	.glee-luxury-units-ar__feature-list {
		grid-template-columns: 1fr;
	}

	.glee-luxury-units-ar__feature-action {
		width: 100%;
	}
}

.glee-amenities-ar {
	padding: clamp(82px, 10vw, 126px) 24px clamp(88px, 10vw, 122px);
	direction: rtl;
	background: #062333;
}

.glee-amenities-ar__inner {
	max-width: 1080px !important;
	margin-inline: auto;
}

.glee-amenities-ar__eyebrow {
	margin: 0 0 12px;
	color: #10d4c7;
	font-size: 0.82rem;
	font-weight: 800;
}

.glee-amenities-ar__title {
	margin: 0 0 clamp(58px, 7vw, 76px);
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.9rem, 3.3vw, 2.6rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.glee-amenities-ar__layout {
	display: grid;
	grid-template-columns: 1fr 0.98fr;
	gap: 24px;
	align-items: stretch;
}

.glee-amenities-ar__left {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 24px;
}

.glee-amenities-ar__mini-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
}

.glee-amenities-ar__mini-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 312px;
	padding: 38px 30px;
	text-align: center;
	background: rgba(10, 37, 50, 0.76);
	border: 1px solid rgba(139, 210, 231, 0.18);
	border-radius: 8px;
}

.glee-amenities-ar__icon {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
	color: #10d4c7;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.glee-amenities-ar__card-title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	font-weight: 900;
	line-height: 1.45;
}

.glee-amenities-ar__text {
	max-width: 245px;
	margin: 14px auto 0;
	color: #8bd2e7;
	font-size: 0.96rem;
	line-height: 1.75;
}

.glee-amenities-ar__image-card {
	position: relative;
	isolation: isolate;
	min-height: 310px;
	overflow: hidden;
	background: #0b3b52;
	border: 1px solid rgba(139, 210, 231, 0.22);
	border-radius: 8px;
}

.glee-amenities-ar__image-card figure {
	height: 100%;
	margin: 0 !important;
}

.glee-amenities-ar__image-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.68) saturate(0.9);
}

.glee-amenities-ar__image-card::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(180deg, rgba(2, 22, 33, 0.14) 0%, rgba(2, 22, 33, 0.82) 100%);
}

.glee-amenities-ar__image-card--tall {
	min-height: 640px;
}

.glee-amenities-ar__image-card--wide {
	min-height: 310px;
}

.glee-amenities-ar__image-copy {
	position: absolute;
	right: 48px;
	bottom: 42px;
	left: 48px;
	z-index: 2;
	text-align: right;
}

.glee-amenities-ar__image-title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.45rem, 2.8vw, 2.1rem);
	font-weight: 900;
	line-height: 1.35;
}

.glee-amenities-ar__image-text {
	max-width: 520px;
	margin: 16px 0 0;
	color: #a5e1f2;
	font-size: 1rem;
	line-height: 1.75;
}

@media (max-width: 980px) {
	.glee-amenities-ar__layout {
		grid-template-columns: 1fr;
	}

	.glee-amenities-ar__image-card--tall {
		min-height: 460px;
	}
}

@media (max-width: 640px) {
	.glee-amenities-ar {
		padding-inline: 18px;
	}

	.glee-amenities-ar__mini-grid {
		grid-template-columns: 1fr;
	}

	.glee-amenities-ar__mini-card {
		min-height: auto;
		padding: 34px 24px;
	}

	.glee-amenities-ar__image-card--tall,
	.glee-amenities-ar__image-card--wide {
		min-height: 380px;
	}

	.glee-amenities-ar__image-copy {
		right: 24px;
		bottom: 28px;
		left: 24px;
	}
}

.glee-masterplan-ar {
	padding: clamp(68px, 8vw, 92px) 24px clamp(80px, 9vw, 110px);
	direction: rtl;
	background: #062333;
}

.glee-masterplan-ar__inner {
	max-width: 1040px !important;
	margin-inline: auto;
}

.glee-masterplan-ar__title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.glee-masterplan-ar__lead {
	max-width: 640px;
	margin: 14px auto 0;
	color: #8bd2e7;
	font-size: 0.96rem;
	line-height: 1.75;
}

.glee-masterplan-ar__map {
	position: relative;
	isolation: isolate;
	max-width: 980px;
	margin: clamp(48px, 6vw, 62px) auto 0;
	overflow: hidden;
	background: #0b3b52;
	border: 1px solid rgba(139, 210, 231, 0.22);
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.glee-masterplan-ar__map::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(6, 35, 51, 0.08) 0%, rgba(6, 35, 51, 0.32) 100%),
		radial-gradient(circle at 50% 45%, transparent 0%, rgba(2, 21, 32, 0.28) 100%);
}

.glee-masterplan-ar__image {
	margin: 0 !important;
}

.glee-masterplan-ar__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1.08 / 1;
	object-fit: cover;
	filter: saturate(0.92) brightness(0.72) contrast(1.05);
}

.glee-masterplan-ar__pin {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	padding: 0;
	color: #062333;
	background: #10d4c7;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(16, 212, 199, 0.55);
	cursor: pointer;
	animation: gleePinPulse 2.4s ease-in-out infinite, gleePinFloat 3.6s ease-in-out infinite;
}

.glee-masterplan-ar__pin-number {
	margin: 0 !important;
	color: #062333;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
}

.glee-masterplan-ar__pin--one {
	top: 28%;
	left: 34%;
}

.glee-masterplan-ar__pin--two {
	right: 26%;
	bottom: 26%;
	background: #f2d79a;
	animation-delay: 0.45s;
}

.glee-masterplan-ar__pin--three {
	top: 45%;
	left: 49%;
	animation-delay: 0.85s;
}

.glee-masterplan-ar__pin--four {
	top: 37%;
	right: 36%;
	background: #f2d79a;
	animation-delay: 1.2s;
}

.glee-masterplan-ar__pin:focus-within {
	outline: 2px solid #ffffff;
	outline-offset: 4px;
}

.glee-masterplan-ar__tooltip {
	position: absolute;
	right: 50%;
	bottom: calc(100% + 16px);
	display: grid;
	width: 210px;
	gap: 7px;
	padding: 16px 18px;
	color: #ffffff;
	text-align: right;
	pointer-events: none;
	background: rgba(8, 43, 59, 0.72);
	border: 1px solid rgba(139, 210, 231, 0.32);
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(14px);
	opacity: 0;
	transform: translate(50%, 10px) scale(0.96);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.glee-masterplan-ar__tooltip::after {
	position: absolute;
	right: 50%;
	bottom: -7px;
	width: 14px;
	height: 14px;
	content: "";
	background: rgba(8, 43, 59, 0.72);
	border-right: 1px solid rgba(139, 210, 231, 0.32);
	border-bottom: 1px solid rgba(139, 210, 231, 0.32);
	transform: translateX(50%) rotate(45deg);
	backdrop-filter: blur(14px);
}

.glee-masterplan-ar__tooltip-title {
	margin: 0 !important;
	color: #10d4c7;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.4;
}

.glee-masterplan-ar__tooltip-text {
	margin: 0 !important;
	color: #d8f4fb;
	font-size: 0.86rem;
	line-height: 1.65;
}

.glee-masterplan-ar__pin:hover,
.glee-masterplan-ar__pin:focus-within {
	z-index: 4;
	animation-play-state: paused;
	transform: translateY(-3px) scale(1.08);
}

.glee-masterplan-ar__pin:hover .glee-masterplan-ar__tooltip,
.glee-masterplan-ar__pin:focus-within .glee-masterplan-ar__tooltip {
	opacity: 1;
	transform: translate(50%, 0) scale(1);
}

@keyframes gleePinPulse {
	0% {
		box-shadow: 0 0 0 0 rgba(16, 212, 199, 0.58);
	}
	70% {
		box-shadow: 0 0 0 16px rgba(16, 212, 199, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(16, 212, 199, 0);
	}
}

@keyframes gleePinFloat {
	0%,
	100% {
		margin-top: 0;
	}
	50% {
		margin-top: -8px;
	}
}

@media (max-width: 760px) {
	.glee-masterplan-ar {
		padding-inline: 18px;
	}

	.glee-masterplan-ar__image img {
		aspect-ratio: 4 / 5;
	}

	.glee-masterplan-ar__tooltip {
		width: 174px;
		padding: 14px;
	}

	.glee-masterplan-ar__pin--one {
		top: 28%;
		left: 26%;
	}

	.glee-masterplan-ar__pin--two {
		right: 24%;
		bottom: 24%;
	}
}

.glee-location-ar {
	padding: clamp(86px, 10vw, 132px) 24px;
	direction: rtl;
	background: #0b3a4d;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.glee-location-ar__grid {
	display: grid !important;
	grid-template-columns: minmax(430px, 0.95fr) minmax(430px, 1fr);
	gap: clamp(58px, 9vw, 120px);
	align-items: center;
	max-width: 1280px !important;
	margin-inline: auto;
}

.glee-location-ar__map {
	box-sizing: border-box;
	padding: 12px;
	overflow: hidden;
	background: rgba(16, 60, 78, 0.7);
	border: 1px solid rgba(139, 210, 231, 0.24);
	border-radius: 12px;
	box-shadow: 0 28px 76px rgba(0, 0, 0, 0.22);
}

.glee-location-ar__map svg {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.glee-location-ar__content {
	text-align: right;
}

.glee-location-ar__eyebrow {
	margin: 0 0 30px;
	color: #10d4c7;
	font-size: 0.92rem;
	font-weight: 800;
}

.glee-location-ar__title {
	max-width: 620px;
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(2.2rem, 4.2vw, 3.35rem);
	font-weight: 900;
	line-height: 1.32;
	letter-spacing: 0;
}

.glee-location-ar__lead {
	max-width: 620px;
	margin: 32px 0 0;
	color: #8bd2e7;
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	line-height: 2;
}

.glee-location-ar__cards {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 58px;
}

.glee-location-ar__card {
	position: relative;
	box-sizing: border-box;
	min-height: 86px;
	padding: 22px 76px 20px 24px;
	text-align: right;
	background: rgba(22, 72, 94, 0.72);
	border: 1px solid rgba(139, 210, 231, 0.16);
	border-radius: 9px;
}

.glee-location-ar__icon {
	position: absolute;
	top: 24px;
	right: 28px;
	width: 28px;
	height: 28px;
	color: #10d4c7;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.glee-location-ar__card-title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.35;
}

.glee-location-ar__card-text {
	margin: 6px 0 0;
	color: #8bd2e7;
	font-size: 0.94rem;
	line-height: 1.4;
}

@media (max-width: 980px) {
	.glee-location-ar__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.glee-location-ar {
		padding-inline: 18px;
	}

	.glee-location-ar__cards {
		grid-template-columns: 1fr;
	}

	.glee-location-ar__card {
		padding-left: 20px;
	}
}

.glee-payment-plans-ar {
	padding: clamp(86px, 10vw, 132px) 24px;
	direction: rtl;
	background: #155875;
}

.glee-payment-plans-ar__grid {
	display: grid !important;
	grid-template-columns: minmax(420px, 0.94fr) minmax(470px, 1fr);
	gap: clamp(58px, 9vw, 120px);
	align-items: center;
	max-width: 1280px !important;
	margin-inline: auto;
}

.glee-payment-plans-ar__steps {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	padding: clamp(42px, 5vw, 58px);
	background: rgba(27, 88, 116, 0.76);
	border: 1px solid rgba(139, 210, 231, 0.18);
	border-radius: 12px;
	box-shadow: 0 28px 76px rgba(0, 0, 0, 0.18);
}

.glee-payment-plans-ar__steps::before {
	position: absolute;
	top: -92px;
	left: -92px;
	width: 280px;
	height: 280px;
	content: "";
	background: radial-gradient(circle, rgba(16, 212, 199, 0.22), rgba(16, 212, 199, 0));
	pointer-events: none;
}

.glee-payment-plans-ar__steps > * {
	position: relative;
	z-index: 1;
}

.glee-payment-plans-ar__steps-title {
	margin: 0 0 34px;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	font-weight: 900;
	line-height: 1.35;
	text-align: right;
}

.glee-payment-plans-ar__step {
	position: relative;
	box-sizing: border-box;
	min-height: 74px;
	padding: 0 76px 28px 0;
	margin-bottom: 28px;
	border-bottom: 1px solid rgba(139, 210, 231, 0.12);
}

.glee-payment-plans-ar__step:last-of-type {
	margin-bottom: 34px;
}

.glee-payment-plans-ar__step-number {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 !important;
	color: #10d4c7;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1;
	background: rgba(16, 212, 199, 0.16);
	border-radius: 50%;
}

.glee-payment-plans-ar__step-title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.45;
}

.glee-payment-plans-ar__step-text {
	margin: 5px 0 0;
	color: #8bd2e7;
	font-size: 0.94rem;
	line-height: 1.6;
}

.glee-payment-plans-ar__cta {
	width: 100%;
	margin-top: 26px;
}

.glee-payment-plans-ar__cta .wp-block-button {
	width: 100%;
}

.glee-payment-plans-ar__cta .wp-block-button__link {
	box-sizing: border-box;
	width: 100%;
	padding: 18px 28px;
	color: #062c38 !important;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: 1.03rem;
	font-weight: 900;
	background: #10d4c7 !important;
	border-radius: 8px;
	box-shadow: none;
}

.glee-payment-plans-ar__content {
	text-align: right;
}

.glee-payment-plans-ar__title {
	max-width: 650px;
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 900;
	line-height: 1.38;
	letter-spacing: 0;
}

.glee-payment-plans-ar__lead {
	max-width: 680px;
	margin: 26px 0 0;
	color: #8bd2e7;
	font-size: clamp(1rem, 1.25vw, 1.12rem);
	line-height: 2;
}

.glee-payment-plans-ar__offers {
	display: grid !important;
	gap: 24px;
	margin-top: 48px;
}

.glee-payment-plans-ar__offer {
	position: relative;
	box-sizing: border-box;
	min-height: 112px;
	padding: 28px 136px 26px 30px;
	text-align: right;
	background: rgba(34, 93, 122, 0.72);
	border: 1px solid rgba(139, 210, 231, 0.14);
	border-radius: 10px;
}

.glee-payment-plans-ar__offer-badge,
.glee-payment-plans-ar__offer-icon {
	position: absolute;
	top: 50%;
	right: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 !important;
	color: #10d4c7;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	background: rgba(16, 212, 199, 0.16);
	border-radius: 50%;
	transform: translateY(-50%);
}

.glee-payment-plans-ar__offer-badge--gold {
	color: #f1d69a;
	background: rgba(241, 214, 154, 0.2);
}

.glee-payment-plans-ar__offer-icon {
	box-sizing: border-box;
	padding: 22px;
	color: #10d4c7;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.glee-payment-plans-ar__offer-title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.35;
}

.glee-payment-plans-ar__offer-text {
	margin: 8px 0 0;
	color: #8bd2e7;
	font-size: 0.98rem;
	line-height: 1.65;
}

@media (max-width: 980px) {
	.glee-payment-plans-ar__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.glee-payment-plans-ar__steps-column {
		order: 2;
	}
}

@media (max-width: 640px) {
	.glee-payment-plans-ar {
		padding-inline: 18px;
	}

	.glee-payment-plans-ar__steps {
		padding: 34px 24px;
	}

	.glee-payment-plans-ar__step {
		padding-right: 62px;
	}

	.glee-payment-plans-ar__offer {
		min-height: auto;
		padding: 112px 24px 24px;
		text-align: center;
	}

	.glee-payment-plans-ar__offer-badge,
	.glee-payment-plans-ar__offer-icon {
		top: 24px;
		right: 50%;
		transform: translateX(50%);
	}
}

.glee-testimonials-ar {
	position: relative;
	padding: clamp(92px, 11vw, 150px) 24px clamp(82px, 9vw, 128px);
	overflow: hidden;
	direction: rtl;
	background: #082d3d;
}

.glee-testimonials-ar::before {
	position: absolute;
	inset: auto 0 0;
	height: 58%;
	content: "";
	background:
		linear-gradient(180deg, rgba(8, 45, 61, 0), rgba(8, 45, 61, 0.92)),
		url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=70") center bottom / cover;
	opacity: 0.16;
	pointer-events: none;
}

.glee-testimonials-ar__inner {
	position: relative;
	z-index: 1;
	max-width: 1840px !important;
	margin-inline: auto;
}

.glee-testimonials-ar__title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.glee-testimonials-ar__cards {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 2.4vw, 34px);
	margin-top: clamp(70px, 8vw, 104px);
}

.glee-testimonials-ar__column {
	min-width: 0;
}

.glee-testimonials-ar__card {
	position: relative;
	box-sizing: border-box;
	min-height: 222px;
	padding: 42px clamp(34px, 3vw, 44px) 34px;
	overflow: hidden;
	text-align: right;
	background: rgba(18, 52, 69, 0.72);
	border: 1px solid rgba(139, 210, 231, 0.18);
	border-radius: 9px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.glee-testimonials-ar__quote-mark {
	position: absolute;
	top: 22px;
	left: 28px;
	margin: 0 !important;
	color: rgba(139, 210, 231, 0.16);
	font-family: Georgia, serif;
	font-size: clamp(4rem, 5vw, 5.4rem);
	font-weight: 900;
	line-height: 0.8;
}

.glee-testimonials-ar__person {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap !important;
	gap: 20px;
	align-items: center !important;
	justify-content: flex-start !important;
	margin: 0 !important;
}

.glee-testimonials-ar__avatar {
	flex: 0 0 64px;
	width: 64px !important;
	height: 64px !important;
	margin: 0 !important;
	overflow: hidden;
	border: 2px solid #10d4c7;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(16, 212, 199, 0.08);
}

.glee-testimonials-ar__avatar img {
	display: block;
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 50%;
}

.glee-testimonials-ar__person-copy {
	margin: 0 !important;
}

.glee-testimonials-ar__name {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.4;
}

.glee-testimonials-ar__role {
	margin: 4px 0 0;
	color: #8bd2e7;
	font-size: 0.9rem;
	line-height: 1.35;
}

.glee-testimonials-ar__text {
	margin: 34px 0 0;
	color: #8bd2e7;
	font-size: clamp(0.98rem, 1.15vw, 1.08rem);
	line-height: 1.9;
}

@media (max-width: 1100px) {
	.glee-testimonials-ar__cards {
		grid-template-columns: 1fr;
		max-width: 720px !important;
		margin-inline: auto;
	}
}

@media (max-width: 640px) {
	.glee-testimonials-ar {
		padding-inline: 18px;
	}

	.glee-testimonials-ar__card {
		padding: 34px 24px 28px;
	}

	.glee-testimonials-ar__quote-mark {
		left: 20px;
	}

	.glee-testimonials-ar__person {
		gap: 16px;
	}
}

.glee-gallery-ar {
	padding: clamp(86px, 10vw, 132px) 24px;
	direction: rtl;
	background: #062b3a;
}

.glee-gallery-ar__inner {
	max-width: 1060px !important;
	margin-inline: auto;
}

.glee-gallery-ar__eyebrow {
	margin: 0 0 12px;
	color: #10d4c7;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.4;
}

.glee-gallery-ar__title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(2rem, 3vw, 2.85rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.glee-gallery-ar__lead {
	max-width: 680px;
	margin: 24px auto 0;
	color: #8bd2e7;
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	line-height: 1.8;
}

.glee-gallery-ar__grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: clamp(56px, 6vw, 72px);
}

.glee-gallery-ar__item {
	position: relative;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
	width: 100%;
	margin: 0 !important;
	overflow: hidden;
	background: rgba(139, 210, 231, 0.08);
	border: 1px solid rgba(139, 210, 231, 0.12);
	border-radius: 8px;
}

.glee-gallery-ar__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, filter 0.5s ease;
}

.glee-gallery-ar__item::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(6, 43, 58, 0), rgba(6, 43, 58, 0.16));
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.glee-gallery-ar__item:hover img {
	filter: saturate(1.08) contrast(1.03);
	transform: scale(1.045);
}

.glee-gallery-ar__item:hover::after {
	opacity: 1;
}

@media (max-width: 980px) {
	.glee-gallery-ar__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 680px !important;
		margin-inline: auto;
	}
}

@media (max-width: 560px) {
	.glee-gallery-ar {
		padding-inline: 18px;
	}

	.glee-gallery-ar__grid {
		grid-template-columns: 1fr;
		max-width: 360px !important;
	}
}

.glee-faq-ar {
	padding: clamp(86px, 10vw, 132px) 24px;
	direction: rtl;
	background: #062b3a;
}

.glee-faq-ar__inner {
	max-width: 740px !important;
	margin-inline: auto;
}

.glee-faq-ar__eyebrow {
	margin: 0 0 12px;
	color: #10d4c7;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.4;
}

.glee-faq-ar__title {
	margin: 0;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: clamp(2rem, 3vw, 2.85rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.glee-faq-ar__tabs {
	gap: 12px !important;
	margin-top: clamp(42px, 5vw, 58px);
}

.glee-faq-ar__tab .wp-block-button__link {
	padding: 10px 22px;
	color: #8bd2e7 !important;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
	background: transparent !important;
	border: 1px solid rgba(139, 210, 231, 0.2);
	border-radius: 999px;
	box-shadow: none;
}

.glee-faq-ar__tab--active .wp-block-button__link,
.glee-faq-ar__tab.is-active .wp-block-button__link,
.glee-faq-ar__tab .wp-block-button__link:hover {
	color: #10d4c7 !important;
	border-color: rgba(16, 212, 199, 0.75);
	background: rgba(16, 212, 199, 0.08) !important;
}

.glee-faq-ar__panels {
	margin-top: 34px;
}

.glee-faq-ar__panel {
	display: grid !important;
	gap: 16px;
}

.glee-faq-ar.js-ready .glee-faq-ar__panel {
	display: none !important;
}

.glee-faq-ar.js-ready .glee-faq-ar__panel.is-active {
	display: grid !important;
}

.glee-faq-ar__item {
	position: relative;
	box-sizing: border-box;
	margin: 0 !important;
	overflow: hidden;
	text-align: right;
	background: rgba(18, 52, 69, 0.72);
	border: 1px solid rgba(139, 210, 231, 0.18);
	border-radius: 8px;
}

.glee-faq-ar__item summary {
	position: relative;
	display: block;
	padding: 24px 34px 24px 64px;
	color: #ffffff;
	font-family: var(--wp--preset--font-family--tajawal, sans-serif);
	font-size: 1.04rem;
	font-weight: 900;
	line-height: 1.5;
	cursor: pointer;
	list-style: none;
}

.glee-faq-ar__item summary::-webkit-details-marker {
	display: none;
}

.glee-faq-ar__item summary::after {
	position: absolute;
	top: 50%;
	left: 32px;
	width: 10px;
	height: 10px;
	content: "";
	border-right: 2px solid #c7e8f2;
	border-bottom: 2px solid #c7e8f2;
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.25s ease;
}

.glee-faq-ar__item[open] summary::after {
	transform: translateY(-35%) rotate(225deg);
}

.glee-faq-ar__item p {
	margin: 0;
	padding: 0 34px 26px;
	color: #8bd2e7;
	font-size: 0.98rem;
	line-height: 1.85;
}

@media (max-width: 640px) {
	.glee-faq-ar {
		padding-inline: 18px;
	}

	.glee-faq-ar__tab .wp-block-button__link {
		padding-inline: 16px;
		font-size: 0.84rem;
	}

	.glee-faq-ar__item summary {
		padding: 20px 22px 20px 54px;
	}

	.glee-faq-ar__item summary::after {
		left: 24px;
	}

	.glee-faq-ar__item p {
		padding: 0 22px 22px;
	}
}

.dayz-header__lang-switcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid var(--wp--preset--color--gold, #e8c97b);
	color: var(--wp--preset--color--gold, #e8c97b) !important;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: var(--wp--custom--radius--pill, 50px);
	transition: all 0.3s ease;
	text-transform: uppercase;
	line-height: 1;
	margin-right: 8px;
	background: transparent;
}

.dayz-header__lang-switcher:hover {
	background-color: var(--wp--preset--color--gold, #e8c97b) !important;
	color: #0d1b22 !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(232, 201, 123, 0.2);
}

.dayz-header__lang-icon {
	flex-shrink: 0;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.dayz-header__lang-switcher:hover .dayz-header__lang-icon {
	transform: rotate(360deg);
}

.dayz-header__mobile-lang {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 15px;
}

.dayz-header__mobile-lang .dayz-header__lang-switcher {
	width: 80%;
	padding: 10px 24px;
	margin-right: 0;
	font-size: 1rem;
	text-align: center;
}

.dayz-header--en {
	direction: ltr !important;
}

.dayz-header--en .dayz-header__inner,
.dayz-header--en .dayz-header__menu,
.dayz-header--en .dayz-header__actions,
.dayz-header--en .dayz-header__social {
	flex-direction: row !important;
}

.dayz-header--en .dayz-header__lang-switcher {
	margin-right: 0;
	margin-left: 8px;
}

.dayz-header--en .dayz-header__mobile {
	right: auto !important;
	left: 0 !important;
	transform: translateX(-100%) !important;
}

.dayz-header--en .dayz-header__mobile[aria-hidden="false"] {
	transform: translateX(0) !important;
}

.dayz-floating-actions {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	gap: 12px;
	pointer-events: none;
}

.dayz-floating-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #fff !important;
	text-decoration: none;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dayz-floating-action--scroll-top {
	background-color: var(--wp--preset--color--gold, #c9a84c);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

.dayz-floating-action--scroll-top.dayz-floating-action--visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dayz-floating-action--whatsapp {
	background-color: #25d366;
	animation: dayzPulseWa 2.5s infinite;
}

.dayz-floating-action--phone {
	background-color: #007bff !important;
}

.dayz-floating-action--chat {
	background-color: var(--wp--preset--color--gold, #c9a84c) !important;
}

.dayz-floating-action:hover,
.dayz-floating-action--chat-active {
	transform: translateY(-3px) scale(1.05);
}

@keyframes dayzPulseWa {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

.dayz-chat-widget {
	position: fixed;
	right: 25px;
	bottom: 95px;
	z-index: 100000;
	display: flex;
	flex-direction: column;
	width: 360px;
	max-width: calc(100vw - 50px);
	height: 480px;
	max-height: calc(100vh - 140px);
	overflow: hidden;
	background-color: #0d1b2a;
	border: 1px solid rgba(232, 201, 123, 0.15);
	border-radius: 20px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px) scale(0.95);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dayz-chat-widget.dayz-chat-widget--active {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) scale(1) !important;
}

.dayz-chat-header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 16px 20px !important;
	background: linear-gradient(135deg, #0b4f6c 0%, #0d253f 100%) !important;
	border-bottom: 1px solid rgba(232, 201, 123, 0.1) !important;
}

.dayz-chat-header-info {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
}

.dayz-chat-avatar {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	font-size: 1.15rem !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1.5px solid var(--wp--preset--color--gold, #c9a84c) !important;
	border-radius: 50% !important;
}

.dayz-chat-status-wrap {
	display: flex !important;
	flex-direction: column !important;
}

.dayz-chat-title {
	color: #fff !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
}

.dayz-chat-status {
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 0.78rem !important;
}

.status-dot {
	display: inline-block !important;
	width: 6px !important;
	height: 6px !important;
	background-color: #25d366 !important;
	border-radius: 50% !important;
	box-shadow: 0 0 8px #25d366 !important;
}

.dayz-chat-close {
	padding: 0 !important;
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 1.8rem !important;
	line-height: 1 !important;
	background: transparent !important;
	border: none !important;
	cursor: pointer !important;
}

.dayz-chat-body {
	display: flex !important;
	flex-direction: column !important;
	flex-grow: 1 !important;
	padding: 20px !important;
	overflow-y: auto !important;
}

.dayz-chat-welcome {
	padding: 12px 16px !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 0.88rem !important;
	line-height: 1.6 !important;
	text-align: right !important;
	background: rgba(255, 255, 255, 0.03) !important;
	border-right: 3px solid var(--wp--preset--color--gold, #c9a84c) !important;
	border-radius: 4px !important;
}

.dayz-chat-body .wpcf7 form {
	margin-top: 0 !important;
	text-align: right !important;
}

.dayz-chat-body .wpcf7 form label {
	display: block !important;
	margin-bottom: 4px !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 0.88rem !important;
	font-weight: 500 !important;
}

.dayz-chat-body .wpcf7 form input[type="text"],
.dayz-chat-body .wpcf7 form input[type="email"],
.dayz-chat-body .wpcf7 form input[type="tel"],
.dayz-chat-body .wpcf7 form textarea {
	box-sizing: border-box !important;
	width: 100% !important;
	padding: 10px 14px !important;
	margin-bottom: 12px !important;
	color: #fff !important;
	font-size: 0.9rem !important;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: var(--wp--custom--radius--sm, 12px) !important;
}

.dayz-chat-body .wpcf7 form textarea {
	height: 80px !important;
	resize: none !important;
}

.dayz-chat-body .wpcf7 form input[type="submit"] {
	width: 100% !important;
	height: 44px !important;
	margin-top: 5px !important;
	color: #0d1b2a !important;
	font-weight: 700 !important;
	background-color: var(--wp--preset--color--gold, #c9a84c) !important;
	border: none !important;
	border-radius: var(--wp--custom--radius--sm, 12px) !important;
	cursor: pointer !important;
}

html[dir="ltr"] .dayz-floating-actions,
.dayz-header--en ~ .dayz-floating-actions {
	right: auto !important;
	left: 25px !important;
}

html[dir="ltr"] .dayz-chat-widget,
.dayz-header--en ~ .dayz-chat-widget {
	right: auto !important;
	left: 25px !important;
	direction: ltr !important;
}

html[dir="ltr"] .dayz-chat-widget .dayz-chat-welcome,
.dayz-header--en ~ .dayz-chat-widget .dayz-chat-welcome {
	text-align: left !important;
	border-right: none !important;
	border-left: 3px solid var(--wp--preset--color--gold, #c9a84c) !important;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.dayz-floating-action--whatsapp {
		animation: none;
	}
}

@media (max-width: 600px) {
	.dayz-floating-actions {
		right: 16px;
		bottom: 16px;
	}

	.dayz-chat-widget {
		right: 16px;
		bottom: 84px;
		max-width: calc(100vw - 32px);
	}
}
