.page-id-20 .page-header,
.page-id-20 .page-title,
.page-id-20 .post-wrap > .entry-header {
  display: none !important;
}

.page-id-20 .inside-content,
.page-id-20 .row_site,
.page-id-20 .container_site,
.page-id-20 .main,
.page-id-20 .post-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ahs-v2-home {
  --ahs-red: #ed1c24;
  --ahs-red-dark: #bd1118;
  --ahs-charcoal: #38383b;
  --ahs-gray: #707074;
  --ahs-line: #e5e5e7;
  --ahs-soft: #f5f5f6;
  overflow: hidden;
  background: #fff;
  color: var(--ahs-charcoal);
  font-family: "Tajawal", Arial, sans-serif;
}

.ahs-v2-home *,
.ahs-v2-home *::before,
.ahs-v2-home *::after {
  box-sizing: border-box;
}

.ahs-home-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ahs-home-hero {
  position: relative;
  padding: 80px 0 74px;
  background: #f5f5f6;
}

.ahs-home-hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 32%;
  background: var(--ahs-charcoal);
  content: "";
}

.ahs-home-hero::after {
  position: absolute;
  inset: 0 0 auto auto;
  width: 7px;
  height: 72%;
  background: var(--ahs-red);
  content: "";
}

.ahs-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .86fr);
  align-items: center;
  gap: 74px;
}

.ahs-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--ahs-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
}

.ahs-home-kicker::before {
  display: inline-block;
  width: 34px;
  height: 3px;
  background: currentColor;
  content: "";
}

.ahs-home-hero h1 {
  margin: 0 0 22px;
  color: var(--ahs-charcoal) !important;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.ahs-home-hero h1 em {
  color: var(--ahs-red);
  font-style: normal;
}

.ahs-home-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: #606064 !important;
  font-size: 19px;
  line-height: 1.9;
}

.ahs-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ahs-v2-home .ahs-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border: 2px solid transparent !important;
  border-radius: 7px !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease !important;
}

.ahs-v2-home .ahs-home-btn:hover {
  transform: translateY(-2px);
}

.ahs-v2-home .ahs-home-btn.is-primary {
  border-color: var(--ahs-red) !important;
  background: var(--ahs-red) !important;
  color: #fff !important;
}

.ahs-v2-home .ahs-home-btn.is-primary:hover {
  border-color: var(--ahs-red-dark) !important;
  background: var(--ahs-red-dark) !important;
}

.ahs-v2-home .ahs-home-btn.is-ghost {
  border-color: #cacace !important;
  background: #fff !important;
  color: var(--ahs-charcoal) !important;
}

.ahs-v2-home .ahs-home-btn.is-ghost:hover {
  border-color: var(--ahs-charcoal) !important;
}

.ahs-v2-home .ahs-home-btn.is-dark {
  margin-top: 34px;
  border-color: var(--ahs-charcoal) !important;
  background: var(--ahs-charcoal) !important;
  color: #fff !important;
}

.ahs-home-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 650px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid #d7d7da;
}

.ahs-home-trust-row > div {
  padding-inline: 18px;
  border-inline-start: 1px solid #d7d7da;
}

.ahs-home-trust-row > div:first-child {
  padding-inline-start: 0;
  border-inline-start: 0;
}

.ahs-home-trust-row strong,
.ahs-home-trust-row span {
  display: block;
}

.ahs-home-trust-row strong {
  margin-bottom: 4px;
  color: var(--ahs-charcoal);
  font-size: 20px;
}

.ahs-home-trust-row span {
  color: #737377;
  font-size: 12px;
}

.ahs-home-hero-visual {
  position: relative;
}

.ahs-home-brand-card {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(30,30,33,.22);
}

.ahs-home-brand-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
}

.ahs-home-floating-card {
  position: absolute;
  inset: auto auto -28px -30px;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 245px;
  padding: 16px 18px;
  border-right: 4px solid var(--ahs-red);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20,20,22,.22);
}

.ahs-home-floating-card svg,
.ahs-home-quick svg,
.ahs-home-values svg,
.ahs-home-contact-strip svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ahs-home-floating-card svg {
  color: var(--ahs-red);
}

.ahs-home-floating-card strong,
.ahs-home-floating-card span {
  display: block;
}

.ahs-home-floating-card strong {
  color: var(--ahs-charcoal);
  font-size: 14px;
}

.ahs-home-floating-card span {
  margin-top: 2px;
  color: var(--ahs-gray);
  font-size: 11px;
}

