:root {
  --al-ink: #0a2230;
  --al-ink-soft: #173746;
  --al-teal: #13b8a6;
  --al-teal-dark: #079383;
  --al-mint: #dff8f3;
  --al-sand: #f5f2ec;
  --al-paper: #ffffff;
  --al-text: #172b35;
  --al-muted: #63747c;
  --al-line: #dfe8e8;
}

body,
.elementor {
  color: var(--al-text);
  font-family: Tahoma, Arial, sans-serif;
}

.site-main,
.site-main > .elementor {
  overflow: hidden;
}

.elementor-widget {
  margin-bottom: 0;
}

.elementor-section .elementor-container {
  width: min(1180px, calc(100% - 48px));
}

/* الشريط العلوي */
.al-topbar {
  min-height: 38px;
  color: #c9d8dc;
  background: #071b26;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.al-topbar .elementor-widget-wrap {
  align-content: center;
}

.al-topbar p {
  margin: 0;
  font-size: 12px;
  line-height: 38px;
}

.al-topbar-area p {
  color: #c9d8dc;
}

.al-topbar-area p::first-letter {
  color: var(--al-teal);
}

.al-topbar-contact {
  text-align: left;
}

.al-topbar-contact p,
.al-topbar-contact a {
  color: #c9d8dc;
}

/* الهيدر */
.al-header {
  position: sticky;
  top: 0;
  z-index: 99;
  min-height: 82px;
  color: #fff;
  background: rgba(8,31,43,.96);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}

.al-header .elementor-widget-wrap {
  align-content: center;
}

.al-brand .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.al-logo-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: var(--al-ink);
  background: linear-gradient(145deg,#5ed9ca,#10a995);
  border-radius: 16px 5px 16px 5px;
  box-shadow: 0 10px 28px rgba(4,174,154,.22);
  font-size: 27px;
  font-weight: 900;
}

.al-logo-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 12px 4px 12px 4px;
}

.al-logo-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.al-logo-copy b {
  font-size: 20px;
  line-height: 1;
}

.al-logo-copy small {
  color: #9db0b9;
  font-size: 10px;
  font-weight: 400;
}

.al-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 82px;
}

.al-nav a {
  position: relative;
  color: #d7e2e5;
  font-size: 13px;
  transition: color .25s ease;
}

.al-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: var(--al-teal);
  transition: width .25s ease;
}

.al-nav a:hover {
  color: #fff;
}

.al-nav a:hover::after {
  width: 100%;
}

.al-header-button .elementor-button {
  min-height: 44px;
  padding: 14px 20px;
  color: #05251f;
  border-radius: 7px;
  background: linear-gradient(135deg,#34d4c1,#11af9d);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(8,173,153,.22);
}

/* الهيرو */
.al-hero {
  position: relative;
  min-height: 720px;
  color: #fff;
  background:
    linear-gradient(90deg,rgba(7,30,41,.34),rgba(7,30,41,.72) 48%,rgba(7,30,41,.98) 100%),
    linear-gradient(0deg,rgba(7,30,41,.72),transparent 42%),
    url("../images/alostora-hero.webp") 38% center / cover no-repeat;
}

.al-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size: 60px 60px;
}

.al-hero > .elementor-container {
  min-height: 720px;
  align-items: center;
  gap: 70px;
}

.al-hero .elementor-widget-wrap {
  align-content: center;
}

.al-hero-kicker {
  margin-bottom: 18px;
}

.al-hero-kicker .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #70dfd2;
  font-size: 13px;
  font-weight: 800;
}

.al-hero-kicker .elementor-heading-title::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--al-teal);
}

.al-hero-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(45px,5vw,76px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -2.7px;
}

.al-hero-title .elementor-heading-title span {
  color: #72e2d5;
}

.al-hero-text {
  max-width: 630px;
  margin-top: 22px;
}

.al-hero-text p {
  margin: 0;
  color: #c4d2d7;
  font-size: 17px;
  line-height: 2;
}

.al-hero-actions-widget {
  margin-top: 30px;
}

.al-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.al-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid var(--al-teal);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease,box-shadow .25s ease;
}

.al-btn:hover {
  transform: translateY(-3px);
}

.al-btn-primary {
  color: #05251f;
  background: linear-gradient(135deg,#34d4c1,#11af9d);
  box-shadow: 0 15px 35px rgba(8,173,153,.22);
}

.al-btn-primary:hover {
  color: #05251f;
  box-shadow: 0 19px 40px rgba(8,173,153,.33);
}

.al-btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.07);
}

