/* Orion Services — matches the real ".hover-image-section" / ".faqs-list"
   accordion markup exactly, using this project's real breakpoints:
   sm=640, md=769, lg=992, xl=1199, 1xl=1380, 2xl=1752. */
.orion-services {
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #f5f6f6;
	padding: 24px 0;
}
@media (min-width: 640px) { .orion-services { padding: 40px 0; } }
@media (min-width: 992px) { .orion-services { padding: 56px 0; } }
@media (min-width: 1380px) { .orion-services { padding: 64px 0; } }
@media (min-width: 1752px) { .orion-services { padding: 80px 0; } }

/* Layout 2 (index-2.html homepage embed): no section padding / gray bg — only margin-bottom */
.orion-services.layout_2 {
	background-color: transparent;
	padding: 0;
	margin-bottom: 32px;
	z-index: 1;
}
@media (min-width: 769px)  { .orion-services.layout_2 { margin-bottom: 50px; } }
@media (min-width: 992px)  { .orion-services.layout_2 { margin-bottom: 60px; } }
@media (min-width: 1380px) { .orion-services.layout_2 { margin-bottom: 80px; } }
@media (min-width: 1752px) { .orion-services.layout_2 { margin-bottom: 100px; } }

/* Listing pages (services-2.html): vertical rhythm lives on .orion-services__inner
   via the shared [data-load-more] rules below (container py-[34]/38/60/70).
   Do NOT also pad the section here — that doubles the top gap. */
.orion-services.layout_2[data-load-more] {
	padding: 0;
	margin-bottom: 0;
}

/* Real .container schedule, scoped — the bare .container class is reset
   to max-width:none by a legacy ".elementor-page .container" rule in
   style.css, so layout_1/3/4 (which use the real .container in their
   reference pages) use this scoped copy instead. layout_2 keeps the
   site's own .container-2 class, which it really uses in index-2.html. */
.orion-services__inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}
@media (min-width: 640px)  { .orion-services__inner { max-width: 640px; } }
@media (min-width: 769px)  { .orion-services__inner { max-width: 769px; } }
@media (min-width: 992px)  { .orion-services__inner { max-width: 992px; } }
@media (min-width: 1199px) { .orion-services__inner { max-width: 1199px; } }
@media (min-width: 1380px) { .orion-services__inner { max-width: 1380px; } }
@media (min-width: 1752px) { .orion-services__inner { max-width: 1752px; } }

.orion-services__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 16px;
}
@media (min-width: 640px) {
	.orion-services__header {
		flex-direction: row;
		align-items: center;
		gap: 16px;
		margin-bottom: 20px;
	}
}
@media (min-width: 769px) { .orion-services__header { margin-bottom: 28px; } }
@media (min-width: 1380px) { .orion-services__header { margin-bottom: 32px; } }
@media (min-width: 1752px) { .orion-services__header { margin-bottom: 40px; } }

/* HTML global h2 schedule (beats Customizer / Elementor title_typo).
   text-[26px] sm:text-3xl md:text-[35px] xl:text-4xl 1xl:text-[46px] 2xl:text-5xl */
html body h2.orion-services__title,
.orion-services__title {
	margin: 0;
	color: #000;
	font-family: var(--orion-font-heading, "El Messiri", serif);
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: normal;
	text-transform: none;
}
@media (min-width: 640px) {
	html body h2.orion-services__title,
	.orion-services__title { font-size: 30px; line-height: 40px; }
}
@media (min-width: 769px) {
	html body h2.orion-services__title,
	.orion-services__title { font-size: 35px; line-height: 40px; }
}
@media (min-width: 1199px) {
	html body h2.orion-services__title,
	.orion-services__title { font-size: 40px; line-height: 50px; }
}
@media (min-width: 1380px) {
	html body h2.orion-services__title,
	.orion-services__title { font-size: 46px; line-height: 55px; }
}
@media (min-width: 1752px) {
	html body h2.orion-services__title,
	.orion-services__title { font-size: 60px; line-height: 70px; }
}

.orion-services__viewall-wrap {
	display: none;
	width: auto;
	align-items: center;
	justify-content: flex-end;
}
@media (min-width: 640px) { .orion-services__viewall-wrap { display: flex; } }

