/* ==========================================================================
   SHEIKH UMAR SPIRITUAL HEALING & ASTROLOGY
   Premium Dark Theme with Imperial Gold Accents & Authentic African Motifs
   ========================================================================== */

:root {
	--bg-primary: #07090e;
	--bg-secondary: #0d121c;
	--bg-tertiary: #131b28;
	--bg-card: rgba(13, 18, 28, 0.85);
	--bg-card-hover: rgba(22, 31, 48, 0.95);
	--bg-glass: rgba(13, 18, 28, 0.7);

	--gold-100: #fff4d1;
	--gold-200: #fae18f;
	--gold-300: #eec956;
	--gold-400: #e5b932;
	--gold-500: #d4af37;
	--gold-600: #b89223;
	--gold-700: #937115;
	--gold-gradient: linear-gradient(135deg, #fae18f 0%, #d4af37 50%, #937115 100%);
	--gold-gradient-soft: linear-gradient(135deg, rgba(212, 175, 55, 0.25) 0%, rgba(147, 113, 21, 0.1) 100%);
	--gold-border: rgba(212, 175, 55, 0.28);
	--gold-border-bright: rgba(212, 175, 55, 0.65);
	--gold-glow: 0 0 25px rgba(212, 175, 55, 0.22);

	--wa-green: #25d366;
	--wa-green-dark: #128c7e;
	--wa-green-glow: 0 0 25px rgba(37, 211, 102, 0.35);

	--text-primary: #f5f5f7;
	--text-secondary: #a9b5c7;
	--text-muted: #6f7d93;
	--text-gold: #eec956;

	--border-subtle: rgba(255, 255, 255, 0.08);
	--border-light: rgba(212, 175, 55, 0.15);

	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 16px;
	--radius-xl: 24px;
	--radius-full: 9999px;

	--font-body: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--font-display: 'Cinzel', Georgia, serif;
	--font-serif: 'Cormorant Garamond', Garamond, Georgia, serif;

	--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
	--shadow-md: 0 8px 24px rgba(0, 0, 0, 0.5);
	--shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.6);
	--shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
}

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	font-size: 16px;
	background-color: var(--bg-primary);
	color: var(--text-primary);
}

body {
	font-family: var(--font-body);
	background-color: var(--bg-primary);
	color: var(--text-primary);
	line-height: 1.65;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease;
}

button, input, select, textarea {
	font-family: inherit;
}

button {
	cursor: pointer;
	border: none;
	background: none;
}

.container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.page-wrapper {
	position: relative;
	background-color: var(--bg-primary);
	min-height: 100vh;
	overflow: hidden;
}

/* Background Atmosphere */
.page-wrapper::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		radial-gradient(circle at 15% 15%, rgba(212, 175, 55, 0.04) 0%, transparent 40%),
		radial-gradient(circle at 85% 65%, rgba(26, 60, 110, 0.07) 0%, transparent 50%),
		radial-gradient(circle at 50% 90%, rgba(212, 175, 55, 0.03) 0%, transparent 45%);
	pointer-events: none;
	z-index: 0;
}

/* Typography Helpers */
.text-gold {
	color: var(--gold-400);
}

