/* ==========================================================================
   MAI Events Child Theme - Cinematic Text Overlays
   ========================================================================== */

/* Sections container scoped to the story scroll section */
body .story-sections-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	pointer-events: none;
}

/* Sticky canvas container pinned inside story scroll wrapper */
body .canvas-sticky-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}


/* Absolute position for each slide to stack them directly on top of each other */
body .story-section {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	padding: 0 10% !important;
	opacity: 0;
	/* Animated via GSAP */
	pointer-events: none;
	/* Animated via GSAP */
	box-sizing: border-box !important;
}

/* Plain text centered narrative container */
body .story-text-block {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: 1200px !important;
	pointer-events: auto !important;
}

/* Massive bold heading (MOVE WITHOUT LIMITS style) */
body .story-main-title {
	font-family: var(--font-title) !important;
	font-size: 8vw !important;
	/* Scale to fill screen width */
	font-weight: 900 !important;
	line-height: 0.9 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	letter-spacing: -0.04em !important;
	margin: 0 !important;
	text-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
	background: linear-gradient(180deg, #ffffff 60%, #cbd5e1 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	text-align: center !important;
}

/* Custom Highlight colors inside heading if needed */
body .story-main-title span {
	background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Sleek wide-tracked subtitle */
body .story-subtitle {
	font-family: var(--font-title) !important;
	font-size: 1.35rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.4em !important;
	text-transform: uppercase !important;
	color: var(--color-primary) !important;
	margin-top: 2rem !important;
	margin-bottom: 0 !important;
	text-shadow: 0 4px 20px rgba(14, 165, 233, 0.4) !important;
}

/* Intro Section Specific Styles */
body .intro-section {
	padding-top: 8rem !important;
	/* Leaves space for header */
}

body .intro-content {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	flex-grow: 1 !important;
	pointer-events: auto !important;
}

body .intro-title {
	font-family: var(--font-title) !important;
	font-size: 8vw !important;
	font-weight: 900 !important;
	letter-spacing: -0.04em !important;
	text-transform: uppercase !important;
	line-height: 0.9 !important;
	margin: 0 0 1.5rem 0 !important;
	background: linear-gradient(180deg, #ffffff 60%, #cbd5e1 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	text-align: center !important;
}

body .intro-subtitle {
	font-size: 1.6rem !important;
	font-family: var(--font-title) !important;
	font-weight: 600 !important;
	letter-spacing: 0.35em !important;
	text-transform: uppercase !important;
	color: var(--color-primary) !important;
	margin-bottom: 0 !important;
	text-shadow: 0 4px 15px rgba(14, 165, 233, 0.2) !important;
}

/* Scroll indicator structured inside flex flow */
body .scroll-indicator {
	position: relative !important;
	margin-top: auto !important;
	margin-bottom: 3rem !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 0.5rem !important;
	color: var(--color-text-muted) !important;
	font-size: 0.75rem !important;
	text-transform: uppercase !important;
	letter-spacing: 0.2em !important;
	pointer-events: auto !important;
}

body .scroll-indicator-mouse {
	width: 24px !important;
	height: 40px !important;
	border: 2px solid var(--color-text-muted) !important;
	border-radius: 12px !important;
	position: relative !important;
}

body .scroll-indicator-wheel {
	width: 4px !important;
	height: 8px !important;
	background-color: var(--color-primary) !important;
	border-radius: 2px !important;
	position: absolute !important;
	top: 6px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	animation: scrollWheel 2s ease-in-out infinite !important;
}

@keyframes scrollWheel {
	0% {
		top: 6px;
		opacity: 1;
	}

	50% {
		top: 18px;
		opacity: 0;
	}

	100% {
		top: 6px;
		opacity: 1;
	}
}

/* ==========================================================================
   New Grid Sections (Partners & Services)
   ========================================================================== */

.homepage-sections-container {
	position: relative;
	background-color: #000000;
	z-index: 10;
	/* Lays over the fixed canvas container when scrolled past */
	width: 100%;
	padding: 4rem 0 0 0 !important;
}

/* 1. Partners/Logos Section (Highlighted Showcase) */
.partners-section {
	max-width: 1400px;
	margin: 0 auto 6rem;
	padding: 0 4rem;
	box-sizing: border-box;
}

.partners-showcase-container {
	background: linear-gradient(180deg, rgba(14, 165, 233, 0.04) 0%, rgba(15, 23, 42, 0.6) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 3rem 2.5rem;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
}

.partners-header {
	text-align: center;
	margin-bottom: 2.5rem;
}

.partners-badge {
	display: inline-block;
	font-family: var(--font-title);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--color-primary);
	background: rgba(14, 165, 233, 0.1);
	border: 1px solid rgba(14, 165, 233, 0.25);
	padding: 0.35rem 1rem;
	border-radius: 50px;
	margin-bottom: 0.75rem;
}

.partners-title {
	font-family: var(--font-title);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #e2e8f0;
	margin: 0;
}

.partners-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.partner-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.75rem 2.5rem;
	border-radius: 16px;
	background: rgba(17, 24, 39, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.08);
	opacity: 0.9;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	height: 120px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.partner-logo-item img {
	max-height: 70px;
	width: auto;
	max-width: 85%;
	object-fit: contain;
	filter: brightness(0) invert(1);
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.partner-logo-item:hover {
	opacity: 1;
	transform: translateY(-6px);
	background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(17, 24, 39, 0.6) 100%);
	border-color: rgba(14, 165, 233, 0.45);
	box-shadow: 0 16px 35px rgba(14, 165, 233, 0.18);
}

.partner-logo-item:hover img {
	filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(14, 165, 233, 0.7));
	transform: scale(1.1);
}

/* 2. Key Services Grid Section */
.services-grid-section {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 4rem;
	box-sizing: border-box;
}

.services-title {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 4rem;
	color: #ffffff;
	font-family: var(--font-title);
	letter-spacing: -0.01em;
}

.services-cards-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: rgba(17, 24, 39, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 2rem 1.5rem;
	text-align: center;
	align-items: center;
	text-decoration: none !important;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
		border-color 0.4s ease,
		box-shadow 0.4s ease,
		background-color 0.4s ease;
	box-sizing: border-box;
}

/* Featured Service Card Styling */
.featured-service-card {
	border-color: rgba(14, 165, 233, 0.35);
	background: linear-gradient(145deg, rgba(14, 165, 233, 0.06) 0%, rgba(17, 24, 39, 0.4) 100%);
	box-shadow: 0 4px 20px rgba(14, 165, 233, 0.12);
}

.featured-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: linear-gradient(135deg, var(--color-primary, #0ea5e9) 0%, #0284c7 100%);
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 20px;
	box-shadow: 0 2px 10px rgba(14, 165, 233, 0.4);
	z-index: 2;
}

.service-card-image-wrapper {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	width: 100%;
}

.service-card img {
	max-height: 120px;
	max-width: 100%;
	object-fit: contain;
	filter: grayscale(1) brightness(1.2);
	transition: filter 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card-title {
	font-family: var(--font-title);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #e2e8f0;
	text-transform: uppercase;
	margin: 0;
	transition: color 0.3s ease;
}

/* Card Hover States */
.service-card:hover {
	transform: translateY(-6px);
	border-color: rgba(14, 165, 233, 0.4);
	background-color: rgba(14, 165, 233, 0.05);
	box-shadow: 0 12px 30px rgba(14, 165, 233, 0.1);
}

.service-card:hover img {
	filter: grayscale(0) brightness(1.4);
	transform: scale(1.08);
}

.service-card:hover .service-card-title {
	color: var(--color-primary);
}

/* 3. Full Width Video Section */
body .video-section {
	width: 100% !important;
	max-width: 100% !important;
	margin: 6rem 0 4rem 0 !important;
	padding: 0 !important;
	background-color: #000000 !important;
	box-sizing: border-box !important;
}

.yt-fullwidth-wrapper {
	position: relative !important;
	width: 100% !important;
	height: 100vh !important;
	overflow: hidden !important;
	cursor: pointer !important;
}

.yt-fullwidth-wrapper iframe {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 120vw !important;
	height: 68vw !important;
	transform: translate(-50%, -50%) !important;
	pointer-events: auto !important;
	border: 0 !important;
}

/* Transparent clickable overlay */
.video-click-overlay {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 10 !important;
	cursor: pointer !important;
}

/* Tablet (min-width: 768px and max-width: 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
	.yt-fullwidth-wrapper {
		height: 100vh !important;
	}
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
	body .video-section {
		margin: 3rem 0 2rem 0 !important;
	}
	.yt-fullwidth-wrapper {
		height: 30vh !important;
	}
}

/* Responsive Font Sizes */
@media (max-width: 1024px) {

	body .story-main-title,
	body .intro-title {
		font-size: 9vw !important;
	}

	body .story-subtitle {
		font-size: 1rem !important;
		letter-spacing: 0.3em !important;
	}

	.services-cards-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.partners-section,
	.services-grid-section {
		padding: 0 2rem;
	}
}

@media (max-width: 768px) {

	body .story-main-title,
	body .intro-title {
		font-size: 10vw !important;
		line-height: 1.0 !important;
	}

	body .story-subtitle {
		font-size: 0.85rem !important;
		letter-spacing: 0.2em !important;
		margin-top: 1.5rem !important;
	}

	body .intro-subtitle {
		font-size: 1.1rem !important;
		letter-spacing: 0.2em !important;
	}

	.services-cards-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.services-title {
		font-size: 1.6rem;
		margin-bottom: 2.5rem;
	}

	.service-card {
		padding: 1.25rem 0.75rem !important;
	}

	.service-card-image-wrapper {
		height: 90px !important;
		margin-bottom: 1rem !important;
	}

	.service-card img {
		max-height: 75px !important;
	}

	.service-card-title {
		font-size: 0.75rem !important;
	}
}

/* ==========================================================================
   Features Split 100vh Sections (Immersive, Drone, 3D Mapping, Digital-First)
   ========================================================================== */

.features-split-section {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 !important;
}

.features-split-section .section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 1;
}

.features-split-section .split-content-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 4rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6rem;
	align-items: center;
	box-sizing: border-box;
}

.features-split-section .split-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.features-split-section .split-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	text-align: right;
	grid-column: 2;
}

.features-split-section .split-right .split-title,
.features-split-section .split-right .split-subtitle,
.features-split-section .split-right .split-description {
	text-align: right;
}

.features-split-section .split-title {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.1;
	color: #ffffff;
	font-family: var(--font-title);
	letter-spacing: -0.01em;
	margin: 0 0 1.25rem 0;
	text-transform: uppercase;
	text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.features-split-section .split-subtitle {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-primary, #0ea5e9);
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.features-split-section .split-description {
	font-size: 0.95rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.85);
	margin: 1.5rem 0 0 0;
	font-weight: 300;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
	max-width: 580px;
}

.features-split-section .split-description+.split-description {
	margin-top: 1rem;
}

.mobile-banner-image {
	display: none;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
	.features-split-section {
		height: auto;
		min-height: 100vh;
		padding: 6rem 0;
	}

	.features-split-section .section-overlay {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.85) 100%) !important;
	}

	.features-split-section .split-content-container {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		padding: 0 2.5rem;
	}

	.features-split-section .split-title {
		font-size: 2.8rem;
	}

	.features-split-section .split-description {
		font-size: 0.9rem;
		line-height: 1.6;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.features-split-section {
		flex-direction: column !important;
		min-height: auto !important;
		height: auto !important;
		margin: 0 0 2rem 0 !important;
		padding: 0 0 2.5rem 0 !important;
		background-image: none !important;
		background-color: #030712 !important;
		align-items: stretch !important;
	}

	.mobile-banner-image {
		display: block !important;
		width: 100% !important;
		height: 230px !important;
		overflow: hidden !important;
	}

	.mobile-banner-image img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		display: block !important;
	}

	.features-split-section .section-overlay {
		display: none !important;
	}

	.features-split-section .split-content-container {
		padding: 1.75rem 1.5rem 0 1.5rem !important;
		grid-template-columns: 1fr !important;
	}

	.features-split-section .split-right {
		align-items: flex-start !important;
		text-align: left !important;
		grid-column: 1 !important;
	}

	.features-split-section .split-right .split-title,
	.features-split-section .split-right .split-subtitle,
	.features-split-section .split-right .split-description {
		text-align: left !important;
	}

	.features-split-section .split-title {
		font-size: 2rem;
		margin-bottom: 0.75rem;
	}

	.features-split-section .split-subtitle {
		font-size: 0.95rem;
	}

	.features-split-section .split-description {
		font-size: 0.85rem;
		line-height: 1.65;
		margin-top: 1rem;
	}
}

