/* =========================================================
   البعد السابع — Premium Editorial Stylesheet
   Brand Aesthetics:
   - High-contrast minimalist design
   - strictly 0px border-radius (sharp, structural corners)
   - 1px crisp layout grid lines (editorial newspaper style)
   - Zero cheap shadows, zero cheap gradients
   - Giant Thmanyah Display Serif typography for headings
   - Pure black (#000000), Electric Blue (#3772ff), Yellow (#f4b10b), Vivid Red (#ff0000)
   ========================================================= */

@font-face {
	font-family: "Thmanyah Sans";
	src: url("../fonts/thmanyahsans-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Thmanyah Sans";
	src: url("../fonts/thmanyahsans-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Thmanyah Sans";
	src: url("../fonts/thmanyahsans-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Thmanyah Sans";
	src: url("../fonts/thmanyahsans-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Thmanyah Sans";
	src: url("../fonts/thmanyahsans-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Thmanyah Display";
	src: url("../fonts/thmanyahserifdisplay-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Thmanyah Display";
	src: url("../fonts/thmanyahserifdisplay-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Thmanyah Display";
	src: url("../fonts/thmanyahserifdisplay-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Thmanyah Display";
	src: url("../fonts/thmanyahserifdisplay-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Thmanyah Display";
	src: url("../fonts/thmanyahserifdisplay-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--bs-black: #000000;
	--bs-dark: #0a0b0d;
	--bs-dark-soft: #121317;
	--bs-blue: #3772ff;
	--bs-blue-hover: #1e57e6;
	--bs-yellow: #f4b10b;
	--bs-red: #ff0000;
	--bs-bg: #ffffff;
	--bs-bg-soft: #f8f9fa;
	--bs-text: #0d0e11;
	--bs-text-muted: #5a5f6e;
	--bs-border: #000000;
	--bs-border-light: #e4e7ec;
	--bs-border-dark: #22252a;
}

/* Base reset */
html {
	scroll-behavior: smooth;
	overflow-x: clip;
	max-width: 100%;
}
body.bs-page {
	margin: 0;
	font-family: "Thmanyah Sans", "Tajawal", system-ui, -apple-system, sans-serif;
	color: var(--bs-text);
	background: var(--bs-bg);
	direction: rtl;
	text-align: right;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
	width: 100%;
	max-width: 100%;
}
body.bs-page .wp-site-blocks,
body.bs-page .entry-content,
body.bs-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none !important;
	margin-inline: 0 !important;
	padding-inline: 0 !important;
}
body.bs-page .wp-block-post-content {
	margin: 0;
	padding: 0;
}
body.bs-page * {
	box-sizing: border-box;
}
body.bs-page .bs-btn,
body.bs-page .bs-header,
body.bs-page .bs-hero,
body.bs-page .bs-section,
body.bs-page .bs-footer,
body.bs-page input,
body.bs-page select,
body.bs-page textarea,
body.bs-page button {
	border-radius: 0;
}
body.bs-page img {
	max-width: 100%;
	height: auto;
	display: block;
}
body.bs-page a {
	color: var(--bs-blue);
	text-decoration: none;
	transition: color 0.15s ease;
}
body.bs-page a:hover {
	color: var(--bs-blue-hover);
}

/* Typography */
body.bs-page h1,
body.bs-page h2,
body.bs-page h3,
body.bs-page h4 {
	font-family: "Thmanyah Display", serif;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 0.5em 0;
	color: var(--bs-black);
}
body.bs-page h1 {
	font-size: clamp(2.4rem, 5.5vw, 4.2rem);
	font-weight: 900;
	letter-spacing: -0.02em;
}
body.bs-page h2 {
	font-size: clamp(1.8rem, 3.8vw, 2.8rem);
	font-weight: 800;
	letter-spacing: -0.01em;
}
body.bs-page h3 {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	font-weight: 700;
}
body.bs-page p {
	margin: 0 0 1.2em 0;
}
body.bs-page p:last-child {
	margin-bottom: 0;
}

/* Structural Layout container */
.bs-wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 32px;
}

/* Premium Buttons */
.bs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 28px;
	font-family: "Thmanyah Sans", sans-serif;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.2;
	letter-spacing: 0;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	text-decoration: none;
}
.bs-btn-primary {
	background: var(--bs-black);
	color: #fff;
	border-color: var(--bs-black);
}
.bs-btn-primary:hover {
	background: var(--bs-blue);
	border-color: var(--bs-blue);
	color: #fff;
}
.bs-btn-accent {
	background: var(--bs-blue);
	color: #fff;
	border-color: var(--bs-blue);
}
.bs-btn-accent:hover {
	background: var(--bs-black);
	border-color: var(--bs-black);
	color: #fff;
}
.bs-btn-yellow {
	background: var(--bs-yellow);
	color: var(--bs-black) !important;
	border-color: var(--bs-yellow);
}
.bs-btn-yellow:hover {
	background: #e5a307;
	border-color: #e5a307;
	color: var(--bs-black) !important;
}
.bs-btn-ghost {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.5);
}
.bs-btn-ghost:hover {
	background: #fff;
	color: var(--bs-black) !important;
	border-color: #fff;
}
.bs-btn-outline {
	background: transparent;
	color: var(--bs-black);
	border-color: var(--bs-black);
}
.bs-btn-outline:hover {
	background: var(--bs-black);
	color: #fff;
}
.bs-btn-wa {
	background: #25d366;
	color: #fff;
	border-color: #25d366;
}
.bs-btn-wa:hover {
	background: #19bd52;
	border-color: #19bd52;
	color: #fff;
}

/* Hide WP default templates */
body.bs-page > .wp-site-blocks > header.wp-block-template-part,
body.bs-page > .wp-site-blocks > footer.wp-block-template-part {
	display: none;
}

/* Skip link */
.bs-skip {
	position: absolute;
	left: -9999px;
}
.bs-skip:focus {
	left: 50%;
	top: 8px;
	background: #fff;
	color: var(--bs-black);
	padding: 12px 24px;
	border: 1px solid var(--bs-border);
	z-index: 100;
}

/* ================= Header ================= */
.bs-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--bs-black);
	border-bottom: 1px solid var(--bs-border-dark);
}
.bs-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 72px;
	padding: 10px 0;
}
.bs-logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	max-width: min(80px, 20vw);
}
.bs-logo img {
	display: block;
	width: auto;
	height: 48px;
	max-width: 100%;
	object-fit: contain;
	object-position: right center;
}
.bs-nav {
	display: flex;
	align-items: center;
	gap: 28px;
	flex: 1;
	justify-content: center;
}
.bs-nav a {
	color: #e8ecf6 !important;
	font-weight: 500;
	font-size: 0.92rem;
	padding: 8px 14px;
	border-bottom: none;
	transition: color 0.2s ease;
}
.bs-header__toolbar {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}
.bs-header__cta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}
.bs-header__cta .bs-btn {
	padding: 10px 18px;
	font-size: 0.88rem;
}
.bs-header__cta .bs-btn-primary {
	background: var(--bs-blue, #3772ff);
	border-color: var(--bs-blue, #3772ff);
	color: #fff !important;
}
.bs-header__cta .bs-btn-primary:hover {
	background: var(--bs-blue-hover, #1e57e6);
	border-color: var(--bs-blue-hover, #1e57e6);
	color: #fff !important;
}
.bs-burger {
	display: none;
	background: none;
	border: 1px solid var(--bs-border-dark);
	color: #fff;
	font-size: 1.4rem;
	cursor: pointer;
	padding: 8px 12px;
	line-height: 1;
}
@media (max-width: 960px) {
	.bs-header {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 200;
	}

	.bs-header__inner {
		flex-wrap: nowrap;
	}
	.bs-header__toolbar {
		direction: ltr;
		order: 2;
	}
	.bs-logo {
		order: 1;
	}
	.bs-nav {
		position: fixed;
		top: 72px;
		left: 0;
		right: 0;
		flex-direction: column;
		background: var(--bs-black);
		padding: 20px 24px 28px;
		gap: 16px;
		border-bottom: 1px solid var(--bs-border-dark);
		transform: translateY(-130%);
		transition: transform 0.25s ease;
		align-items: stretch;
		justify-content: flex-start;
		z-index: 99;
		order: 3;
		flex: none;
	}
	.bs-nav.is-open {
		transform: translateY(0);
	}
	.bs-nav a {
		font-size: 1.05rem;
		padding: 10px 0;
		border-bottom: 1px solid var(--bs-border-dark);
	}
	.bs-burger {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		order: 1;
	}
	.bs-header__cta {
		order: 2;
	}
	.bs-header__cta .bs-btn-yellow {
		display: none;
	}
}

/* ================= Hero Section ================= */
.bs-hero {
	background: var(--bs-black);
	color: #fff;
	border-bottom: 1px solid var(--bs-border-dark);
	position: relative;
	overflow: hidden;
}
.bs-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 50% at 15% 50%, rgba(55, 114, 255, 0.12), transparent 60%),
		radial-gradient(ellipse 40% 40% at 85% 20%, rgba(244, 177, 11, 0.08), transparent 50%);
	pointer-events: none;
}
.bs-hero__wrap {
	position: relative;
	z-index: 1;
}
.bs-hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
	min-height: min(82vh, 720px);
	padding: 56px 0 72px;
}
.bs-hero__inner--exp {
	padding-block: 48px 64px;
}
.bs-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bs-hero__tag {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--bs-yellow);
	letter-spacing: 0.04em;
	margin: 0 0 20px;
	opacity: 0.95;
}
.bs-hero__title {
	font-family: "Thmanyah Sans", "Tajawal", sans-serif;
	font-weight: 900;
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	line-height: 1.25;
	color: #fff !important;
	margin: 0 0 20px;
	letter-spacing: -0.02em;
}
.bs-hero__title-line {
	display: block;
}
.bs-hero__title-line--sub {
	font-weight: 700;
	font-size: 0.78em;
	color: var(--bs-blue, #3772ff);
	margin-top: 0.12em;
}
.bs-hero__lead {
	font-size: 1.1rem;
	font-weight: 400;
	color: #c5cbd8;
	line-height: 1.75;
	margin: 0 0 32px;
	max-width: 52ch;
}
.bs-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 40px;
}
.bs-hero__visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 32px;
	border: 1px solid var(--bs-border-dark);
	background: rgba(255, 255, 255, 0.02);
	min-height: 380px;
}
.bs-hero__symbol {
	width: min(280px, 70%);
	height: auto;
	object-fit: contain;
}
.bs-hero__strap {
	margin: 0;
	font-family: "Thmanyah Display", serif;
	font-size: clamp(1.1rem, 2vw, 1.5rem);
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.bs-hero__strap strong {
	color: var(--bs-yellow);
	font-size: 1.35em;
	font-weight: 900;
}
@media (max-width: 960px) {
	.bs-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 40px 0 48px;
		gap: 32px;
	}
	.bs-hero__visual {
		order: -1;
		min-height: 240px;
		padding: 24px;
	}
	.bs-hero__symbol {
		width: min(200px, 55%);
	}
}

