.page-id-32 .page-header,
.page-id-26 .page-header,
.page-id-4324 .page-header,
.page-id-4323 .page-header,
.page-id-30 .page-header {
  display: none !important;
}

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

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

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

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

.ahs-page-intro {
  position: relative;
  padding: 82px 0 72px;
  border-bottom: 6px solid var(--ahs-red);
  background: var(--ahs-charcoal);
}

.ahs-page-intro::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: 28%;
  background: rgba(255,255,255,.035);
  content: "";
}

.ahs-page-intro .ahs-page-shell {
  position: relative;
  z-index: 1;
}

.ahs-page-intro span,
.ahs-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--ahs-red);
  font-size: 14px;
  font-weight: 800;
}

.ahs-page-intro span::before,
.ahs-page-kicker::before {
  width: 32px;
  height: 3px;
  background: currentColor;
  content: "";
}

.ahs-page-intro h1 {
  max-width: 900px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(43px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.ahs-page-intro p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #d3d3d5 !important;
  font-size: 17px;
  line-height: 1.8;
}

.ahs-page-section {
  padding: 90px 0;
}

.ahs-page-section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.ahs-page-section-head h2,
.ahs-about-lead h2,
.ahs-about-more h2,
.ahs-certificate-policy h2 {
  margin: 0;
  color: var(--ahs-charcoal) !important;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.ahs-page-section-head > p,
.ahs-about-lead > p,
.ahs-certificate-policy > p {
  margin: 20px 0 0;
  color: #69696d !important;
  font-size: 16px;
  line-height: 1.9;
}

.ahs-chairman-banner {
  overflow: hidden;
  margin: 0 0 68px;
  border: 1px solid var(--ahs-line);
  border-bottom: 6px solid var(--ahs-red);
  background: var(--ahs-soft);
  box-shadow: 0 24px 54px rgba(25,25,28,.12);
}

.ahs-chairman-banner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2733 / 1040;
  object-fit: contain;
}

.ahs-about-lead {
  max-width: 900px;
  margin-inline: auto;
}

.ahs-reveal-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 245px;
  min-height: 56px;
  margin-top: 30px;
  padding: 0 22px;
  border: 2px solid var(--ahs-red) !important;
  border-radius: 7px !important;
  background: var(--ahs-red) !important;
  color: #fff !important;
  font-weight: 800;
  cursor: pointer;
}

.ahs-reveal-button span {
  font-size: 23px;
  line-height: 1;
  transition: transform .2s ease;
}

.ahs-reveal-button[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.ahs-about-more {
  max-width: 1000px;
  margin: 80px auto 0;
}

.ahs-about-more[hidden] {
  display: none !important;
}

.ahs-about-reveal-intro {
  margin: 0 0 55px;
  padding: 22px 24px;
  border-right: 4px solid var(--ahs-red);
  background: var(--ahs-soft);
  color: #606064 !important;
  font-size: 17px;
  line-height: 1.9;
}

.ahs-goals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.ahs-goals-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--ahs-line);
  border-bottom: 4px solid var(--ahs-red);
  background: #fff;
}

.ahs-goals-grid article b {
  color: #c7c7ca;
  font-size: 32px;
}

.ahs-goals-grid article h3 {
  margin: 22px 0 10px;
  color: var(--ahs-charcoal) !important;
  font-size: 20px;
}

.ahs-goals-grid article p {
  margin: 0;
  color: var(--ahs-gray) !important;
  line-height: 1.75;
}

.ahs-about-services {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  margin-top: 70px;
  padding: 42px;
  background: var(--ahs-soft);
}

.ahs-about-services ul {
  margin: 0;
  padding: 0 22px 0 0;
}

.ahs-about-services li {
  margin-bottom: 12px;
  color: #5f5f63;
  line-height: 1.7;
}

.ahs-about-services li::marker {
  color: var(--ahs-red);
}

.ahs-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 20px;
  padding: 0 22px;
  border: 2px solid var(--ahs-red) !important;
  border-radius: 7px !important;
  background: var(--ahs-red) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
}

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

.ahs-service-grid article {
  display: flex;
  min-height: 295px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--ahs-line);
  border-top: 4px solid transparent;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ahs-service-grid article:hover {
  transform: translateY(-4px);
  border-top-color: var(--ahs-red);
  box-shadow: 0 20px 44px rgba(35,35,38,.1);
}

.ahs-service-number {
  color: #d3d3d5;
  font-size: 35px;
  font-weight: 800;
}

.ahs-service-grid h3 {
  margin: 26px 0 12px;
  color: var(--ahs-charcoal) !important;
  font-size: 20px;
  line-height: 1.45;
}

.ahs-service-grid p {
  margin: 0;
  color: var(--ahs-gray) !important;
  font-size: 14px;
  line-height: 1.75;
}

