/*********************************************************************************

	Template Name: Reyes Bootstrap 5 Template
	Version: 1.0


**********************************************************************************/

/*
 * Brothers United Holding — visual identity (Brothers Brand Guideline v2.pdf)
 * Palette: Ink #0B131E, Gold #D5B067, Gray #52575B, Dark gray #31363A
 * Type: Poppins (Latin), Cairo (Arabic)
 */
 :root {
	--buh-ink: #0b131e;
	--buh-gold: #d5b067;
	--buh-gray-mid: #52575b;
	--buh-gray-dark: #31363a;
	--buh-surface-elevated: #ffffff;
	--buh-form-field-bg: #ffffff;
	--buh-form-field-text: #0b131e;
	--buh-shadow-on-light: rgba(0, 0, 0, 0.12);
	--buh-font-en: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--buh-font-ar: "Cairo", "Segoe UI", Tahoma, sans-serif;
}

/* Dark: remap brand neutrals; gold accent unchanged */
html[data-theme="dark"] {
	--buh-ink: #e8eaed;
	--buh-gray-mid: #9aa0a8;
	--buh-gray-dark: #c4c7cc;
	--buh-surface-elevated: #1a222b;
	--buh-form-field-bg: #252d38;
	--buh-form-field-text: #e8eaed;
	--buh-shadow-on-light: rgba(0, 0, 0, 0.45);
}

body {
	font-family: var(--buh-font-en) !important;
	color: var(--buh-ink) !important;
}

html[dir="rtl"] body,
body.rtl {
	font-family: var(--buh-font-ar) !important;
}

/* Full-page loader: black screen; graphic from inc/preloader.php (e.g. img/logo.gif) */
body.reyes-preloader-active {
	overflow: hidden;
}
.reyes-page-preloader {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: max(1rem, env(safe-area-inset-top, 0px)) max(1rem, env(safe-area-inset-right, 0px))
		max(1rem, env(safe-area-inset-bottom, 0px)) max(1rem, env(safe-area-inset-left, 0px));
	box-sizing: border-box;
	background: #000000;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}
.reyes-page-preloader img {
	display: block;
	width: auto;
	height: auto;
	max-width: min(360px, 72vw);
	max-height: min(320px, 50vh);
	object-fit: contain;
}
.reyes-page-preloader.reyes-page-preloader--hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
	font-family: inherit;
	color: var(--buh-ink);
}

.wrapper .ht-slide.slider-style-1 .hero-corporate.content h1 {
	font-family: inherit !important;
}

.wrapper .ht-slide.slider-style-1 .hero-corporate.content p {
	font-family: inherit !important;
	color: #ffffff;
}

/* Hero CTA: outline white, hover gold + ink text */
.wrapper .ht-slide.slider-style-1 .hero-corporate.content .slide-btn a.cln-btn {
	font-family: inherit !important;
}
.wrapper .ht-slide.slider-style-1 .hero-corporate.content .slide-btn a.cln-btn:hover {
	background: var(--buh-gold) !important;
	border-color: var(--buh-gold) !important;
	color: var(--buh-ink) !important;
}

/* Corporate landing hero: full-bleed background video (theme /video) */
.wrapper .ht-slide.reyes-hero-slide--video {
	position: relative;
	overflow: hidden;
	background-image: none !important;
	background-color: var(--buh-ink, #0b131e);
}
.wrapper .ht-slide.reyes-hero-slide--video .reyes-hero-video-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}
.wrapper .ht-slide.reyes-hero-slide--video .reyes-hero-video-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(11, 19, 30, 0.35);
	pointer-events: none;
}
.wrapper .ht-slide.reyes-hero-slide--video .reyes-hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
	pointer-events: none;
}
.wrapper .ht-slide.reyes-hero-slide--video .container {
	position: relative;
	z-index: 1;
}

/* Primary buttons site-wide inside landing wrapper */
.wrapper .cln-btn {
	background: var(--buh-gold) !important;
	color: var(--buh-ink) !important;
	font-family: inherit !important;
	font-weight: 600 !important;
}
.wrapper .cln-btn:hover {
	background: var(--buh-ink) !important;
	color: var(--buh-gold) !important;
}
.wrapper .cln-btn.btn-transparent {
	background: transparent !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}
.wrapper .cln-btn.btn-transparent:hover {
	background: var(--buh-gold) !important;
	border-color: var(--buh-gold) !important;
	color: var(--buh-ink) !important;
}

/* Section titles & accents */
.wrapper .section-title--8 h2,
.wrapper .section-title--2 h2 {
	color: var(--buh-ink) !important;
}
.wrapper .section-title--8 p {
	color: var(--buh-gray-mid) !important;
}

/* Portfolio block: breathing room around title + subtitle + shape */
#portfolio .section-title--8.text-center {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
 * Portfolio logo grid: no Isotope — flex row + justify-content-center so 1–2 items
 * on the last row sit centered under a 3-up desktop layout.
 */