.ahs-home-quick {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  background: #fff;
}

.ahs-home-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ahs-line);
  border-top: 4px solid var(--ahs-red);
  box-shadow: 0 18px 44px rgba(30,30,33,.08);
}

.ahs-home-quick-grid > a {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 116px;
  padding: 20px;
  border-inline-start: 1px solid var(--ahs-line);
  background: #fff;
  color: var(--ahs-charcoal) !important;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease !important;
}

.ahs-home-quick-grid > a:first-child {
  border-inline-start: 0;
}

.ahs-home-quick-grid > a:hover {
  background: var(--ahs-charcoal);
  color: #fff !important;
}

.ahs-home-quick-grid svg {
  color: var(--ahs-red);
}

.ahs-home-quick-grid strong,
.ahs-home-quick-grid small {
  display: block;
}

.ahs-home-quick-grid strong {
  margin-bottom: 5px;
  font-size: 15px;
}

.ahs-home-quick-grid small {
  color: #7a7a7e;
  font-size: 11px;
}

.ahs-home-quick-grid > a:hover small {
  color: #d2d2d4;
}

.ahs-home-quick-grid b {
  color: var(--ahs-red);
  font-size: 22px;
}

.ahs-home-section {
  padding: 108px 0;
}

.ahs-home-about-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 90px;
}

.ahs-home-about-visual {
  position: relative;
  padding: 26px 0 0 26px;
}

.ahs-home-about-visual::before {
  position: absolute;
  inset: 0 26px 26px 0;
  z-index: 0;
  border: 2px solid var(--ahs-red);
  content: "";
}

.ahs-home-logo-panel {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 46px;
  background: var(--ahs-soft);
}

.ahs-home-logo-panel img {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.ahs-home-about-visual > span {
  position: absolute;
  z-index: 2;
  inset: auto auto -18px 46px;
  padding: 11px 18px;
  background: var(--ahs-charcoal);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ahs-home-section-copy h2,
.ahs-home-section-head h2,
.ahs-home-path h2 {
  margin: 0;
  color: var(--ahs-charcoal) !important;
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.ahs-home-section-copy > p {
  margin: 24px 0 0;
  color: #67676b !important;
  font-size: 17px;
  line-height: 1.95;
}

.ahs-home-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.ahs-home-values > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid var(--ahs-line);
  border-right: 3px solid var(--ahs-red);
}

.ahs-home-values svg {
  color: var(--ahs-red);
}

.ahs-home-values strong,
.ahs-home-values small {
  display: block;
}

.ahs-home-values strong {
  margin-bottom: 3px;
  color: var(--ahs-charcoal);
}

.ahs-home-values small {
  color: var(--ahs-gray);
  line-height: 1.5;
}

.ahs-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ahs-red) !important;
  text-decoration: none !important;
  font-weight: 800;
}

.ahs-home-text-link:hover {
  color: var(--ahs-red-dark) !important;
}

.ahs-home-divisions {
  background: var(--ahs-soft);
}

.ahs-home-section-head {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 430px);
  align-items: end;
  gap: 60px;
  margin-bottom: 44px;
}

.ahs-home-section-head > p {
  margin: 0;
  color: #69696d !important;
  font-size: 16px;
  line-height: 1.8;
}

.ahs-home-divisions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ahs-home-divisions-grid article {
  position: relative;
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--ahs-line);
  border-bottom: 4px solid transparent;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease !important;
}

.ahs-home-divisions-grid article:hover {
  transform: translateY(-4px);
  border-bottom-color: var(--ahs-red);
}

.ahs-home-divisions-grid article > span {
  position: absolute;
  inset: 18px auto auto 22px;
  color: #e0e0e2;
  font-size: 38px;
  font-weight: 800;
}

.ahs-home-divisions-grid h3 {
  max-width: 75%;
  margin: 48px 0 14px;
  color: var(--ahs-charcoal) !important;
  font-size: 21px;
  line-height: 1.4;
}

.ahs-home-divisions-grid p {
  margin: 0;
  color: #747478 !important;
  font-size: 14px;
  line-height: 1.75;
}

.ahs-home-path {
  position: relative;
  background: var(--ahs-charcoal);
}

.ahs-home-path::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: 7px;
  background: var(--ahs-red);
  content: "";
}

.ahs-home-path-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: 80px;
}

.ahs-home-kicker.is-light {
  color: #ff5b61;
}

.ahs-home-path h2 {
  color: #fff !important;
}