.orion-services__viewall-mobile {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
@media (min-width: 640px) { .orion-services__viewall-mobile { display: none; } }

/* Layout 1: Accordion */
.orion-svc-acc__list {
	border-top: 1px solid #000;
}

.orion-svc-acc__item {
	border-bottom: 1px solid #000;
	padding: 14px 0;
}
@media (min-width: 640px) { .orion-svc-acc__item { padding: 18px 0; } }
@media (min-width: 1199px) { .orion-svc-acc__item { padding: 20px 0; } }
@media (min-width: 1752px) { .orion-svc-acc__item { padding: 35px 0; } }

.orion-services__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.orion-svc-acc__toggle-title {
	cursor: pointer;
	margin: 0;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 16px 0 0;
	gap: 12px;
	width: 100%;
	background: transparent;
	border: 0;
	text-align: left;
	outline: none;
}
@media (min-width: 640px) { .orion-svc-acc__toggle-title { padding-right: 40px; } }
@media (min-width: 769px) { .orion-svc-acc__toggle-title { padding-right: 64px; gap: 20px; } }
@media (min-width: 1199px) { .orion-svc-acc__toggle-title { gap: 30px; } }

.orion-svc-acc__icon {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 640px) { .orion-svc-acc__icon { width: 40px; height: 40px; } }
@media (min-width: 1199px) { .orion-svc-acc__icon { width: 50px; height: 50px; } }
@media (min-width: 1752px) { .orion-svc-acc__icon { width: 60px; height: 60px; } }
.orion-svc-acc__icon img,
.orion-svc-acc__icon svg { width: 100%; height: 100% !important; object-fit: contain; }

html body h4.orion-svc-acc__name,
.orion-svc-acc__name {
	margin: 0;
	font-family: var(--orion-font-heading, "El Messiri", serif) !important;
	color: #000;
	font-weight: 500 !important;
	font-size: 20px !important;
	line-height: 28px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	transition: color .3s ease;
}
@media (min-width: 769px) {
	html body h4.orion-svc-acc__name,
	.orion-svc-acc__name { font-size: 22px !important; line-height: 28px !important; }
}
@media (min-width: 1199px) {
	html body h4.orion-svc-acc__name,
	.orion-svc-acc__name { font-size: 24px !important; line-height: 32px !important; }
}
@media (min-width: 1380px) {
	html body h4.orion-svc-acc__name,
	.orion-svc-acc__name { line-height: 36px !important; }
}
@media (min-width: 1752px) {
	html body h4.orion-svc-acc__name,
	.orion-svc-acc__name { font-size: 30px !important; line-height: 42px !important; }
}
.orion-svc-acc__item.is-open .orion-svc-acc__name,
.orion-svc-acc__toggle-title:hover .orion-svc-acc__name { color: var(--orion-primary); }

.orion-svc-acc__toggle-btn {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--orion-primary);
	color: #fff;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
}
@media (min-width: 769px) { .orion-svc-acc__toggle-btn { width: 40px; height: 40px; } }
@media (min-width: 1199px) { .orion-svc-acc__toggle-btn { width: 48px; height: 48px; } }
@media (min-width: 1752px) { .orion-svc-acc__toggle-btn { width: 50px; height: 50px; } }