.gold-gradient-text {
	background: var(--gold-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ==========================================================================
   TOP BAR & NAVIGATION
   ========================================================================== */
.topbar {
	background: rgba(7, 9, 14, 0.95);
	border-bottom: 1px solid var(--border-light);
	padding: 0.5rem 0;
	font-size: 0.825rem;
	color: var(--text-secondary);
	position: relative;
	z-index: 50;
}

.topbar-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.topbar-left {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.badge-confidential {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.2rem 0.6rem;
	background: rgba(212, 175, 55, 0.12);
	border: 1px solid var(--gold-border);
	border-radius: var(--radius-full);
	color: var(--gold-300);
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.topbar-right {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.topbar-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--text-secondary);
	font-weight: 500;
}

.topbar-link:hover {
	color: var(--gold-300);
}

.topbar-link.wa-text {
	color: var(--wa-green);
	font-weight: 600;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(7, 9, 14, 0.88);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--gold-border);
	transition: all 0.3s ease;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.85rem 1.5rem;
}

.brand-logo {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.brand-symbol {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: radial-gradient(circle, #2a200a 0%, #10141d 100%);
	border: 1.5px solid var(--gold-400);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gold-300);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.1rem;
	box-shadow: 0 0 15px rgba(212, 175, 55, 0.25);
	flex-shrink: 0;
}

.brand-text-col {
	display: flex;
	flex-direction: column;
}

.brand-name {
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #ffffff;
	line-height: 1.2;
}

.brand-tagline {
	font-size: 0.725rem;
	color: var(--gold-400);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.nav-link {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--text-secondary);
	letter-spacing: 0.02em;
	position: relative;
	padding: 0.4rem 0;
}

.nav-link:hover, .nav-link.active {
	color: var(--gold-300);
}

.nav-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--gold-gradient);
	transition: width 0.25s ease;
}

.nav-link:hover::after {
	width: 100%;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

/* Action Buttons */
.btn-call-header {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 1.1rem;
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(147, 113, 21, 0.1) 100%);
	border: 1px solid var(--gold-border);
	border-radius: var(--radius-full);
	color: var(--gold-300);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.02em;
	transition: all 0.25s ease;
}

.btn-call-header:hover {
	background: var(--gold-500);
	color: #07090e;
	box-shadow: var(--gold-glow);
	border-color: var(--gold-400);
}

.btn-whatsapp-header {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 1.25rem;
	background: linear-gradient(135deg, #25d366 0%, #1da851 100%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius-full);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.85rem;
	box-shadow: var(--wa-green-glow);
	transition: all 0.25s ease;
}

.btn-whatsapp-header:hover {
	transform: translateY(-2px);
	box-shadow: 0 0 30px rgba(37, 211, 102, 0.6);
	color: #ffffff;
}

.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-sm);
	padding: 6px;
}

.mobile-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--gold-400);
	transition: all 0.3s ease;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
	position: relative;
	padding: 4.5rem 0 4rem;
	overflow: hidden;
	border-bottom: 1px solid var(--border-light);
	background: radial-gradient(ellipse at 50% 20%, #141d2c 0%, #07090e 75%);
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 3.5rem;
	align-items: center;
	position: relative;
	z-index: 2;
}

.hero-content {
	display: flex;
	flex-direction: column;
}

.hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.35rem 0.9rem;
	background: rgba(212, 175, 55, 0.1);
	border: 1px solid var(--gold-border-bright);
	border-radius: var(--radius-full);
	color: var(--gold-300);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
	width: fit-content;
}

.hero-pill-icon {
	color: var(--gold-400);
}

.hero-title {
	font-family: var(--font-display);
	font-size: clamp(2.2rem, 4.5vw, 3.5rem);
	font-weight: 700;
	line-height: 1.18;
	color: #ffffff;
	margin-bottom: 1.25rem;
	letter-spacing: -0.01em;
}

.hero-lead {
	font-size: 1.125rem;
	color: var(--text-secondary);
	line-height: 1.7;
	margin-bottom: 2rem;
	max-width: 620px;
}

.hero-actions-primary {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2.25rem;
}

.btn-whatsapp-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1rem 1.85rem;
	background: linear-gradient(135deg, #25d366 0%, #159e48 100%);
	color: #ffffff;
	font-weight: 800;
	font-size: 1.05rem;
	border-radius: var(--radius-full);
	box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.25);
	transition: all 0.3s ease;
}

.btn-whatsapp-large:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
	color: #ffffff;
}

.btn-call-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1rem 1.85rem;
	background: var(--gold-gradient);
	color: #07090e;
	font-weight: 800;
	font-size: 1.05rem;
	border-radius: var(--radius-full);
	box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
	border: 1px solid var(--gold-300);
	transition: all 0.3s ease;
}

.btn-call-large:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(212, 175, 55, 0.55);
	color: #000;
}

.hero-highlights-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	padding-top: 1.75rem;
	border-top: 1px solid var(--border-light);
}

.hero-highlight-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.hero-hl-icon {
	color: var(--gold-400);
	font-size: 1.25rem;
	flex-shrink: 0;
	margin-top: 2px;
}

.hero-hl-text strong {
	display: block;
	font-size: 0.925rem;
	color: #ffffff;
	line-height: 1.2;
}

.hero-hl-text span {
	font-size: 0.775rem;
	color: var(--text-muted);
}

