/*
 * CRDU Arabic Global Shell
 * Scoped to the Arabic page tree only.
 */
body.crdu-ar-global-active{
	--crdu-ar-ink:#111315;
	--crdu-ar-panel:#171a1d;
	--crdu-ar-panel-2:#202428;
	--crdu-ar-copper:#a86746;
	--crdu-ar-copper-hover:#bd7957;
	--crdu-ar-paper:#f6f3ed;
	--crdu-ar-white:#ffffff;
	--crdu-ar-muted:#aaa9a5;
	--crdu-ar-line:rgba(255,255,255,.14);
	--crdu-ar-dark-line:rgba(17,19,21,.16);
	--crdu-ar-focus:#f9c349;
	background:var(--crdu-ar-paper);
	overflow-x:hidden;
}

/* Hide the English theme shell and English utility actions on Arabic pages. */
body.crdu-ar-global-active #masthead,
body.crdu-ar-global-active .site-header,
body.crdu-ar-global-active #colophon,
body.crdu-ar-global-active .site-footer,
body.crdu-ar-global-active .crdu-global-header,
body.crdu-ar-global-active .crdu-global-footer,
body.crdu-ar-global-active .crdu-contact-dock,
body.crdu-ar-global-active #crdu-legal-links{
	display:none!important;
}

/* Visual fallback if a legacy page shell bypasses the server-side content filter. */
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.crdu-ar-nav,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.crdu-moto-header,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.crdu-svc-nav,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.cf-nav,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.tow-nav,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.crdu-road-nav,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.bat-nav,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.crdu-winch-header,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.fjr-header,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.uaq-header,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.aj-nav,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.pv-header,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > header.tv-header,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > nav.crdu-fj-nav,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.crdu-ar-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.crdu-moto-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.crdu-svc-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.cf-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.tow-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.crdu-road-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.bat-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.crdu-winch-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.fjr-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.uaq-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.aj-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.crdu-fj-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.pv-footer,
body.crdu-ar-global-active .entry-content > [dir="rtl"] > footer.tv-footer{
	display:none!important;
}

.crdu-ar-site-header,
.crdu-ar-site-footer,
.crdu-ar-site-header *,
.crdu-ar-site-footer *{
	box-sizing:border-box;
}

.crdu-ar-site-header,
.crdu-ar-site-footer{
	direction:rtl;
	font-family:"Tajawal","Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;
	text-align:right;
}

.crdu-ar-site-shell{
	width:min(1280px,calc(100% - 48px));
	margin-inline:auto;
}

.crdu-ar-site-header{
	position:sticky;
	top:0;
	z-index:9990;
	border-bottom:1px solid var(--crdu-ar-line);
	background:rgba(17,19,21,.97);
	color:var(--crdu-ar-white);
	box-shadow:0 14px 34px rgba(0,0,0,.14);
	backdrop-filter:blur(14px);
	-webkit-backdrop-filter:blur(14px);
}

body.admin-bar .crdu-ar-site-header{top:32px}

.crdu-ar-site-header__inner{
	min-height:86px;
	display:flex;
	align-items:center;
	gap:28px;
}

.crdu-ar-site-brand{
	display:inline-flex;
	flex:0 0 auto;
	align-items:center;
	justify-content:flex-start;
	width:168px;
	min-height:58px;
	color:#fff!important;
	text-decoration:none!important;
}

.crdu-ar-site-brand img{
	display:block;
	width:auto;
	max-width:168px;
	height:auto;
	max-height:58px;
	object-fit:contain;
}

.crdu-ar-site-brand__text{
	display:grid;
	color:#fff;
	font-size:15px;
	font-weight:900;
	line-height:1.15;
	letter-spacing:.02em;
}

.crdu-ar-site-brand__text small{
	margin-top:4px;
	color:var(--crdu-ar-muted);
	font-size:10px;
	font-weight:700;
	letter-spacing:.16em;
}

.crdu-ar-site-nav{
	min-width:0;
	flex:1 1 auto;
	align-self:stretch;
	display:flex;
	align-items:center;
	justify-content:center;
}

.crdu-ar-site-menu,
.crdu-ar-site-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

.crdu-ar-site-menu{
	display:flex;
	align-items:stretch;
	justify-content:center;
	height:100%;
	gap:2px;
}

.crdu-ar-site-menu > li{
	position:relative;
	display:flex;
	align-items:stretch;
}

.crdu-ar-site-menu a{
	display:flex;
	align-items:center;
	min-height:54px;
	padding:0 13px;
	border-radius:5px;
	color:#e2e0dc!important;
	font-size:14px;
	font-weight:800;
	line-height:1.45;
	text-decoration:none!important;
	white-space:nowrap;
	transition:color .18s ease,background .18s ease;
}

