:root {
	--bg: #DBDAD5;
	--surface: #ffffff;
	--text: #111111;
	--muted: #686868;
	--brand: #D3A588;
	--brand-dark: #a9826b;
	--bs-danger: #D3A588;
	--bs-danger-rgb: 202, 5, 14;
	--soft-red: #fff1f2;
	--line: #ddd6cd;
	--ink: #272322;
	--shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
	--radius: 16px;
	--radius-lg: 24px;
	--whatsapp: #25D366;
	--whatsapp-hover: #1ebe5b;
}

* {
	font-family: "Segoe UI", Tahoma, Arial, "Tajawal", sans-serif;
}

body {
	background: linear-gradient(180deg, #dcd6ce 0%, var(--bg) 22%, #f0ece7 100%);
	color: var(--text);
}

.mini-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.15em;
	margin-inline-end: 0.35rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

.contact-label {
	color: var(--brand-dark);
	font-weight: 800;
	margin-inline-end: 0.35rem;
}

#heroSliderEn .carousel-indicators [data-bs-target],
#heroSlider .carousel-indicators [data-bs-target] {
	height: 20px;
	position: relative;
	top: 20px;
	border-radius: 10px;
}

.max-wrap {
	max-width: 1320px;
}

.section-space {
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
}

.bi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15em;
	min-width: 1.15em;
	line-height: 1;
}

.section-title {
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 900;
	margin-bottom: 0.35rem;
	color: var(--ink);
}

.section-sub {
	color: var(--muted);
	margin-bottom: 1.5rem;
}

.navbar-shell {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(6px);
}

.nav-link {
	font-weight: 700;
	color: #303030;
}

.nav-link:hover {
	color: var(--brand);
}

.btn-brand {
	background: var(--brand);
	border: 0;
	color: #fff;
	border-radius: 999px;
	font-weight: 800;
	padding: 0.62rem 1.3rem;
}

.btn-brand:hover {
	background: var(--brand-dark);
	color: #fff;
}

.btn-soft {
	border: 1px solid #d9d0c4;
	background: #fff;
	color: #222;
	border-radius: 999px;
	font-weight: 700;
	padding: 0.6rem 1.2rem;
}

.whatsapp-btn {
	background: var(--whatsapp);
	display: flex;
	width: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.whatsapp-btn:hover {
	background: var(--whatsapp-hover);
	color: #fff;
	/* transform: translateY(-2px); */
	/* zoom: 1.04; */
}
.whatsapp-btn::before {
	content: "";
	background-color: currentColor;
	-webkit-mask-image: url("../images/brands/whatsapp.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("../images/brands/whatsapp.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 0.6rem;
}

.hero {
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow);
	background: #0f0f0f;
}

.hero .carousel-item .row {
	min-height: 420px;
}

.hero .carousel-item .col-lg-6 {
	display: flex;
}

.hero-img {
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	filter: brightness(0.82);
}

.hero-copy {
	height: 100%;
	padding: 2rem 2.2rem;
	background: radial-gradient(circle at top right, #b48a55 0%, var(--brand) 57%, var(--brand-dark) 100%);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.85rem;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
	width: 72px;
	opacity: 0.95;
}

.hero .carousel-control-prev-icon,
.hero .carousel-control-next-icon {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 999px;
	background-color: var(--brand);
	background-size: 58% 58%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
}

.hero-copy .btn.rounded-pill {
	min-height: 52px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	border: 1px solid #e4ddd3;
	background: #fff;
	border-radius: 999px;
	padding: 0.45rem 0.9rem;
	font-size: 0.92rem;
	color: #333;
	font-weight: 700;
}

.kpi {
	background: #fff;
	border: 1px solid #e5ddd2;
	border-radius: var(--radius);
	box-shadow: 0 8px 18px rgba(38, 29, 20, 0.06);
	height: 100%;
}

.mix-card {
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid #e2dbd0;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.mix-head {
	font-size: 1.15rem;
	font-weight: 900;
}

.mix-bar {
	height: 12px;
	border-radius: 999px;
	background: #ece7de;
	overflow: hidden;
}

.mix-fill {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--brand), var(--brand-dark));
}