/* Hero Right Profile Card */
.hero-card {
	background: linear-gradient(160deg, #162030 0%, #0d121c 100%);
	border: 1px solid var(--gold-border-bright);
	border-radius: var(--radius-xl);
	padding: 2rem;
	box-shadow: var(--shadow-lg), var(--gold-glow);
	position: relative;
}

.hero-image-wrapper {
	position: relative;
	width: 100%;
	height: 310px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 2px solid var(--gold-border);
	margin-bottom: 1.5rem;
	background: #090d15;
}

.hero-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	filter: contrast(1.05) brightness(0.95);
	transition: transform 0.6s ease;
}

.hero-image-wrapper:hover img {
	transform: scale(1.04);
}

.hero-card-header {
	text-align: center;
	margin-bottom: 1.25rem;
}

.hero-card-name {
	font-family: var(--font-display);
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.35rem;
}

.hero-card-sub {
	font-size: 0.85rem;
	color: var(--gold-400);
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.hero-badges-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.hero-badge-box {
	background: rgba(7, 9, 14, 0.7);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-md);
	padding: 0.75rem 0.6rem;
	text-align: center;
}

.hero-badge-box .num {
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--gold-300);
	line-height: 1;
	margin-bottom: 0.2rem;
}

.hero-badge-box .label {
	font-size: 0.725rem;
	color: var(--text-secondary);
	font-weight: 500;
}

.hero-card-availability {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.6rem;
	background: rgba(37, 211, 102, 0.08);
	border: 1px solid rgba(37, 211, 102, 0.25);
	border-radius: var(--radius-md);
	font-size: 0.8rem;
	color: #68f099;
	font-weight: 600;
}

.pulse-dot {
	width: 8px;
	height: 8px;
	background-color: var(--wa-green);
	border-radius: 50%;
	box-shadow: 0 0 10px var(--wa-green);
	animation: pulseAnimation 2s infinite;
}

@keyframes pulseAnimation {
	0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
	70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
	100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ==========================================================================
   SECTION HEADERS & SHARED STYLES
   ========================================================================== */
.section-wrapper {
	padding: 5rem 0;
	position: relative;
	border-bottom: 1px solid var(--border-light);
}

.section-header-center {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 3.5rem;
}

.section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold-400);
	margin-bottom: 0.75rem;
}

.section-heading {
	font-family: var(--font-display);
	font-size: clamp(1.85rem, 3.5vw, 2.6rem);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.25;
	margin-bottom: 1rem;
}

.section-subheading {
	font-size: 1.05rem;
	color: var(--text-secondary);
	line-height: 1.7;
}

.gold-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin: 1.25rem 0;
}

.gold-divider-line {
	width: 60px;
	height: 1px;
	background: var(--gold-gradient);
}

.gold-divider-gem {
	color: var(--gold-400);
	font-size: 0.9rem;
}

/* ==========================================================================
   FEATURED SECTION BANNERS
   ========================================================================== */
.featured-section-banner {
	background: linear-gradient(135deg, rgba(19, 27, 40, 0.9) 0%, rgba(9, 13, 20, 0.95) 100%);
	border: 1px solid var(--gold-border);
	border-radius: var(--radius-xl);
	padding: 1.5rem;
	margin-bottom: 2.5rem;
	box-shadow: var(--shadow-md);
}

.featured-banner-grid {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 2rem;
	align-items: center;
}

.featured-banner-img-wrap {
	height: 200px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--gold-border);
}

.featured-banner-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.featured-banner-tag {
	display: inline-block;
	font-size: 0.75rem;
	color: var(--gold-400);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}

.featured-banner-title {
	font-family: var(--font-display);
	font-size: 1.4rem;
	color: #fff;
	margin-bottom: 0.75rem;
	line-height: 1.3;
}

.featured-banner-desc {
	font-size: 0.925rem;
	color: var(--text-secondary);
	line-height: 1.65;
	margin-bottom: 1.2rem;
}

.featured-banner-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--gold-300);
	font-weight: 700;
	font-size: 0.875rem;
}

.featured-banner-cta:hover {
	color: #fff;
	gap: 0.75rem;
}

/* ==========================================================================
   ABOUT SECTION WITH IMAGERY
   ========================================================================== */
.about-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 4rem;
	align-items: center;
}