.al-btn-ghost:hover {
  color: #fff;
}

.al-hero-proof {
  margin-top: 42px;
}

.al-hero-proof .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.al-hero-proof .elementor-icon-list-item {
  padding-left: 24px;
  border-left: 1px solid rgba(255,255,255,.14);
}

.al-hero-proof .elementor-icon-list-text {
  color: #e5eef0;
  font-size: 11px;
}

.al-hero-proof .elementor-icon-list-icon {
  color: var(--al-teal);
}

.al-hero-callout > .elementor-widget-wrap {
  align-content: center;
  min-height: 430px;
  padding: 34px 30px !important;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px 28px 4px 28px;
  background: linear-gradient(145deg,rgba(13,48,62,.9),rgba(7,31,43,.96));
  box-shadow: 0 32px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(13px);
}

.al-callout-icon {
  margin-bottom: 24px;
}

.al-callout-icon .elementor-icon {
  color: var(--al-ink);
  background: var(--al-teal);
  border-radius: 15px 4px 15px 4px;
}

.al-callout-kicker .elementor-heading-title {
  color: #6fddd0;
  font-size: 11px;
  font-weight: 800;
}

.al-callout-title {
  margin-top: 10px;
}

.al-callout-title .elementor-heading-title {
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}

.al-callout-text {
  margin-top: 12px;
}

.al-callout-text p {
  color: #a9bec6;
  font-size: 13px;
  line-height: 1.9;
}

.al-callout-button {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.al-callout-button .elementor-button {
  width: 100%;
  padding: 0;
  color: #fff;
  background: transparent;
  text-align: right;
  font-size: 13px;
  font-weight: 800;
}

/* شريط المميزات */
.al-trust {
  min-height: 110px;
  border-bottom: 1px solid var(--al-line);
  background: #fff;
}

.al-trust > .elementor-container {
  min-height: 110px;
  align-items: center;
}

.al-trust-item:not(:last-child) {
  border-left: 1px solid var(--al-line);
}

.al-trust-item .elementor-widget-wrap {
  align-content: center;
  text-align: center;
}

.al-trust-title .elementor-heading-title {
  color: var(--al-ink);
  font-size: 14px;
}

.al-trust-text {
  margin-top: 7px;
}

.al-trust-text .elementor-heading-title {
  color: #84939a;
  font-size: 11px;
  font-weight: 400;
}

/* عناوين الأقسام */
.al-kicker .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--al-teal-dark);
  font-size: 12px;
  font-weight: 900;
}

.al-kicker .elementor-heading-title::before {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--al-teal);
}

.al-section-title {
  margin-top: 10px;
}

.al-section-title .elementor-heading-title {
  color: var(--al-ink);
  font-size: clamp(34px,4vw,52px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -1.8px;
}

.al-section-lead p {
  margin: 0;
  color: var(--al-muted);
  font-size: 14px;
  line-height: 2;
}

.al-section-heading > .elementor-container {
  align-items: end;
}

/* الخدمات */
.al-services-intro {
  padding: 100px 0 48px;
  background: #f7f9f8;
}

.al-services-row {
  padding-bottom: 17px;
  background: #f7f9f8;
}

.al-services-last {
  padding-bottom: 100px;
}

.al-services-row > .elementor-container {
  gap: 17px;
}

.al-service-card {
  position: relative;
  min-height: 400px;
}

.al-service-card > .elementor-widget-wrap {
  align-content: flex-start;
  min-height: 400px;
  padding: 29px 25px 25px !important;
  overflow: hidden;
  border: 1px solid #e3eaea;
  border-radius: 3px 22px 3px 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16,48,61,.05);
  transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}

.al-service-card > .elementor-widget-wrap:hover {
  transform: translateY(-7px);
  border-color: rgba(19,184,166,.4);
  box-shadow: 0 24px 50px rgba(16,48,61,.11);
}

.al-card-number {
  position: absolute;
  left: 21px;
  top: 15px;
  z-index: 2;
  width: auto !important;
}

.al-card-number .elementor-heading-title {
  color: #eef2f1;
  font-size: 46px;
  font-weight: 900;
}

.al-service-icon {
  width: auto !important;
  margin-bottom: 20px;
}