.crdu-ar-site-menu > li > a{position:relative}

.crdu-ar-site-menu > li > a:after{
	content:"";
	position:absolute;
	inset-inline:13px;
	bottom:2px;
	height:2px;
	background:var(--crdu-ar-copper);
	transform:scaleX(0);
	transform-origin:right;
	transition:transform .18s ease;
}

.crdu-ar-site-menu a:hover,
.crdu-ar-site-menu a:focus-visible,
.crdu-ar-site-menu .current-menu-item > a,
.crdu-ar-site-menu .current-menu-ancestor > a{
	background:rgba(255,255,255,.055);
	color:#fff!important;
}

.crdu-ar-site-menu > li > a:hover:after,
.crdu-ar-site-menu > li > a:focus-visible:after,
.crdu-ar-site-menu > .current-menu-item > a:after,
.crdu-ar-site-menu > .current-menu-ancestor > a:after{
	transform:scaleX(1);
}

.crdu-ar-site-menu .menu-item-has-children > a{
	padding-inline-end:31px;
}

.crdu-ar-site-menu .menu-item-has-children > a:before{
	content:"";
	position:absolute;
	inset-inline-end:13px;
	top:50%;
	width:7px;
	height:7px;
	border-inline-end:2px solid currentColor;
	border-bottom:2px solid currentColor;
	transform:translateY(-67%) rotate(45deg);
}

.crdu-ar-site-menu .sub-menu{
	position:absolute;
	z-index:20;
	top:calc(100% - 7px);
	inset-inline-start:0;
	min-width:250px;
	padding:9px;
	border:1px solid var(--crdu-ar-line);
	border-radius:7px;
	background:var(--crdu-ar-panel);
	box-shadow:0 20px 48px rgba(0,0,0,.32);
	opacity:0;
	visibility:hidden;
	transform:translateY(8px);
	transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
}

.crdu-ar-site-menu .sub-menu li+li{margin-top:2px}

.crdu-ar-site-menu .sub-menu a{
	min-height:44px;
	padding:10px 13px;
	border-radius:4px;
	white-space:normal;
}

.crdu-ar-site-menu li:hover > .sub-menu,
.crdu-ar-site-menu li:focus-within > .sub-menu{
	opacity:1;
	visibility:visible;
	transform:none;
}

.crdu-ar-site-actions{
	display:flex;
	flex:0 0 auto;
	align-items:center;
	gap:8px;
}

.crdu-ar-site-action{
	min-height:46px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:10px 15px;
	border:1px solid transparent;
	border-radius:5px;
	color:#fff!important;
	font-size:13px;
	font-weight:900;
	line-height:1.2;
	text-decoration:none!important;
	white-space:nowrap;
	transition:background .18s ease,border-color .18s ease,transform .18s ease;
}

.crdu-ar-site-action:hover{transform:translateY(-1px)}

.crdu-ar-site-action--phone{
	border-color:rgba(255,255,255,.38);
	background:rgba(255,255,255,.035);
}

.crdu-ar-site-action--phone:hover{background:rgba(255,255,255,.1)}

.crdu-ar-site-action--whatsapp{
	border-color:var(--crdu-ar-copper);
	background:var(--crdu-ar-copper);
}

.crdu-ar-site-action--whatsapp:hover{
	border-color:var(--crdu-ar-copper-hover);
	background:var(--crdu-ar-copper-hover);
}

.crdu-ar-site-menu-toggle,
.crdu-ar-submenu-toggle{
	border:0;
	font:inherit;
	cursor:pointer;
}

.crdu-ar-site-menu-toggle{
	display:none;
	width:48px;
	height:48px;
	margin-inline-start:auto;
	align-items:center;
	justify-content:center;
	border:1px solid var(--crdu-ar-line);
	border-radius:5px;
	background:transparent;
	color:#fff;
}

.crdu-ar-site-menu-toggle__icon,
.crdu-ar-site-menu-toggle__icon:before,
.crdu-ar-site-menu-toggle__icon:after{
	display:block;
	width:20px;
	height:2px;
	background:currentColor;
	content:"";
	transition:transform .18s ease,opacity .18s ease;
}

.crdu-ar-site-menu-toggle__icon{position:relative}

.crdu-ar-site-menu-toggle__icon:before{
	position:absolute;
	top:-7px;
	inset-inline-start:0;
}

.crdu-ar-site-menu-toggle__icon:after{
	position:absolute;
	top:7px;
	inset-inline-start:0;
}