.ahs-home-path-grid > div:first-child > p {
  max-width: 430px;
  margin: 22px 0 0;
  color: #c5c5c8 !important;
  font-size: 16px;
  line-height: 1.8;
}

.ahs-home-path-list {
  border-top: 1px solid #5d5d61;
}

.ahs-home-path-list a {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 108px;
  padding: 18px 4px;
  border-bottom: 1px solid #5d5d61;
  color: #fff !important;
  text-decoration: none !important;
}

.ahs-home-path-list a > strong {
  color: var(--ahs-red);
  font-size: 14px;
}

.ahs-home-path-list b,
.ahs-home-path-list small {
  display: block;
}

.ahs-home-path-list b {
  margin-bottom: 6px;
  color: #fff;
  font-size: 20px;
}

.ahs-home-path-list small {
  color: #b9b9bd;
}

.ahs-home-path-list i {
  color: var(--ahs-red);
  font-size: 24px;
  font-style: normal;
  transition: transform .2s ease;
}

.ahs-home-path-list a:hover i {
  transform: translateX(-7px);
}

.ahs-home-contact-strip {
  padding: 38px 0;
  border-bottom: 5px solid var(--ahs-red);
  background: #fff;
}

.ahs-home-contact-strip .ahs-home-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ahs-home-contact-strip .ahs-home-shell > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ahs-home-contact-strip svg {
  width: 42px;
  height: 42px;
  color: var(--ahs-red);
}

.ahs-home-contact-strip small,
.ahs-home-contact-strip strong {
  display: block;
}

.ahs-home-contact-strip small {
  margin-bottom: 3px;
  color: var(--ahs-gray);
}

.ahs-home-contact-strip strong {
  direction: ltr;
  color: var(--ahs-charcoal);
  font-size: 22px;
}

.ahs-home-contact-strip strong b {
  color: var(--ahs-red);
}

@media (max-width: 1080px) {
  .ahs-home-hero-grid {
    grid-template-columns: 1fr 380px;
    gap: 45px;
  }

  .ahs-home-quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ahs-home-quick-grid > a:nth-child(3) {
    border-inline-start: 0;
    border-top: 1px solid var(--ahs-line);
  }

  .ahs-home-quick-grid > a:nth-child(4) {
    border-top: 1px solid var(--ahs-line);
  }

  .ahs-home-about-grid {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .ahs-home-shell {
    width: min(100% - 32px, 680px);
  }

  .ahs-home-hero {
    padding: 58px 0 70px;
  }

  .ahs-home-hero::before {
    display: none;
  }

  .ahs-home-hero-grid,
  .ahs-home-about-grid,
  .ahs-home-section-head,
  .ahs-home-path-grid {
    grid-template-columns: 1fr;
  }

  .ahs-home-hero-grid {
    gap: 50px;
  }

  .ahs-home-hero-copy > p {
    font-size: 17px;
  }

  .ahs-home-hero-visual {
    max-width: 560px;
    margin-inline: auto;
  }

  .ahs-home-section {
    padding: 78px 0;
  }

  .ahs-home-about-grid,
  .ahs-home-path-grid {
    gap: 58px;
  }

  .ahs-home-section-head {
    gap: 20px;
  }

  .ahs-home-divisions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ahs-home-shell {
    width: calc(100% - 24px);
  }

  .ahs-home-hero h1 {
    font-size: 46px;
  }

  .ahs-home-hero-actions,
  .ahs-home-hero-actions .ahs-home-btn {
    width: 100%;
  }

  .ahs-home-trust-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ahs-home-trust-row > div,
  .ahs-home-trust-row > div:first-child {
    padding: 0 0 12px;
    border: 0;
    border-bottom: 1px solid #d7d7da;
  }

  .ahs-home-floating-card {
    position: relative;
    inset: auto;
    width: calc(100% - 28px);
    margin: -24px auto 0;
  }

  .ahs-home-quick-grid,
  .ahs-home-values,
  .ahs-home-divisions-grid {
    grid-template-columns: 1fr;
  }

  .ahs-home-quick-grid > a,
  .ahs-home-quick-grid > a:nth-child(3) {
    border-top: 1px solid var(--ahs-line);
    border-inline-start: 0;
  }

  .ahs-home-quick-grid > a:first-child {
    border-top: 0;
  }

  .ahs-home-logo-panel {
    min-height: 310px;
    padding: 30px;
  }

  .ahs-home-section-copy h2,
  .ahs-home-section-head h2,
  .ahs-home-path h2 {
    font-size: 34px;
  }

  .ahs-home-contact-strip .ahs-home-shell {
    align-items: stretch;
    flex-direction: column;
  }

  .ahs-home-contact-strip strong {
    font-size: 17px;
  }

  .ahs-home-contact-strip .ahs-home-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ahs-v2-home *,
  .ahs-v2-home *::before,
  .ahs-v2-home *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Cinematic full-bleed homepage hero — v1.3.1 */
.ahs-home-hero {
  position: relative;
  width: 100%;
  min-height: clamp(440px, 38.05vw, 760px);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #f1f1f2;
}

.ahs-home-hero::before {
  display: none;
}

.ahs-home-hero::after {
  position: absolute;
  z-index: 4;
  inset: auto 0 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  transform-origin: right center;
  background: var(--ahs-red);
  content: "";
  animation: ahsHeroLine 1.1s .25s cubic-bezier(.22, 1, .36, 1) forwards;
}

.ahs-home-hero-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: ahsHeroReveal 1.25s cubic-bezier(.77, 0, .18, 1) forwards;
}

.ahs-home-hero-media::after {
  position: absolute;
  inset: -20% auto -20% -38%;
  width: 22%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
  content: "";
  pointer-events: none;
  animation: ahsHeroShine 1.45s .8s cubic-bezier(.22, 1, .36, 1) both;
}

.ahs-home-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.065);
  filter: saturate(1.02) contrast(1.015);
  animation: ahsHeroImageIn 1.8s cubic-bezier(.22, 1, .36, 1) forwards,
             ahsHeroDrift 14s 1.8s ease-in-out infinite alternate;
  will-change: transform;
}