.ahs-service-grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--ahs-red) !important;
  text-decoration: none !important;
  font-weight: 800;
}

.ahs-requirements-section {
  background: var(--ahs-soft);
}

.ahs-requirements-list,
.ahs-course-list {
  border-top: 1px solid var(--ahs-line);
}

.ahs-requirements-list details,
.ahs-course-list details {
  border-bottom: 1px solid var(--ahs-line);
  background: #fff;
}

.ahs-requirements-list summary,
.ahs-course-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 16px 22px;
  color: var(--ahs-charcoal);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.ahs-requirements-list summary::-webkit-details-marker,
.ahs-course-list summary::-webkit-details-marker {
  display: none;
}

.ahs-requirements-list summary span,
.ahs-course-list summary i {
  color: var(--ahs-red);
  font-size: 24px;
  font-style: normal;
  transition: transform .2s ease;
}

.ahs-requirements-list details[open] summary span,
.ahs-course-list details[open] summary i {
  transform: rotate(45deg);
}

.ahs-requirements-list details > div,
.ahs-course-list details > div {
  padding: 0 22px 26px;
  color: #66666a;
}

.ahs-requirements-list details > div p,
.ahs-course-list details > div p {
  color: #66666a !important;
  line-height: 1.8;
}

.ahs-requirements-list ul {
  padding-right: 22px;
  line-height: 1.85;
}

.ahs-requirements-list li::marker {
  color: var(--ahs-red);
}

.ahs-requirements-list details > div a,
.ahs-course-list details > div a {
  color: var(--ahs-red) !important;
  font-weight: 800;
}

.ahs-course-list summary {
  justify-content: flex-start;
}

.ahs-course-list summary b {
  width: 46px;
  color: var(--ahs-red);
  font-size: 13px;
}

.ahs-course-list summary span {
  flex: 1;
}

.ahs-certificate-policy {
  margin-top: 70px;
  padding: 40px;
  border-right: 5px solid var(--ahs-red);
  background: var(--ahs-soft);
}

.ahs-original-content {
  min-height: 300px;
}

.ahs-original-content > .elementor,
.ahs-original-content > .elementor-section,
.ahs-original-content .elementor-container {
  max-width: 100% !important;
}

.ahs-trainers-page figcaption,
.ahs-trainers-page .wp-caption-text:not(.gallery-caption) {
  display: none !important;
}

.ahs-trainers-page .gallery-caption {
  display: block !important;
  margin: 12px 0 0 !important;
  color: var(--ahs-charcoal) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.ahs-trainers-page .gallery,
.ahs-trainers-page .elementor-image-gallery .gallery {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ahs-trainers-page .gallery-item {
  width: auto !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid var(--ahs-line);
  background: #fff;
}

.ahs-trainers-page .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  border: 0 !important;
}

.ahs-contact-page .ahs-original-content a[href^="mailto:"],
.ahs-contact-page .ahs-original-content a[href^="tel:"] {
  color: var(--ahs-red) !important;
  font-weight: 800;
}

.ahs-contact-page input:not([type="submit"]),
.ahs-contact-page textarea,
.ahs-contact-page select {
  min-height: 50px;
  border: 1px solid #cfcfd2 !important;
  border-radius: 6px !important;
  background: #fff !important;
}

.ahs-contact-page textarea {
  min-height: 150px;
}

.ahs-contact-page input[type="submit"] {
  min-height: 52px;
  padding: 0 26px;
}

.wrap_footer .ahs-footer-first-word {
  color: #ff5b61 !important;
  font-weight: 900 !important;
}

.wrap_footer a.ahs-footer-contact-link,
.ova_footer a.ahs-footer-contact-link {
  color: inherit !important;
  text-decoration: none !important;
}

.wrap_footer a.ahs-footer-contact-link:hover,
.ova_footer a.ahs-footer-contact-link:hover {
  color: #ff5b61 !important;
}

@media (max-width: 980px) {
  .ahs-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ahs-about-services {
    grid-template-columns: 1fr;
  }

  .ahs-trainers-page .gallery,
  .ahs-trainers-page .elementor-image-gallery .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .ahs-page-intro {
    padding: 58px 0 52px;
  }

  .ahs-page-section {
    padding: 64px 0;
  }

  .ahs-chairman-banner {
    margin-bottom: 48px;
  }

  .ahs-goals-grid,
  .ahs-service-grid {
    grid-template-columns: 1fr;
  }

  .ahs-about-services,
  .ahs-certificate-policy {
    padding: 26px 20px;
  }

  .ahs-service-grid article {
    min-height: 260px;
  }

  .ahs-trainers-page .gallery,
  .ahs-trainers-page .elementor-image-gallery .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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