.card-clean {
	border-radius: var(--radius);
	border: 1px solid #e5ddd2;
	background: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.service-cover {
	width: 100%;
	height: 210px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-top-right-radius: var(--radius);
	border-top-left-radius: var(--radius);
}

.service-card-overlay {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	height: 200px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	display: block;
}

.service-card-overlay img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-card-overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.68) 100%);
}

.service-card-content {
	position: absolute;
	inset: 0;
	z-index: 2;
	padding: 1rem 1.1rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.55rem;
}

.service-card-content h3 {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	margin: 0;
}

.services-slider {
	padding-bottom: 2rem;
}

.services-slider .carousel-item {
	padding: 0 2.2rem;
}

.services-slider .service-card-overlay {
	height: 320px;
}

.services-slider .carousel-indicators {
	margin-bottom: -0.4rem;
}

.services-slider .carousel-indicators [data-bs-target] {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: var(--brand);
	border: 0;
	opacity: 0.65;
}

.services-slider .carousel-indicators .active {
	background-color: var(--brand);
	opacity: 1;
}

.services-slider .carousel-control-prev,
.services-slider .carousel-control-next {
	width: 48px;
	height: 48px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: rgba(211, 165, 136, 0.92);
	opacity: 0.95;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.services-slider .carousel-control-prev {
	left: 0.55rem;
}

.services-slider .carousel-control-next {
	right: 0.55rem;
}

.services-slider .carousel-control-prev:hover,
.services-slider .carousel-control-next:hover {
	background: var(--brand-dark);
	opacity: 1;
}

.services-arrow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	position: relative;
	top: -2px;
}

@media (max-width: 767px) {
	.services-slider .carousel-item {
		padding: 0 1.5rem;
	}

	.services-slider .carousel-control-prev,
	.services-slider .carousel-control-next {
		width: 42px;
		height: 42px;
	}

	.services-slider .service-card-overlay {
		height: 240px;
	}
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #404040;
}

.feature-list li {
	padding: 0.2rem 0;
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.feature-list li::before {
	content: "✓";
	color: var(--brand);
	font-weight: 900;
	flex: 0 0 auto;
}

.promo-box {
	border-radius: var(--radius-lg);
	overflow: hidden;
	min-height: 230px;
	position: relative;
	color: #fff;
	box-shadow: var(--shadow);
}

.promo-box img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.08);
}

.promo-box::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}

.promo-content {
	position: relative;
	z-index: 2;
	padding: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 100%;
}

.brand-chip {
	display: inline-flex;
	align-items: center;
	border: 1px solid #d7cfbf;
	border-radius: 999px;
	padding: 0.42rem 0.78rem;
	font-weight: 700;
	background: #fff;
	color: #2d2d2d;
	text-decoration: none;
	transition: all 0.2s ease;
}

.brand-chip:hover {
	color: #fff;
	background: var(--brand);
	border-color: var(--brand);
}

.filter-btn {
	border: 1px solid #d7cfc2;
	background: #fff;
	border-radius: 999px;
	font-weight: 700;
	padding: 0.45rem 1rem;
	color: #2f2f2f;
	transition: all 0.2s ease;
}

.filter-btn.active,
.filter-btn:hover {
	background: var(--brand);
	border-color: var(--brand);
	color: #fff;
}

.product-card {
	border-radius: var(--radius);
	border: 1px solid #e7dfd4;
	background: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
}

.product-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow);
}