.al-service-icon .elementor-icon {
  width: 66px;
  height: 66px;
  padding: 17px;
  color: var(--al-teal-dark);
  border-radius: 18px 5px 18px 5px;
  background: var(--al-mint);
}

.al-service-tag {
  width: auto !important;
}

.al-service-tag .elementor-heading-title {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 20px;
  color: var(--al-teal-dark);
  background: #eefaf7;
  font-size: 9px;
  font-weight: 800;
}

.al-service-title {
  margin-top: 14px;
}

.al-service-title .elementor-heading-title {
  color: var(--al-ink);
  font-size: 21px;
}

.al-service-chips {
  margin: 9px 0 3px;
}

.al-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.al-chips span {
  padding: 5px 8px;
  color: #45636e;
  border: 1px solid #dcebe8;
  border-radius: 4px;
  background: #f8fbfa;
  font-size: 9px;
  font-weight: 700;
}

.al-service-text {
  margin-top: 10px;
}

.al-service-text p {
  margin: 0;
  color: var(--al-muted);
  font-size: 12px;
  line-height: 1.95;
}

.al-card-button {
  position: absolute;
  right: 25px;
  left: 25px;
  bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--al-line);
}

.al-card-button .elementor-button {
  width: 100%;
  padding: 0;
  color: var(--al-ink);
  background: transparent;
  text-align: right;
  font-size: 12px;
  font-weight: 900;
}

/* من نحن */
.al-about {
  padding: 105px 0;
  background: #fff;
}

.al-about > .elementor-container {
  gap: 80px;
}

.al-about-copy > .elementor-widget-wrap {
  align-content: center;
}

.al-about-lead {
  margin-top: 20px;
}

.al-about-lead p {
  color: var(--al-muted);
  font-size: 14px;
  line-height: 2.1;
}

.al-about-list {
  margin-top: 24px;
}

.al-about-list .elementor-icon-list-items {
  display: grid;
  gap: 17px;
}

.al-about-list .elementor-icon-list-item {
  align-items: center;
}

.al-about-list .elementor-icon-list-icon {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  margin-left: 14px;
  color: var(--al-teal-dark);
  border-radius: 15px 4px 15px 4px;
  background: #edf9f6;
}

.al-about-list .elementor-icon-list-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--al-ink);
  font-size: 14px;
  line-height: 1.6;
}

.al-about-list small {
  color: var(--al-muted);
  font-size: 11px;
}

.al-text-button {
  width: auto !important;
  margin-top: 26px;
}

.al-text-button .elementor-button {
  padding: 0 0 7px;
  color: var(--al-ink);
  border-bottom: 2px solid var(--al-teal);
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 900;
}

.al-about-image > .elementor-widget-wrap {
  position: relative;
  min-height: 530px;
  overflow: visible;
  border-radius: 4px 45px 4px 45px;
  background:
    linear-gradient(180deg,rgba(4,27,37,.02),rgba(4,27,37,.25)),
    url("../images/alostora-hero.webp") 13% center / cover no-repeat;
  box-shadow: 0 35px 70px rgba(10,34,48,.18);
}

.al-about-spacer {
  min-height: 500px;
}

.al-about-badge-title,
.al-about-badge-text {
  position: absolute;
  left: -18px;
  z-index: 3;
  width: 180px !important;
  padding: 0 24px;
  background: var(--al-ink);
}

.al-about-badge-title {
  bottom: 58px;
  padding-top: 20px;
  border-radius: 3px 20px 0 0;
}

.al-about-badge-text {
  bottom: 0;
  padding-bottom: 21px;
  border-radius: 0 0 3px 20px;
}

.al-about-badge-title .elementor-heading-title {
  color: var(--al-teal);
  font-size: 25px;
}

.al-about-badge-text .elementor-heading-title {
  color: #b8c7cd;
  font-size: 10px;
  font-weight: 400;
}

/* مراحل العمل */
.al-process-intro {
  padding: 90px 0 25px;
  background: var(--al-sand);
  text-align: center;
}

.al-centered .al-kicker .elementor-heading-title {
  justify-content: center;
}

.al-centered .al-section-lead p {
  text-align: center;
}

.al-process {
  padding: 15px 0 95px;
  background: var(--al-sand);
}

.al-step {
  position: relative;
  text-align: center;
}

.al-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 72px;
  left: -50%;
  width: 100%;
  border-top: 1px dashed #bdd3d0;
}