#portfolio .reyes-portfolio-grid {
	position: relative !important;
	height: auto !important;
}
#portfolio .reyes-portfolio-grid > .masonary-item {
	position: relative !important;
	left: auto !important;
	top: auto !important;
}
#portfolio .reyes-portfolio-grid .masonary-item .single-image-grid {
	margin: 15px;
}
#portfolio .reyes-portfolio-grid .thumb {
	text-align: center;
}
#portfolio .reyes-portfolio-grid .thumb a {
	display: inline-block;
	line-height: 0;
	max-width: 100%;
}
#portfolio .reyes-portfolio-grid .thumb img {
	width: auto;
	height: auto;
	max-width: min(300px, 78%);
	max-height: 100px;
	object-fit: contain;
	vertical-align: middle;
}
.wrapper .section-title h2 {
	color: var(--buh-ink);
	border-bottom-color: var(--buh-gold) !important;
}
.wrapper .section-service .content p {
	color: var(--buh-gray-mid);
}
/* service-7: custom.css .section-service p tied hover specificity — force white on hover */
.wrapper .section-service .service-7:hover .content h4,
.wrapper .section-service .service-7:hover .content p {
	color: #ffffff !important;
}
.wrapper .section-service .service-7:hover .icons i {
	color: #ffffff !important;
}
.wrapper .section-service .service-7::before {
	background-image: none;
	background-color: var(--buh-gold);
	opacity: 0;
}
.wrapper .section-service .service-7:hover::before {
	opacity: 0.7;
}

/* What we do — service card images (gr-service); height was 100px from theme / inline attrs */
.wrapper #services .service-1.gr-service .thumb img {
	height: 100px !important;
	width: auto !important;
	max-width: 100%;
	object-fit: contain;
	vertical-align: middle;
}

/* Skills / progress */
.wrapper .progress-bar-bg--1 {
	background: var(--buh-gold) !important;
}
.wrapper .progress-bar-bg--5 {
	background: rgba(11, 19, 30, 0.2) !important;
}

/* Contact form — placeholders readable on light field backgrounds */
.reyes-corporate-contact-form form input:not([type="submit"])::placeholder,
.reyes-corporate-contact-form form textarea::placeholder {
	color: var(--buh-gray-mid);
	opacity: 1;
}
.reyes-corporate-contact-form form input:not([type="submit"])::-webkit-input-placeholder,
.reyes-corporate-contact-form form textarea::-webkit-input-placeholder {
	color: var(--buh-gray-mid);
	opacity: 1;
}
.reyes-corporate-contact-form form input:not([type="submit"])::-moz-placeholder,
.reyes-corporate-contact-form form textarea::-moz-placeholder {
	color: var(--buh-gray-mid);
	opacity: 1;
}
.wrapper .form-style-3 form input:focus,
.wrapper .form-style-3 form textarea:focus {
	border-bottom-color: var(--buh-gold) !important;
}
.wrapper .form-style-3 form input[type="submit"] {
	background: var(--buh-gold) !important;
	color: var(--buh-ink) !important;
	border: 0 none !important;
}
.wrapper .form-style-3 form input[type="submit"]:hover {
	background: var(--buh-ink) !important;
	color: var(--buh-gold) !important;
}

/* Header nav hover on corporate landing (header has .corporate-header, not .wrapper) */
.wrapper .header.corporate-header .mainmenu_nav .mainmenu > li > a:hover {
	color: var(--buh-gold);
}

/* Anchor for #scrollUp / scrollUp plugin (href="#top") */
.reyes-top-anchor {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
}

/*
 * “Back to top” must stay on the right in both LTR and RTL.
 * (Floating phones/social bar is bottom-left — see .reyes-float-bar.)
 */
#scrollUp {
	position: fixed !important;
	right: 20px !important;
	left: auto !important;
	bottom: 60px !important;
	z-index: 2147483647 !important;
}
body.rtl #scrollUp,
html[dir="rtl"] #scrollUp {
	right: 20px !important;
	left: auto !important;
}

