@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap");

/* Article mobile layout overrides. */
@media (max-width: 767.98px) {
  .abuttafesh-articles-page,
  .abuttafesh-article-detail-page {
    overflow-x: clip !important;
  }

  .abuttafesh-articles-page .container,
  .abuttafesh-article-detail-page .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 14px !important;
  }

  .abuttafesh-articles-hero {
    min-height: auto !important;
    padding: 88px 0 28px !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .abuttafesh-articles-hero::before,
  .abuttafesh-articles-hero::after {
    display: none !important;
  }

html[data-bs-theme="light"] .abuttafesh-articles-hero {
    background: url("../imgs/abuttafesh/gallery/gallery-diriyah-heritage-walk.webp") center top / cover no-repeat !important;
  }

  html[data-bs-theme="dark"] .abuttafesh-articles-hero {
    background:
      linear-gradient(180deg, rgba(5, 5, 6, 0.82), rgba(5, 5, 6, 0.76)),
      url("../imgs/abuttafesh/gallery/gallery-diriyah-heritage-walk.webp") center top / cover no-repeat !important;
  }

  .abuttafesh-articles-hero__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    min-height: 0 !important;
  }

  .abuttafesh-articles-hero__copy {
    display: grid !important;
    justify-items: end !important;
    gap: 10px !important;
    text-align: right !important;
  }

  .abuttafesh-articles-eyebrow {
    min-height: 34px !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .abuttafesh-articles-hero h1 {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(28px, 8.7vw, 34px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  .abuttafesh-articles-hero p {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .abuttafesh-articles-search {
    width: 100% !important;
    margin-top: 0 !important;
    padding: 16px !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 32px rgba(5, 17, 12, 0.14) !important;
  }

  .abuttafesh-articles-search label {
    margin-bottom: 10px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  .abuttafesh-articles-search__row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .abuttafesh-articles-search input,
  .abuttafesh-articles-search button {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    border-radius: 7px !important;
    font-size: 15px !important;
  }

  .abuttafesh-articles-search small {
    margin-top: 10px !important;
    font-size: 13px !important;
  }

  .abuttafesh-articles-body {
    padding: 24px 0 64px !important;
  }

  .abuttafesh-articles-toolbar {
    display: block !important;
    margin-bottom: 14px !important;
  }

  .abuttafesh-articles-chips {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
    scrollbar-width: none !important;
  }

  .abuttafesh-articles-chips::-webkit-scrollbar {
    display: none !important;
  }

  .abuttafesh-articles-chips a,
  .abuttafesh-articles-reset {
    flex: 0 0 auto !important;
    min-height: 36px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .abuttafesh-articles-layout,
  .abuttafesh-article-detail-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .abuttafesh-articles-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .abuttafesh-article-card {
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .abuttafesh-article-card__media {
    aspect-ratio: 16 / 9 !important;
    max-height: 190px !important;
    min-height: 0 !important;
  }

  .abuttafesh-article-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .abuttafesh-article-card__body {
    padding: 16px !important;
  }

  .abuttafesh-article-card__meta {
    gap: 7px !important;
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .abuttafesh-article-card h2 {
    margin-bottom: 10px !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  .abuttafesh-article-card p {
    margin-bottom: 14px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .abuttafesh-articles-sidebar {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .abuttafesh-articles-widget--search {
    display: none !important;
  }

  .abuttafesh-articles-widget {
    padding: 16px !important;
    border-radius: 8px !important;
  }

  .abuttafesh-articles-widget h3 {
    margin-bottom: 12px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .abuttafesh-latest-item {
    grid-template-columns: 64px 1fr !important;
    gap: 10px !important;
  }

  .abuttafesh-latest-item img {
    width: 64px !important;
    height: 64px !important;
    border-radius: 7px !important;
  }

  .abuttafesh-latest-item strong {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .abuttafesh-article-detail-hero {
    min-height: auto !important;
    padding: 88px 0 24px !important;
  }

  .abuttafesh-article-detail-hero.has-hero-image {
    min-height: auto !important;
    padding: min(104vw, 436px) 0 24px !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
  }

  html[data-bs-theme="light"] .abuttafesh-article-detail-hero.has-hero-image {
    background-color: #f4f6f1 !important;
  }

  html[data-bs-theme="dark"] .abuttafesh-article-detail-hero.has-hero-image {
    background-color: #050506 !important;
  }

  .abuttafesh-article-detail-hero.has-hero-image::before,
  .abuttafesh-article-detail-hero.has-hero-image::after {
    display: none !important;
  }

  .abuttafesh-article-detail-hero .container {
    display: grid !important;
    justify-items: start !important;
    gap: 10px !important;
    text-align: right !important;
  }

  .abuttafesh-article-detail-back {
    min-height: 38px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .abuttafesh-article-detail-meta {
    gap: 7px !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .abuttafesh-article-detail-hero h1,
  .abuttafesh-article-detail-hero.has-hero-image h1 {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: right !important;
    text-wrap: balance !important;
  }

  html[data-bs-theme="light"] .abuttafesh-article-detail-hero.has-hero-image h1 {
    color: #000 !important;
    text-shadow: none !important;
  }

  html[data-bs-theme="light"] .abuttafesh-article-detail-hero.has-hero-image .abuttafesh-article-detail-meta,
  html[data-bs-theme="light"] .abuttafesh-article-detail-hero.has-hero-image p {
    color: #000 !important;
    text-shadow: none !important;
  }

  .abuttafesh-article-detail-hero p,
  .abuttafesh-article-detail-hero.has-hero-image p {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    text-align: right !important;
  }

  .abuttafesh-article-detail-body {
    padding: 20px 0 64px !important;
  }

  .abuttafesh-article-detail-page .abuttafesh-articles-sidebar {
    display: none !important;
  }

  .abuttafesh-article-detail-page .abuttafesh-article-content {
    max-width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
    text-align: right !important;
  }

  .abuttafesh-article-neighbor-nav {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 30px !important;
  }

  .abuttafesh-article-neighbor-link {
    min-height: 72px !important;
    padding: 14px !important;
  }
}

:root {
  --abuttafesh-font-display: "Cairo", "Tahoma", Arial, sans-serif;
  --abuttafesh-font-accent: "Cairo", "Tahoma", Arial, sans-serif;
  --abuttafesh-font-body: "Cairo", "Tahoma", Arial, sans-serif;
}

html[lang="ar"] body {
  direction: rtl;
  font-family: var(--abuttafesh-font-body);
  letter-spacing: 0;
  text-align: right;
}

html[lang="ar"] body * {
  letter-spacing: 0 !important;
}

html[lang="ar"] .at-arabic-text-intact,
html[lang="ar"] .reveal-text,
html[lang="ar"] .split-line {
  direction: rtl;
  unicode-bidi: isolate;
  font-kerning: normal;
  font-variant-ligatures: contextual;
  font-feature-settings: "rlig" 1, "calt" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] .section-title,
html[lang="ar"] .at-title-text {
  font-family: var(--abuttafesh-font-display);
  font-weight: 800;
}

html[lang="ar"] .sec-1-home-13__brand,
html[lang="ar"] .sec-1-home-13__headline,
html[lang="ar"] .footer-13__bigbrand-text {
  font-family: var(--abuttafesh-font-accent);
  font-weight: 800;
}

html[lang="ar"] p,
html[lang="ar"] a,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] .at-main-menu,
html[lang="ar"] .at-offcanvas-menu,
html[lang="ar"] .at-btn {
  font-family: var(--abuttafesh-font-body);
}

html[lang="ar"] .at-main-menu a,
html[lang="ar"] .at-main-menu a *,
html[lang="ar"] .at-offcanvas-social__link,
html[lang="ar"] .at-offcanvas-social__link * {
  font-family: var(--abuttafesh-font-body) !important;
}

.abuttafesh-logo {
  border-radius: 2px;
  filter: none !important;
  object-fit: contain;
}

.at-header-logo a {
  gap: 10px;
}

.at-header-logo .abuttafesh-logo {
  height: 34px;
  width: 34px;
}

.at-header-logo .abuttafesh-logo--horizontal {
  width: 220px;
  height: auto;
  max-height: 62px;
}

header .container-2200 {
  max-width: none;
  padding-inline: 0;
}

header .at-header-area {
  margin-inline: 0 !important;
  border-radius: 0 !important;
}

.at-header-logo p {
  font-family: var(--abuttafesh-font-display);
  font-weight: 800;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .at-header-area .row {
    flex-wrap: nowrap;
  }

  .at-header-area .row > .col-xxl-3.col-lg-1 {
    flex: 0 0 18%;
    max-width: 18%;
  }

  .at-header-area .row > .col-xxl-6.col-lg-7 {
    flex: 1 1 auto;
    max-width: none;
  }

  .at-header-area .row > .col-xxl-3.col-lg-4 {
    flex: 0 0 22%;
    max-width: 22%;
  }
}

.at-main-menu {
  width: 100%;
  padding: 0;
}

.at-main-menu nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.15vw, 24px);
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.at-main-menu nav ul li {
  display: block;
}

.at-main-menu nav ul li a {
  padding: 8px 0;
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 400;
  line-height: 1.25;
}

.at-main-menu nav ul li.active > a,
.at-main-menu nav ul li a:hover {
  color: #1f6f38;
}

.at-header-right {
  gap: 14px !important;
}

.at-header-right .at-btn {
  min-width: 132px;
  justify-content: center;
  padding-inline: 26px;
}

html[lang="ar"] .at-btn {
  font-family: var(--abuttafesh-font-body);
  line-height: 1.3;
}

html[lang="ar"] .at-btn > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

html[lang="ar"] .at-btn span span.text-1 {
  transform: none !important;
}

html[lang="ar"] .at-btn span span.text-2 {
  display: none;
}

html[lang="ar"] .footer-2-connect-title {
  direction: rtl;
  display: block;
  letter-spacing: 0 !important;
  line-height: 0.95;
  text-align: right;
  transform-origin: top right;
  white-space: normal;
  word-spacing: 0.03em;
}

.at-gallery-wrapper[data-gallery-source="abuttafesh"] .at-gallery-item-wrapper {
  animation: abuttafeshGalleryColumnUp 42s linear infinite;
  will-change: transform;
}

.at-gallery-wrapper[data-gallery-source="abuttafesh"] .at-gallery-item-wrapper[data-gallery-direction="down"] {
  animation-name: abuttafeshGalleryColumnDown;
}

@keyframes abuttafeshGalleryColumnUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes abuttafeshGalleryColumnDown {
  from {
    transform: translate3d(0, -50%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .at-gallery-wrapper[data-gallery-source="abuttafesh"] .at-gallery-item-wrapper {
    animation: none;
  }
}

html[lang="ar"] .sec-1-home-13__brand {
  max-width: calc(100% - 150px);
  font-size: clamp(48px, 6.8vw, 108px);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

html[lang="ar"] .sec-1-home-13__headline {
  max-width: 790px;
  font-size: clamp(28px, 3.5vw, 56px);
  line-height: 1.08;
}

html[lang="ar"] .sec-2-home-13__title,
html[lang="ar"] .sec-3-home-13__title,
html[lang="ar"] .sec-4-home-13__title,
html[lang="ar"] .sec-6-home-13__title,
html[lang="ar"] .sec-7-home-13__title,
html[lang="ar"] .sec-8-home-13__title {
  line-height: 1.08;
}

html[lang="ar"] .sec-2-home-13__stat-num,
html[lang="ar"] .sec-6-home-13__metric-num,
html[lang="ar"] .sec-4-home-13__contact-mail {
  direction: ltr;
  unicode-bidi: isolate;
}

html[lang="ar"] .sec-2-home-13__stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
  padding-inline: clamp(24px, 4vw, 72px);
}

html[lang="ar"] .sec-2-home-13__stat {
  align-items: center;
  min-width: 0;
  padding: 0;
  text-align: center;
}

html[lang="ar"] .sec-2-home-13__stat-head {
  justify-content: center;
  gap: 16px;
}

html[lang="ar"] .sec-2-home-13__stat-num,
html[lang="ar"] .abuttafesh-counter-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.04em;
  font-family: var(--abuttafesh-font-body);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  direction: ltr;
  unicode-bidi: isolate;
}

html[lang="ar"] .sec-2-home-13__stat-num .odometer,
html[lang="ar"] .sec-2-home-13__stat-affix,
html[lang="ar"] .abuttafesh-counter-value .odometer,
html[lang="ar"] .abuttafesh-counter-affix {
  display: inline-block;
  direction: ltr;
  unicode-bidi: isolate;
}

html[lang="ar"] .sec-2-home-13__stat-num .odometer.odometer-animating-up .odometer-ribbon-inner,
html[lang="ar"] .sec-2-home-13__stat-num .odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
html[lang="ar"] .abuttafesh-counter-value .odometer.odometer-animating-up .odometer-ribbon-inner,
html[lang="ar"] .abuttafesh-counter-value .odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

html[lang="ar"] .sec-2-home-13__stat-cap {
  max-width: 260px;
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  html[lang="ar"] .sec-2-home-13__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
    padding-inline: 20px;
  }

  .abuttafesh-about-service-paths {
    --abuttafesh-about-service-stage: clamp(430px, 64svh, 500px);
  }

  .abuttafesh-about-service-paths .section-title-pin h3 {
    max-width: 100%;
    font-size: clamp(36px, 10vw, 42px) !important;
    line-height: 1.04 !important;
    margin-bottom: 22px !important;
    text-wrap: balance;
  }

  .abuttafesh-about-service-paths .scroll-section {
    min-height: var(--abuttafesh-about-service-stage);
    margin-top: clamp(18px, 5vw, 24px);
  }

  .abuttafesh-about-service-paths .scroll-section .wrapper,
  .abuttafesh-about-service-paths .scroll-section .list,
  .abuttafesh-about-service-paths .scroll-section .item,
  .abuttafesh-about-service-paths .scroll-section .item:first-child {
    height: var(--abuttafesh-about-service-stage);
    min-height: var(--abuttafesh-about-service-stage);
  }

  .abuttafesh-about-service-paths .scroll-section .item {
    display: flex;
    align-items: flex-start;
  }

  .abuttafesh-about-service-paths .blog-card-2 {
    gap: 18px;
    padding-block: 18px !important;
  }

  .abuttafesh-about-service-paths .blog-card-2__left {
    gap: 12px;
  }

  .abuttafesh-about-service-paths .blog-card-2__title {
    font-size: clamp(19px, 5.3vw, 22px);
    line-height: 1.24;
  }

  .abuttafesh-about-service-paths .blog-card-2__meta {
    line-height: 1.4;
  }

  .abuttafesh-about-service-paths .blog-card-2__thumb {
    height: clamp(160px, 42vw, 190px);
  }
}

@media (max-width: 574.98px) {
  html[lang="ar"] .sec-2-home-13__stats {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-inline: 0;
  }

  html[lang="ar"] .sec-2-home-13__stat-num {
    font-size: clamp(44px, 14vw, 60px);
  }
}

html[lang="ar"] .sec-5-home-13__card-tag {
  margin-inline-start: auto;
}

html[lang="ar"] .footer-13__body {
  background-size: min(34vw, 560px) auto;
}

html[lang="ar"] .footer-13__studios {
  width: min(62vw, 1080px);
  max-width: 62vw;
  margin-left: 0;
  margin-right: auto;
  direction: ltr;
}

html[lang="ar"] .footer-13__studio {
  direction: rtl;
  text-align: right;
}

html[lang="ar"] .footer-13__bigbrand {
  width: min(62vw, 1080px);
  max-width: 62vw;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
  padding-bottom: 34px;
  transform: translateY(-28px);
}

html[lang="ar"] .footer-13__bigbrand-text {
  font-size: clamp(58px, 12vw, 180px);
  width: 100%;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-align: right;
}

html[lang="ar"] .sec-4-home-13__bar-center,
html[lang="ar"] .sec-4-home-13__bar-right {
  direction: ltr;
  unicode-bidi: isolate;
}

html[data-bs-theme="light"] .sec-3-home-13 {
  color: #000;
}

html[data-bs-theme="dark"] .sec-3-home-13 {
  color: #fff;
}

html[lang="ar"] .sec-3-home-13__card-loc {
  direction: rtl;
  unicode-bidi: isolate;
}

html[lang="ar"] .sec-3-home-13__card-desc,
html[lang="ar"] .sec-3-home-13__card-row dt,
html[lang="ar"] .sec-3-home-13__card-row dd {
  color: currentColor;
}

html[lang="ar"] .sec-3-home-13__card-desc,
html[lang="ar"] .sec-5-home-13__card-text,
html[lang="ar"] .sec-6-home-13__phase-text,
html[lang="ar"] .sec-7-home-13__quote-text,
html[lang="ar"] .sec-8-home-13__lede,
html[lang="ar"] .footer-13__intro {
  line-height: 1.75;
}

html[lang="ar"] .sec-4-home-13__chips,
html[lang="ar"] .footer-13__form-row,
html[lang="ar"] .footer-13__legal,
html[lang="ar"] .footer-13__social,
html[lang="ar"] .footer-13__legal-links {
  direction: rtl;
}

html[lang="ar"] .sec-4-home-13__chip,
html[lang="ar"] .footer-13__form-btn {
  white-space: nowrap;
}

html[lang="ar"] .sec-5-home-13__card-media img,
html[lang="ar"] .sec-7-home-13__media img,
html[lang="ar"] .sec-8-home-13__media img,
html[lang="ar"] .at-gallery-item img {
  object-fit: cover;
}

.abuttafesh-proof {
  background: var(--at-neutral-50);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 5vw, 96px);
}

.abuttafesh-proof__inner {
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  max-width: 1500px;
  margin-inline: auto;
}

.abuttafesh-proof__head {
  display: grid;
  grid-template-columns: minmax(220px, 0.4fr) minmax(320px, 0.8fr) minmax(260px, 0.55fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
}

.abuttafesh-proof__eyebrow,
.abuttafesh-proof__label {
  color: var(--at-theme-primary);
  font-size: 13px;
  font-weight: 800;
}

.abuttafesh-proof__title {
  color: var(--at-neutral-950);
  font-family: var(--abuttafesh-font-display);
  font-size: clamp(34px, 5vw, 74px);
  font-weight: 800;
  line-height: 1.04;
}

.abuttafesh-proof__text {
  color: var(--at-neutral-600);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.8;
}

.abuttafesh-proof__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.abuttafesh-proof__logos img,
.abuttafesh-proof__client-row img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  padding: 18px;
  border: 1px solid var(--at-neutral-100);
  background: var(--at-neutral-0);
}

.abuttafesh-proof__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  gap: 18px;
  align-items: stretch;
}

.abuttafesh-proof__clients,
.abuttafesh-proof__mobile {
  border: 1px solid var(--at-neutral-100);
  background: var(--at-neutral-0);
  padding: clamp(18px, 3vw, 32px);
}

.abuttafesh-proof__clients {
  display: grid;
  gap: 18px;
}

.abuttafesh-proof__client-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.abuttafesh-proof__mobile {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(160px, 0.75fr);
  gap: 18px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.abuttafesh-proof__mobile strong {
  display: block;
  margin-top: 10px;
  color: var(--at-neutral-950);
  font-family: var(--abuttafesh-font-display);
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.12;
}

.abuttafesh-proof__mobile img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .abuttafesh-proof__head,
  .abuttafesh-proof__bottom {
    grid-template-columns: 1fr;
  }

  .abuttafesh-proof__logos,
  .abuttafesh-proof__client-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 574.98px) {
  .abuttafesh-proof__logos img,
  .abuttafesh-proof__client-row img {
    height: 94px;
    padding: 14px;
  }

  .abuttafesh-proof__mobile {
    grid-template-columns: 1fr;
  }
}

.sec-1-home-13.abuttafesh-hero-compact {
  padding: 0;
  background-color: var(--at-neutral-50);
}

.abuttafesh-hero-compact .sec-1-home-13__inner {
  gap: 0;
  max-width: none;
}

.abuttafesh-hero-compact .sec-1-home-13__card {
  height: 100svh;
  min-height: 760px;
  border-radius: 0;
}

.abuttafesh-hero-compact .sec-1-home-13__content {
  padding: 48px;
  padding-bottom: 72px;
}

.abuttafesh-hero-compact .sec-1-home-13__headline {
  max-width: 820px;
}

.sec-1-about {
  position: relative;
}

.sec-1-about .container.pb-100 {
  padding-bottom: clamp(48px, 6vw, 82px) !important;
}

.about-hero-strip {
  width: min(100%, 1760px);
  margin-inline: auto;
  overflow: hidden;
  padding-inline: clamp(18px, 4vw, 72px);
}

.about-hero-strip .about-me-slider-active {
  overflow: visible;
}

.about-hero-strip .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear;
}

.about-hero-strip .swiper-slide {
  width: clamp(430px, 44vw, 720px);
  height: auto;
}

.about-hero-strip__thumb {
  height: clamp(320px, 34vw, 560px);
  overflow: hidden;
  border-radius: 18px;
  background: var(--at-neutral-100);
}

.about-hero-strip__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.abuttafesh-brand-marquee {
  width: 100%;
  overflow: hidden;
  direction: ltr;
  padding-block: 8px;
}

.abuttafesh-brand-marquee .at-brand-scroll-wrap {
  width: max-content;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-start !important;
  gap: 14px !important;
  animation: abuttafesh-brand-marquee 60s linear infinite;
  will-change: transform;
}

.abuttafesh-brand-marquee:hover .at-brand-scroll-wrap {
  animation-play-state: paused;
}

.abuttafesh-brand-marquee .at-brand-item {
  width: clamp(172px, 11.8vw, 224px);
  height: clamp(172px, 11.8vw, 224px);
  padding: clamp(24px, 2.1vw, 42px);
  border-radius: 16px;
}

.abuttafesh-brand-marquee .brand {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abuttafesh-brand-marquee .brand-logo-slide {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.abuttafesh-brand-marquee .brand-logo-slide:first-child {
  display: flex;
}

.abuttafesh-brand-marquee .brand-logo-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.abuttafesh-about-partners .dark-mode-invert,
.abuttafesh-about-partners .brand-logo-slide img {
  filter: none !important;
}

@keyframes abuttafesh-brand-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.at-menu-bar {
  color: var(--at-neutral-950);
}

body.at-footer-controls-hidden #header-sticky,
body.at-footer-controls-hidden .back-to-top-wrapper,
body.at-footer-controls-hidden .abuttafesh-saudi-identity {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

.px-blur-bottom {
  display: none !important;
}

.back-to-top-wrapper.back-to-top-btn-show {
  bottom: calc(22px + env(safe-area-inset-bottom)) !important;
}

.abuttafesh-whatsapp-float {
  position: fixed;
  left: clamp(18px, 2.4vw, 30px);
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 998;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1fa855;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(31, 168, 85, 0.28), 0 4px 10px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.abuttafesh-whatsapp-float:hover,
.abuttafesh-whatsapp-float:focus-visible {
  color: #ffffff;
  background: #188f48;
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(31, 168, 85, 0.34), 0 6px 14px rgba(0, 0, 0, 0.18);
}

.abuttafesh-whatsapp-float__icon {
  width: 30px;
  height: 30px;
  display: block;
}

.abuttafesh-saudi-identity {
  position: fixed;
  left: clamp(18px, 2.4vw, 30px);
  bottom: calc(92px + env(safe-area-inset-bottom));
  z-index: 997;
  display: inline-flex;
  min-height: 50px;
  max-width: min(250px, calc(100vw - 36px));
  align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 9px;
  border: 1px solid rgba(216, 180, 82, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 108, 53, 0.96), rgba(7, 74, 42, 0.96));
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 84, 45, 0.22), 0 4px 12px rgba(0, 0, 0, 0.14);
  text-decoration: none;
  direction: rtl;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.abuttafesh-saudi-identity:hover,
.abuttafesh-saudi-identity:focus-visible {
  color: #fff;
  border-color: rgba(216, 180, 82, 0.72);
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0, 84, 45, 0.28), 0 6px 16px rgba(0, 0, 0, 0.16);
}

.abuttafesh-saudi-identity__mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #d8b452;
}

.abuttafesh-saudi-identity span {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.abuttafesh-saudi-identity strong,
.abuttafesh-saudi-identity small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.abuttafesh-saudi-identity strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.abuttafesh-saudi-identity small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.abuttafesh-form-cta {
  display: grid;
  gap: 14px;
  direction: rtl;
}

.abuttafesh-form-cta__button {
  min-height: 64px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 14px;
  background: #ffffff;
  color: #1f1f1f;
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.abuttafesh-form-cta__button:hover,
.abuttafesh-form-cta__button:focus-visible {
  border-color: rgba(47, 109, 28, 0.42);
  color: #2f6d1c;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(47, 109, 28, 0.14);
}

.abuttafesh-form-cta__button span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.abuttafesh-form-cta__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #1f1f1f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: background-color 0.22s ease, color 0.22s ease;
}

.abuttafesh-form-cta__button:hover .abuttafesh-form-cta__icon,
.abuttafesh-form-cta__button:focus-visible .abuttafesh-form-cta__icon {
  background: #2f6d1c;
  color: #ffffff;
}

html.at-announcement-open {
  overflow: hidden;
}

.at-announcement-popup[hidden] {
  display: none !important;
}

.at-announcement-popup {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.at-announcement-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.at-announcement-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 12, 9, 0.62);
  backdrop-filter: blur(10px);
}

.at-announcement-popup__dialog {
  position: relative;
  width: min(100%, 580px);
  max-height: min(86svh, 760px);
  overflow: auto;
  border: 1px solid rgba(19, 24, 20, 0.1);
  border-radius: 22px;
  background: #fbfcf8;
  color: #111411;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.24s ease;
}

.at-announcement-popup.is-visible .at-announcement-popup__dialog {
  transform: translateY(0) scale(1);
}

.at-announcement-popup__close {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 20, 17, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111411;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.at-announcement-popup__media {
  margin: 0;
  aspect-ratio: 16 / 9;
  background: #e7ece3;
}

.at-announcement-popup__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.at-announcement-popup__content {
  padding: clamp(24px, 4vw, 42px);
}

.at-announcement-popup__eyebrow {
  margin: 0 0 10px;
  color: #2f6d1c;
  font-size: 14px;
  font-weight: 800;
}

.at-announcement-popup h2 {
  margin: 0;
  color: #111411;
  font-family: var(--abuttafesh-font-display);
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.at-announcement-popup__text {
  margin: 16px 0 0;
  color: #3e4740;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.8;
}

.at-announcement-popup__button {
  margin-top: 24px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f1f1f;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.at-announcement-popup__button:hover,
.at-announcement-popup__button:focus-visible {
  background: #2f6d1c;
  color: #ffffff;
}

.at-offcanvas-menu nav > ul {
  margin: 0;
  padding: 0;
}

.at-offcanvas-menu ul li {
  text-align: right;
}

.at-offcanvas-2-area.menu-open,
.at-offcanvas-2-area.menu-open-temp {
  width: min(520px, 100vw);
}

.at-offcanvas-2-area .offcanvas-bg {
  width: min(500px, calc(100vw - 24px));
  margin: 12px;
  border-radius: 14px;
}

.at-offcanvas-2-wrapper {
  direction: rtl;
  height: 100svh;
  padding: clamp(42px, 7vh, 72px) clamp(28px, 4vw, 46px) 28px;
  overflow: hidden;
}

.at-offcanvas-2-left {
  display: flex;
  min-height: 0;
  height: 100%;
  flex-direction: column;
}

.at-offcanvas-2-wrapper .at-header-logo {
  flex: 0 0 auto;
  margin-bottom: clamp(30px, 5vh, 48px) !important;
}

.at-offcanvas-2-wrapper .at-header-logo .abuttafesh-logo--horizontal {
  width: min(220px, 52vw);
  height: auto;
  max-height: 70px;
}

.at-offcanvas-2-left .at-offcanvas-menu {
  flex: 0 1 auto;
  min-height: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.at-offcanvas-2-left .at-offcanvas-menu ul {
  display: grid;
  gap: clamp(8px, 1.3vh, 14px);
  max-height: calc(100vh - 190px);
  overflow-y: auto;
  padding-top: 0;
  padding-inline-end: 2px;
  scrollbar-width: thin;
}

.at-offcanvas-social {
  flex: 0 0 auto;
  margin-top: clamp(18px, 3vh, 28px);
  margin-bottom: 0;
}

.at-offcanvas-social__grid {
  row-gap: 8px;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li {
  transition: opacity 0.45s ease, transform 0.45s ease !important;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a {
  display: inline-block;
  font-family: var(--abuttafesh-font-body);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  transform: translateY(22px);
  transition: opacity 0.45s ease, transform 0.45s ease !important;
  transition-delay: 0s !important;
}

.at-offcanvas-2-wrapper .at-header-logo,
.at-offcanvas-2-wrapper .at-offcanvas-2-left,
.at-offcanvas-2-wrapper .at-offcanvas-menu {
  transition-duration: 0.45s !important;
}

.at-offcanvas-2-area.menu-open .at-header-logo,
.at-offcanvas-2-area.menu-open .at-offcanvas-2-left,
.at-offcanvas-2-area.menu-open .at-offcanvas-2-left .at-offcanvas-menu {
  transition-delay: 0.08s !important;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li:nth-child(1) > a {
  transition-delay: 0.06s !important;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li:nth-child(2) > a {
  transition-delay: 0.12s !important;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li:nth-child(3) > a {
  transition-delay: 0.18s !important;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li:nth-child(4) > a {
  transition-delay: 0.24s !important;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li:nth-child(5) > a {
  transition-delay: 0.3s !important;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li:nth-child(6) > a {
  transition-delay: 0.36s !important;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu > nav > ul > li:nth-child(7) > a {
  transition-delay: 0.42s !important;
}

.at-offcanvas-2-wrapper .hamburger-mobile-close-btn {
  display: none !important;
}

html[lang="ar"] .at-offcanvas-social__link svg {
  display: none;
}

.footer-fixed-bottom .at-footer-area {
  padding-top: clamp(46px, 5vw, 78px) !important;
}

.footer-fixed-bottom .row.g-5.pb-md-5.pb-2 {
  align-items: center;
  padding-bottom: clamp(28px, 4vw, 50px) !important;
}

.footer-fixed-bottom .d-flex.flex-wrap.align-items-start.gap-5 {
  align-items: center !important;
  gap: clamp(24px, 3vw, 46px) !important;
}

.footer-fixed-bottom .d-flex.flex-column.gap-3 {
  gap: 14px !important;
}

.footer-fixed-bottom .h6 {
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.35;
  letter-spacing: 0;
}

.footer-fixed-bottom .alt-footer-link-item ul {
  margin: 0;
  padding: 0;
}

.footer-fixed-bottom .alt-footer-link-item ul li.mb-15 {
  margin-bottom: 13px !important;
}

.footer-fixed-bottom .alt-footer-link-item ul li a {
  font-size: clamp(24px, 1.75vw, 32px);
  line-height: 1.14;
  letter-spacing: 0;
}

.footer-fixed-bottom .at-hero-social {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.footer-fixed-bottom .at-hero-social a {
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
}

.footer-fixed-bottom .footer-2-border {
  padding-top: clamp(30px, 3vw, 48px) !important;
  padding-bottom: clamp(32px, 3.2vw, 52px) !important;
}

.footer-fixed-bottom .at-footer-copyright {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.3;
}

html[lang="ar"] .footer-fixed-bottom .footer-2-connect-title {
  font-size: clamp(78px, 11vw, 176px);
  line-height: 0.9;
  letter-spacing: 0;
  white-space: nowrap;
}

.footer-fixed-bottom .footer-2-hours {
  padding-bottom: clamp(8px, 1.8vw, 24px);
}

.footer-fixed-bottom .footer-2-hours .h5 {
  line-height: 1.2;
}

.home-2-section-8 .about-me-slider-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
}

.abuttafesh-services-strip {
  overflow: hidden;
}

.abuttafesh-details-strip {
  overflow: hidden;
}

.abuttafesh-services-strip .about-me-slider-active {
  overflow: visible;
}

.abuttafesh-details-strip .about-me-slider-active {
  overflow: visible;
}

.abuttafesh-services-strip .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear;
}

.abuttafesh-details-strip .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear;
}

.abuttafesh-services-strip .swiper-slide {
  width: clamp(430px, 44vw, 720px);
  height: auto;
}

.abuttafesh-details-strip .swiper-slide {
  width: clamp(430px, 44vw, 720px);
  height: auto;
}

.abuttafesh-services-strip .about-me-slider-thumb {
  height: clamp(320px, 34vw, 560px);
  overflow: hidden;
  border-radius: 18px;
}

.abuttafesh-details-strip .about-me-slider-thumb {
  width: 100%;
  height: clamp(320px, 34vw, 560px);
  overflow: hidden;
  border-radius: 18px;
}

.home-2-section-8 .about-me-slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.abuttafesh-details-strip .about-me-slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hsg-slide__media,
.at-gallery-item a {
  position: relative;
}

.hsg-slide__video-badge,
.at-gallery-item__video-badge {
  position: absolute;
  top: 18px;
  inset-inline-start: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(16, 20, 18, 0.78);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.hsg-slide__play,
.at-gallery-item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: clamp(48px, 4.8vw, 66px);
  height: clamp(48px, 4.8vw, 66px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(16, 20, 18, 0.58);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hsg-slide__play::before,
.at-gallery-item__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: clamp(8px, 0.8vw, 11px) solid transparent;
  border-bottom: clamp(8px, 0.8vw, 11px) solid transparent;
  border-left: clamp(13px, 1.2vw, 18px) solid #fff;
}

.abuttafesh-article-content {
  max-width: 920px;
  margin-inline: auto;
  color: var(--at-neutral-800);
  font-size: 20px;
  line-height: 1.9;
}

.abuttafesh-article-content h2,
.abuttafesh-article-content h3,
.abuttafesh-article-content h4 {
  margin-top: 1.7em;
  margin-bottom: 0.65em;
  color: var(--at-neutral-950);
  line-height: 1.35;
}

.abuttafesh-article-content p,
.abuttafesh-article-content ul,
.abuttafesh-article-content ol {
  margin-bottom: 1.15em;
}

.abuttafesh-article-content a {
  color: var(--request-green-dark, #2f6d1c);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.abuttafesh-article-cover {
  overflow: hidden;
  border-radius: 18px;
}

.abuttafesh-articles-page {
  --articles-ink: #101713;
  --articles-muted: #667066;
  --articles-line: #dfe7dc;
  --articles-surface: #f7faf4;
  --articles-accent: #2f6d1c;
  --articles-gold: #b1842a;
  background: #f4f6f1;
  color: var(--articles-ink);
  min-height: 100vh;
  padding-bottom: 120px;
  overflow: hidden;
}

.abuttafesh-articles-hero {
  padding: clamp(96px, 10vw, 160px) 0 clamp(36px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(16, 23, 19, 0.04), rgba(47, 109, 28, 0.09)),
    #f4f6f1;
}

.abuttafesh-articles-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.abuttafesh-articles-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid rgba(47, 109, 28, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--articles-accent);
  font-size: 14px;
  font-weight: 800;
}

.abuttafesh-articles-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--articles-ink);
  font-family: var(--abuttafesh-font-display, var(--at-ff-heading));
  font-size: clamp(42px, 8vw, 112px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.abuttafesh-articles-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--articles-muted);
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.8;
}

.abuttafesh-articles-search {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--articles-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 60px rgba(16, 23, 19, 0.08);
}

.abuttafesh-articles-search label {
  display: block;
  margin-bottom: 12px;
  color: var(--articles-ink);
  font-size: 15px;
  font-weight: 800;
}

.abuttafesh-articles-search__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.abuttafesh-articles-search input {
  width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid var(--articles-line);
  border-radius: 6px;
  background: #fff;
  color: var(--articles-ink);
  font-size: 16px;
  outline: 0;
}

.abuttafesh-articles-search input:focus {
  border-color: rgba(47, 109, 28, 0.62);
  box-shadow: 0 0 0 4px rgba(47, 109, 28, 0.1);
}

.abuttafesh-articles-search button {
  min-width: 96px;
  height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: var(--articles-ink);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.abuttafesh-articles-search small {
  display: block;
  margin-top: 12px;
  color: var(--articles-muted);
  font-size: 13px;
}

.abuttafesh-articles-body {
  padding: clamp(34px, 5vw, 72px) 0 clamp(80px, 8vw, 132px);
}

.abuttafesh-articles-toolbar {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.abuttafesh-articles-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.abuttafesh-articles-chips a,
.abuttafesh-articles-reset {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--articles-line);
  border-radius: 999px;
  background: #fff;
  color: var(--articles-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.abuttafesh-articles-chips a:hover,
.abuttafesh-articles-reset:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 109, 28, 0.35);
}

.abuttafesh-articles-chips a.is-active {
  border-color: var(--articles-accent);
  background: var(--articles-accent);
  color: #fff;
}

.abuttafesh-articles-reset {
  color: var(--articles-gold);
}

.abuttafesh-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.abuttafesh-article-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--articles-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 23, 19, 0.06);
}

.abuttafesh-article-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe7dc;
}

.abuttafesh-article-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.abuttafesh-article-card:hover .abuttafesh-article-card__media img {
  transform: scale(1.04);
}

.abuttafesh-article-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(18px, 2.2vw, 26px);
}

.abuttafesh-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--articles-muted);
  font-size: 13px;
  font-weight: 800;
}

.abuttafesh-article-card__meta span + span::before {
  content: "/";
  margin-inline-end: 8px;
  color: var(--articles-gold);
}

.abuttafesh-article-card h2 {
  margin: 0 0 14px;
  color: var(--articles-ink);
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.abuttafesh-article-card h2 a {
  color: inherit;
  text-decoration: none;
}

.abuttafesh-article-card p {
  margin: 0 0 22px;
  color: var(--articles-muted);
  font-size: 16px;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.abuttafesh-article-card__link {
  width: fit-content;
  margin-top: auto;
  color: var(--articles-accent);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.abuttafesh-article-card__link::after {
  content: "↗";
  margin-inline-start: 8px;
}

.abuttafesh-articles-empty {
  display: grid;
  gap: 8px;
  padding: 28px;
  border: 1px solid var(--articles-line);
  border-radius: 8px;
  background: #fff;
  color: var(--articles-muted);
}

.abuttafesh-articles-empty strong {
  color: var(--articles-ink);
  font-size: 22px;
}

.abuttafesh-articles-pagination {
  margin-top: 34px;
}

.abuttafesh-articles-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.abuttafesh-articles-pagination a,
.abuttafesh-articles-pagination span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid var(--articles-line);
  border-radius: 999px;
  background: #fff;
  color: var(--articles-ink);
  font-weight: 800;
  text-decoration: none;
}

.abuttafesh-articles-pagination .current {
  border-color: var(--articles-accent);
  background: var(--articles-accent);
  color: #fff;
}

.abuttafesh-article-detail-page {
  --article-ink: #101713;
  --article-muted: #667066;
  --article-line: #dfe7dc;
  --article-accent: #2f6d1c;
  --article-gold: #b1842a;
  min-height: 100vh;
  padding-bottom: 130px;
  background: #f4f6f1;
  color: var(--article-ink);
  overflow: hidden;
}

.abuttafesh-article-detail-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(96px, 10vw, 150px) 0 clamp(38px, 5vw, 76px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(47, 109, 28, 0.08));
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.abuttafesh-article-detail-hero.has-hero-image {
  min-height: clamp(560px, 72vh, 820px);
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(52px, 7vw, 96px);
  color: #fff;
}

.abuttafesh-article-detail-hero.has-hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  transform: scale(1.02);
}

.abuttafesh-article-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 28px;
  padding: 8px 15px;
  border: 1px solid var(--article-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--article-accent);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.abuttafesh-article-detail-back::before {
  content: "→";
  margin-inline-end: 8px;
}

.abuttafesh-article-detail-hero.has-hero-image .abuttafesh-article-detail-back {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(12px);
}

.abuttafesh-article-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--article-muted);
  font-size: 14px;
  font-weight: 900;
}

.abuttafesh-article-detail-hero.has-hero-image .abuttafesh-article-detail-meta {
  color: rgba(255, 255, 255, 0.82);
}

.abuttafesh-article-detail-meta span + span::before {
  content: "/";
  margin-inline-end: 10px;
  color: var(--article-gold);
}

.abuttafesh-article-detail-hero h1 {
  max-width: 1060px;
  margin: 0;
  color: var(--article-ink);
  font-family: var(--abuttafesh-font-display, var(--at-ff-heading));
  font-size: clamp(44px, 8vw, 118px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: anywhere;
}

.abuttafesh-article-detail-hero.has-hero-image h1 {
  max-width: 1120px;
  color: #fff;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}

.abuttafesh-article-detail-hero p {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--article-muted);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.85;
}

.abuttafesh-article-detail-hero.has-hero-image p {
  color: rgba(255, 255, 255, 0.84);
}

.abuttafesh-article-detail-body {
  padding: clamp(42px, 6vw, 84px) 0 clamp(90px, 8vw, 140px);
}

.abuttafesh-article-detail-page .abuttafesh-article-cover {
  max-width: 1080px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 23, 19, 0.12);
}

.abuttafesh-article-detail-page .abuttafesh-article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  height: auto;
  object-fit: cover;
}

.abuttafesh-article-detail-page .abuttafesh-article-content {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.abuttafesh-article-detail-page .abuttafesh-article-content > :first-child {
  margin-top: 0;
}

.abuttafesh-article-detail-page .abuttafesh-article-content > :last-child {
  margin-bottom: 0;
}

.abuttafesh-article-neighbor-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
  margin-top: clamp(30px, 4vw, 48px);
}

.abuttafesh-article-neighbor-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 3px;
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid var(--articles-line, rgba(255, 255, 255, 0.16));
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.abuttafesh-article-content .abuttafesh-article-neighbor-link {
  text-decoration: none;
}

.abuttafesh-article-neighbor-link::before {
  content: "→";
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--articles-line);
  border-radius: 999px;
  color: var(--articles-accent, #2f6d1c);
  font-size: 17px;
  line-height: 1;
}

.abuttafesh-article-neighbor-link.is-next::before {
  content: "←";
}

.abuttafesh-article-neighbor-link span {
  grid-column: 2;
  color: var(--articles-gold, #b1842a);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.abuttafesh-article-neighbor-link strong {
  grid-column: 2;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.25;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.abuttafesh-article-neighbor-link:hover {
  border-color: var(--articles-accent, #2f6d1c);
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  .abuttafesh-articles-hero__grid {
    grid-template-columns: 1fr;
  }

  .abuttafesh-articles-search {
    max-width: 760px;
  }

  .abuttafesh-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Premium editorial articles skin */
.abuttafesh-articles-page,
.abuttafesh-article-detail-page {
  --articles-ink: #f4fbf6;
  --articles-muted: rgba(244, 251, 246, 0.7);
  --articles-line: rgba(216, 180, 82, 0.2);
  --articles-surface: rgba(255, 255, 255, 0.055);
  --articles-accent: #43c477;
  --articles-gold: #d8b452;
  --articles-cyan: #8bd8a8;
  background:
    radial-gradient(circle at 20% 0%, rgba(67, 196, 119, 0.18), transparent 34%),
    radial-gradient(circle at 85% 12%, rgba(216, 180, 82, 0.13), transparent 30%),
    #030604;
  color: var(--articles-ink);
}

.abuttafesh-articles-hero {
  min-height: clamp(420px, 58vh, 620px);
  display: flex;
  align-items: end;
  padding: clamp(118px, 12vw, 190px) 0 clamp(42px, 6vw, 84px);
  background:
    linear-gradient(180deg, rgba(3, 6, 4, 0.2), rgba(3, 6, 4, 0.92)),
    url("../imgs/abuttafesh/gallery/gallery-diriyah-heritage-walk.webp") center / cover;
}

.abuttafesh-articles-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.abuttafesh-articles-eyebrow {
  border-color: rgba(216, 180, 82, 0.44);
  background: rgba(0, 108, 53, 0.18);
  color: #e8d08b;
}

.abuttafesh-articles-hero h1,
.abuttafesh-article-detail-hero h1 {
  color: #fff;
  text-transform: none;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.abuttafesh-articles-hero p,
.abuttafesh-article-detail-hero p {
  color: rgba(255, 255, 255, 0.76);
}

.abuttafesh-articles-search,
.abuttafesh-articles-widget,
.abuttafesh-article-card {
  border: 1px solid var(--articles-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.abuttafesh-articles-search label,
.abuttafesh-articles-widget h3 {
  color: #fff;
}

.abuttafesh-articles-search input,
.abuttafesh-articles-widget--search input {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: #141014;
}

.abuttafesh-articles-search button,
.abuttafesh-articles-widget--search button {
  background: linear-gradient(135deg, #006c35, #d8b452);
  color: #fff;
}

.abuttafesh-articles-search small,
.abuttafesh-article-card p {
  color: var(--articles-muted);
}

.abuttafesh-articles-toolbar {
  margin-bottom: 24px;
}

.abuttafesh-articles-chips a,
.abuttafesh-articles-reset {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
}

.abuttafesh-articles-chips a.is-active {
  border-color: rgba(216, 180, 82, 0.58);
  background: rgba(0, 108, 53, 0.34);
  color: #fff;
}

.abuttafesh-articles-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  gap: clamp(24px, 4vw, 42px);
  align-items: start;
}

.abuttafesh-articles-feed {
  min-width: 0;
}

.abuttafesh-articles-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
  gap: clamp(16px, 1.4vw, 22px);
}

.abuttafesh-article-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #171017;
}

.abuttafesh-article-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 6, 0.7));
  pointer-events: none;
}

.abuttafesh-article-card__body {
  padding: clamp(16px, 1.5vw, 22px);
}

.abuttafesh-article-card__meta {
  color: rgba(255, 255, 255, 0.6);
}

.abuttafesh-article-card__meta span + span::before {
  color: var(--articles-accent);
}

.abuttafesh-article-card h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.2;
}

.abuttafesh-article-card__link {
  color: #e8d08b;
  font-size: 14px;
}

.abuttafesh-articles-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 28px;
}

.abuttafesh-articles-widget {
  border-radius: 8px;
  padding: 22px;
}

.abuttafesh-articles-widget h3 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 900;
}

.abuttafesh-articles-widget--search label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 900;
}

.abuttafesh-articles-widget--search div {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 8px;
}

.abuttafesh-articles-widget--search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border-radius: 6px;
  outline: 0;
}

.abuttafesh-articles-widget--search button {
  height: 46px;
  border: 0;
  border-radius: 6px;
  font-weight: 900;
}

.abuttafesh-latest-list {
  display: grid;
  gap: 14px;
}

.abuttafesh-latest-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.abuttafesh-latest-item__thumb {
  display: block;
  aspect-ratio: 1 / 0.78;
  overflow: hidden;
  border-radius: 6px;
  background: #171017;
}

.abuttafesh-latest-item__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.abuttafesh-latest-item small {
  display: block;
  margin-bottom: 5px;
  color: var(--articles-accent);
  font-size: 11px;
  font-weight: 900;
}

.abuttafesh-latest-item strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.abuttafesh-category-list {
  display: grid;
  gap: 0;
}

.abuttafesh-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  text-decoration: none;
}

.abuttafesh-category-list small {
  color: #fff;
}

.abuttafesh-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.abuttafesh-tag-list a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(216, 180, 82, 0.58);
  text-underline-offset: 5px;
}

.abuttafesh-article-detail-hero.has-hero-image {
  min-height: clamp(600px, 78vh, 860px);
}

.abuttafesh-article-detail-body {
  background: #030604;
}

.abuttafesh-article-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.abuttafesh-article-detail-page .abuttafesh-articles-sidebar {
  position: static;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.abuttafesh-article-detail-page .abuttafesh-article-content {
  color: rgba(255, 255, 255, 0.76);
}

.abuttafesh-article-detail-page .abuttafesh-article-content h2,
.abuttafesh-article-detail-page .abuttafesh-article-content h3,
.abuttafesh-article-detail-page .abuttafesh-article-content h4 {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .abuttafesh-articles-layout {
    grid-template-columns: 1fr;
  }

  .abuttafesh-article-detail-layout {
    grid-template-columns: 1fr;
  }

  .abuttafesh-articles-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .abuttafesh-articles-hero {
    min-height: auto;
  }

  .abuttafesh-articles-grid,
  .abuttafesh-articles-sidebar {
    grid-template-columns: 1fr;
  }

  .abuttafesh-latest-item {
    grid-template-columns: 68px 1fr;
  }
}

html[data-bs-theme="light"] .abuttafesh-articles-page,
html[data-bs-theme="light"] .abuttafesh-article-detail-page {
  --articles-ink: #101713;
  --articles-muted: #657064;
  --articles-line: #dfe7dc;
  --articles-surface: rgba(255, 255, 255, 0.78);
  --articles-accent: #2f6d1c;
  --articles-gold: #b1842a;
  --articles-cyan: #3f7e66;
  background:
    radial-gradient(circle at 18% 0%, rgba(177, 132, 42, 0.12), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(47, 109, 28, 0.12), transparent 30%),
    #f4f6f1;
  color: var(--articles-ink);
}

html[data-bs-theme="light"] .abuttafesh-articles-hero {
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.78)),
    url("../imgs/abuttafesh/gallery/gallery-diriyah-heritage-walk.webp") center / cover;
}

html[data-bs-theme="light"] .abuttafesh-articles-hero h1 {
  color: #fff;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.42);
}

html[data-bs-theme="light"] .abuttafesh-article-detail-hero h1 {
  color: var(--articles-ink);
  text-shadow: none;
}

html[data-bs-theme="light"] .abuttafesh-articles-hero p {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}

html[data-bs-theme="light"] .abuttafesh-article-detail-hero p,
html[data-bs-theme="light"] .abuttafesh-article-card p {
  color: var(--articles-muted);
}

html[data-bs-theme="light"] .abuttafesh-articles-eyebrow {
  border-color: rgba(47, 109, 28, 0.22);
  background: rgba(255, 255, 255, 0.68);
  color: var(--articles-accent);
}

html[data-bs-theme="light"] .abuttafesh-articles-search,
html[data-bs-theme="light"] .abuttafesh-articles-widget,
html[data-bs-theme="light"] .abuttafesh-article-card {
  border-color: var(--articles-line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(16, 23, 19, 0.08);
}

html[data-bs-theme="light"] .abuttafesh-articles-search label,
html[data-bs-theme="light"] .abuttafesh-articles-widget h3,
html[data-bs-theme="light"] .abuttafesh-article-card h2,
html[data-bs-theme="light"] .abuttafesh-article-detail-page .abuttafesh-article-content h2,
html[data-bs-theme="light"] .abuttafesh-article-detail-page .abuttafesh-article-content h3,
html[data-bs-theme="light"] .abuttafesh-article-detail-page .abuttafesh-article-content h4 {
  color: var(--articles-ink);
}

html[data-bs-theme="light"] .abuttafesh-articles-search input,
html[data-bs-theme="light"] .abuttafesh-articles-widget--search input {
  border-color: var(--articles-line);
  background: #fff;
  color: var(--articles-ink);
}

html[data-bs-theme="light"] .abuttafesh-articles-search button,
html[data-bs-theme="light"] .abuttafesh-articles-widget--search button {
  background: var(--articles-ink);
  color: #fff;
}

html[data-bs-theme="light"] .abuttafesh-articles-search small,
html[data-bs-theme="light"] .abuttafesh-article-card__meta,
html[data-bs-theme="light"] .abuttafesh-latest-item strong,
html[data-bs-theme="light"] .abuttafesh-category-list a,
html[data-bs-theme="light"] .abuttafesh-tag-list a,
html[data-bs-theme="light"] .abuttafesh-article-detail-page .abuttafesh-article-content {
  color: var(--articles-muted);
}

html[data-bs-theme="light"] .abuttafesh-article-card__meta span + span::before,
html[data-bs-theme="light"] .abuttafesh-latest-item small {
  color: var(--articles-gold);
}

html[data-bs-theme="light"] .abuttafesh-articles-chips a,
html[data-bs-theme="light"] .abuttafesh-articles-reset {
  border-color: var(--articles-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--articles-ink);
}

html[data-bs-theme="light"] .abuttafesh-articles-chips a.is-active {
  border-color: var(--articles-accent);
  background: var(--articles-accent);
  color: #fff;
}

html[data-bs-theme="light"] .abuttafesh-article-card__link {
  color: var(--articles-accent);
}

html[data-bs-theme="light"] .abuttafesh-category-list a {
  border-bottom-color: var(--articles-line);
}

html[data-bs-theme="light"] .abuttafesh-category-list small {
  color: var(--articles-ink);
}

html[data-bs-theme="light"] .abuttafesh-latest-item {
  color: var(--articles-ink);
}

html[data-bs-theme="light"] .abuttafesh-latest-item__thumb,
html[data-bs-theme="light"] .abuttafesh-article-card__media {
  background: #dfe7dc;
}

html[data-bs-theme="light"] .abuttafesh-article-detail-hero.has-hero-image h1 {
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}

html[data-bs-theme="light"] .abuttafesh-article-detail-hero.has-hero-image .abuttafesh-article-detail-meta,
html[data-bs-theme="light"] .abuttafesh-article-detail-hero.has-hero-image p {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

html[data-bs-theme="light"] .abuttafesh-article-detail-hero.has-hero-image .abuttafesh-article-detail-back {
  border-color: var(--articles-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--articles-accent);
}

html[data-bs-theme="light"] .abuttafesh-article-detail-body {
  background: #f4f6f1;
}

.sec-2-services .at-service-card-content {
  z-index: 2;
}

.sec-2-services .at-service-card.card-2 > a,
.sec-2-services .abuttafesh-service-card--investors > a {
  overflow: hidden;
}

.sec-2-services .at-service-card.card-2 > a img,
.sec-2-services .abuttafesh-service-card--investors > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-2-services .abuttafesh-service-card--investors::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.15), rgba(15, 15, 15, 0.92) 52%, rgba(15, 15, 15, 0.4));
  pointer-events: none;
}

.sec-2-services .abuttafesh-service-card--investors > a {
  width: 100%;
  height: 56%;
  opacity: 0.72;
}

.sec-2-services .abuttafesh-service-card--investors > a:first-child {
  top: 0;
  bottom: auto;
}

.sec-2-services .abuttafesh-service-card--investors > a:nth-of-type(2) {
  top: auto;
  bottom: 0;
}

.sec-2-services .abuttafesh-service-card--egypt .at-service-card-content {
  max-width: min(82%, 280px);
  top: clamp(36px, 4vw, 62px) !important;
  transform: none !important;
}

html[lang="ar"] .sec-1-services .fz-font-lg,
html[lang="ar"] .sec-2-services .at-service-card h3,
html[lang="ar"] .sec-2-services .at-service-card-description,
html[lang="ar"] .sec-2-about .fz-font-lg,
html[lang="ar"] .sec-2-about .process-card__title,
html[lang="ar"] .sec-2-about .process-card__meta,
html[lang="ar"] .sec-2-about .process-card__desc,
html[lang="ar"] .home-2-section-9 .h6,
html[lang="ar"] .sec-7-about .fz-font-lg,
html[lang="ar"] .sec-7-about .at-faq-button,
html[lang="ar"] .sec-7-about .at-faq-body {
  font-family: var(--abuttafesh-font-body) !important;
}

html[lang="ar"] .sec-1-services .fz-font-lg,
html[lang="ar"] .sec-2-about .fz-font-lg,
html[lang="ar"] .sec-7-about .fz-font-lg {
  line-height: 1.75;
}

html[lang="ar"] .sec-2-about .process-card__title,
html[lang="ar"] .sec-7-about .at-faq-button {
  line-height: 1.35;
}

html[lang="ar"] .sec-1-services-details .h6,
html[lang="ar"] .sec-3-services-details .h6,
html[lang="ar"] .sec-3-services-details .fz-font-lg,
html[lang="ar"] .sec-4-services-details .h6,
html[lang="ar"] .sec-4-services-details .at-service-card-description,
html[lang="ar"] .sec-5-services-details .fz-font-md,
html[lang="ar"] .sec-5-services-details .testimonial-content,
html[lang="ar"] .home-3-section-12 .fz-font-xl,
html[lang="ar"] .home-3-section-12 input {
  font-family: var(--abuttafesh-font-body) !important;
}

.sec-2-services-details .about-me-slider-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.sec-2-services-details .about-me-slider-thumb img,
.sec-4-services-details .at-service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sec-4-services-details .at-service-card-img {
  aspect-ratio: 4 / 3;
}

.sec-5-services-details > .container img.rounded-4 {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.start-request-page {
  --request-ink: #000;
  --request-muted: #000;
  --request-line: rgba(0, 0, 0, 0.14);
  --request-soft: #f4f8f1;
  --request-green: #4a8a2b;
  --request-green-dark: #2f6d1c;
  --request-panel: #fbfdf8;
  --request-surface: #fff;
  --request-contact-surface: rgba(255, 255, 255, 0.74);
  --request-grid-surface: rgba(244, 248, 241, 0.82);
  --request-banner-surface: #eaf7ff;
  --request-card-shadow: 0 18px 42px rgba(22, 34, 19, 0.1);
  --request-panel-shadow: 0 28px 76px rgba(20, 28, 17, 0.08);
  --request-page-background:
    radial-gradient(circle at 12% 8%, rgba(74, 138, 43, 0.09), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff 46%, #f7faf4 100%);
  --request-forms-background: linear-gradient(180deg, rgba(247, 250, 244, 0.86), #fff);
  --request-summary-background: linear-gradient(135deg, #fff 0%, var(--request-panel) 100%);
  color: var(--request-ink);
  background: var(--request-page-background);
}

html[data-bs-theme="dark"] .start-request-page {
  --request-ink: #fff;
  --request-muted: #fff;
  --request-line: rgba(255, 255, 255, 0.2);
  --request-soft: #171d15;
  --request-green: #90d667;
  --request-green-dark: #3d7427;
  --request-panel: #141914;
  --request-surface: #0f130f;
  --request-contact-surface: rgba(255, 255, 255, 0.08);
  --request-grid-surface: rgba(255, 255, 255, 0.06);
  --request-banner-surface: #101510;
  --request-card-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
  --request-panel-shadow: 0 28px 76px rgba(0, 0, 0, 0.35);
  --request-page-background:
    radial-gradient(circle at 12% 8%, rgba(144, 214, 103, 0.16), transparent 28%),
    linear-gradient(180deg, #080908 0%, #0d100d 50%, #080908 100%);
  --request-forms-background: linear-gradient(180deg, #0d100d 0%, #080908 100%);
  --request-summary-background: linear-gradient(135deg, #101510 0%, var(--request-panel) 100%);
}

.start-request-hero {
  padding-bottom: clamp(34px, 5vw, 66px);
}

.start-request-title {
  max-width: 920px;
  font-family: var(--abuttafesh-font-display);
  font-size: clamp(46px, 7vw, 108px);
  line-height: 0.98;
  letter-spacing: 0;
}

.start-request-lead {
  max-width: 650px;
  color: var(--request-muted);
  font-family: var(--abuttafesh-font-body);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.75;
}

.request-contact-note {
  border: 1px solid var(--request-line);
  border-radius: 8px;
  padding: 20px 22px;
  background: var(--request-contact-surface);
  font-family: var(--abuttafesh-font-body);
}

.request-contact-note span,
.request-contact-note a {
  display: block;
  color: var(--request-muted);
}

.request-contact-note strong {
  display: block;
  margin-block: 8px;
  font-size: clamp(24px, 2.35vw, 36px);
  line-height: 1;
}

.request-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(30px, 5vw, 58px);
  border: 1px solid var(--request-line);
  border-radius: 12px;
  padding: 10px;
  background: var(--request-grid-surface);
}

.request-type-card {
  appearance: none;
  display: flex;
  width: 100%;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 18px;
  color: var(--request-ink);
  background: var(--request-surface);
  text-align: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.request-type-card:hover,
.request-type-card:focus-visible {
  border-color: rgba(74, 138, 43, 0.45);
  background: var(--request-surface);
  color: var(--request-ink);
  transform: translateY(-4px);
}

.request-type-card:focus-visible {
  outline: 3px solid rgba(74, 138, 43, 0.28);
  outline-offset: 2px;
}

.request-type-card.is-active {
  border-color: rgba(74, 138, 43, 0.58);
  background: var(--request-surface);
  box-shadow: var(--request-card-shadow);
}

.request-type-card span,
.request-panel-badge,
.request-section-head span {
  color: var(--request-green);
  font-family: var(--abuttafesh-font-body);
  font-weight: 700;
}

.request-type-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--request-soft);
}

.request-type-card.is-active span {
  background: var(--request-green-dark);
  color: #fff;
}

.request-type-card strong {
  font-family: var(--abuttafesh-font-display);
  font-size: clamp(28px, 2.45vw, 42px);
  line-height: 1;
}

.request-type-card small {
  color: var(--request-muted);
  font-family: var(--abuttafesh-font-body);
  line-height: 1.6;
}

.request-forms-wrap {
  scroll-margin-top: 120px;
  padding: clamp(30px, 5vw, 64px) 0 clamp(60px, 8vw, 110px);
  background: var(--request-forms-background);
}

.request-form-panel {
  scroll-margin-top: 120px;
  overflow: hidden;
  border: 1px solid var(--request-line);
  border-radius: 14px;
  background: var(--request-surface);
  box-shadow: var(--request-panel-shadow);
}

.request-form-panel + .request-form-panel {
  margin-top: 18px;
}

.start-request-page.request-picker-ready .request-form-panel {
  display: none;
}

.start-request-page.request-picker-ready .request-form-panel.is-active {
  display: block;
  animation: requestPanelIn 0.34s ease both;
}

@keyframes requestPanelIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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

.request-form-panel > details > summary {
  display: grid;
  grid-template-columns: 56px minmax(0, 0.9fr) minmax(240px, 0.7fr);
  gap: clamp(14px, 3vw, 38px);
  align-items: center;
  padding: clamp(24px, 3.5vw, 40px);
  cursor: pointer;
  list-style: none;
  background: var(--request-summary-background);
  border-bottom: 1px solid var(--request-line);
}

.start-request-page.request-picker-ready .request-form-panel > details > summary {
  cursor: default;
  pointer-events: none;
}

.request-form-panel > details > summary::-webkit-details-marker {
  display: none;
}

.request-panel-badge {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: var(--request-green-dark);
  color: #fff;
}

.request-panel-title {
  font-family: var(--abuttafesh-font-display);
  font-size: clamp(32px, 4vw, 64px);
  line-height: 0.98;
}

.request-panel-summary {
  color: var(--request-muted);
  font-family: var(--abuttafesh-font-body);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.75;
}

.request-panel-body {
  padding: clamp(22px, 3.5vw, 40px);
}

.request-banner {
  overflow: hidden;
  margin-bottom: clamp(24px, 4vw, 46px);
  border-radius: 10px;
  background: var(--request-banner-surface);
}

.request-banner img {
  display: block;
  width: 100%;
  height: clamp(180px, 26vw, 320px);
  min-height: 0;
  object-fit: cover;
}

.request-form {
  font-family: var(--abuttafesh-font-body);
}

.request-form-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
  padding: clamp(28px, 4vw, 50px) 0;
  border-top: 1px solid var(--request-line);
}

.request-form .request-form-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.request-section-head h3 {
  margin: 8px 0 0;
  font-family: var(--abuttafesh-font-display);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
}

.request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.request-field {
  min-width: 0;
}

.request-field--wide {
  grid-column: 1 / -1;
}

.request-field label,
.request-label {
  display: block;
  margin-bottom: 9px;
  color: var(--request-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.request-field > label span,
.request-label b {
  color: #e34b24;
}

.request-field input,
.request-field select,
.request-field textarea {
  width: 100%;
  border: 1px solid var(--request-line);
  border-radius: 8px;
  padding: 16px 18px;
  background: var(--request-surface);
  color: var(--request-ink);
  font-family: var(--abuttafesh-font-body);
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.abuttafesh-phone-field {
  display: grid;
  grid-template-columns: minmax(118px, 0.34fr) minmax(0, 1fr);
  gap: 8px;
  direction: ltr;
}

.abuttafesh-phone-field input,
.abuttafesh-phone-field select {
  min-width: 0;
}

.abuttafesh-phone-field select {
  text-align: left;
  white-space: nowrap;
}

.request-field input::placeholder,
.request-field textarea::placeholder {
  color: color-mix(in srgb, var(--request-ink) 58%, transparent);
  opacity: 1;
}

.request-field input[type="date"],
.request-field input[type="file"],
.request-field select {
  color-scheme: light;
}

html[data-bs-theme="dark"] .request-field input[type="date"],
html[data-bs-theme="dark"] .request-field input[type="file"],
html[data-bs-theme="dark"] .request-field select {
  color-scheme: dark;
}

.request-choice span {
  color: var(--request-ink);
}

.request-field textarea {
  resize: vertical;
}

.request-field input:focus,
.request-field select:focus,
.request-field textarea:focus,
.request-choice:focus-within {
  border-color: rgba(74, 138, 43, 0.65);
  box-shadow: 0 0 0 4px rgba(74, 138, 43, 0.1);
}

.request-field small {
  display: block;
  margin-top: 8px;
  color: var(--request-muted);
  font-size: 13px;
  line-height: 1.6;
}

.sec-4-about-form__field--phone .abuttafesh-phone-field {
  grid-template-columns: minmax(118px, 0.34fr) minmax(0, 1fr);
}

.sec-4-about-form__field--phone .abuttafesh-phone-field select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(20, 24, 20, 0.16);
  border-radius: 8px;
  padding: 0 12px;
  background: var(--bs-body-bg, #fff);
  color: var(--bs-body-color, #171713);
  font: inherit;
}

@media (max-width: 420px) {
  .abuttafesh-phone-field {
    grid-template-columns: 1fr;
  }
}

.request-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.request-choice-grid--dense {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.request-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 54px;
  border: 1px solid var(--request-line);
  border-radius: 8px;
  padding: 13px 14px;
  background: var(--request-surface);
  color: var(--request-ink);
  line-height: 1.65;
  transition: border-color 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.start-request-page .request-choice {
  display: flex !important;
}

.request-choice input {
  width: auto;
  margin-top: 6px;
  accent-color: var(--request-green);
}

.start-request-page .request-choice input[type="radio"],
.start-request-page .request-choice input[type="checkbox"] {
  flex: 0 0 auto;
  inline-size: 16px;
  block-size: 16px;
  min-inline-size: 16px;
  margin-top: 5px;
  cursor: pointer;
}

.request-choice:hover,
.request-choice:has(input:checked) {
  border-color: rgba(74, 138, 43, 0.45);
  background: var(--request-soft);
}

.request-choice--consent {
  min-height: auto;
  background: var(--request-soft);
}

.request-specialties {
  display: grid;
  gap: 10px;
}

.request-specialty {
  border: 1px solid var(--request-line);
  border-radius: 8px;
  background: var(--request-surface);
}

.request-specialty summary {
  display: block;
  padding: 16px 18px;
  color: var(--request-ink);
  font-weight: 800;
  cursor: pointer;
}

.request-specialty .request-choice-grid {
  padding: 0 18px 18px;
}

.request-submit-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
}

.request-submit-row .at-btn {
  border-radius: 999px;
  min-width: 220px;
}


@media (max-width: 1199.98px) {
  .at-header-area {
    margin-inline: 8px !important;
  }

  .at-header-logo .abuttafesh-logo {
    height: 28px;
    width: 28px;
  }

  .at-header-logo .abuttafesh-logo--horizontal {
    width: 162px;
    height: auto;
    max-height: 48px;
  }

  .at-header-logo p {
    font-size: 20px !important;
  }

  .at-header-right .at-btn {
    display: none !important;
  }

  .at-offcanvas-2-area.menu-open,
  .at-offcanvas-2-area.menu-open-temp {
    width: 100%;
  }

  .at-offcanvas-2-area .offcanvas-bg {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .at-offcanvas-2-wrapper {
    padding: 34px 28px 24px;
  }

  .at-offcanvas-2-wrapper .at-header-logo {
    margin-bottom: 34px !important;
  }

  .at-offcanvas-2-left .at-offcanvas-menu ul {
    max-height: calc(100svh - 178px);
  }

  .at-offcanvas-2-wrapper .at-offcanvas-menu > nav > ul > li > a {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.3;
  }

  .at-offcanvas-2-area .offcanvas-bg {
    background: rgba(var(--at-neutral-0-rgb), 0.96);
  }

  .request-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[lang="ar"] .footer-13__studios {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  html[lang="ar"] .footer-13__bigbrand {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .request-form-panel > details > summary,
  .request-form-section {
    grid-template-columns: 1fr;
  }

  .request-form-panel > details > summary {
    gap: 10px;
  }

  .request-panel-summary {
    max-width: 760px;
  }

  .request-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 574.98px) {
  .at-header-right {
    gap: 10px !important;
  }

  .abuttafesh-whatsapp-float {
    left: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }

  .back-to-top-wrapper.back-to-top-btn-show {
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  }

  .abuttafesh-saudi-identity {
    left: 18px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    min-height: 40px;
    max-width: calc(100vw - 36px);
    gap: 7px;
    padding: 5px 10px 5px 7px;
  }

  .abuttafesh-saudi-identity__mark {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .abuttafesh-saudi-identity strong {
    font-size: 12px;
  }

  .abuttafesh-saudi-identity small {
    display: none;
  }

  .abuttafesh-whatsapp-float__icon {
    width: 28px;
    height: 28px;
  }

  .at-announcement-popup {
    align-items: end;
    padding: 14px;
  }

  .at-announcement-popup__dialog {
    width: 100%;
    max-height: 86svh;
    border-radius: 18px;
  }

  .at-announcement-popup__close {
    width: 38px;
    height: 38px;
    top: 12px;
    left: 12px;
  }

  .at-announcement-popup__content {
    padding: 24px 22px 28px;
  }

  .at-announcement-popup h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .at-announcement-popup__text {
    font-size: 16px;
    line-height: 1.7;
  }

  .sec-1-home-13.abuttafesh-hero-compact {
    padding: 0;
  }

  .abuttafesh-hero-compact .sec-1-home-13__card {
    height: 100svh;
    min-height: 620px;
  }

  html[lang="ar"] .abuttafesh-hero-compact .sec-1-home-13__content {
    padding: 24px;
    padding-bottom: 42px;
  }

  html[lang="ar"] .abuttafesh-hero-compact .sec-1-home-13__headline {
    max-width: min(100%, 330px);
    font-family: var(--abuttafesh-font-display);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  html[lang="ar"] .abuttafesh-hero-compact .sec-1-home-13__headline .text-white {
    display: block;
  }

  .at-offcanvas-2-left .at-offcanvas-menu ul {
    gap: 10px;
    max-height: calc(100svh - 168px);
  }

  .at-offcanvas-social {
    margin-top: 18px;
  }

  .footer-fixed-bottom .at-footer-area {
    padding-top: 22px !important;
  }

  .footer-fixed-bottom .row.g-5 {
    --bs-gutter-y: 14px;
  }

  .footer-fixed-bottom .row.g-5.pb-2 {
    padding-bottom: 10px !important;
  }

  .footer-fixed-bottom .d-flex.flex-wrap.align-items-start.gap-5 {
    gap: 14px !important;
  }

  .footer-fixed-bottom .d-flex.flex-column.gap-3 {
    gap: 6px !important;
  }

  .footer-fixed-bottom .h6 {
    font-size: 15px;
    line-height: 1.35;
  }

  .footer-fixed-bottom .h6.mb-2 {
    margin-bottom: 4px !important;
  }

  .footer-fixed-bottom .alt-footer-link-item ul li.mb-15 {
    margin-bottom: 7px !important;
  }

  .footer-fixed-bottom .alt-footer-link-item ul li a {
    font-size: 18px;
    line-height: 1.15;
  }

  .footer-fixed-bottom .footer-2-border {
    padding-top: 18px !important;
    padding-bottom: 30px !important;
  }

  .footer-fixed-bottom .at-footer-copyright {
    font-size: 14px;
  }

  html[lang="ar"] .footer-fixed-bottom .footer-2-connect-title {
    font-size: clamp(44px, 15vw, 58px);
    line-height: 0.95;
    white-space: nowrap;
  }

  .footer-fixed-bottom .footer-2-hours .fz-font-md {
    font-size: 14px !important;
  }

  .footer-fixed-bottom .footer-2-hours .h5 {
    font-size: 20px;
    line-height: 1.25;
  }

  .sec-1-about {
    padding-top: 104px !important;
  }

  .sec-1-about .container.pb-100 {
    padding-bottom: 38px !important;
  }

  .sec-3-about .award-description {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px !important;
  }

  .sec-3-about .award-description .icon svg {
    width: 62px;
    height: 62px;
  }

  html[lang="ar"] .abuttafesh-about-statement {
    width: 100%;
    max-width: 100%;
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1.45;
    text-align: right;
    text-wrap: balance;
  }

  .about-hero-strip {
    padding-inline: 12px;
  }

  .about-hero-strip .swiper-slide {
    width: min(86vw, 360px);
  }

  .about-hero-strip__thumb {
    height: 310px;
    border-radius: 14px;
  }

  .sec-4-home-13 {
    padding-inline: 0;
  }

  .sec-4-home-13__card {
    border-radius: 0;
    min-height: 100svh;
    padding: 34px 22px 42px;
  }

  .sec-4-home-13__bar {
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.5;
  }

  .sec-4-home-13__bar-left {
    flex-direction: row-reverse;
    gap: 10px;
    margin-inline-start: auto;
    text-align: right;
  }

  .sec-4-home-13__head {
    gap: 22px;
    padding-top: 54px;
  }

  .sec-4-home-13__title {
    font-size: clamp(72px, 22vw, 92px);
    line-height: 0.92;
  }

  .sec-4-home-13__bottom {
    align-items: stretch;
    gap: 28px;
  }

  .sec-4-home-13__copy {
    align-items: stretch;
    text-align: center;
  }

  .sec-4-home-13__lede {
    font-size: 17px;
    line-height: 1.85;
  }

  .sec-4-home-13__chips {
    justify-content: center;
  }

  .sec-5-home-13 {
    padding-inline: 0;
  }

  .sec-5-home-13__inner {
    gap: 28px;
  }

  .sec-5-home-13__header,
  .sec-5-home-13__list {
    padding-inline: 16px;
  }

  .sec-5-home-13__card {
    padding: 16px;
    border-radius: 0;
  }

  .sec-5-home-13__card-head {
    flex-direction: row;
    align-items: center;
  }

  .sec-5-home-13__card-media {
    height: clamp(230px, 68vw, 310px);
  }

  .sec-5-about {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .abuttafesh-about-partners {
    margin-top: calc(-1 * clamp(130px, 19svh, 170px));
  }

  .mg-gallery-area .container-fluid {
    padding-inline: 0;
  }

  .at-gallery-wrapper .row {
    --bs-gutter-x: 12px;
    flex-wrap: nowrap;
    margin-inline: 0;
    overflow: hidden;
  }

  .at-gallery-wrapper .row > [class*="col-"] {
    flex: 0 0 46vw;
    max-width: 46vw;
    padding-inline: 6px;
  }

  .at-gallery-item {
    margin-bottom: 12px !important;
    overflow: hidden;
    border-radius: 18px;
    background: var(--at-neutral-100);
  }

  .at-gallery-item img {
    width: 100%;
    height: clamp(150px, 42vw, 210px);
    object-fit: cover;
    display: block;
  }

  .abuttafesh-brand-marquee .at-brand-item {
    width: 158px;
    height: 158px;
    padding: 24px;
  }

  .start-request-page {
    padding-top: 112px !important;
  }

  .start-request-title {
    font-size: clamp(38px, 14vw, 58px);
  }

  .request-type-grid,
  .request-grid,
  .request-choice-grid,
  .request-choice-grid--dense {
    grid-template-columns: 1fr;
  }

  .request-type-card {
    min-height: 132px;
  }

  .request-type-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-inline: -12px;
    padding-inline: 12px;
    border-inline: 0;
    border-radius: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .request-type-grid::-webkit-scrollbar {
    display: none;
  }

  .request-type-card {
    flex: 0 0 min(78vw, 286px);
    min-height: 116px;
    scroll-snap-align: start;
  }

  .request-form-panel > details > summary {
    padding: 24px;
  }

  .request-panel-title {
    font-size: clamp(30px, 12vw, 46px);
  }

  .request-form-section {
    padding: 30px 0;
  }
}

/* Theme text color contract. Keep this broad default low-specificity so component colors can win. */
html[data-bs-theme="light"] body {
  color: #000;
}

html[data-bs-theme="dark"] body {
  color: #fff;
}

/* Arabic display titles need more vertical room than the original Latin template scale. */
html[lang="ar"] :is(
  .fz-ds-1,
  .section-title,
  .alt-section-title,
  .at-title-text,
  .abuttafesh-proof__title,
  .abuttafesh-articles-hero h1,
  .abuttafesh-article-detail-hero h1,
  .hsg-intro__title,
  .start-request-title,
  .request-panel-title,
  .sec-1-home-13__headline,
  .sec-2-home-13__title,
  .sec-3-home-13__title,
  .sec-4-home-13__title,
  .sec-5-home-13__title,
  .sec-6-home-13__title,
  .sec-7-home-13__title,
  .sec-8-home-13__title
) {
  letter-spacing: 0 !important;
  line-height: 1.14 !important;
  overflow-wrap: normal;
  word-break: normal;
}

html[lang="ar"] :is(h1, h2, h3, .h1, .h2, .h3).lh-1 {
  line-height: 1.14 !important;
}

html[lang="ar"] :is(.fz-ds-1, .section-title, .alt-section-title, .at-title-text).reveal-text,
html[lang="ar"] :is(.fz-ds-1, .section-title, .alt-section-title, .at-title-text) .split-line {
  line-height: inherit !important;
  overflow: visible;
}

@media (max-width: 991.98px) {
  html[lang="ar"] :is(h1, h2, h3, .section-title, .alt-section-title, .fz-ds-1).text-nowrap {
    max-width: 100%;
    white-space: normal !important;
    text-wrap: balance;
  }

  html[lang="ar"] .sec-1-services-details .section-title {
    display: block !important;
    font-size: clamp(38px, 11.5vw, 48px) !important;
  }

  html[lang="ar"] :is(
    .fz-ds-1,
    .section-title,
    .alt-section-title,
    .abuttafesh-proof__title,
    .abuttafesh-articles-hero h1,
    .abuttafesh-article-detail-hero h1,
    .hsg-intro__title,
    .start-request-title,
    .request-panel-title
  ) {
    line-height: 1.18 !important;
  }

  html[lang="ar"] :is(h1, h2, h3, .h1, .h2, .h3).lh-1 {
    line-height: 1.18 !important;
  }

  html[lang="ar"] .hsg-stage .hsg-slide__body {
    padding: 1.35rem 1.2rem 1.2rem;
    gap: 1rem;
  }

  html[lang="ar"] .hsg-stage .hsg-slide__title {
    width: 100%;
    max-width: 100% !important;
    font-size: clamp(20px, 5.8vw, 25px) !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
    text-align: right;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  html[lang="ar"] .hsg-stage .hsg-slide__tags {
    justify-content: flex-start;
    gap: 0.45rem 0.55rem;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0;
  }
}