.crdu-ar-site-menu-toggle[aria-expanded="true"] .crdu-ar-site-menu-toggle__icon{
	background:transparent;
}

.crdu-ar-site-menu-toggle[aria-expanded="true"] .crdu-ar-site-menu-toggle__icon:before{
	top:0;
	transform:rotate(45deg);
}

.crdu-ar-site-menu-toggle[aria-expanded="true"] .crdu-ar-site-menu-toggle__icon:after{
	top:0;
	transform:rotate(-45deg);
}

.crdu-ar-submenu-toggle{display:none}

.crdu-ar-site-mobile-actions{display:none}

.crdu-ar-site-header a:focus-visible,
.crdu-ar-site-header button:focus-visible,
.crdu-ar-site-footer a:focus-visible{
	outline:3px solid var(--crdu-ar-focus);
	outline-offset:3px;
}

/* Footer */
.crdu-ar-site-footer{
	position:relative;
	z-index:5;
	border-top:1px solid var(--crdu-ar-line);
	background:#0c0e0f;
	color:#fff;
}

.crdu-ar-site-footer__main{
	display:grid;
	grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(150px,.55fr));
	gap:54px;
	padding:68px 0 54px;
}

.crdu-ar-site-footer__brand{
	display:block;
	width:178px;
	color:#fff!important;
	text-decoration:none!important;
}

.crdu-ar-site-footer__brand img{
	display:block;
	width:auto;
	max-width:178px;
	height:auto;
	max-height:62px;
	object-fit:contain;
}

.crdu-ar-site-footer__brand-copy{
	margin:20px 0 0;
	max-width:440px;
	color:#b6b4af;
	font-size:15px;
	line-height:1.9;
}

.crdu-ar-site-footer h2{
	margin:0 0 19px;
	color:#fff!important;
	font-family:inherit;
	font-size:17px;
	font-weight:900;
	line-height:1.4;
	letter-spacing:0;
	text-transform:none!important;
}

.crdu-ar-site-footer ul{
	list-style:none;
	margin:0;
	padding:0;
}

.crdu-ar-site-footer li+li{margin-top:9px}

.crdu-ar-site-footer li a{
	color:#b6b4af!important;
	font-size:14px;
	line-height:1.55;
	text-decoration:none!important;
}