.about-visual-card {
	background: linear-gradient(160deg, #131b28 0%, #090d14 100%);
	border: 1px solid var(--gold-border);
	border-radius: var(--radius-lg);
	padding: 1.8rem;
	position: relative;
	box-shadow: var(--shadow-card);
}

.about-image-frame {
	position: relative;
	width: 100%;
	height: 280px;
	border-radius: var(--radius-md);
	overflow: hidden;
	border: 1.5px solid var(--gold-border);
	margin-bottom: 1.8rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.about-image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
	filter: brightness(0.95) contrast(1.05);
	transition: transform 0.6s ease;
}

.about-visual-card:hover .about-image-frame img {
	transform: scale(1.04);
}

.about-image-caption-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(7, 9, 14, 0.95) 100%);
	padding: 1.2rem 1.2rem 0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-features-list {
	display: grid;
	gap: 0.9rem;
}

.about-feature-box {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	background: rgba(7, 9, 14, 0.6);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-md);
	padding: 0.9rem 1rem;
}

.about-feat-icon {
	color: var(--gold-400);
	font-size: 1.2rem;
	flex-shrink: 0;
	margin-top: 1px;
}

.about-feat-content h4 {
	font-size: 0.925rem;
	color: #ffffff;
	margin-bottom: 0.2rem;
}

.about-feat-content p {
	font-size: 0.8rem;
	color: var(--text-muted);
	line-height: 1.4;
}

.about-content-text p {
	font-size: 1.05rem;
	color: var(--text-secondary);
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.about-quote-box {
	border-left: 3px solid var(--gold-400);
	padding: 1.25rem 1.5rem;
	background: rgba(212, 175, 55, 0.05);
	border-radius: 0 var(--radius-md) var(--radius-md) 0;
	margin: 2rem 0;
}

.about-quote-text {
	font-family: var(--font-serif);
	font-size: 1.2rem;
	font-style: italic;
	color: var(--gold-100);
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

.about-quote-author {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--gold-400);
	letter-spacing: 0.05em;
}

/* ==========================================================================
   SERVICES CARDS & GRIDS
   ========================================================================== */
.services-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.75rem;
}

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

.service-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	padding: 2rem 1.75rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.service-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--gold-gradient);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.service-card:hover {
	transform: translateY(-5px);
	border-color: var(--gold-border-bright);
	box-shadow: var(--shadow-lg), 0 0 20px rgba(212, 175, 55, 0.12);
	background: var(--bg-card-hover);
}

.service-card:hover::before {
	opacity: 1;
}

.service-card-top {
	display: flex;
	flex-direction: column;
}

.service-icon-wrap {
	width: 52px;
	height: 52px;
	border-radius: var(--radius-md);
	background: radial-gradient(circle, #241d0f 0%, #0d121c 100%);
	border: 1px solid var(--gold-border);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gold-400);
	font-size: 1.4rem;
	margin-bottom: 1.25rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.service-card-title {
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.6rem;
	line-height: 1.35;
}

.service-card-tag {
	font-size: 0.75rem;
	color: var(--gold-400);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 0.9rem;
}

.service-card-desc {
	font-size: 0.925rem;
	color: var(--text-secondary);
	line-height: 1.65;
	margin-bottom: 1.5rem;
}

.service-card-footer {
	padding-top: 1rem;
	border-top: 1px solid var(--border-subtle);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-inquire-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--gold-300);
}

.service-inquire-link:hover {
	color: #ffffff;
	gap: 0.6rem;
}

/* ==========================================================================
   AUTHENTIC PHOTO GALLERY: TRADITIONAL SPIRITUAL KNOWLEDGE & PRACTICE
   ========================================================================== */
.gallery-section {
	background: radial-gradient(ellipse at 50% 10%, #162030 0%, #07090e 80%);
	border-bottom: 1px solid var(--gold-border);
}

.gallery-tabs {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}

.gallery-tab-btn {
	padding: 0.55rem 1.25rem;
	background: rgba(13, 18, 28, 0.8);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-full);
	color: var(--text-secondary);
	font-size: 0.85rem;
	font-weight: 600;
	transition: all 0.25s ease;
}

.gallery-tab-btn:hover {
	color: var(--gold-300);
	border-color: var(--gold-border);
}

.gallery-tab-btn.active {
	background: var(--gold-gradient);
	color: #07090e;
	border-color: var(--gold-400);
	font-weight: 700;
	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.75rem;
}