/* ================= Section Base ================= */
.bs-section {
	padding: 100px 0;
	border-bottom: 1px solid var(--bs-border);
}
.bs-section--soft {
	background: var(--bs-bg-soft);
}
.bs-section--dark {
	background: var(--bs-black);
	color: #ccd2e0;
	border-bottom: 1px solid var(--bs-border-dark);
}
.bs-section--dark h2,
.bs-section--dark h3 {
	color: #ffffff;
}
.bs-section__head {
	max-width: 800px;
	margin-bottom: 64px;
}
.bs-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--bs-blue);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
.bs-section--dark .bs-section__eyebrow {
	color: var(--bs-yellow);
}
.bs-section__eyebrow span {
	width: 16px;
	height: 1px;
	background: var(--bs-blue);
}
.bs-section--dark .bs-section__eyebrow span {
	background: var(--bs-yellow);
}
.bs-section__head h2 {
	margin-bottom: 18px;
}
.bs-section__head p {
	font-size: 1.15rem;
	color: var(--bs-text-muted);
	line-height: 1.6;
}
.bs-section--dark .bs-section__head p {
	color: #a2a8b9;
}

/* ================= About Section ================= */
.bs-about-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 64px;
	align-items: center;
}
.bs-about__text h3 {
	font-family: "Thmanyah Display", serif;
	font-size: 1.6rem;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.bs-about__text h3::before {
	content: "";
	width: 6px;
	height: 24px;
	background: var(--bs-blue);
	display: inline-block;
}
.bs-about__text p {
	font-size: 1.05rem;
	color: var(--bs-text-muted);
	margin-bottom: 32px;
}
.bs-licenses {
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid var(--bs-border);
}
.bs-license-item {
	padding: 24px 16px;
	text-align: center;
	border-left: 1px solid var(--bs-border);
}
.bs-license-item:last-child {
	border-left: 0;
}
.bs-license-item small {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--bs-text-muted);
	text-transform: uppercase;
	margin-bottom: 8px;
}
.bs-license-item b {
	font-family: "Thmanyah Display", serif;
	font-size: 1.3rem;
	color: var(--bs-black);
	letter-spacing: -0.01em;
}
.bs-about__visual {
	background: #000000;
	border: 1px solid var(--bs-border);
	padding: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 400px;
	position: relative;
}
.bs-about__visual::before {
	content: "";
	position: absolute;
	inset: 20px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}