.product-card > div:last-child {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.product-img-wrap {
	height: 210px;
	background: linear-gradient(145deg, #f8f6f2, #f2eee8);
	border-bottom: 1px solid #ece4d8;
	justify-content: center;
	align-items: center;
	display: flex;
	place-items: center;
	margin-right: -17px;
	margin-left: -17px;
	margin-top: -20px;
	overflow: hidden;
}

.product-img {
	width: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.price {
	font-size: 1.50rem;
	margin-left: 1.5rem;
}

.old-price {
	text-decoration: line-through;
	color: var(--muted);
	font-size: 1.0rem;
}

.product-card .whatsapp-btn {
	width: 75%;
	margin: 0;
	padding: 0.75rem 1rem;
	border-radius: 6px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	transition: background 0.2s ease;
}


.store-grid .hidden-item {
	display: none;
}

.lead-block {
	border-radius: var(--radius-lg);
	background: #fff;
	border: 1px solid #e2d9cd;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.lead-panel {
	background: linear-gradient(155deg, #161616, #2e2e2e);
	color: #fff;
	min-height: 100%;
	padding: 1.6rem;
}

.form-control,
.form-select {
	border-radius: 0.8rem;
	border: 1px solid #dcd4c7;
	padding: 0.65rem 0.8rem;
}

.form-control:focus,
.form-select:focus {
	border-color: #cc5262;
	box-shadow: 0 0 0 0.2rem rgba(207, 0, 18, 0.1);
}

.blog-card {
	border-radius: var(--radius);
	border: 1px solid #e5ddd2;
	background: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	height: 100%;
}

.blog-card img {
	width: 100%;
	height: 200px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.flow-step {
	border: 1px solid #dfd7ca;
	border-radius: var(--radius);
	background: #fff;
	height: 100%;
	padding: 1rem;
}

.contact-card {
	border-radius: var(--radius);
	border: 1px solid #dfd7ca;
	background: #fff;
	padding: 1rem;
	height: 100%;
}

.footer-main {
	background: linear-gradient(180deg, #191817 0%, #111111 100%);
	border-top-right-radius: 28px;
	border-top-left-radius: 28px;
	color: #f2f2f2;
	margin-top: 3rem;
	box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.2);
}

.footer-link {
	color: #cfcfcf;
	text-decoration: none;
}

.footer-link:hover {
	color: #fff;
}

.fade-up {
	animation: fadeUp 0.6s ease both;
}

.fade-up:nth-child(2) {
	animation-delay: 0.05s;
}

.fade-up:nth-child(3) {
	animation-delay: 0.1s;
}

#topNav .btn {
	padding-top: 0.9rem;
}

.navbar-brand img {
	height: 32px;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 991.98px) {
	.hero .carousel-inner,
	.hero .carousel-item,
	.hero .carousel-item .row {
		min-height: 620px;
	}

	.hero-copy {
		border-radius: 0;
		min-height: 340px;
		height: auto;
	}

	.hero-img {
		height: 280px;
	}

	.hero .carousel-control-prev,
	.hero .carousel-control-next {
		width: 62px;
	}

	.hero .carousel-control-prev-icon,
	.hero .carousel-control-next-icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	.hero-copy .btn.rounded-pill {
		min-height: 56px;
		padding-top: 0.85rem;
		padding-bottom: 0.85rem;
	}

	.navbar-shell {
		border-radius: 15px;
	}
}

/* ── Floating Support Button ── */
.float-support-btn {
	position: fixed;
	bottom: 28px;
	left: 28px;
	z-index: 1060;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--brand);
	box-shadow: 0 4px 18px rgba(0, 0, 0, .25);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s, box-shadow .2s;
	padding: 0;
	color: #fff;
	font-size: .8rem;
	font-weight: 800;
}

.float-support-btn:hover {
	transform: scale(1.08);
	box-shadow: 0 6px 24px rgba(0, 0, 0, .32);
}

/* ── Support Menu Panel ── */
.support-panel {
	background-color: #fff;
	position: fixed;
	bottom: 100px;
	left: 28px;
	z-index: 1059;
	width: 300px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 40px rgba(0, 0, 0, .22);
	transform: translateY(20px) scale(.97);
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s ease, transform .22s ease;
}
.text-danger {
	color: var(--bs-danger) !important;
	font-weight: 700;
}
.support-panel.open {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0) scale(1);
}

.support-panel-header {
	background: #2a2a2a;
	color: #fff;
	text-align: center;
	padding: 22px 16px 18px;
	font-size: 1.05rem;
	font-weight: 700;
}

.support-panel-body {
	background: #f5f1eb;
}

.support-panel-chat {
	display: block;
	width: calc(100% - 32px);
	margin: 16px auto 4px;
	padding: 11px 0;
	border-radius: 50px;
	border: 2px solid #2a2a2a;
	background: transparent;
	color: #2a2a2a;
	font-size: .97rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: background .18s, color .18s;
}

.support-panel-chat:hover {
	background: #2a2a2a;
	color: #fff;
}

.support-panel-list {
	list-style: none;
	padding: 8px 0 0;
	margin: 0;
}

.support-panel-list li {
	border-top: 1px solid #e4dfd7;
}

.support-panel-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 20px;
	color: #222;
	text-decoration: none;
	font-size: .95rem;
	transition: background .15s;
}

.support-panel-list li a:hover {
	background: #ede9e1;
}

.support-panel-list li a .chevron {
	font-size: .7rem;
	opacity: .5;
}

.support-panel-contact {
	display: block;
	width: calc(100% - 32px);
	margin: 12px auto 18px;
	padding: 11px 0;
	border-radius: 50px;
	border: 2px solid #2a2a2a;
	background: transparent;
	color: #2a2a2a;
	font-size: .97rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: background .18s, color .18s;
}

.support-panel-contact:hover {
	background: #2a2a2a;
	color: #fff;
}

@media (max-width: 400px) {
	.support-panel {
		width: calc(100vw - 40px);
		left: 20px;
	}

	.float-support-btn {
		left: 20px;
		bottom: 20px;
	}
}

/* ── Back to Top Button ── */
.back-to-top {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 1060;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--brand);
	color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s, transform .25s;
	transform: translateY(12px);
}