.orion-svc-acc__toggle-svg { width: 24px; height: 24px; stroke: #fff; }
.orion-svc-acc__toggle-vline {
	transform-origin: center;
	transition: transform .3s ease, opacity .3s ease;
}
.orion-svc-acc__item.is-open .orion-svc-acc__toggle-vline {
	transform: scaleY(0);
	opacity: 0;
}

.orion-svc-acc__panel {
	overflow: hidden;
	max-height: 0;
	transform-origin: top;
	opacity: 0;
	transition: max-height .7s ease-in-out, opacity .7s ease-in-out;
	width: 100%;
	padding-left: 0;
}
@media (min-width: 640px) { .orion-svc-acc__panel { width: 95%; padding-left: 65px; } }
@media (min-width: 1199px) { .orion-svc-acc__panel { padding-left: 83px; } }
@media (min-width: 1380px) { .orion-svc-acc__panel { width: 93%; } }
@media (min-width: 1752px) { .orion-svc-acc__panel { padding-left: 93px; } }
.orion-svc-acc__item.is-open .orion-svc-acc__panel {
	opacity: 1;
}

.orion-svc-acc__desc {
	margin: 14px 0 0;
	color: #000;
	font-size: 16px;
	line-height: 1.6;
}
/* The inner <p> (from wpautop) is claimed by the theme's global p rule, which
   overrides colour and collapses the line-height to a ratio; the reference
   uses fixed px steps. Scoped so the class selector wins. */
.orion-svc-acc__desc p { margin: 0; color: #000; line-height: 23px; }
@media (min-width: 992px) { .orion-svc-acc__desc p { line-height: 25px; } }
@media (min-width: 1199px) { .orion-svc-acc__desc p { line-height: 26px; } }
@media (min-width: 1380px) { .orion-svc-acc__desc p { line-height: 28px; } }
@media (min-width: 1752px) { .orion-svc-acc__desc p { line-height: 32px; } }
@media (min-width: 640px) { .orion-svc-acc__desc { margin-top: 4px; } }
@media (min-width: 1380px) { .orion-svc-acc__desc { margin-top: 12px; } }

/* The theme's generic .btn (style.css) loads after the compiled utility .btn
   and flattens its padding/weight, so restore the reference schedule locally. */
.orion-services__viewall,
.orion-svc-acc__read {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	white-space: nowrap;
	text-align: start;
	font-family: Lexend, sans-serif;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: normal;
	padding: 5px 16px;
}
@media (min-width: 640px) {
	.orion-services__viewall,
	.orion-svc-acc__read { padding: 8px 20px; }
}
@media (min-width: 1199px) {
	.orion-services__viewall,
	.orion-svc-acc__read { padding: 10px 28px; }
}
@media (min-width: 1380px) {
	.orion-services__viewall,
	.orion-svc-acc__read { padding: 10px 34px; }
}
@media (min-width: 1752px) {
	.orion-services__viewall,
	.orion-svc-acc__read { padding: 12px 40px; }
}

.orion-svc-acc__read-wrap {
	position: relative;
	display: block;
	padding: 20px 0 8px;
}
@media (min-width: 640px) { .orion-svc-acc__read-wrap { padding-top: 26px; } }

/* Floating hover-image that follows the cursor over the open item
   (see js/orion-services.js) — matches the real #hoverImage element.
   Selector is scoped (2 classes) to beat Elementor's global
   ".elementor img{height:auto;max-width:100%}" reset (0,1,1 specificity),
   which otherwise stretches this to the full section width. */
.orion-services .orion-svc-acc__hover-image {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	max-width: 110px;
	max-height: 140px;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}
@media (min-width: 640px) { .orion-services .orion-svc-acc__hover-image { max-width: 175px; max-height: 215px; } }
@media (min-width: 1199px) { .orion-services .orion-svc-acc__hover-image { max-width: 240px; max-height: 270px; } }
@media (min-width: 1752px) { .orion-services .orion-svc-acc__hover-image { max-width: 260px; max-height: 308px; } }

/* Layout 2 row dividers — HTML .service-item uses border-color: black. */
.orion-services.layout_2 .services-list .service-item {
	border-top-color: #000;
}

/* Layout 2: Row Cards — matches the real "services-list"/".service-item"
   markup from index-2.html exactly. The shared component classes
   (.services-list, .service-item, .services-image-before, .service-content,
   .service-item-number, .service-arrow) are real hand-authored classes
   already compiled in orion-tailwind.css and reused here as-is; only the
   pieces unique to this widget (image fill, title, description, number
   visibility, arrow push) are defined below. */
/* Match HTML h4 scale — Elementor row_number_typo/color overrides when set. */
html body h4.orion-svc-row__number,
.orion-svc-row__number {
	display: none;
	margin: 0;
	margin-right: 12px;
	font-family: var(--orion-font-heading, "El Messiri", serif);
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-transform: none;
	letter-spacing: normal;
	max-width: 28px;
	width: 100%;
}
@media (min-width: 769px) {
	html body h4.orion-svc-row__number,
	.orion-svc-row__number { font-size: 22px; }
}
@media (min-width: 992px) {
	html body h4.orion-svc-row__number,
	.orion-svc-row__number { display: block; }
}
@media (min-width: 1199px) {
	html body h4.orion-svc-row__number,
	.orion-svc-row__number {
		margin-right: 24px;
		font-size: 24px;
		line-height: 32px;
		max-width: 28px;
	}
}
@media (min-width: 1380px) {
	html body h4.orion-svc-row__number,
	.orion-svc-row__number { line-height: 36px; }
}
@media (min-width: 1752px) {
	html body h4.orion-svc-row__number,
	.orion-svc-row__number {
		margin-right: 40px;
		font-size: 30px;
		line-height: 42px;
		max-width: 32px;
	}
}

.orion-svc-row__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.orion-svc-row__title-link { display: block; width: fit-content; }

html body h4.orion-svc-row__title,
.orion-svc-row__title {
	margin: 0 0 8px;
	transition: color .3s ease;
	font-family: var(--orion-font-heading, "El Messiri", serif);
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-transform: none;
	letter-spacing: normal;
}
@media (min-width: 769px) {
	html body h4.orion-svc-row__title,
	.orion-svc-row__title { font-size: 22px; }
}
@media (min-width: 1199px) {
	html body h4.orion-svc-row__title,
	.orion-svc-row__title { font-size: 24px; line-height: 32px; }
}
@media (min-width: 1380px) {
	html body h4.orion-svc-row__title,
	.orion-svc-row__title { margin-bottom: 16px; line-height: 36px; }
}
@media (min-width: 1752px) {
	html body h4.orion-svc-row__title,
	.orion-svc-row__title { margin-bottom: 24px; font-size: 30px; line-height: 42px; }
}
.orion-svc-row__title-link:hover .orion-svc-row__title { color: var(--orion-primary); }

p.orion-svc-row__desc {
	margin: 0;
	font-family: Lexend, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (min-width: 992px) { p.orion-svc-row__desc { font-size: 15px; line-height: 25px; } }
@media (min-width: 1199px) { p.orion-svc-row__desc { line-height: 26px; } }
@media (min-width: 1380px) { p.orion-svc-row__desc { line-height: 28px; } }
@media (min-width: 1752px) { p.orion-svc-row__desc { font-size: 18px; line-height: 32px; } }

/* Arrow colors/hover via Elementor Row Layout → Arrow Button; soft CSS fallback. */
.services-list .service-item .orion-svc-row__arrow:hover svg { color: inherit; }
.services-list .service-item .orion-svc-row__arrow:hover { background-color: var(--orion-primary); color: #fff; }
.services-list .service-item .orion-svc-row__arrow {
	margin-left: 0;
	background-color: #fff;
	border: 1px solid var(--orion-primary);
	color: var(--orion-primary);
}
@media (min-width: 769px) { .services-list .service-item .orion-svc-row__arrow { margin-left: auto; } }

.orion-svc-row__arrow-svg { width: 100%; height: 100%; flex-shrink: 0; }

@media (max-width: 992px) {
	.orion-services__row { grid-template-columns: 40px 140px 1fr 40px; }
}
@media (max-width: 600px) {
	.orion-services__row { grid-template-columns: 30px 120px 1fr 36px; }
}

/* ===== Layout 3/4 (Grid Cards — Home Style 3) =====
   Matches the real "services section" markup from index-3.html exactly,
   using this project's real breakpoints:
   sm=640, md=769, lg=992, xl=1199, 1xl=1380, 2xl=1752.
   .btn/.btn-primary are real hand-authored classes already compiled in
   orion-tailwind.css and reused directly. */

.orion-services.layout_3 {
	background-color: #EFEFEF;
	padding: 32px 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	/* HTML wraps the gray panel in a section with this mb schedule */
	margin-bottom: 32px;
}
@media (min-width: 640px)  { .orion-services.layout_3 { padding: 40px 0; border-top-left-radius: 50px; border-top-right-radius: 50px; } }
@media (min-width: 769px)  { .orion-services.layout_3 { padding: 56px 0; margin-bottom: 50px; } }
@media (min-width: 992px)  { .orion-services.layout_3 { border-top-left-radius: 70px; border-top-right-radius: 70px; margin-bottom: 60px; } }
@media (min-width: 1199px) { .orion-services.layout_3 { padding: 64px 0; border-top-left-radius: 90px; border-top-right-radius: 90px; } }
@media (min-width: 1380px) { .orion-services.layout_3 { padding: 80px 0; margin-bottom: 80px; } }
@media (min-width: 1752px) { .orion-services.layout_3 { margin-bottom: 100px; } }

/* Layout 4 (index-4.html) has NO rounded panel — plain white/transparent
   background, cards sit directly on the page. */
.orion-services.layout_4 {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	margin-bottom: 32px;
}
@media (min-width: 769px)  { .orion-services.layout_4 { margin-bottom: 50px; } }
@media (min-width: 992px)  { .orion-services.layout_4 { margin-bottom: 60px; } }
@media (min-width: 1380px) { .orion-services.layout_4 { margin-bottom: 80px; } }
@media (min-width: 1752px) { .orion-services.layout_4 { margin-bottom: 100px; } }

/* HTML header: mb-5 / sm:mb-8 / lg:mb-[42px], gap-5 — spacing lives on header only. */
.orion-services.layout_4 .orion-services__header {
	margin-bottom: 20px;
	gap: 20px;
}
@media (min-width: 640px)  { .orion-services.layout_4 .orion-services__header { margin-bottom: 32px; } }
@media (min-width: 992px)  { .orion-services.layout_4 .orion-services__header { margin-bottom: 42px; } }
@media (min-width: 1380px) { .orion-services.layout_4 .orion-services__header { margin-bottom: 42px; } }
@media (min-width: 1752px) { .orion-services.layout_4 .orion-services__header { margin-bottom: 42px; } }

.orion-services.layout_4 .orion-services__grid {
	margin-top: 0;
}
/* HTML listing/home grid: gap-5 / sm:gap-6 / xl:gap-7.5 / 1xl:gap-9 */
@media (min-width: 640px)  { .orion-services.layout_4 .orion-services__grid { gap: 24px; } }
@media (min-width: 1199px) { .orion-services.layout_4 .orion-services__grid { gap: 30px; } }
@media (min-width: 1380px) { .orion-services.layout_4 .orion-services__grid { gap: 36px; } }

/* HTML: p-5 / md:p-6 / 1xl:p-8 / 2xl:p-10 */
.orion-services.layout_4 .orion-services__card {
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: none;
	padding: 20px;
}
@media (min-width: 769px)  { .orion-services.layout_4 .orion-services__card { padding: 24px; } }
@media (min-width: 1380px) { .orion-services.layout_4 .orion-services__card { padding: 32px; } }
@media (min-width: 1752px) { .orion-services.layout_4 .orion-services__card { padding: 40px; } }

/* HTML icon: 60 / sm:64 / md:68 (w-17) / xl:72 (w-18) / 2xl:84 (w-21) */
.orion-services.layout_4 .orion-svc-acc__icon {
	width: 60px;
	height: 60px;
	margin: 0 0 16px;
}
.orion-services.layout_4 .orion-svc-acc__icon img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
	display: block;
}
@media (min-width: 640px)  { .orion-services.layout_4 .orion-svc-acc__icon { width: 64px; height: 64px; } }
@media (min-width: 769px)  { .orion-services.layout_4 .orion-svc-acc__icon { width: 68px; height: 68px; margin-bottom: 20px; } }
@media (min-width: 1199px) { .orion-services.layout_4 .orion-svc-acc__icon { width: 72px; height: 72px; margin-bottom: 28px; } }
@media (min-width: 1752px) { .orion-services.layout_4 .orion-svc-acc__icon { width: 84px; height: 84px; margin-bottom: 36px; } }

/* HTML h4: mb-2 / sm:mb-2.5 / md:mb-3 — sizes 20 → 22@md → 24@xl → 30@2xl */
html body .orion-services.layout_4 h4.orion-svc-acc__name,
.orion-services.layout_4 .orion-svc-acc__name {
	margin: 0 0 8px;
	font-family: var(--orion-font-heading, "El Messiri", serif) !important;
	font-weight: 500 !important;
	color: #000;
	font-size: 20px !important;
	line-height: 28px !important;
	text-transform: none !important;
}
@media (min-width: 640px)  {
	html body .orion-services.layout_4 h4.orion-svc-acc__name,
	.orion-services.layout_4 .orion-svc-acc__name { margin-bottom: 10px; }
}
@media (min-width: 769px)  {
	html body .orion-services.layout_4 h4.orion-svc-acc__name,
	.orion-services.layout_4 .orion-svc-acc__name {
		margin-bottom: 12px;
		font-size: 22px !important;
		line-height: 28px !important;
	}
}
@media (min-width: 1199px) {
	html body .orion-services.layout_4 h4.orion-svc-acc__name,
	.orion-services.layout_4 .orion-svc-acc__name { font-size: 24px !important; line-height: 32px !important; }
}
@media (min-width: 1380px) {
	html body .orion-services.layout_4 h4.orion-svc-acc__name,
	.orion-services.layout_4 .orion-svc-acc__name { line-height: 36px !important; }
}
@media (min-width: 1752px) {
	html body .orion-services.layout_4 h4.orion-svc-acc__name,
	.orion-services.layout_4 .orion-svc-acc__name { font-size: 30px !important; line-height: 42px !important; }
}

/* HTML p: mb-3 / sm:mb-4 / 1xl:mb-5 + text-gray-400 */
.orion-services.layout_4 .orion-services__excerpt {
	color: #464343;
	margin: 0 0 12px;
	font-family: Lexend, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 23px;
}
@media (min-width: 640px)  { .orion-services.layout_4 .orion-services__excerpt { margin-bottom: 16px; } }
@media (min-width: 992px)  { .orion-services.layout_4 .orion-services__excerpt { font-size: 15px; line-height: 25px; } }
@media (min-width: 1199px) { .orion-services.layout_4 .orion-services__excerpt { line-height: 26px; } }
@media (min-width: 1380px) { .orion-services.layout_4 .orion-services__excerpt { margin-bottom: 20px; line-height: 28px; } }
@media (min-width: 1752px) { .orion-services.layout_4 .orion-services__excerpt { font-size: 18px; line-height: 32px; } }

.orion-services.layout_4 .orion-svc-acc__read {
	/* HTML: El Messiri uppercase + tracking, primary underline */
	display: flex;
	width: fit-content;
	align-items: center;
	padding: 0 0 2px;
	color: var(--orion-primary);
	border: 0;
	border-bottom: 1px solid var(--orion-primary);
	background: transparent;
	border-radius: 0;
	text-transform: uppercase !important;
	font-family: var(--orion-font-heading, "El Messiri", serif) !important;
	font-weight: 400 !important;
	letter-spacing: 2.5px !important;
	font-size: 14px !important;
	line-height: 24px !important;
}
@media (min-width: 640px) {
	.orion-services.layout_4 .orion-svc-acc__read { letter-spacing: 3.6px !important; }
}
@media (min-width: 992px)  { .orion-services.layout_4 .orion-svc-acc__read { font-size: 15px !important; } }
@media (min-width: 1752px) { .orion-services.layout_4 .orion-svc-acc__read { font-size: 18px !important; } }
.orion-services.layout_4 .orion-svc-acc__read:hover {
	color: #000;
	background: transparent;
	border-bottom-color: #000;
}

.orion-services.layout_4 .orion-services__viewall-mobile {
	margin-top: 24px;
}

.orion-services__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 20px;
}
@media (min-width: 640px)  { .orion-services__grid { grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 32px; } }
@media (min-width: 992px)  { .orion-services__grid { grid-template-columns: repeat(3, 1fr); margin-top: 42px; } }
@media (min-width: 1199px) { .orion-services__grid { gap: 30px; } }
@media (min-width: 1380px) { .orion-services__grid { gap: 36px; } }

.orion-services__card {
	background: #fff;
	border: 0;
	border-radius: 0;
	padding: 20px;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 640px)  { .orion-services__card { padding: 24px; } }
@media (min-width: 1380px) { .orion-services__card { padding: 32px; } }
@media (min-width: 1752px) { .orion-services__card { padding: 40px; } }

.orion-services__card .orion-svc-acc__icon {
	width: 60px;
	height: 60px;
	margin: 0 0 16px;
}
@media (min-width: 640px)  { .orion-services__card .orion-svc-acc__icon { width: 64px; height: 64px; } }
@media (min-width: 769px)  { .orion-services__card .orion-svc-acc__icon { width: 60px; height: 60px; margin-bottom: 20px; } }
@media (min-width: 1199px) { .orion-services__card .orion-svc-acc__icon { width: 72px; height: 72px; margin-bottom: 28px; } }
@media (min-width: 1752px) { .orion-services__card .orion-svc-acc__icon { width: 84px; height: 84px; margin-bottom: 36px; } }

.orion-services__card .orion-svc-acc__name { margin: 0 0 8px; }
@media (min-width: 769px) { .orion-services__card .orion-svc-acc__name { margin-bottom: 12px; } }

.orion-services__excerpt {
	color: #464343;
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
}
@media (min-width: 640px)  { .orion-services__excerpt { margin-bottom: 8px; } }
@media (min-width: 769px)  { .orion-services__excerpt { margin-bottom: 16px; } }
@media (min-width: 992px)  { .orion-services__excerpt { font-size: 15px; line-height: 25px; } }
@media (min-width: 1380px) { .orion-services__excerpt { margin-bottom: 20px; line-height: 28px; } }

.orion-services__card .orion-svc-acc__read {
	display: inline-block;
	padding: 0 0 2px;
	color: var(--orion-primary);
	border: 0;
	border-bottom: 1px solid var(--orion-primary);
	background: transparent;
	border-radius: 0;
	text-transform: uppercase;
	font-family: var(--orion-font-heading, "El Messiri", serif);
	font-weight: 500;
	letter-spacing: 2.5px;
	font-size: 15px;
}
@media (min-width: 640px) { .orion-services__card .orion-svc-acc__read { letter-spacing: 3.6px; } }
.orion-services__card .orion-svc-acc__read:hover { color: #000; background: transparent; }

/* "Load More" AJAX button (standalone Services listing pages)
   HTML: mt-9 / md:mt-12 / lg:mt-15 / 1xl:mt-17 / 2xl:mt-20 */
.orion-services__load-more-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-top: 36px;
}
@media (min-width: 769px)  { .orion-services__load-more-wrap { margin-top: 48px; } }
@media (min-width: 992px)  { .orion-services__load-more-wrap { margin-top: 60px; } }
@media (min-width: 1380px) { .orion-services__load-more-wrap { margin-top: 68px; } }
@media (min-width: 1752px) { .orion-services__load-more-wrap { margin-top: 80px; } }

.orion-services__load-more .animate-spin {
	display: none;
}
.orion-services__load-more.is-loading {
	opacity: 0.7;
	pointer-events: none;
}
.orion-services__load-more.is-loading .animate-spin {
	display: inline-block;
}

.orion-services__load-more-error {
	color: #c0392b;
	font-size: 14px;
	text-align: center;
}

/* ─── Services listing pages (services / services-2 / services-3.html) ───
   White main-wrapper, container py-[34]/sm:38/md:60/xl:70, title
   mb-5/md:mb-7/lg:mb-8/2xl:mb-10 + sm:text-start text-center. */
.orion-services[data-load-more] {
	background-color: #fff;
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.orion-services[data-load-more] .orion-services__inner {
	padding-top: 34px;
	padding-bottom: 34px;
}
@media (min-width: 640px) {
	.orion-services[data-load-more] .orion-services__inner {
		padding-top: 38px;
		padding-bottom: 38px;
	}
}
@media (min-width: 769px) {
	.orion-services[data-load-more] .orion-services__inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (min-width: 1199px) {
	.orion-services[data-load-more] .orion-services__inner {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.orion-services[data-load-more] .orion-services__header {
	display: block;
	margin: 0 0 20px;
	gap: 0;
}
@media (min-width: 769px)  { .orion-services[data-load-more] .orion-services__header { margin-bottom: 28px; } }
@media (min-width: 992px)  { .orion-services[data-load-more] .orion-services__header { margin-bottom: 32px; } }
@media (min-width: 1752px) { .orion-services[data-load-more] .orion-services__header { margin-bottom: 40px; } }

.orion-services[data-load-more] .orion-services__title {
	text-align: center;
}
@media (min-width: 640px) {
	.orion-services[data-load-more] .orion-services__title { text-align: start; }
}

/* Listing layout_4: card/icon/excerpt/read match services-3.html exactly. */
.orion-services.layout_4[data-load-more] .orion-services__grid {
	margin-top: 0;
	gap: 20px;
}
@media (min-width: 640px)  { .orion-services.layout_4[data-load-more] .orion-services__grid { gap: 24px; } }
@media (min-width: 1199px) { .orion-services.layout_4[data-load-more] .orion-services__grid { gap: 30px; } }
@media (min-width: 1380px) { .orion-services.layout_4[data-load-more] .orion-services__grid { gap: 36px; } }

.orion-services.layout_4[data-load-more] .orion-services__card {
	padding: 20px;
}
@media (min-width: 640px)  { .orion-services.layout_4[data-load-more] .orion-services__card { padding: 24px; } }
@media (min-width: 769px)  { .orion-services.layout_4[data-load-more] .orion-services__card { padding: 24px; } }
@media (min-width: 1380px) { .orion-services.layout_4[data-load-more] .orion-services__card { padding: 32px; } }
@media (min-width: 1752px) { .orion-services.layout_4[data-load-more] .orion-services__card { padding: 40px; } }

.orion-services.layout_4[data-load-more] .orion-svc-acc__icon {
	width: 60px;
	height: 60px;
	margin: 0 0 16px;
}
@media (min-width: 640px)  { .orion-services.layout_4[data-load-more] .orion-svc-acc__icon { width: 60px; height: 60px; } }
@media (min-width: 769px)  { .orion-services.layout_4[data-load-more] .orion-svc-acc__icon { width: 68px; height: 68px; margin-bottom: 20px; } }
@media (min-width: 1199px) { .orion-services.layout_4[data-load-more] .orion-svc-acc__icon { width: 76px; height: 76px; margin-bottom: 28px; } }
@media (min-width: 1380px) { .orion-services.layout_4[data-load-more] .orion-svc-acc__icon { width: 84px; height: 84px; } }
@media (min-width: 1752px) { .orion-services.layout_4[data-load-more] .orion-svc-acc__icon { width: 84px; height: 84px; margin-bottom: 36px; } }

.orion-services.layout_4[data-load-more] .orion-svc-acc__name {
	margin: 0 0 8px;
}
@media (min-width: 640px)  { .orion-services.layout_4[data-load-more] .orion-svc-acc__name { margin-bottom: 8px; } }
@media (min-width: 769px)  { .orion-services.layout_4[data-load-more] .orion-svc-acc__name { margin-bottom: 12px; } }

/* Listing inherits page text-dark-400 (#4e4e4e), not gray-400 (#464343). */
.orion-services.layout_4[data-load-more] .orion-services__excerpt {
	margin: 0 0 12px;
	color: #4e4e4e;
}
@media (min-width: 640px)  { .orion-services.layout_4[data-load-more] .orion-services__excerpt { margin-bottom: 8px; } }
@media (min-width: 769px)  { .orion-services.layout_4[data-load-more] .orion-services__excerpt { margin-bottom: 16px; } }
@media (min-width: 1380px) { .orion-services.layout_4[data-load-more] .orion-services__excerpt { margin-bottom: 20px; } }

.orion-services.layout_4[data-load-more] .orion-svc-acc__read {
	display: inline-block;
	width: auto;
	/* HTML: .btn padding with !px-0 !pb-[2px] — keep vertical .btn schedule */
	padding: 5px 0 2px;
	color: var(--orion-primary);
	border: 0;
	border-bottom: 1px solid var(--orion-primary);
	background: transparent;
	border-radius: 0;
	text-transform: uppercase;
	font-family: var(--orion-font-heading, "El Messiri", serif);
	font-weight: 400;
	letter-spacing: 2.5px;
	font-size: 14px;
	line-height: 24px;
}
@media (min-width: 640px) {
	.orion-services.layout_4[data-load-more] .orion-svc-acc__read {
		padding: 8px 0 2px;
		letter-spacing: 3.6px;
	}
}
@media (min-width: 992px) {
	.orion-services.layout_4[data-load-more] .orion-svc-acc__read { font-size: 15px; }
}
@media (min-width: 1199px) {
	.orion-services.layout_4[data-load-more] .orion-svc-acc__read {
		padding: 10px 0 2px;
	}
}
@media (min-width: 1752px) {
	.orion-services.layout_4[data-load-more] .orion-svc-acc__read {
		padding: 12px 0 2px;
		font-size: 18px;
	}
}
.orion-services.layout_4[data-load-more] .orion-svc-acc__read:hover {
	color: #000;
	background: transparent;
}