@media (max-width: 480px) {
	.mobile-banner-image {
		height: 200px !important;
	}

	.features-split-section .split-content-container {
		padding: 1.5rem 1.25rem 0 1.25rem !important;
	}

	.features-split-section .split-title {
		font-size: 1.75rem;
	}
}

/* ==========================================================================
   Google Reviews / Testimonials Section
   ========================================================================== */
.testimonials-section {
	position: relative;
	background: #000000;
	padding: 5rem 2rem 6rem 2rem;
	color: #ffffff;
	z-index: 10;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.testimonials-container {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

.testimonials-header {
	text-align: center;
	margin-bottom: 3.5rem;
}

.testimonials-title {
	font-family: var(--font-title, sans-serif);
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
	color: #ffffff;
	letter-spacing: -0.01em;
}

.testimonials-subtitle {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
	font-weight: 400;
}

/* Carousel Layout & Custom Navigation */
.testimonials-carousel-wrapper {
	position: relative;
	padding: 0 3.5rem;
}

.swiper-button-custom {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 20;
	transition: all 0.25s ease;
}

.swiper-button-custom:hover {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff;
}

.swiper-button-prev-custom {
	left: -10px;
}

.swiper-button-next-custom {
	right: -10px;
}

.testimonial-card {
	background: #121212;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 1.75rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 250px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.testimonial-card.expanded {
	height: auto;
	min-height: 250px;
}

.testimonial-card:hover {
	border-color: rgba(255, 255, 255, 0.2);
}

.review-content-wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.review-text.short-text {
	display: block;
}

.review-text.full-text {
	display: none;
}

.testimonial-card.expanded .review-text.short-text {
	display: none;
}

.testimonial-card.expanded .review-text.full-text {
	display: block;
}


.card-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.avatar-circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}

.initial-avatar {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.3rem;
}

.avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.author-info {
	flex-grow: 1;
}

.author-name {
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 0.15rem 0;
	color: #ffffff;
}

.review-date {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
	display: block;
}

.google-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-stars {
	color: #f59e0b;
	font-size: 1.25rem;
	letter-spacing: 2px;
	margin-bottom: 1.25rem;
}

.review-text {
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.75);
	font-style: normal;
	margin: 0 0 1.25rem 0;
	font-weight: 400;
}