/* Polylang / RTL: complements WordPress body.rtl and Bootstrap logical utilities */
body.rtl .row.corporate-feature,
body.rtl .corporate-skill-inner {
	flex-direction: row-reverse;
}
body.rtl .reyes-lang-switch {
	padding-right: 0;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/*
 * Vision / feature block checklist — theme uses horizontal flex + space-between on .corporate-feature .content ul.
 * Stack items vertically with readable rhythm and a light card strip (white type on photo background).
 */
.corporate-feature .reyes-feature-list__items {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: 0.75rem;
	padding: 0 !important;
	margin: 0.5rem 0 0 !important;
	list-style: none !important;
	max-width: 42rem;
}
@media (min-width: 768px) {
	.corporate-feature .reyes-feature-list__items {
		gap: 1rem;
		margin-top: 0.75rem !important;
	}
}
.corporate-feature .reyes-feature-list__item {
	display: flex !important;
	align-items: flex-start !important;
	gap: 0.65rem;
	margin: 0 !important;
	padding: 0.7rem 0.9rem;
	font-size: 15px;
	line-height: 1.5 !important;
	color: #ffffff;
	background: rgba(11, 19, 30, 0.42);
	border-radius: 6px;
	border-inline-start: 3px solid var(--buh-gold, #d5b067);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.corporate-feature .reyes-feature-list__item .fa-check-circle {
	flex-shrink: 0;
	margin-top: 0.15rem !important;
	padding: 0 !important;
	font-size: 1.1em;
	color: var(--buh-gold, #d5b067);
}
.corporate-feature .reyes-feature-list__text {
	flex: 1;
	min-width: 0;
}
body.rtl .corporate-feature .reyes-feature-list__item {
	flex-direction: row-reverse;
	text-align: right;
}

/* Header language switch: white text on transparent hero; only the other locale is shown */
.corporate-header .reyes-lang-switch__link,
.corporate-header .reyes-lang-switch a {
	color: #ffffff !important;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	padding-bottom: 2px;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.corporate-header .reyes-lang-switch__link:hover,
.corporate-header .reyes-lang-switch a:hover,
.corporate-header .reyes-lang-switch__link:focus-visible,
.corporate-header .reyes-lang-switch a:focus-visible {
	color: var(--buh-gold, #d5b067) !important;
	border-bottom-color: var(--buh-gold, #d5b067);
}
/*
 * Corporate landing header — single horizontal bar.
 * Theme .mainmenu uses flex-wrap:wrap + centered; .row also wraps — menu can drop under the logo.
 */
@media (min-width: 992px) {
	.corporate-header > .container > .reyes-header-top-row {
		flex-wrap: nowrap !important;
		align-items: center !important;
	}
	.corporate-header > .container > .reyes-header-top-row > .col-auto {
		flex: 0 0 auto !important;
		width: auto !important;
		max-width: 100% !important;
	}
	.corporate-header > .container > .reyes-header-top-row > .col.min-w-0 {
		flex: 1 1 0% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		width: auto !important;
	}
}
.corporate-header .reyes-header-bar {
	min-width: 0;
}
/* Header logo: cap size on live (Custom Logo / inline dimensions). !important beats width/height attrs. */
.corporate-header .logo a {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
}
.corporate-header .logo img {
	width: auto !important;
	max-width: 200px !important;
	max-height: 100px !important;
	height: auto !important;
	display: block;
	object-fit: contain;
	object-position: left center;
}
body.rtl .corporate-header .logo img,
html[dir="rtl"] .corporate-header .logo img {
	object-position: right center;
}
.corporate-header .reyes-header-actions {
	min-width: 0;
	flex-wrap: nowrap !important;
}
/* MeanMenu reads this nav; keep it off-screen (was display:none so mobile had no menu + WP “Primary” items were missing). */
.corporate-header > .container {
	position: relative;
}
.corporate-header .reyes-meanmenu-source {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
/* Mobile drawer overlay (MeanMenu toggle + reyes-corporate-drawer.js) */
.reyes-mobile-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 100080;
	background: rgba(11, 19, 30, 0.52);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.32s ease, visibility 0.32s ease;
	pointer-events: none;
}
.reyes-mobile-drawer-overlay.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
body.reyes-drawer-open {
	overflow: hidden;
}
@media (max-width: 991.98px) {
	body.reyes-drawer-open .corporate-header {
		z-index: 100095 !important;
	}
	/* MeanMenu inserts this before the hidden nav — hide so the logo row doesn’t jump */
	.corporate-header .container > .mean-push {
		display: none !important;
		height: 0 !important;
		width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		border: 0 !important;
	}
	.corporate-header .reyes-header-top-row {
		align-items: center !important;
	}
	.corporate-header .mobile-menu {
		flex: 0 0 auto !important;
		width: auto !important;
		align-self: center;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		min-height: 0;
		min-width: 44px;
	}
	.corporate-header .reyes-header-bar {
		justify-content: flex-end;
		align-items: center;
	}
	/* Only the hamburger stays in-flow; .mean-nav is fixed off-canvas */
	.corporate-header .mobile-menu .mean-bar {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: flex-end;
		position: relative !important;
		width: 100%;
		min-height: 44px;
		padding: 0;
		float: none !important;
	}
	.corporate-header .mobile-menu .mean-bar .meanmenu-reveal {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		bottom: auto !important;
		transform: none !important;
		order: 1;
		margin-left: auto;
		width: 44px !important;
		height: 44px !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		line-height: 1 !important;
		text-indent: 0 !important;
		color: #ffffff !important;
		background: transparent !important;
		border: 0 !important;
		z-index: 100096;
	}
	.corporate-header .mobile-menu .mean-bar .meanmenu-reveal span {
		display: block;
		background: #ffffff !important;
		height: 3px !important;
		margin-top: 5px !important;
		width: 22px !important;
	}
	.corporate-header .mobile-menu .mean-bar .meanmenu-reveal span:first-child {
		margin-top: 0 !important;
	}
	.corporate-header .mobile-menu .mean-bar .meanmenu-reveal.meanclose {
		font-size: 22px !important;
		line-height: 44px !important;
		color: #ffffff !important;
	}
	/* Sidebar: LTR = slide from right; RTL = slide from left */
	.corporate-header .mobile-menu .mean-bar .mean-nav {
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		left: auto !important;
		bottom: 0 !important;
		width: min(88vw, 320px) !important;
		max-width: 100% !important;
		height: 100vh !important;
		height: 100dvh !important;
		margin: 0 !important;
		padding: 0 0 max(1rem, env(safe-area-inset-bottom, 0px)) !important;
		box-sizing: border-box !important;
		background: var(--buh-ink, #0b131e) !important;
		border-radius: 0 !important;
		border: none !important;
		border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
		box-shadow: -12px 0 48px rgba(0, 0, 0, 0.4) !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		z-index: 100090 !important;
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
		pointer-events: none;
		transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.38s,
			box-shadow 0.38s ease;
		float: none !important;
	}
	.corporate-header .mobile-menu .mean-bar .meanmenu-reveal.meanclose ~ .mean-nav {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		pointer-events: auto;
		transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s,
			box-shadow 0.38s ease;
	}
	html[dir="rtl"] .corporate-header .mobile-menu .mean-bar .mean-nav,
	body.rtl .corporate-header .mobile-menu .mean-bar .mean-nav {
		right: auto !important;
		left: 0 !important;
		border-left: none !important;
		border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
		box-shadow: 12px 0 48px rgba(0, 0, 0, 0.4) !important;
		transform: translate3d(-100%, 0, 0);
	}
	html[dir="rtl"] .corporate-header .mobile-menu .mean-bar .meanmenu-reveal.meanclose ~ .mean-nav,
	body.rtl .corporate-header .mobile-menu .mean-bar .meanmenu-reveal.meanclose ~ .mean-nav {
		transform: translate3d(0, 0, 0);
	}
	/* Logo above links inside the cloned .mean-nav (source: .reyes-meanmenu-drawer-brand) */
	.corporate-header .mobile-menu .mean-bar .mean-nav .reyes-meanmenu-drawer-brand {
		padding: max(0.85rem, env(safe-area-inset-top, 0px)) 1.25rem 1rem;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		text-align: center;
	}
	.corporate-header .mobile-menu .mean-bar .mean-nav .reyes-meanmenu-drawer-brand__link {
		display: inline-block;
		line-height: 0;
	}
	.corporate-header .mobile-menu .mean-bar .mean-nav .reyes-meanmenu-drawer-brand__link:focus-visible {
		outline: 2px solid var(--buh-gold, #d5b067);
		outline-offset: 3px;
	}
	.corporate-header .mobile-menu .mean-bar .mean-nav .reyes-meanmenu-drawer-brand__img {
		display: block;
		max-height: 44px;
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.corporate-header .mobile-menu .mean-bar .meanmenu-reveal.meanclose ~ .mean-nav > ul {
		display: block !important;
		height: auto !important;
		max-height: none !important;
		padding: 0.25rem 0 !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
	}
	.corporate-header .mobile-menu .mean-bar .mean-nav > ul {
		padding: 0.25rem 0 !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
	}
	.corporate-header .mobile-menu .mean-bar .mean-nav ul li {
		float: none !important;
		width: 100% !important;
		overflow: visible;
		position: relative;
	}
	.corporate-header .mobile-menu .mean-bar .mean-nav ul li a {
		float: none !important;
		display: block !important;
		box-sizing: border-box;
		color: #ffffff !important;
		background: transparent !important;
		border-top-color: rgba(255, 255, 255, 0.1) !important;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		font-weight: 500;
		font-size: 13px !important;
		line-height: 1.35 !important;
		width: calc(100% - 56px) !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.corporate-header .mobile-menu .mean-bar .mean-nav ul li a:hover,
	.corporate-header .mobile-menu .mean-bar .mean-nav ul li a:focus-visible {
		color: var(--buh-gold, #d5b067) !important;
		background: rgba(255, 255, 255, 0.06) !important;
	}
	.corporate-header .mobile-menu .mean-bar .mean-nav ul li a.mean-expand {
		position: absolute !important;
		right: 1px !important;
		top: 0 !important;
		left: auto !important;
		width: 48px !important;
		min-width: 48px !important;
		height: auto !important;
		min-height: 44px !important;
		padding: 8px !important;
		margin: 0 !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		text-transform: none;
		float: none !important;
		color: #ffffff !important;
		border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
		background: rgba(255, 255, 255, 0.04) !important;
	}
	.corporate-header .mobile-menu .mean-bar .mean-nav ul li a.mean-expand:hover {
		color: var(--buh-gold, #d5b067) !important;
	}
	body.rtl .corporate-header .mobile-menu .mean-bar .mean-nav ul li a.mean-expand {
		right: auto !important;
		left: 1px !important;
	}
	/* Desktop cluster must stay hidden < lg (Bootstrap utilities can lose to other !important rules). */
	.corporate-header .reyes-header-actions,
	.corporate-header .mainmenu_nav.reyes-header-nav {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.corporate-header .mainmenu_nav.reyes-header-nav {
		display: flex !important;
		align-items: center !important;
		flex-flow: row nowrap !important;
		min-width: 0 !important;
	}
	/* Match .header.header-1 specificity so theme margins / wrap do not win */
	.header.header-1.corporate-header .mainmenu_nav .mainmenu,
	.header.header-1.corporate-header ul.mainmenu.reyes-header-mainmenu {
		display: flex !important;
		flex-wrap: nowrap !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		align-items: center;
		justify-content: flex-start;
		margin: 0 !important;
		padding: 0;
		list-style: none;
		gap: clamp(0.45rem, 1.2vw, 1rem);
	}
	.header.header-1.corporate-header .mainmenu_nav .mainmenu > li,
	.header.header-1.corporate-header ul.mainmenu.reyes-header-mainmenu > li {
		margin: 0 !important;
		flex: 0 0 auto;
	}
	.header.header-1.corporate-header .mainmenu_nav .mainmenu > li > a,
	.header.header-1.corporate-header ul.mainmenu.reyes-header-mainmenu > li > a {
		display: inline-block;
		white-space: nowrap;
		font-size: clamp(12px, 1.15vw, 14px);
		line-height: 1.35;
		padding: 0.35rem 0.12rem;
		font-weight: 500;
		letter-spacing: 0.035em;
		font-family: inherit !important;
	}
	.header.header-1.corporate-header .mainmenu_nav .mainmenu > li > a:hover,
	.header.header-1.corporate-header ul.mainmenu.reyes-header-mainmenu > li > a:hover {
		color: var(--buh-gold, #d5b067) !important;
	}
}
.corporate-header .header-btn {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.corporate-header .header-btn a.cln-btn {
	white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
	.corporate-header .header-btn a.cln-btn {
		padding: 0 18px !important;
		height: 38px !important;
		line-height: 36px !important;
		font-size: 13px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.corporate-header .reyes-header-actions {
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.corporate-header .reyes-header-actions::-webkit-scrollbar {
		display: none;
	}
}
@media only screen and (max-width: 479px) {
	.corporate-header.header.header-1 .logo {
		margin-bottom: 0;
		text-align: start !important;
	}
}

/* English / LTR: keep header row and menu order left-to-right */
body:not(.rtl) .corporate-header .row.align-items-center {
	direction: ltr;
}
body:not(.rtl) .corporate-header .mainmenu {
	direction: ltr;
	padding-left: 0;
}
/* English: tighter gaps so the last nav label sits closer to AR (Arabic keeps roomier spacing above) */
body:not(.rtl) .header.header-1.corporate-header .mainmenu_nav .mainmenu,
body:not(.rtl) .header.header-1.corporate-header ul.mainmenu.reyes-header-mainmenu {
	gap: clamp(0.2rem, 0.65vw, 0.5rem);
}
body:not(.rtl) .header.header-1.corporate-header .mainmenu_nav .mainmenu > li > a,
body:not(.rtl) .header.header-1.corporate-header ul.mainmenu.reyes-header-mainmenu > li > a {
	padding-left: 0.06rem;
	padding-right: 0.06rem;
	letter-spacing: 0.028em;
}
body:not(.rtl) .corporate-header .reyes-header-actions {
	column-gap: 0.35rem !important;
	row-gap: 0.35rem !important;
}
/* Nav starts after logo; lang + CTA toward outer edge; EN tightens gaps nav → AR → CTA */
@media (min-width: 992px) {
	body:not(.rtl) .corporate-header .reyes-header-actions {
		column-gap: 0.5rem !important;
		row-gap: 0.5rem !important;
		justify-content: flex-start !important;
	}
	.corporate-header .reyes-header-lang {
		margin-inline-start: auto;
	}
}
body.rtl .header .row.align-items-center {
	direction: rtl;
}
body.rtl .mainmenu {
	padding-right: 0;
}
@media (min-width: 992px) {
	body.rtl .header.header-1.corporate-header .mainmenu_nav .mainmenu,
	body.rtl .header.header-1.corporate-header ul.mainmenu.reyes-header-mainmenu {
		gap: clamp(0.2rem, 0.65vw, 0.5rem);
	}
	body.rtl .header.header-1.corporate-header .mainmenu_nav .mainmenu > li > a,
	body.rtl .header.header-1.corporate-header ul.mainmenu.reyes-header-mainmenu > li > a {
		padding-left: 0.06rem;
		padding-right: 0.06rem;
		letter-spacing: 0.028em;
	}
}

/* Counters strip — brand secondary grays by default; override via Appearance → Reyes Counters */
.section-counterup.reyes-counter-images-only {
	--reyes-c-counter-primary: var(--buh-gray-dark, #31363a);
	--reyes-c-counter-label: var(--buh-gray-mid, #52575b);
}
.reyes-counter-images-only .reyes-counter-item .fact-icon img {
	max-width: 100%;
	height: auto;
	max-height: 120px;
	width: auto;
	object-fit: contain;
	vertical-align: middle;
	display: inline-block;
}
.reyes-counter-images-only .reyes-counter-item .content span.reyes-counter-item__figure {
	color: var(--reyes-c-counter-primary) !important;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.35);
	font-weight: 800;
}
.reyes-counter-images-only .reyes-counter-item .content h2.fact-title {
	color: var(--reyes-c-counter-label) !important;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.35);
	font-weight: 600;
}
.reyes-counter-images-only .reyes-counter-item .content h2.fact-title::before {
	background: var(--reyes-c-counter-label) !important;
	opacity: 0.9;
}

/* Skills (#connection): keep layout from overlapping the next section (WOW/transform stacking) */
#connection.reyes-skill-section {
	position: relative;
	z-index: 0;
	overflow: visible;
	isolation: isolate;
}
/* Counter strip: sit above any stray stacking from earlier sections */
.wrapper .section-counterup.reyes-counter-images-only {
	position: relative;
	z-index: 1;
	clear: both;
}

/* Skills / “connection” section — icon grid + progress under title */
.reyes-skill-section .reyes-skill-section__head {
	margin-bottom: 0.5rem;
	text-align: center;
}
.reyes-skill-section .reyes-skill-section__head h2,
.reyes-skill-section .reyes-skill-section__head p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.reyes-skill-pillar {
	padding: 1.75rem 1.35rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 40px rgba(11, 19, 30, 0.07);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 992px) {
	.reyes-skill-pillars .reyes-skill-pillar {
		padding: 1.35rem 0.85rem;
	}
	.reyes-skill-pillars .reyes-skill-pillar__title {
		font-size: 1rem;
		max-width: 100%;
	}
	.reyes-skill-pillars .reyes-skill-pillar__meter {
		max-width: 100%;
	}
}
.reyes-skill-pillar__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin-bottom: 1rem;
	border-radius: 50%;
	background: rgba(213, 176, 103, 0.18);
	border: 1px solid rgba(213, 176, 103, 0.42);
	flex-shrink: 0;
}
.reyes-skill-pillar__icon-fa {
	font-size: 2.125rem;
	line-height: 1;
	color: var(--buh-gold, #d5b067);
	display: block;
}
.reyes-skill-pillar__icon-fa i {
	line-height: 1;
	vertical-align: middle;
}
.reyes-skill-pillar__icon-img {
	max-width: 44px;
	max-height: 44px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}
.reyes-skill-pillar__title {
	font-size: 1.0625rem;
	font-weight: 600;
	margin: 0 auto;
	color: var(--buh-ink, #0b131e);
	line-height: 1.4;
	max-width: 22rem;
	text-align: center;
}
/* Custom meter (avoids theme .single-skill overflow + absolute % label bugs) */
.reyes-skill-pillar__meter {
	width: 100%;
	max-width: 20rem;
	margin-inline: auto;
	align-self: stretch;
}
.reyes-skill-pillar__percent {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	margin: 0 0 0.5rem;
	color: var(--buh-ink, #0b131e);
	font-variant-numeric: tabular-nums;
}
/* Bar dimensions also set inline on the track/fill for reliable rendering */
.reyes-skill-pillar__track {
	display: block;
	box-sizing: border-box;
	box-shadow: inset 0 1px 2px rgba(11, 19, 30, 0.1);
}
.reyes-skill-pillar__fill {
	display: block;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(11, 19, 30, 0.12);
}

/* Landing footer: no theme dark bands — sits on page background */
.footer.reyes-landing-footer-centered {
	background: transparent !important;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.reyes-landing-footer-centered .reyes-landing-footer-main {
	background: transparent !important;
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
}
.reyes-landing-footer-centered .reyes-landing-footer-main .container {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.reyes-landing-footer-row {
	--reyes-footer-gap: clamp(1.5rem, 4vw, 2.5rem);
	row-gap: var(--reyes-footer-gap);
}
.reyes-landing-footer-col--brand,
.reyes-landing-footer-col--address {
	text-align: left;
}
.reyes-landing-footer-heading {
	margin: 0 0 0.75rem;
	padding: 0;
	font-family: var(--buh-font-en);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--buh-gray-mid, #52575b);
	line-height: 1.3;
}
body.rtl .reyes-landing-footer-heading,
html[dir="rtl"] .reyes-landing-footer-heading {
	font-family: var(--buh-font-ar);
}
.reyes-landing-footer-brand__logo {
	display: inline-block;
	line-height: 0;
	margin-top: 0.25rem;
}
.reyes-landing-footer-brand__logo a {
	display: inline-block;
	border: 0;
	box-shadow: none;
}
.reyes-landing-footer-brand__logo img {
	max-height: 140px;
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
}
.reyes-landing-footer-company {
	margin: 1rem 0 0;
	padding: 0;
	max-width: 28rem;
	font-family: var(--buh-font-en);
	font-size: clamp(1.0625rem, 2.4vw, 1.25rem);
	font-weight: 700;
	line-height: 1.4;
	color: var(--buh-ink, #0b131e);
}
.reyes-landing-footer-address {
	margin: 0.75rem 0 0;
	max-width: 28rem;
	font-family: var(--buh-font-en);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.65;
	color: var(--buh-ink, #0b131e);
}
.reyes-landing-footer-address--ar {
	font-family: var(--buh-font-ar);
	font-size: 1rem;
	line-height: 1.7;
}
.reyes-landing-footer-address p {
	margin: 0;
}
.reyes-landing-footer-contact {
	margin-top: 1.25rem;
}
.reyes-landing-footer-contact__icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.reyes-landing-footer-contact__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: var(--buh-ink, #0b131e);
	color: #ffffff !important;
	font-size: 1.15rem;
	line-height: 1;
	text-decoration: none !important;
	border: 1px solid rgba(11, 19, 30, 0.15);
	box-shadow: 0 1px 2px var(--buh-shadow-on-light, rgba(0, 0, 0, 0.12));
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.reyes-landing-footer-contact__link:hover,
.reyes-landing-footer-contact__link:focus-visible {
	background: var(--buh-gold, #d5b067);
	color: var(--buh-ink, #0b131e) !important;
	transform: translateY(-1px);
}
body.rtl .reyes-landing-footer-contact__icons,
html[dir="rtl"] .reyes-landing-footer-contact__icons {
	flex-direction: row;
}
.reyes-landing-footer-text {
	margin: 0.75rem auto 0;
	padding: 0;
	max-width: 36rem;
	font-family: var(--buh-font-en);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	color: var(--buh-gray-mid, #52575b);
}
.reyes-landing-footer-text--below {
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(11, 19, 30, 0.12);
	text-align: center;
	max-width: none;
}
.reyes-landing-footer-text p {
	margin: 0;
}
body.rtl .reyes-landing-footer-text,
html[dir="rtl"] .reyes-landing-footer-text {
	font-family: var(--buh-font-ar);
}

/* Slim copyright when full landing footer is disabled */
.reyes-landing-copyright-bar {
	background: var(--buh-ink, #0b131e);
	color: rgba(255, 255, 255, 0.88);
	padding: 1rem 0;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.5;
}
.reyes-landing-copyright-bar__text {
	margin: 0;
	font-weight: 500;
	letter-spacing: 0.02em;
}
body.rtl .reyes-landing-copyright-bar,
html[dir="rtl"] .reyes-landing-copyright-bar {
	direction: rtl;
}

/* Corporate mobile drawer: CTA row emphasis */
.corporate-header .mobile-menu .mean-bar .mean-nav .reyes-mobilemenu-cta > a {
	font-weight: 600 !important;
	color: var(--buh-gold, #d5b067) !important;
}
html[dir="rtl"] .corporate-header .mobile-menu .mean-bar .mean-nav ul li a:not(.mean-expand),
body.rtl .corporate-header .mobile-menu .mean-bar .mean-nav ul li a:not(.mean-expand) {
	text-align: right !important;
}

/* Contact section (landing) */
.reyes-contact-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
}
.reyes-contact-info-block {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}
.reyes-contact-info-block__icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 4px;
	background: rgba(213, 176, 103, 0.18);
	color: var(--buh-ink);
	font-size: 18px;
}
.reyes-contact-msg {
	margin-top: 16px;
	padding: 12px 16px;
	border-radius: 4px;
	font-size: 14px;
}
.reyes-contact-msg--ok {
	background: #e8f5e9;
	color: #1b5e20;
}
.reyes-contact-msg--err {
	background: #ffebee;
	color: #b71c1c;
}
/* RTL: DOM order is icon then text; with dir=rtl the row flows from the right, so the icon sits on the outer edge — do not row-reverse or it flips wrong. */
body.rtl .reyes-contact-info-block,
html[dir="rtl"] .reyes-contact-info-block {
	flex-direction: row;
	text-align: right;
	align-items: flex-start;
}
body.rtl .reyes-contact-info-block__text,
html[dir="rtl"] .reyes-contact-info-block__text {
	flex: 1 1 auto;
	text-align: right;
}
body.rtl .reyes-contact-side .social-share.social-square,
html[dir="rtl"] .reyes-contact-side .social-share.social-square {
	text-align: right;
}
body.rtl .reyes-corporate-contact-form form input:not([type="submit"]):not(.reyes-input-ltr),
body.rtl .reyes-corporate-contact-form form textarea,
html[dir="rtl"] .reyes-corporate-contact-form form input:not([type="submit"]):not(.reyes-input-ltr),
html[dir="rtl"] .reyes-corporate-contact-form form textarea {
	text-align: right;
}
body.rtl .reyes-corporate-contact-form form .reyes-input-ltr,
html[dir="rtl"] .reyes-corporate-contact-form form .reyes-input-ltr {
	direction: ltr;
	text-align: left;
}
body.rtl .reyes-corporate-contact-form form input[type="submit"],
html[dir="rtl"] .reyes-corporate-contact-form form input[type="submit"] {
	display: block;
	margin-inline-start: auto;
	margin-inline-end: 0;
}
.reyes-g-recaptcha {
	min-height: 78px;
}

/* Sticky floating phones / social — match #scrollUp (style.css), always bottom-left */
.reyes-float-bar {
	position: fixed;
	left: 20px !important;
	right: auto !important;
	bottom: calc(24px + env(safe-area-inset-bottom, 0px));
	z-index: 9810;
	display: flex;
	flex-direction: column;
	pointer-events: none;
}
body.rtl .reyes-float-bar,
html[dir="rtl"] .reyes-float-bar {
	left: 20px !important;
	right: auto !important;
}
.reyes-float-bar__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	pointer-events: auto;
}
.reyes-float-bar__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #ffffff;
	border: none;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
	color: var(--buh-ink) !important;
	overflow: hidden;
	text-align: center;
	text-decoration: none !important;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.reyes-float-bar__btn i {
	display: block;
	line-height: 34px;
	font-size: 22px;
}
.reyes-float-bar__btn:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
	transform: scale(1.05);
}
.reyes-float-bar__btn img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}
@media (max-width: 575px) {
	.reyes-float-bar {
		left: 12px !important;
		bottom: 16px;
	}
}

/* ——— Light / dark mode toggle ——— */
.reyes-theme-toggle {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(11, 19, 30, 0.35);
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	box-sizing: border-box;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.reyes-theme-toggle:hover,
.reyes-theme-toggle:focus-visible {
	background: rgba(11, 19, 30, 0.55);
	border-color: var(--buh-gold, #d5b067);
	outline: none;
}
.reyes-theme-toggle:active {
	transform: scale(0.97);
}
.reyes-theme-toggle__icon {
	display: none;
}
.reyes-theme-toggle__icon--sun::before,
.reyes-theme-toggle__icon--moon::before {
	font-family: inherit;
}
html[data-theme="light"] .reyes-theme-toggle__icon--moon,
html[data-theme="dark"] .reyes-theme-toggle__icon--sun {
	display: block;
}
.reyes-theme-toggle__icon--sun::before {
	content: "\2600\fe0f";
}
.reyes-theme-toggle__icon--moon::before {
	content: "\263e\fe0f";
}
/* Fixed top-right: non-landing pages (sits on body background) */
.reyes-theme-toggle-wrap--fixed {
	position: fixed;
	z-index: 100050;
	top: max(0.6rem, env(safe-area-inset-top, 0px));
	right: max(0.6rem, env(safe-area-inset-right, 0px));
}
.reyes-theme-toggle-wrap--fixed .reyes-theme-toggle {
	border: 1px solid rgba(11, 19, 30, 0.18);
	background: rgba(255, 255, 255, 0.95);
	color: #0b131e;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.reyes-theme-toggle-wrap--fixed .reyes-theme-toggle:hover,
.reyes-theme-toggle-wrap--fixed .reyes-theme-toggle:focus-visible {
	background: #ffffff;
	border-color: var(--buh-gold, #d5b067);
}
html[data-theme="dark"] .reyes-theme-toggle-wrap--fixed .reyes-theme-toggle {
	border-color: rgba(255, 255, 255, 0.2);
	background: #2a3038;
	color: #e8eaed;
	box-shadow: 0 2px 12px var(--buh-shadow-on-light, rgba(0, 0, 0, 0.45));
}
html[data-theme="dark"] .reyes-theme-toggle-wrap--fixed .reyes-theme-toggle:hover,
html[data-theme="dark"] .reyes-theme-toggle-wrap--fixed .reyes-theme-toggle:focus-visible {
	background: #323a44;
}
.reyes-header-theme .reyes-theme-toggle {
	min-width: 40px;
	min-height: 40px;
}

/* ——— Dark: page shell & alternating sections ——— */
html[data-theme="dark"] body {
	background-color: #0f1318 !important;
}
html[data-theme="dark"] .wrapper,
html[data-theme="dark"] #page-content,
html[data-theme="dark"] .page-content {
	color: var(--buh-ink) !important;
}
html[data-theme="dark"] .wrapper h1,
html[data-theme="dark"] .wrapper h2,
html[data-theme="dark"] .wrapper h3,
html[data-theme="dark"] .wrapper h4,
html[data-theme="dark"] .wrapper h5,
html[data-theme="dark"] .wrapper h6 {
	color: var(--buh-ink) !important;
}
html[data-theme="dark"] .wrapper .bg_color--2,
html[data-theme="dark"] .wrapper .bg_color--3 {
	background: #161b22 !important;
}
html[data-theme="dark"] .wrapper .section-title--8 h2,
html[data-theme="dark"] .wrapper .section-title--2 h2,
html[data-theme="dark"] .wrapper .section-title h2 {
	color: var(--buh-ink) !important;
	border-bottom-color: var(--buh-gold) !important;
}
html[data-theme="dark"] .wrapper .section-title--8 p {
	color: var(--buh-gray-mid) !important;
}
html[data-theme="dark"] .wrapper .section-service .content p {
	color: var(--buh-gray-mid) !important;
}
/* Skills / custom strip backgrounds stay image-driven; improve text on dark */
html[data-theme="dark"] .reyes-skill-section .section-title--8 h2,
html[data-theme="dark"] .reyes-skill-section .section-title--8 p {
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
html[data-theme="dark"] .section-counterup.reyes-counter-images-only {
	--reyes-c-counter-primary: #f0f2f4 !important;
	--reyes-c-counter-label: #c8ccd0 !important;
}
html[data-theme="dark"] .reyes-counter-images-only .reyes-counter-item .content span.reyes-counter-item__figure,
html[data-theme="dark"] .reyes-counter-images-only .reyes-counter-item .content h2.fact-title {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
/* Contact section */
html[data-theme="dark"] .reyes-contact-section.bg_color--2 {
	background-color: #161b22 !important;
}
html[data-theme="dark"] .reyes-contact-side .reyes-contact-info-block__text,
html[data-theme="dark"] .reyes-contact-side .ft-title {
	color: var(--buh-ink) !important;
}
html[data-theme="dark"] .reyes-contact-info-block__icon {
	background: rgba(213, 176, 103, 0.22);
	color: var(--buh-gold);
}
/* Contact social (brand colors): slightly softer rings in dark; icons stay light */
html[data-theme="dark"] .reyes-contact-side .social-share.social-square a {
	filter: brightness(1.05) saturate(0.95);
}
html[data-theme="dark"] .reyes-corporate-contact-form .form-style-3 form input:not([type="submit"]),
html[data-theme="dark"] .reyes-corporate-contact-form .form-style-3 form textarea {
	background: var(--buh-form-field-bg) !important;
	color: var(--buh-form-field-text) !important;
	border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
html[data-theme="dark"] .reyes-corporate-contact-form form input:not([type="submit"])::placeholder,
html[data-theme="dark"] .reyes-corporate-contact-form form textarea::placeholder,
html[data-theme="dark"] .reyes-corporate-contact-form form input:not([type="submit"])::-webkit-input-placeholder,
html[data-theme="dark"] .reyes-corporate-contact-form form textarea::-webkit-input-placeholder {
	color: var(--buh-gray-mid) !important;
}
/* Floating contact bar: solid chip + readable SVG / FA in both modes */
html[data-theme="dark"] .reyes-float-bar__btn {
	background-color: #2a3038;
	color: #e8eaed !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 14px var(--buh-shadow-on-light, rgba(0, 0, 0, 0.4));
}
html[data-theme="dark"] .reyes-float-bar__btn:hover {
	border-color: rgba(213, 176, 103, 0.45);
}
html[data-theme="dark"] .reyes-float-bar__btn i {
	color: #e8eaed;
}
/* Default WordPress page template */
html[data-theme="dark"] .site-main {
	color: var(--buh-ink);
}
/* Back-to-top: align with dark shell */
html[data-theme="dark"] #scrollUp {
	background-color: var(--buh-surface-elevated, #1a222b) !important;
	border-color: var(--buh-gold, #d5b067) !important;
}
/* Landing footer block */
html[data-theme="dark"] .reyes-landing-footer,
html[data-theme="dark"] .reyes-landing-footer-text,
html[data-theme="dark"] .reyes-landing-footer-text p {
	color: var(--buh-ink) !important;
}