.al-step-number .elementor-heading-title {
  color: #d7deda;
  font-size: 38px;
  font-weight: 900;
}

.al-step-dot-widget {
  position: relative;
  z-index: 2;
  margin: 14px 0 18px;
}

.al-step-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--al-teal);
  box-shadow: 0 0 0 7px var(--al-sand),0 0 0 8px var(--al-teal);
}

.al-step-title .elementor-heading-title {
  color: var(--al-ink);
  font-size: 16px;
}

.al-step-text {
  margin-top: 7px;
}

.al-step-text .elementor-heading-title {
  color: var(--al-muted);
  font-size: 11px;
  font-weight: 400;
}

/* المناطق */
.al-areas-intro {
  padding: 100px 0 45px;
  color: #fff;
  background: var(--al-ink);
}

.al-areas-intro .al-section-title .elementor-heading-title {
  color: #fff;
}

.al-areas-intro .al-section-lead p {
  color: #a9bbc3;
}

.al-areas {
  padding-bottom: 100px;
  color: #fff;
  background: var(--al-ink);
}

.al-areas > .elementor-container {
  gap: 18px;
}

.al-area-card {
  position: relative;
  min-height: 300px;
}

.al-area-card > .elementor-widget-wrap {
  min-height: 300px;
  padding: 34px 30px !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px 24px 4px 24px;
  background: rgba(255,255,255,.04);
}

.al-area-number {
  position: absolute;
  top: 8px;
  left: 20px;
  width: auto !important;
}

.al-area-number .elementor-heading-title {
  color: rgba(255,255,255,.05);
  font-size: 80px;
  font-weight: 900;
}

.al-area-icon {
  width: auto !important;
}

.al-area-icon .elementor-icon {
  color: var(--al-ink);
  background: var(--al-teal);
}

.al-area-title {
  margin-top: 20px;
}

.al-area-title .elementor-heading-title {
  color: #fff;
  font-size: 27px;
}

.al-area-text {
  margin-top: 9px;
}

.al-area-text p {
  color: #9fb3bc;
  font-size: 12px;
  line-height: 1.8;
}

.al-area-button {
  position: absolute;
  right: 30px;
  bottom: 26px;
  width: auto !important;
}

.al-area-button .elementor-button {
  padding: 0;
  color: #69dfd1;
  background: transparent;
  font-size: 11px;
  font-weight: 900;
}

/* الأسئلة */
.al-faq {
  padding: 100px 0;
  background: #fff;
}

.al-faq > .elementor-container {
  gap: 75px;
}

.al-faq-intro > .elementor-widget-wrap {
  align-content: flex-start;
}

.al-dark-button {
  width: auto !important;
  margin-top: 25px;
}

.al-dark-button .elementor-button {
  padding: 16px 22px;
  color: #fff;
  border-radius: 6px;
  background: var(--al-ink);
  font-size: 13px;
  font-weight: 800;
}

.al-faq-accordion .elementor-accordion-item {
  border: 0;
  border-bottom: 1px solid var(--al-line);
}

.al-faq-accordion .elementor-tab-title {
  padding: 24px 5px;
  color: var(--al-ink);
  font-size: 15px;
  font-weight: 800;
}

.al-faq-accordion .elementor-tab-content {
  padding: 0 5px 23px;
  color: var(--al-muted);
  border: 0;
  font-size: 12px;
  line-height: 2;
}

/* الدعوة للتواصل */
.al-cta {
  min-height: 260px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%,rgba(19,184,166,.2),transparent 33%),
    #092633;
}

.al-cta > .elementor-container {
  min-height: 260px;
}

.al-cta-kicker .elementor-heading-title {
  color: var(--al-teal);
  font-size: 11px;
  font-weight: 900;
}

.al-cta-title {
  margin-top: 7px;
}

.al-cta-title .elementor-heading-title {
  color: #fff;
  font-size: clamp(34px,4vw,49px);
}

.al-cta-text {
  margin-top: 7px;
}

.al-cta-text p {
  color: #a8bcc4;
  font-size: 13px;
}

.al-cta-actions-widget {
  text-align: left;
}

.al-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.al-cta-phone {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #fff;
  text-align: right;
}

.al-cta-phone:hover {
  color: var(--al-teal);
}

.al-cta-phone small {
  color: #8199a3;
  font-size: 9px;
}

.al-cta-phone b {
  direction: ltr;
  font-size: 16px;
}