.read-more-btn {
	font-size: 0.95rem;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	margin-top: auto;
}

/* Add a Google Review Button */
.add-review-wrapper {
	text-align: center;
	margin-top: 3.5rem;
}

.add-review-button {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	background: #ffffff;
	color: #000000;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 0.85rem 2.2rem;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
}

.add-review-button:hover {
	background: #e2e8f0;
	color: #000000;
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(255, 255, 255, 0.25);
}

@media (max-width: 768px) {
	.testimonials-carousel-wrapper {
		padding: 0;
	}

	.swiper-button-custom {
		display: none;
	}
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {
	position: relative;
	background: #000000;
	padding: 5rem 2rem 6rem 2rem;
	color: #ffffff;
	z-index: 10;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-container {
	max-width: 1000px;
	margin: 0 auto;
}

.faq-header {
	text-align: center;
	margin-bottom: 3.5rem;
}

.faq-title {
	font-family: var(--font-title, sans-serif);
	font-size: 3rem;
	font-weight: 700;
	margin: 0;
	color: #ffffff;
	letter-spacing: -0.01em;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.faq-item {
	display: flex;
	flex-direction: column;
}

.faq-question {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #000000;
	border: 1.5px dashed rgba(255, 255, 255, 0.4);
	border-radius: 50px;
	padding: 1.1rem 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
}

.faq-question:hover {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.03);
}

.faq-item.active .faq-question {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.05);
}

.eye-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	flex-shrink: 0;
}