.crdu-ar-site-footer li a:hover{color:#fff!important}

.crdu-ar-site-footer__cta{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin-top:22px;
}

.crdu-ar-site-footer__facts{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	border-top:1px solid var(--crdu-ar-line);
	border-bottom:1px solid var(--crdu-ar-line);
}

.crdu-ar-site-footer__fact{
	min-width:0;
	padding:21px 22px;
	border-inline-start:1px solid var(--crdu-ar-line);
}

.crdu-ar-site-footer__fact:first-child{border-inline-start:0}

.crdu-ar-site-footer__fact small{
	display:block;
	margin-bottom:5px;
	color:#85847f;
	font-size:11px;
	font-weight:800;
}

.crdu-ar-site-footer__fact a,
.crdu-ar-site-footer__fact span{
	display:block;
	color:#fff!important;
	font-size:14px;
	font-weight:800;
	line-height:1.55;
	text-decoration:none!important;
	overflow-wrap:anywhere;
}

.crdu-ar-site-footer__bottom{
	min-height:62px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
	color:#85847f;
	font-size:12px;
}

.crdu-ar-site-footer__legal{
	display:flex;
	flex-wrap:wrap;
	gap:18px;
}

.crdu-ar-site-footer__legal a{
	color:#aaa9a5!important;
	text-decoration:none!important;
}

.crdu-ar-site-footer__legal a:hover{color:#fff!important}

@media (max-width:1180px){
	.crdu-ar-site-header__inner{gap:16px}
	.crdu-ar-site-menu a{padding-inline:9px;font-size:13px}
	.crdu-ar-site-menu .menu-item-has-children > a{padding-inline-end:27px}
	.crdu-ar-site-menu .menu-item-has-children > a:before{inset-inline-end:9px}
	.crdu-ar-site-action{padding-inline:12px}
}

@media (max-width:1020px){
	.crdu-ar-site-shell{width:min(100% - 32px,1280px)}
	.crdu-ar-site-header{position:sticky}
	.crdu-ar-site-header__inner{min-height:76px;position:relative}
	.crdu-ar-site-brand{width:148px;min-height:52px}
	.crdu-ar-site-brand img{max-width:148px;max-height:52px}
	.crdu-ar-site-menu-toggle{display:flex}
	.crdu-ar-site-actions{display:none}
	.crdu-ar-site-nav{
		position:absolute;
		top:calc(100% + 1px);
		inset-inline:0;
		display:none;
		max-height:calc(100vh - 102px);
		padding:12px;
		border:1px solid var(--crdu-ar-line);
		border-top:0;
		border-radius:0 0 8px 8px;
		background:rgba(17,19,21,.995);
		box-shadow:0 24px 46px rgba(0,0,0,.34);
		overflow:auto;
	}
	.crdu-ar-site-nav.is-open{display:block}
	.crdu-ar-site-menu{display:block;height:auto}
	.crdu-ar-site-menu > li{display:grid;grid-template-columns:1fr 48px;align-items:center;border-bottom:1px solid rgba(255,255,255,.09)}
	.crdu-ar-site-menu > li > a{grid-column:1;min-height:52px;padding:11px 12px}
	.crdu-ar-site-menu > li > a:after,
	.crdu-ar-site-menu .menu-item-has-children > a:before{display:none}
	.crdu-ar-submenu-toggle{
		grid-column:2;
		grid-row:1;
		display:flex;
		width:44px;
		height:44px;
		align-items:center;
		justify-content:center;
		border-radius:4px;
		background:rgba(255,255,255,.055);
		color:#fff;
	}
	.crdu-ar-submenu-toggle:before{
		content:"";
		width:8px;
		height:8px;
		border-inline-end:2px solid currentColor;
		border-bottom:2px solid currentColor;
		transform:rotate(45deg) translate(-1px,1px);
		transition:transform .18s ease;
	}
	.crdu-ar-submenu-toggle[aria-expanded="true"]:before{transform:rotate(225deg) translate(-1px,1px)}
	.crdu-ar-site-menu .sub-menu{
		position:static;
		grid-column:1 / -1;
		display:none;
		min-width:0;
		padding:6px 13px 12px;
		border:0;
		border-radius:0;
		background:#0d0f10;
		box-shadow:none;
		opacity:1;
		visibility:visible;
		transform:none;
	}
	.crdu-ar-site-menu .submenu-open > .sub-menu{display:block}
	.crdu-ar-site-menu .sub-menu a{min-height:46px;padding:10px 14px;color:#c7c5c0!important}
	.crdu-ar-site-mobile-actions{
		display:grid;
		grid-template-columns:1fr 1fr;
		gap:8px;
		padding-top:12px;
	}
	.crdu-ar-site-mobile-actions .crdu-ar-site-action{display:flex;min-height:50px}
	.crdu-ar-site-footer__main{grid-template-columns:1.2fr repeat(2,minmax(150px,.55fr));gap:42px}
	.crdu-ar-site-footer__company{grid-column:2}
	.crdu-ar-site-footer__facts{grid-template-columns:repeat(2,minmax(0,1fr))}
	.crdu-ar-site-footer__fact:nth-child(3){border-inline-start:0;border-top:1px solid var(--crdu-ar-line)}
	.crdu-ar-site-footer__fact:nth-child(4){border-top:1px solid var(--crdu-ar-line)}
}

@media (max-width:782px){
	body.admin-bar .crdu-ar-site-header{top:46px}
}

@media (max-width:720px){
	.crdu-ar-site-shell{width:min(100% - 24px,1280px)}
	.crdu-ar-site-header__inner{min-height:70px}
	.crdu-ar-site-brand{width:134px}
	.crdu-ar-site-brand img{max-width:134px;max-height:48px}
	.crdu-ar-site-footer__main{grid-template-columns:1fr 1fr;gap:34px 24px;padding:52px 0 40px}
	.crdu-ar-site-footer__intro{grid-column:1 / -1}
	.crdu-ar-site-footer__company{grid-column:auto}
	.crdu-ar-site-footer__facts{grid-template-columns:1fr}
	.crdu-ar-site-footer__fact,
	.crdu-ar-site-footer__fact:nth-child(3),
	.crdu-ar-site-footer__fact:nth-child(4){border-inline-start:0;border-top:1px solid var(--crdu-ar-line)}
	.crdu-ar-site-footer__fact:first-child{border-top:0}
	.crdu-ar-site-footer__bottom{padding:17px 0;align-items:flex-start;flex-direction:column}
}

@media (max-width:430px){
	.crdu-ar-site-footer__main{grid-template-columns:1fr}
	.crdu-ar-site-footer__intro{grid-column:auto}
	.crdu-ar-site-mobile-actions{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
	.crdu-ar-site-header *,
	.crdu-ar-site-footer *{scroll-behavior:auto!important;transition:none!important}
}

@media print{
	.crdu-ar-site-header,
	.crdu-ar-site-footer{display:none!important}
}