/* الفوتر */
.al-footer {
  padding: 72px 0 55px;
  color: #a9bac1;
  background: #061923;
}

.al-footer > .elementor-container {
  gap: 45px;
}

.al-footer .elementor-widget-wrap {
  align-content: flex-start;
}

.al-footer-about {
  max-width: 310px;
  margin-top: 18px;
}

.al-footer-about p {
  color: #78909a;
  font-size: 12px;
  line-height: 1.9;
}

.al-footer-title .elementor-heading-title {
  color: #fff;
  font-size: 13px;
}

.al-footer-links-widget {
  margin-top: 18px;
}

.al-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.al-footer-links a,
.al-footer-links span {
  color: #80959e;
  font-size: 11px;
}

.al-footer-links a:hover {
  color: var(--al-teal);
}

.al-copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #061923;
}

.al-copyright-text p {
  margin: 0;
  color: #5f7680;
  font-size: 10px;
}

@media (max-width: 1024px) {
  .al-nav {
    gap: 14px;
  }

  .al-nav a {
    font-size: 11px;
  }

  .al-hero > .elementor-container,
  .al-about > .elementor-container,
  .al-faq > .elementor-container {
    gap: 35px;
  }
}

@media (max-width: 767px) {
  .elementor-section .elementor-container {
    width: calc(100% - 28px);
  }

  .al-topbar-contact {
    display: none;
  }

  .al-topbar .elementor-column:first-child {
    width: 100%;
  }

  .al-topbar-area {
    text-align: center;
  }

  .al-header {
    position: relative;
    min-height: 72px;
  }

  .al-header > .elementor-container {
    flex-direction: row;
  }

  .al-header .elementor-column:first-child {
    width: 100%;
  }

  .al-nav-widget,
  .al-header-button {
    display: none;
  }

  .al-logo-mark {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .al-hero {
    min-height: auto;
    background:
      linear-gradient(90deg,rgba(7,30,41,.77),rgba(7,30,41,.95)),
      url("../images/alostora-hero.webp") 25% center / cover no-repeat;
  }

  .al-hero > .elementor-container {
    min-height: auto;
    padding: 62px 0 72px;
    gap: 42px;
  }

  .al-hero-title .elementor-heading-title {
    font-size: 41px;
    letter-spacing: -1.6px;
  }

  .al-hero-text p {
    font-size: 14px;
  }

  .al-hero-proof .elementor-icon-list-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .al-hero-proof .elementor-icon-list-item {
    border: 0;
  }

  .al-hero-callout > .elementor-widget-wrap {
    min-height: auto;
  }

  .al-trust {
    padding: 20px 0;
  }

  .al-trust > .elementor-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .al-trust-item {
    width: 50% !important;
    padding: 14px 5px;
    border: 0 !important;
  }

  .al-services-intro,
  .al-about,
  .al-faq {
    padding: 68px 0 40px;
  }

  .al-section-heading > .elementor-container {
    gap: 20px;
  }

  .al-services-row {
    padding-bottom: 0;
  }

  .al-services-last {
    padding-bottom: 68px;
  }

  .al-services-row > .elementor-container {
    gap: 16px;
  }

  .al-service-card {
    margin-bottom: 0;
  }

  .al-service-card,
  .al-service-card > .elementor-widget-wrap {
    min-height: 385px;
  }

  .al-about > .elementor-container,
  .al-faq > .elementor-container {
    gap: 45px;
  }

  .al-about-image {
    order: -1;
  }

  .al-about-image > .elementor-widget-wrap {
    min-height: 390px;
  }

  .al-process-intro {
    padding-top: 65px;
  }

  .al-process {
    padding-bottom: 65px;
  }

  .al-step {
    padding: 20px 0;
    border-bottom: 1px solid #dbe1de;
  }

  .al-step::after {
    display: none;
  }

  .al-areas-intro {
    padding: 68px 0 35px;
  }

  .al-areas {
    padding-bottom: 68px;
  }

  .al-area-card {
    margin-bottom: 15px;
  }

  .al-cta {
    padding: 55px 0;
  }

  .al-cta > .elementor-container {
    min-height: auto;
    gap: 30px;
  }

  .al-cta-actions-widget {
    text-align: right;
  }

  .al-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .al-footer {
    padding: 60px 0 45px;
  }

  .al-footer > .elementor-container {
    gap: 35px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}