.faq-q-text {
	font-size: 0.92rem;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	line-height: 1.4;
}


.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
	padding: 0 2rem 0 4.25rem;
}

.faq-item.active .faq-answer {
	max-height: 300px;
	padding: 1.25rem 2rem 0.5rem 4.25rem;
}

.faq-answer p {
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	font-weight: 300;
}

@media (max-width: 768px) {
	.faq-section {
		padding: 4rem 1.25rem;
	}

	.faq-title {
		font-size: 2.2rem;
	}

	.faq-question {
		padding: 1rem 1.25rem;
		border-radius: 30px;
		gap: 0.75rem;
	}

	.faq-q-text {
		font-size: 0.82rem;
	}


	.faq-answer {
		padding: 0 1.25rem 0 3rem;
	}

	.faq-item.active .faq-answer {
		padding: 1rem 1.25rem 0.5rem 3rem;
	}
}

/* ==========================================================================
   UAE Experience Section
   ========================================================================== */
.uae-experience-section {
	max-width: 1400px;
	margin: 0 auto 6rem;
	padding: 0 4rem;
	box-sizing: border-box;
}

.uae-experience-container {
	position: relative;
	width: 100%;
	min-height: 480px;
	border-radius: 24px;
	overflow: hidden;
	background-color: #030712;
	/* Dark background with concentric circular lines SVG and UAE map outline on the right */
	background-image: 
		radial-gradient(circle at 82% 50%, rgba(14, 165, 233, 0.12) 0%, transparent 60%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600' width='1200' height='600'%3E%3Cdefs%3E%3CradialGradient id='mapGlow' cx='85%25' cy='35%25' r='60%25'%3E%3Cstop offset='0%25' stop-color='%2300a3ff' stop-opacity='0.15'/%3E%3Cstop offset='100%25' stop-color='%23000000' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='%23020617'/%3E%3Crect width='100%25' height='100%25' fill='url(%23mapGlow)'/%3E%3Cg stroke='%230284c7' stroke-opacity='0.12' fill='none' stroke-width='1'%3E%3Ccircle cx='980' cy='220' r='40'/%3E%3Ccircle cx='980' cy='220' r='80'/%3E%3Ccircle cx='980' cy='220' r='120'/%3E%3Ccircle cx='980' cy='220' r='160'/%3E%3Ccircle cx='980' cy='220' r='200'/%3E%3Ccircle cx='980' cy='220' r='240'/%3E%3Ccircle cx='980' cy='220' r='280'/%3E%3Ccircle cx='980' cy='220' r='320'/%3E%3Ccircle cx='980' cy='220' r='360'/%3E%3Ccircle cx='980' cy='220' r='400'/%3E%3Ccircle cx='980' cy='220' r='440'/%3E%3Ccircle cx='980' cy='220' r='480'/%3E%3Ccircle cx='980' cy='220' r='520'/%3E%3Ccircle cx='980' cy='220' r='560'/%3E%3Ccircle cx='980' cy='220' r='600'/%3E%3Ccircle cx='980' cy='220' r='640'/%3E%3Ccircle cx='980' cy='220' r='680'/%3E%3Ccircle cx='980' cy='220' r='720'/%3E%3Ccircle cx='980' cy='220' r='760'/%3E%3Ccircle cx='980' cy='220' r='800'/%3E%3Ccircle cx='980' cy='220' r='840'/%3E%3Ccircle cx='980' cy='220' r='880'/%3E%3Ccircle cx='980' cy='220' r='920'/%3E%3Ccircle cx='980' cy='220' r='960'/%3E%3Ccircle cx='980' cy='220' r='1000'/%3E%3Ccircle cx='980' cy='220' r='1040'/%3E%3Ccircle cx='980' cy='220' r='1080'/%3E%3Ccircle cx='980' cy='220' r='1120'/%3E%3Ccircle cx='980' cy='220' r='1160'/%3E%3Ccircle cx='980' cy='220' r='1200'/%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
	background-position: center right;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	padding: 4rem 4.5rem;
	box-sizing: border-box;
}

.uae-experience-container::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 100%;
	background-image: url('https://lemonchiffon-manatee-182003.hostingersite.com/wp-content/uploads/2026/08/map-uae.webp');
	background-repeat: no-repeat;
	background-position: center right 2rem;
	background-size: contain;
	pointer-events: none;
	opacity: 0.9;
}