.back-to-top.visible {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0);
}

.back-to-top:hover {
	background: var(--brand-dark);
}

/* ── brands ── */
.brand-icon {
	color: var(--surface);
}

.brand-icon::before {
	content: "";
	display: block;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.brand-icon.whatsapp-icon::before {
	width: 20px;
	height: 20px;
	-webkit-mask-image: url("../images/brands/whatsapp.svg");
	mask-image: url("../images/brands/whatsapp.svg");
}

.social-link {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #d8d1c5;
	display: inline-grid;
	place-items: center;
	color: #292929;
	text-decoration: none;
	transition: all 0.2s ease;
	background: #fff;
}
.social-link span {
	display: none;
}
.social-link:hover {
	background: var(--brand);
	border-color: var(--brand);
	color: #fff;
	transform: translateY(-2px);
}
.social-link::before{
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
}
.social-link[aria-label="facebook"]::before {
	background-color: #1877f2;
	-webkit-mask-image: url("../images/brands/facebook-square.svg");
	mask-image: url("../images/brands/facebook-square.svg");
}

.social-link[aria-label="instagram"]::before {
	background-color: #e1306c;
	-webkit-mask-image: url("../images/brands/instagram.svg");
	mask-image: url("../images/brands/instagram.svg");
}

.social-link[aria-label="youtube"]::before {
	background-color: #ff0000;
	-webkit-mask-image: url("../images/brands/youtube-play.svg");
	mask-image: url("../images/brands/youtube-play.svg");
}

.social-link[aria-label="linkedin"]::before {
	background-color: #0077b5;
	-webkit-mask-image: url("../images/brands/linkedin-square.svg");
	mask-image: url("../images/brands/linkedin-square.svg");
}

.social-link[aria-label="x"]::before {
	background-color: #0077b5;
	-webkit-mask-image: url("../images/brands/x-twitter.svg");
	mask-image: url("../images/brands/x-twitter.svg");
}

@media (max-width: 400px) {
	.back-to-top {
		right: 20px;
		bottom: 20px;
	}
}

html[dir="rtl"] .services-slider .carousel-control-next {
	left: 0.55rem;
	right: auto;
	rotate: 180deg;
}
html[dir="rtl"] .services-slider .carousel-control-prev {
	rotate: 180deg;
}