.gallery-card {
	background: var(--bg-card);
	border: 1px solid var(--gold-border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.gallery-card:hover {
	transform: translateY(-6px);
	border-color: var(--gold-300);
	box-shadow: var(--shadow-lg), 0 0 25px rgba(212, 175, 55, 0.25);
}

.gallery-img-wrap {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background: #090d15;
}

.gallery-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
}

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

.gallery-overlay-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(7, 9, 14, 0.85);
	border: 1px solid var(--gold-border);
	border-radius: var(--radius-full);
	padding: 0.25rem 0.65rem;
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--gold-300);
	backdrop-filter: blur(8px);
}

.gallery-info {
	padding: 1.25rem 1.4rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.gallery-category {
	font-size: 0.725rem;
	color: var(--gold-400);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.gallery-title {
	font-family: var(--font-display);
	font-size: 1.1rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.5rem;
	line-height: 1.3;
}

.gallery-desc {
	font-size: 0.85rem;
	color: var(--text-secondary);
	line-height: 1.55;
	margin-bottom: 0.8rem;
}

.gallery-view-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--gold-300);
	margin-top: auto;
}

/* Lightbox Modal */
.lightbox-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(5, 7, 10, 0.94);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 1.5rem;
	animation: fadeIn 0.25s ease;
}

.lightbox-content {
	max-width: 900px;
	width: 100%;
	background: #0d121c;
	border: 1.5px solid var(--gold-border-bright);
	border-radius: var(--radius-xl);
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9), var(--gold-glow);
	position: relative;
	display: flex;
	flex-direction: column;
}

.lightbox-close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 36px;
	height: 36px;
	background: rgba(7, 9, 14, 0.8);
	border: 1px solid var(--gold-border);
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	z-index: 10;
	transition: all 0.2s ease;
}

.lightbox-close-btn:hover {
	background: var(--gold-500);
	color: #07090e;
}

.lightbox-img-container {
	width: 100%;
	max-height: 520px;
	background: #05070a;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.lightbox-img-container img {
	max-width: 100%;
	max-height: 520px;
	object-fit: contain;
}

.lightbox-details {
	padding: 1.5rem 2rem;
	background: #0d121c;
	border-top: 1px solid var(--gold-border);
}

.lightbox-title {
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.4rem;
}

.lightbox-desc {
	font-size: 0.925rem;
	color: var(--text-secondary);
	line-height: 1.6;
}

@keyframes fadeIn {
	from { opacity: 0; transform: scale(0.98); }
	to { opacity: 1; transform: scale(1); }
}

/* ==========================================================================
   WHY CHOOSE SHEIKH UMAR
   ========================================================================== */
.why-choose-section {
	background: radial-gradient(circle at 50% 50%, #162030 0%, #07090e 70%);
	position: relative;
}

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

.pillar-card {
	background: linear-gradient(170deg, rgba(22, 31, 48, 0.8) 0%, rgba(13, 18, 28, 0.95) 100%);
	border: 1px solid var(--gold-border);
	border-radius: var(--radius-lg);
	padding: 2.25rem 1.75rem;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}

.pillar-card:hover {
	transform: translateY(-6px);
	border-color: var(--gold-300);
	box-shadow: var(--shadow-lg), 0 0 25px rgba(212, 175, 55, 0.2);
}

.pillar-icon-outer {
	width: 72px;
	height: 72px;
	margin: 0 auto 1.5rem;
	border-radius: 50%;
	background: radial-gradient(circle, #2f2512 0%, #10141e 100%);
	border: 2px solid var(--gold-400);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gold-300);
	font-size: 1.85rem;
	box-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
}

.pillar-title {
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.75rem;
}

.pillar-desc {
	font-size: 0.925rem;
	color: var(--text-secondary);
	line-height: 1.65;
}

/* ==========================================================================
   CONSULTATION PROCESS
   ========================================================================== */
.steps-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	position: relative;
}

.step-card {
	background: var(--bg-card);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-lg);
	padding: 1.75rem;
	position: relative;
}

.step-number {
	font-family: var(--font-display);
	font-size: 2.5rem;
	font-weight: 800;
	color: rgba(212, 175, 55, 0.2);
	line-height: 1;
	margin-bottom: 0.75rem;
}

.step-title {
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.5rem;
}

.step-desc {
	font-size: 0.875rem;
	color: var(--text-secondary);
	line-height: 1.6;
}

/* ==========================================================================
   CONTACT SECTION WITH SUBTLE BACKGROUND
   ========================================================================== */
.contact-section {
	position: relative;
	padding: 5.5rem 0;
	background: #07090e;
	overflow: hidden;
}