.ahs-home-hero-a11y {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.ahs-home-hero-scroll {
  position: absolute;
  z-index: 5;
  inset: auto 50% 24px auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px;
  transform: translate(50%, 18px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(40,40,43,.78);
  box-shadow: 0 12px 34px rgba(20,20,22,.24);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: ahsHeroControlIn .7s 1.15s ease forwards;
}

.ahs-home-hero-scroll i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 28px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 999px;
}

.ahs-home-hero-scroll i::after {
  position: absolute;
  inset: 6px 50% auto auto;
  width: 3px;
  height: 6px;
  transform: translateX(50%);
  border-radius: 999px;
  background: var(--ahs-red);
  content: "";
  animation: ahsHeroScrollDot 1.6s 1.8s ease-in-out infinite;
}

.ahs-home-hero-scroll:hover {
  border-color: #fff;
  background: rgba(237,28,36,.94);
  color: #fff !important;
}

@keyframes ahsHeroReveal {
  to { clip-path: inset(0); }
}

@keyframes ahsHeroImageIn {
  to { transform: scale(1); }
}

@keyframes ahsHeroDrift {
  from { transform: scale(1); }
  to { transform: scale(1.025); }
}

@keyframes ahsHeroShine {
  from { left: -38%; opacity: 0; }
  25% { opacity: .75; }
  to { left: 122%; opacity: 0; }
}

@keyframes ahsHeroLine {
  to { transform: scaleX(1); }
}

@keyframes ahsHeroControlIn {
  to { transform: translate(50%, 0); opacity: 1; }
}

@keyframes ahsHeroScrollDot {
  0%, 100% { transform: translate(50%, 0); opacity: .45; }
  50% { transform: translate(50%, 8px); opacity: 1; }
}

@media (max-width: 820px) {
  .ahs-home-hero {
    min-height: 420px;
    padding: 0;
  }

  .ahs-home-hero-media img {
    object-position: 43% center;
  }

  .ahs-home-hero-scroll {
    bottom: 18px;
  }
}

@media (max-width: 560px) {
  .ahs-home-hero {
    min-height: clamp(280px, 78vw, 330px);
  }

  .ahs-home-hero-media img {
    object-position: left center;
  }

  .ahs-home-hero-scroll {
    width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 0;
  }

  .ahs-home-hero-scroll span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .ahs-home-hero-scroll i {
    width: 16px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ahs-home-hero::after,
  .ahs-home-hero-media,
  .ahs-home-hero-media::after,
  .ahs-home-hero-media img,
  .ahs-home-hero-scroll,
  .ahs-home-hero-scroll i::after {
    animation: none !important;
  }

  .ahs-home-hero::after {
    transform: scaleX(1);
  }

  .ahs-home-hero-media {
    clip-path: inset(0);
  }

  .ahs-home-hero-media img {
    transform: none;
  }

  .ahs-home-hero-scroll {
    transform: translate(50%, 0);
    opacity: 1;
  }
}