.bs-about__visual img {
	max-width: 65%;
	z-index: 2;
}
@media (max-width: 960px) {
	.bs-about-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.bs-licenses {
		grid-template-columns: 1fr;
	}
	.bs-license-item {
		border-left: 0;
		border-bottom: 1px solid var(--bs-border);
	}
	.bs-license-item:last-child {
		border-bottom: 0;
	}
	.bs-about__visual {
		min-height: 300px;
		padding: 40px;
	}
}

/* ================= The Seven Dimensions (Page 8 style) ================= */
.bs-dims-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--bs-border-dark);
	border: 1px solid var(--bs-border-dark);
	margin-top: 48px;
}
.bs-dim-card {
	background: var(--bs-black);
	padding: 40px;
	transition: background 0.25s ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.bs-dim-card:hover {
	background: #111317;
}
.bs-dim-num {
	font-family: "Thmanyah Display", serif;
	font-size: 2.8rem;
	font-weight: 900;
	color: var(--bs-yellow);
	line-height: 1;
	margin-bottom: 16px;
	display: inline-block;
}
.bs-dim-card h3 {
	font-size: 1.3rem;
	color: #ffffff;
	margin-bottom: 12px;
}
.bs-dim-card p {
	font-size: 0.95rem;
	color: #a2a8b9;
	line-height: 1.6;
}
.bs-dim-card--featured {
	grid-column: span 3;
	background: #12151c;
	border-top: 2px solid var(--bs-blue);
	flex-direction: row;
	align-items: center;
	gap: 40px;
}
.bs-dim-card--featured .bs-dim-num {
	color: var(--bs-blue);
	font-size: 4rem;
	margin-bottom: 0;
}
.bs-dim-card--featured .bs-dim-content {
	flex: 1;
}
.bs-dim-card--featured h3 {
	font-size: 1.6rem;
	color: #ffffff;
}
.bs-dim-card--featured p {
	font-size: 1.1rem;
	color: #ccd2e0;
}
@media (max-width: 960px) {
	.bs-dims-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.bs-dim-card--featured {
		grid-column: span 2;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.bs-dim-card--featured .bs-dim-num {
		font-size: 3rem;
	}
}
@media (max-width: 640px) {
	.bs-dims-grid {
		grid-template-columns: 1fr;
	}
	.bs-dim-card--featured {
		grid-column: span 1;
	}
}

/* ================= Services Section ================= */
.bs-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--bs-border);
	border: 1px solid var(--bs-border);
}
.bs-service-card {
	background: #ffffff;
	padding: 48px;
	transition: background 0.2s ease;
	display: flex;
	flex-direction: column;
}
.bs-service-card:hover {
	background: var(--bs-bg-soft);
}
.bs-service-icon {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	background: var(--bs-black);
	color: #ffffff;
	margin-bottom: 24px;
}
.bs-service-icon svg {
	width: 24px;
	height: 24px;
}
.bs-service-card h3 {
	font-size: 1.35rem;
	margin-bottom: 14px;
	color: var(--bs-black);
}
.bs-service-card p {
	font-size: 0.95rem;
	color: var(--bs-text-muted);
	line-height: 1.6;
}
/* Branded border accent for services */
.bs-service-card:nth-child(2) .bs-service-icon { background: var(--bs-blue); }
.bs-service-card:nth-child(3) .bs-service-icon { background: var(--bs-yellow); color: var(--bs-black); }
.bs-service-card:nth-child(4) .bs-service-icon { background: var(--bs-red); }
.bs-service-card:nth-child(5) .bs-service-icon { background: #121317; }
.bs-service-card:nth-child(6) .bs-service-icon { background: var(--bs-blue); }

@media (max-width: 960px) {
	.bs-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 640px) {
	.bs-services-grid {
		grid-template-columns: 1fr;
	}
}

/* ================= Why Us Section ================= */
.bs-why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.bs-why-item {
	border: 1px solid var(--bs-border);
	padding: 40px;
	background: #ffffff;
	position: relative;
}
.bs-why-item::before {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	width: 40px;
	height: 3px;
	background: var(--bs-blue);
}
.bs-why-item:nth-child(2)::before { background: var(--bs-yellow); }
.bs-why-item:nth-child(3)::before { background: var(--bs-black); }

.bs-why-num {
	font-family: "Thmanyah Display", serif;
	font-size: 2.2rem;
	font-weight: 900;
	color: var(--bs-blue);
	margin-bottom: 16px;
	display: block;
}
.bs-why-item:nth-child(2) .bs-why-num { color: var(--bs-yellow); }
.bs-why-item:nth-child(3) .bs-why-num { color: var(--bs-black); }

.bs-why-item h3 {
	font-size: 1.4rem;
	margin-bottom: 12px;
}
.bs-why-item p {
	font-size: 0.95rem;
	color: var(--bs-text-muted);
	line-height: 1.6;
}
@media (max-width: 960px) {
	.bs-why-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

/* ================= CTA Banner Section ================= */
.bs-cta-banner {
	background: var(--bs-black);
	color: #ffffff;
	border: 1px solid var(--bs-border);
	padding: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.bs-cta-banner::before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	pointer-events: none;
}
.bs-cta-banner__text {
	position: relative;
	z-index: 2;
}
.bs-cta-banner h2 {
	color: #ffffff;
	margin-bottom: 8px;
}
.bs-cta-banner p {
	color: #ccd2e0;
	font-size: 1.1rem;
}
.bs-cta-banner__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
@media (max-width: 960px) {
	.bs-cta-banner {
		flex-direction: column;
		align-items: flex-start;
		padding: 40px;
		gap: 24px;
	}
}

/* ================= Contact Section ================= */
.bs-contact-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 64px;
}
.bs-contact-channels h3 {
	font-size: 1.6rem;
	margin-bottom: 24px;
}
.bs-channels-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.bs-channel-item {
	display: flex;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid var(--bs-border-light);
}
.bs-channel-item:last-child {
	border-bottom: 0;
}
.bs-channel-icon {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border: 1px solid var(--bs-border);
	color: var(--bs-black);
	flex-shrink: 0;
}
.bs-channel-icon svg {
	width: 20px;
	height: 20px;
}
.bs-channel-content b {
	display: block;
	font-size: 0.85rem;
	color: var(--bs-text-muted);
	text-transform: uppercase;
	margin-bottom: 4px;
}
.bs-channel-content a,
.bs-channel-content span {
	font-family: "Thmanyah Display", serif;
	font-size: 1.25rem;
	color: var(--bs-black);
	direction: ltr;
	display: inline-block;
}
.bs-channel-content a:hover {
	color: var(--bs-blue);
}

.bs-contact-social {
	display: flex;
	gap: 12px;
}
.bs-social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	color: var(--bs-blue, #3772ff);
	transition: none;
}
.bs-social-btn svg {
	width: 28px;
	height: 28px;
	display: block;
}
.bs-social-btn:hover {
	background: transparent;
	color: var(--bs-blue, #3772ff);
}

.bs-contact-form-box {
	background: #ffffff;
	border: 1px solid var(--bs-border);
	padding: 48px;
	position: relative;
}
.bs-contact-form-box::after {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid var(--bs-border-light);
	pointer-events: none;
}
.bs-contact-form-box h3 {
	font-size: 1.6rem;
	margin-bottom: 8px;
}
.bs-contact-form-box p.subtitle {
	color: var(--bs-text-muted);
	font-size: 0.95rem;
	margin-bottom: 32px;
}
.bs-contact-form-box form {
	position: relative;
	z-index: 2;
}
.bs-contact-form-box form p {
	margin-bottom: 20px;
}
.bs-contact-form-box input[type="text"],
.bs-contact-form-box input[type="email"],
.bs-contact-form-box input[type="tel"],
.bs-contact-form-box select,
.bs-contact-form-box textarea {
	width: 100%;
	padding: 16px;
	border: 1px solid var(--bs-border);
	font: inherit;
	background: #ffffff;
	color: var(--bs-black);
	transition: border-color 0.15s ease;
}
.bs-contact-form-box input:focus,
.bs-contact-form-box select:focus,
.bs-contact-form-box textarea:focus {
	outline: none;
	border-color: var(--bs-blue);
	box-shadow: 0 0 0 1px var(--bs-blue);
}
.bs-contact-form-box textarea {
	min-height: 140px;
	resize: vertical;
}
.bs-contact-form-box input[type="submit"],
.bs-contact-form-box button[type="submit"] {
	width: 100%;
	background: var(--bs-black);
	color: #ffffff;
	border: 1px solid var(--bs-border);
	padding: 18px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}
.bs-contact-form-box input[type="submit"]:hover,
.bs-contact-form-box button[type="submit"]:hover {
	background: var(--bs-blue);
	border-color: var(--bs-blue);
}
@media (max-width: 960px) {
	.bs-contact-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	.bs-contact-form-box {
		padding: 32px 24px;
	}
}

/* ================= Footer ================= */
.bs-footer {
	background: var(--bs-black);
	color: #a2a8b9;
	padding: 80px 0 40px 0;
	border-top: 1px solid var(--bs-border-dark);
}
.bs-footer__top {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 0.9fr;
	gap: 64px;
	margin-bottom: 64px;
}
.bs-footer__brand img {
	width: auto;
	height: auto;
	max-width: min(300px, 100%);
	max-height: 72px;
	object-fit: contain;
	margin-bottom: 24px;
	display: block;
}
.bs-footer__brand p {
	font-size: 0.95rem;
	line-height: 1.6;
	max-width: 36ch;
}
.bs-footer h4 {
	color: #ffffff;
	font-family: "Thmanyah Display", serif;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.bs-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.bs-footer ul a {
	color: #a2a8b9;
	font-size: 0.95rem;
	transition: color 0.15s ease;
}
.bs-footer ul a:hover {
	color: var(--bs-yellow);
}

.bs-footer-contact {
	gap: 14px;
}
.bs-footer-contact__link {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #a2a8b9;
	text-decoration: none;
	transition: color 0.15s ease;
}
.bs-footer-contact__link:hover {
	color: var(--bs-yellow);
}
.bs-footer-contact__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	color: var(--bs-blue, #3772ff);
}
.bs-footer-contact__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}
.bs-footer-contact__link:hover .bs-footer-contact__icon {
	color: var(--bs-yellow);
}
.bs-footer-contact__text {
	font-size: 0.95rem;
	line-height: 1.4;
}

.bs-footer__bottom {
	border-top: 1px solid var(--bs-border-dark);
	padding-top: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	font-size: 0.85rem;
	color: #6a6f7d;
}
@media (max-width: 960px) {
	.bs-footer__top {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

/* ================= Floating WhatsApp (icon only, after hero) ================= */
.bs-wa-float {
	position: fixed;
	bottom: 28px;
	left: 28px;
	width: 56px;
	height: 56px;
	padding: 0;
	background: #25d366;
	color: #ffffff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(16px) scale(0.92);
	transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, background 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
}
.bs-wa-float.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}
.bs-wa-float:hover {
	transform: translateY(-4px) scale(1.05);
	background: #19bd52;
	color: #ffffff;
	box-shadow: 0 12px 36px rgba(37, 211, 102, 0.45);
}
.bs-wa-float.is-visible:hover {
	transform: translateY(-4px) scale(1.05);
}
.bs-wa-float svg {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}
.bs-wa-float span {
	display: none !important;
}
@media (max-width: 560px) {
	.bs-wa-float {
		bottom: 20px;
		left: 20px;
		width: 52px;
		height: 52px;
	}
	.bs-wa-float svg {
		width: 28px;
		height: 28px;
	}
}

/* ================= Scroll Reveal Animations ================= */
.bs-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.bs-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}