.contact-bg-scrim {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.15;
	filter: blur(1px);
	pointer-events: none;
	z-index: 0;
}

.contact-overlay-gradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 50% 30%, rgba(13, 18, 28, 0.85) 0%, rgba(7, 9, 14, 0.98) 100%);
	pointer-events: none;
	z-index: 1;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 3.5rem;
	position: relative;
	z-index: 2;
}

.contact-info-col {
	display: flex;
	flex-direction: column;
}

.contact-direct-card {
	background: linear-gradient(160deg, #162030 0%, #0d121c 100%);
	border: 1px solid var(--gold-border-bright);
	border-radius: var(--radius-xl);
	padding: 2.25rem 2rem;
	box-shadow: var(--shadow-lg);
	margin-bottom: 2rem;
}

.contact-direct-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.contact-direct-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(212, 175, 55, 0.15);
	border: 1px solid var(--gold-border);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gold-300);
	font-size: 1.35rem;
}

.contact-direct-title {
	font-family: var(--font-display);
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
}

.contact-phone-display {
	font-family: var(--font-display);
	font-size: 1.85rem;
	font-weight: 800;
	color: var(--gold-300);
	letter-spacing: 0.04em;
	margin-bottom: 1.5rem;
	display: block;
}

.contact-buttons-stack {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.btn-whatsapp-full {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1.1rem 1.5rem;
	background: linear-gradient(135deg, #25d366 0%, #159e48 100%);
	color: #ffffff;
	font-weight: 800;
	font-size: 1.05rem;
	border-radius: var(--radius-md);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.25s ease;
	text-align: center;
}

.btn-whatsapp-full:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
	color: #ffffff;
}

.btn-call-full {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1.1rem 1.5rem;
	background: var(--gold-gradient);
	color: #07090e;
	font-weight: 800;
	font-size: 1.05rem;
	border-radius: var(--radius-md);
	box-shadow: 0 6px 20px rgba(212, 175, 55, 0.35);
	border: 1px solid var(--gold-300);
	transition: all 0.25s ease;
	text-align: center;
}

.btn-call-full:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.55);
	color: #000000;
}

.contact-form-card {
	background: linear-gradient(160deg, #131b28 0%, #090d14 100%);
	border: 1px solid var(--gold-border);
	border-radius: var(--radius-xl);
	padding: 2.5rem;
	box-shadow: var(--shadow-lg);
}

.form-heading {
	font-family: var(--font-display);
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.5rem;
}

.form-subheading {
	font-size: 0.9rem;
	color: var(--text-secondary);
	margin-bottom: 2rem;
}

.form-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin-bottom: 1.25rem;
}

.form-label {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--gold-200);
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.form-input, .form-select, .form-textarea {
	width: 100%;
	background: rgba(7, 9, 14, 0.75);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-md);
	padding: 0.85rem 1rem;
	color: #ffffff;
	font-size: 0.95rem;
	transition: all 0.25s ease;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
	outline: none;
	border-color: var(--gold-400);
	box-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
	background: rgba(7, 9, 14, 0.95);
}

.form-textarea {
	resize: vertical;
	min-height: 120px;
}

.form-submit-btn {
	width: 100%;
	padding: 1.1rem;
	background: var(--gold-gradient);
	color: #07090e;
	font-weight: 800;
	font-size: 1.05rem;
	border-radius: var(--radius-md);
	box-shadow: 0 6px 20px rgba(212, 175, 55, 0.35);
	border: 1px solid var(--gold-300);
	transition: all 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
}

.form-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.55);
}

.form-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.form-alert-success {
	padding: 1.25rem;
	background: rgba(37, 211, 102, 0.12);
	border: 1px solid var(--wa-green);
	border-radius: var(--radius-md);
	color: #79f7a8;
	font-size: 0.925rem;
	margin-bottom: 1.5rem;
}

.form-alert-error {
	padding: 1.25rem;
	background: rgba(220, 53, 69, 0.12);
	border: 1px solid #dc3545;
	border-radius: var(--radius-md);
	color: #ff8c97;
	font-size: 0.925rem;
	margin-bottom: 1.5rem;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-list {
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.faq-item {
	background: var(--bg-card);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-md);
	overflow: hidden;
	transition: all 0.25s ease;
}

.faq-item.open {
	border-color: var(--gold-border-bright);
	background: var(--bg-card-hover);
}

.faq-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 1.5rem;
	text-align: left;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.05rem;
}

