.almasian-services-page,
.almasian-services-page * {
    box-sizing: border-box;
}

.almasian-services-page {
    direction: rtl;
    color: var(--al-comment-text, #27312d);
    background: var(--al-comment-bg, #fcfcfa);
}

.almasian-services-page a {
    color: inherit;
    text-decoration: none;
}

.almasian-services-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.al-services-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.al-services-section {
    padding: 48px 0;
}

.al-services-section__header {
    margin-bottom: 20px;
}

.al-services-section__title,
.al-services-hero__title,
.al-services-cta__title,
.al-service-card__title,
.al-services-benefits__title,
.al-services-process__title {
    margin: 0;
    line-height: 1.35;
    letter-spacing: 0;
}

.al-services-section__desc,
.al-services-hero__subtitle,
.al-service-card__desc,
.al-services-benefits__desc,
.al-services-process__desc,
.al-services-cta__text,
.al-services-faq__answer p {
    margin: 0;
    line-height: 1.9;
}

.al-services-hero {
    padding: 60px 0 10px !important;
}

.al-services-hero__inner {
    display: grid;
    gap: 24px;
    align-items: center;
}

.al-services-hero__content {
    min-width: 0;
}

.al-services-hero__eyebrow {
    margin: 0 0 20px;
    font-size: 0.72rem;
    color: var(--al-comment-accent, #2f9b8e);
    font-weight: 700;
}

.al-services-hero__title {
    font-size: 2rem;
    color: var(--al-comment-text, #27312d);
}

.al-services-hero__subtitle {
    margin-top: 5px;
    max-width: 42rem;
    color: var(--al-comment-text-soft, #4f5d57);
	font-size: 15.5px !important;
}

.al-services-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
}

.al-services-hero__button,
.al-services-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: var(--al-comment-radius-sm, 14px);
	font-size: 15px;
    font-weight: 500;
    background: var(--al-comment-accent, #2f9b8e);
    color: #ffffff !important;
    transition: transform var(--al-comment-transition-fast, 180ms ease), box-shadow var(--al-comment-transition-fast, 180ms ease), background-color var(--al-comment-transition-fast, 180ms ease);
    box-shadow: var(--al-comment-shadow-sm, 0 8px 22px rgba(28, 49, 44, 0.05));
}

.al-services-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
	font-size: 15px;
    border-radius: var(--al-comment-radius-sm, 14px);
    background: var(--al-comment-surface, #ffffff);
    border: var(--al-comment-line, 1px solid var(--al-comment-border));
    color: var(--al-comment-text-soft, #4f5d57);
    box-shadow: var(--al-comment-shadow-xs, 0 4px 14px rgba(28, 49, 44, 0.03));
}

.al-services-hero__media {
    min-height: 240px;
}

.al-services-hero__image,
.al-services-hero__fallback {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: var(--al-comment-radius-md, 18px);
    object-fit: cover;
    background: var(--al-comment-surface, #fff);
    border: var(--al-comment-line, 1px solid var(--al-comment-border));
    box-shadow: var(--al-comment-shadow-sm, 0 8px 22px rgba(28, 49, 44, 0.05));
}

.al-services-hero__fallback {
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, var(--al-comment-accent-soft, #dff3ef), var(--al-comment-surface-soft, #fbfcfa));
}

.al-services-hero__fallback-mark {
    width: 88px;
    height: 88px;
    border-radius: var(--al-comment-radius-sm, 14px);
    border: 2px solid rgba(47, 155, 142, 0.22);
    position: relative;
}

.al-services-hero__fallback-mark::before,
.al-services-hero__fallback-mark::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    background: var(--al-comment-accent, #2f9b8e);
}

.al-services-hero__fallback-mark::before {
    width: 42px;
    height: 4px;
    border-radius: var(--al-comment-radius-pill, 999px);
}

.al-services-hero__fallback-mark::after {
    width: 4px;
    height: 42px;
    border-radius: var(--al-comment-radius-pill, 999px);
}

.al-services-grid {
    display: grid;
    gap: 16px;
}

.al-service-card {
    overflow: hidden;
    background: var(--al-comment-surface, #fff);
    border: var(--al-comment-line, 1px solid var(--al-comment-border));
    border-radius: var(--al-comment-radius-md, 18px);
    box-shadow: var(--al-comment-shadow-xs, 0 4px 14px rgba(28, 49, 44, 0.03));
    transition: transform var(--al-comment-transition-fast, 180ms ease), box-shadow var(--al-comment-transition-fast, 180ms ease), border-color var(--al-comment-transition-fast, 180ms ease);
}

.al-service-card__link {
    display: grid;
    height: 100%;
}

.al-service-card__media {
    aspect-ratio: 16 / 9;
    background: var(--al-comment-bg-soft, #f7f8f4);
}

.al-service-card__image,
.al-service-card__fallback {
	margin: 0 !important;
    width: 100%;
    height: 100%;
	max-height: 240px;
    object-fit: cover;
	backgrounnd: transparent;
}

.al-service-card__image img {
	background: transparent;
}

.al-service-card__fallback {
    background: linear-gradient(135deg, var(--al-comment-accent-soft, #dff3ef), var(--al-comment-warm-soft, #f3ece1));
}

.al-service-card__body {
    padding: 16px;
}

.al-service-card__title {
    font-size: 0.93rem;
    color: var(--al-comment-text, #27312d);
}

.al-service-card__desc {
    margin-top: 8px;
    color: var(--al-comment-text-soft, #4f5d57);
}

.al-services-section--benefits {
    background: var(--al-comment-bg-soft, #f7f8f4);
}

.al-services-benefits {
    display: grid;
    gap: 14px;
}

.al-services-benefits__item {
    padding: 18px;
    background: var(--al-comment-surface, #fff);
    border: var(--al-comment-line, 1px solid var(--al-comment-border));
    border-radius: var(--al-comment-radius-md, 18px);
    box-shadow: var(--al-comment-shadow-xs, 0 4px 14px rgba(28, 49, 44, 0.03));
}

.al-services-benefits__title {
    font-size: 0.93rem !important;
    color: var(--al-comment-text, #27312d);
}

.al-services-benefits__desc {
    margin-top: 8px;
    color: var(--al-comment-text-soft, #4f5d57);
}

.al-services-process {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.al-services-process__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px;
    background: var(--al-comment-surface, #fff);
    border: var(--al-comment-line, 1px solid var(--al-comment-border));
    border-radius: var(--al-comment-radius-md, 18px);
    box-shadow: var(--al-comment-shadow-xs, 0 4px 14px rgba(28, 49, 44, 0.03));
}

.al-services-process__number {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: var(--al-comment-radius-pill, 999px);
    background: var(--al-comment-accent-soft, #dff3ef);
    color: var(--al-comment-accent-dark, #1e6a61);
    font-weight: 800;
}

.al-services-process__title {
    font-size: 0.93rem;
    color: var(--al-comment-text, #27312d);
}

.al-services-process__desc {
    margin-top: 8px;
    color: var(--al-comment-text-soft, #4f5d57);
}

.al-services-faq {
    display: grid;
    gap: 12px;
}

.al-services-faq__item {
    background: var(--al-comment-surface, #fff);
    border: var(--al-comment-line, 1px solid var(--al-comment-border));
    border-radius: var(--al-comment-radius-md, 18px);
    overflow: hidden;
    box-shadow: var(--al-comment-shadow-xs, 0 4px 14px rgba(28, 49, 44, 0.03));
}

.al-services-faq__summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    color: var(--al-comment-text, #27312d);
    font-weight: 550;
	font-size: 0.93rem;
}

.al-services-faq__summary::-webkit-details-marker {
    display: none;
}

.al-services-faq__summary::after {
    content: "+";
    flex: none;
    font-size: 1.2rem;
    color: var(--al-comment-accent, #2f9b8e);
}

.al-services-faq__item[open] .al-services-faq__summary::after {
    content: "–";
}

.al-services-faq__answer {
    padding: 0 16px 16px;
    color: var(--al-comment-text-soft, #4f5d57);
}

.al-services-cta {
    padding: 60px 0 40px;
}

.al-services-cta__inner {
    display: grid;
    gap: 18px;
    align-items: center;
    padding: 22px;
    background: var(--al-comment-surface, #fff);
    border: var(--al-comment-line, 1px solid var(--al-comment-border));
    border-radius: var(--al-comment-radius-lg, 22px);
    box-shadow: var(--al-comment-shadow-sm, 0 8px 22px rgba(28, 49, 44, 0.05));
}

.al-services-cta__title {
    font-size: 1rem;
    color: var(--al-comment-text, #27312d);
}

.al-services-cta__text {
    margin-top: 10px;
    color: var(--al-comment-text-soft, #4f5d57);
}

.al-services-cta__button {
    min-width: 160px;
}

.al-services-page :focus-visible {
    outline: 3px solid var(--al-comment-accent, #2f9b8e);
    outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
    .al-services-hero__button:hover,
    .al-services-cta__button:hover {
        transform: translateY(-1px);
        box-shadow: var(--al-comment-shadow-md, 0 16px 40px rgba(28, 49, 44, 0.07));
    }

    .al-service-card:hover {
        transform: translateY(-2px);
        border-color: var(--al-comment-border-strong, #cfd9cb);
        box-shadow: var(--al-comment-shadow-md, 0 16px 40px rgba(28, 49, 44, 0.07));
    }
}

@media (prefers-reduced-motion: reduce) {
    .al-services-hero__button,
    .al-services-cta__button,
    .al-service-card {
        transition: none;
    }
}

@media (min-width: 768px) {
    .al-services-section {
        padding: 36px 0;
    }

    .al-services-hero {
        padding-top: 32px;
    }

    .al-services-hero__title {
        font-size: 0.90rem;
		text-align: right !important;
    }

    .al-services-hero__inner {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 28px;
    }

    .al-services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .al-services-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .al-services-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .al-services-cta__inner {
        grid-template-columns: 1fr auto;
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .al-services-section {
        padding: 36px 0;
    }

	.al-services-section--faq {
		padding: 0 !important;
	}

    .al-services-hero__title {
        font-size: 1rem;
		text-align: right !important;
    }

    .al-services-hero__subtitle {
        font-size: 1.05rem;
	    padding-left: 260px;
    }

    .al-services-section__title {
        font-size: 1rem;
		margin-bottom: 8px;
    }

	.al-services-cta__text,
	.al-services-faq__answer,
	.al-services-process__desc,
	.al-services-benefits__desc,
	.al-service-card__desc {
		font-size: 14px;
	}

	.al-services-section__desc {
		font-size: 15.5px;
	}

    .al-services-cta__inner {
        padding: 28px;
    }
}

@media (max-width: 768px) {
	.al-services-section__title,
	.al-services-hero__title {
		font-size: 15px;
		text-align: right !important;
	}

	.al-services-faq__summary,
	.al-services-process__title,
	.al-services-benefits__title,
	.al-service-card__title {
		font-size: 14px !important;
	}

	.al-services-faq__answer,
	.al-services-process__desc,
	.al-services-benefits__desc,
	.al-service-card__desc {
		font-size: 14px !important;
	}

	.al-services-cta__title {
		font-size: 15px;
	}
	.al-services-cta__text {
		font-size: 14px;
	}
	.al-services-cta__button {
		min-width: 12px !important;
		font-size: 13px;
	}

	.al-services-section__desc,
	.al-services-hero__subtitle {
		font-size: 13.5px !important;
		margin-top: 6.5px;
	}

	.al-services-hero__badge,
	.al-services-hero__button {
		font-size: 13px;
	}

	.al-services-section,
	.al-services-hero {
		padding: 40px 0 0px !important;
	}


}