/* Foreground content positioned on left side */
.uae-experience-content {
	position: relative;
	z-index: 2;
	max-width: 580px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.uae-experience-label {
	font-family: var(--font-title, sans-serif);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #0ea5e9;
	margin-bottom: 0.75rem;
}

.uae-experience-heading {
	font-family: var(--font-title, sans-serif);
	font-size: 2.75rem;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 1.25rem 0;
	background: linear-gradient(180deg, #ffffff 70%, #cbd5e1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.uae-experience-copy {
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(226, 232, 240, 0.85);
	margin: 0 0 2.25rem 0;
	font-weight: 400;
}

/* Horizontal logo composition */
.uae-experience-logos {
	display: flex;
	align-items: center;
	gap: 1.75rem;
	flex-wrap: wrap;
}

.uae-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85px;
	padding: 10px 22px;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 14px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uae-logo-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(14, 165, 233, 0.45);
}

.uae-logo-item img {
	max-height: 100%;
	max-width: 180px;
	width: auto;
	height: auto;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.uae-experience-container {
		padding: 3rem 2.5rem;
		min-height: auto;
	}
	.uae-experience-container::after {
		opacity: 0.2;
		width: 60%;
		background-position: center right;
	}
	.uae-experience-content {
		max-width: 100%;
	}
	.uae-experience-heading {
		font-size: 2.2rem;
	}
	.uae-logo-item {
		height: 72px;
		padding: 8px 18px;
	}
	.uae-logo-item img {
		max-width: 150px;
	}
}

@media (max-width: 768px) {
	.uae-experience-section {
		padding: 0 1.25rem;
		margin-bottom: 4rem;
	}
	.uae-experience-container {
		padding: 2.5rem 1.5rem;
	}
	.uae-experience-container::after {
		position: absolute;
		opacity: 0.15;
		width: 100%;
		height: 100%;
		background-position: center right -2rem;
		background-size: contain;
	}
	.uae-experience-content {
		align-items: center;
		text-align: center;
	}
	.uae-experience-heading {
		font-size: 1.8rem;
		text-align: center;
	}
	.uae-experience-copy {
		font-size: 0.95rem;
		margin-bottom: 1.75rem;
		text-align: center;
	}
	.uae-experience-logos {
		flex-direction: column;
		gap: 1rem;
		width: 100%;
	}
	.uae-logo-item {
		height: 64px;
		padding: 8px 14px;
		width: 100%;
		flex: 1 1 100%;
	}
	.uae-logo-item img {
		max-width: 160px;
	}
}

@media (max-width: 480px) {
	.uae-experience-logos {
		flex-direction: column;
		gap: 0.75rem;
		width: 100%;
	}
	.uae-logo-item {
		height: 60px;
		padding: 8px 12px;
		width: 100%;
		flex: 1 1 100%;
	}
	.uae-logo-item img {
		max-width: 150px;
	}
}