.faq-trigger:hover {
	color: var(--gold-300);
}

.faq-icon {
	color: var(--gold-400);
	font-size: 1.25rem;
	transition: transform 0.25s ease;
}

.faq-item.open .faq-icon {
	transform: rotate(180deg);
}

.faq-body {
	padding: 0 1.5rem 1.5rem;
	color: var(--text-secondary);
	font-size: 0.95rem;
	line-height: 1.7;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding-top: 1rem;
}

/* ==========================================================================
   FOOTER & DISCLAIMER
   ========================================================================== */
.site-footer {
	background: #05070a;
	border-top: 1px solid var(--gold-border);
	padding: 4.5rem 0 2rem;
	position: relative;
	z-index: 2;
}

.footer-top-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 3rem;
	margin-bottom: 3.5rem;
}

.footer-brand-col p {
	font-size: 0.9rem;
	color: var(--text-secondary);
	line-height: 1.65;
	margin: 1.2rem 0;
}

.footer-heading {
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1.25rem;
	letter-spacing: 0.04em;
}

.footer-nav-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.footer-nav-list a {
	font-size: 0.875rem;
	color: var(--text-secondary);
}

.footer-nav-list a:hover {
	color: var(--gold-300);
	padding-left: 4px;
}

.footer-disclaimer-box {
	background: rgba(13, 18, 28, 0.7);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-lg);
	padding: 1.75rem 2rem;
	margin-bottom: 2.5rem;
}

.footer-disclaimer-title {
	font-size: 0.825rem;
	font-weight: 700;
	color: var(--gold-400);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}

.footer-disclaimer-text {
	font-size: 0.8rem;
	color: var(--text-muted);
	line-height: 1.7;
}

.footer-bottom-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2rem;
	border-top: 1px solid var(--border-subtle);
	font-size: 0.8rem;
	color: var(--text-muted);
	flex-wrap: wrap;
	gap: 1rem;
}

/* ==========================================================================
   MOBILE STICKY ACTION BAR & DRAWER
   ========================================================================== */
.mobile-sticky-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(7, 9, 14, 0.96);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-top: 1px solid var(--gold-border-bright);
	padding: 0.65rem 1rem;
	z-index: 999;
	box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.7);
}

.mobile-bar-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.btn-mobile-wa {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	background: linear-gradient(135deg, #25d366 0%, #159e48 100%);
	color: #fff;
	font-weight: 800;
	font-size: 0.9rem;
	padding: 0.75rem 0.5rem;
	border-radius: var(--radius-full);
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.btn-mobile-call {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	background: var(--gold-gradient);
	color: #07090e;
	font-weight: 800;
	font-size: 0.9rem;
	padding: 0.75rem 0.5rem;
	border-radius: var(--radius-full);
	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35);
}

/* Mobile Navigation Drawer */
.mobile-drawer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(7, 9, 14, 0.98);
	backdrop-filter: blur(20px);
	z-index: 1000;
	display: flex;
	flex-direction: column;
	padding: 2rem 1.5rem;
	overflow-y: auto;
	animation: fadeIn 0.2s ease;
}

.mobile-drawer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--gold-border);
}

.mobile-drawer-nav {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 2.5rem;
}

.mobile-drawer-link {
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
}

.mobile-drawer-link:hover {
	color: var(--gold-300);
}

.mobile-drawer-actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: auto;
}

/* ==========================================================================
   RESPONSIVENESS & BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
	.hero-grid, .about-grid, .contact-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

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

	.services-grid-4, .pillars-grid, .steps-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.featured-banner-grid {
		grid-template-columns: 1fr;
	}

	.featured-banner-img-wrap {
		height: 220px;
	}

	.footer-top-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.topbar {
		display: none;
	}

	.main-nav, .header-actions {
		display: none;
	}

	.mobile-menu-toggle {
		display: flex;
	}

	.mobile-sticky-bar {
		display: block;
	}

	.page-wrapper {
		padding-bottom: 70px;
	}

	.services-grid-3, .services-grid-4, .pillars-grid, .steps-grid, .form-grid-2, .gallery-grid {
		grid-template-columns: 1fr;
	}

	.footer-top-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.hero-highlights-row {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.hero-actions-primary {
		flex-direction: column;
	}

	.btn-whatsapp-large, .btn-call-large {
		width: 100%;
	}
}
