:root {
  --tj-ff-body: "Tajawal", "Arial", sans-serif;
  --tj-ff-heading: "Tajawal", "Arial", sans-serif;
  --tj-color-common-black: #152735;
  --tj-color-heading-primary: #152735;
  --tj-color-text-body: #4b6171;
  --tj-color-text-body-2: #dce5ec;
  --tj-color-text-body-3: #6a7d8c;
  --tj-color-text-body-4: #203749;
  --tj-color-theme-primary: #fdb73b;
  --tj-color-theme-bg: #f4f6f8;
  --tj-color-theme-bg-2: #eaf0f4;
  --tj-color-theme-bg-3: #152735;
  --tj-color-theme-dark: #152735;
  --tj-color-theme-dark-2: #1d3549;
  --tj-color-theme-dark-3: #2b455a;
  --tj-color-theme-dark-4: #6a7d8c;
  --tj-color-theme-dark-5: #758797;
  --tj-color-grey-1: #f4f6f8;
  --tj-color-grey-2: #a7b4bf;
  --tj-color-border-1: #d7e0e7;
  --tj-color-border-2: #30465a;
  --tj-color-border-5: rgba(253, 183, 59, 0.25);
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/tajawal/tajawal-arabic-400.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/tajawal/tajawal-latin-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/tajawal/tajawal-arabic-500.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/tajawal/tajawal-latin-500.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/tajawal/tajawal-arabic-700.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/tajawal/tajawal-latin-700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/tajawal/tajawal-arabic-800.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/tajawal/tajawal-latin-800.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F;
}

html[dir="rtl"] {
  scroll-behavior: smooth;
}

body.rtl-site {
  direction: rtl;
  text-align: right;
  font-family: var(--tj-ff-body);
  overflow-x: hidden;
}

/* Prevent the template splash layer from hiding the page while assets load. */
.rtl-site .tj-preloader {
  display: none !important;
}

.rtl-site .title-anim,
.rtl-site .sec-title,
.rtl-site .banner-title,
.rtl-site .title {
  letter-spacing: 0;
}

.rtl-site .mainmenu ul,
.rtl-site .footer-widget ul,
.rtl-site .social-links ul,
.rtl-site .customers ul {
  padding-right: 0;
}

.rtl-site .mainmenu ul {
  gap: 32px;
}

.rtl-site .mainmenu ul>li>a {
  font-weight: 700;
}

.rtl-site .header-area.header-1 .header-wrapper {
  gap: 24px;
}

.site-logo-img {
  width: auto;
  max-width: 138px;
  max-height: 76px;
  object-fit: contain;
  border-radius: 6px;
}

.header-sticky .site-logo-img {
  max-height: 58px;
}

.footer-main-logo {
  max-width: 160px;
  max-height: 105px;
}

.footer-subscribe-logo {
  max-width: 150px;
  max-height: 100px;
}

.rtl-site .tj-primary-btn {
  color: #ffffff;
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  border-radius: 50px;
}

.rtl-site .tj-primary-btn .btn-text,
.rtl-site .tj-primary-btn .btn-text span,
.rtl-site .tj-primary-btn .btn-icon,
.rtl-site .tj-primary-btn .btn-icon i {
  color: #ffffff;
}

.rtl-site .tj-primary-btn .btn-icon {
  background-color: var(--tj-color-theme-dark);
  border-radius: 50%;
}

.rtl-site .tj-primary-btn:hover {
  background-color: var(--tj-color-theme-dark);
  border-color: var(--tj-color-theme-dark);
}

.rtl-site .tj-primary-btn:hover .btn-text span,
.rtl-site .tj-primary-btn:hover .btn-icon i {
  color: #ffffff;
}

.rtl-site .btn-icon i,
.rtl-site .text-btn .btn-icon i,
.rtl-site .project-btn i,
.rtl-site .tji-arrow-right-long,
.rtl-site .tji-arrow-right-big {
  display: inline-flex;
  transform: scaleX(-1);
}

.rtl-site .sub-title i {
  margin-left: 8px;
  margin-right: 0;
}

.rtl-site .header-contact,
.rtl-site a[href^="tel:"],
.rtl-site a[href^="mailto:"],
.rtl-site .number,
.rtl-site .call-text {
  direction: rtl;
  unicode-bidi: embed;
}

.rtl-site .h11-banner-section {
  min-height: 900px;
  padding-top: 220px;
  padding-bottom: 105px;
  overflow: hidden;
  background: #f4f6f8;
}

.rtl-site .h11-banner-section .h11-shape-1 {
  display: none;
}

.rtl-site .h11-banner-section::after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  bottom: -1px;
  width: 175px;
  height: 245px;
  background: var(--tj-color-theme-primary);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  pointer-events: none;
  z-index: 2;
}

.rtl-site .h11-banner-section .h11-shape-2 {
  display: none;
}

.rtl-site .banner-content-2 .desc,
.rtl-site .h11-about-content .desc,
.rtl-site .choose-content .desc,
.rtl-site .accordion-body,
.rtl-site .footer-text {
  line-height: 1.9;
}

.rtl-site .customers ul {
  justify-content: flex-end;
}

.rtl-site .h6-service-title-wrap,
.rtl-site .project-content,
.rtl-site .h5-testimonial-author-wrapper,
.rtl-site .copyright-content-area,
.rtl-site .footer-subscribe {
  direction: rtl;
}

.rtl-site .subscribe-form form input {
  text-align: right;
}

.rtl-site .footer-widget.widget-contact .contact-item a,
.rtl-site .footer-widget.widget-contact .contact-item span {
  line-height: 1.9;
}

.rtl-site .countup-item .inline-content {
  direction: ltr;
  unicode-bidi: isolate;
}

.rtl-site .team-content .mail-at {
  left: 24px;
  right: auto;
}

.rtl-site .accordion-item .faq-title {
  text-align: right;
  padding-left: 56px;
  padding-right: 24px;
}

.rtl-site .accordion-item .faq-title::after {
  left: 22px;
  right: auto;
}

.rtl-site .blog-meta {
  gap: 14px;
}

.rtl-site .search-box input {
  text-align: right;
}

/* The original template positions the search panel with an offset that leaves
   it visible on page load. Keep it closed until the search trigger opens it. */
.rtl-site .search_popup {
  top: 0;
  transform: translateY(-110%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.rtl-site .search_popup.search-opened {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.rtl-site .search-popup-overlay {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.rtl-site .search-popup-overlay.search-popup-overlay-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Arabic hero copy needs a little more room than the Latin demo heading. */
.rtl-site .h11-banner-section .container {
  position: relative;
  z-index: 2;
  min-height: 560px;
}

.rtl-site .h11-banner-section .banner-content-2 {
  position: relative;
  z-index: 3;
  max-width: 640px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.rtl-site .h11-banner-img {
  inset: 0 auto auto 0 !important;
  width: 50%;
  max-width: none;
  height: 100%;
  aspect-ratio: auto;
  z-index: 1;
  -webkit-mask-image: url(../images/shape/h11-hero-img-shape-rtl.svg);
  mask-image: url(../images/shape/h11-hero-img-shape-rtl.svg);
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.rtl-site .h11-banner-img img {
  object-position: center center;
}

.rtl-site .h11-banner-section .banner-content-2 .banner-title {
  max-width: 640px;
  font-size: clamp(52px, 5vw, 92px);
  line-height: 1.08;
  letter-spacing: 0;
}

.rtl-site .h11-banner-section .banner-content-2 .sub-title {
  color: var(--tj-color-theme-primary);
  background: transparent;
  font-weight: 700;
}

.rtl-site .h11-banner-section .banner-content-2 .sub-title i {
  color: var(--tj-color-theme-primary);
}

.rtl-site .h11-banner-section .banner-content-2 .desc {
  max-width: 620px;
  color: var(--tj-color-text-body);
  border-top-color: rgba(21, 39, 55, 0.16);
}

.rtl-site .h11-banner-section .banner-content-2 .btn-area {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  direction: rtl;
}

.rtl-site .h11-banner-section .customers ul {
  display: flex;
  align-items: center;
  direction: ltr;
}

.rtl-site .h11-banner-section .customers li {
  width: 58px;
  height: 58px;
  margin-inline-start: -12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  background: var(--tj-color-theme-primary);
}

.rtl-site .h11-banner-section .customers li:first-child {
  margin-inline-start: 0;
}

.rtl-site .h11-banner-section .customers li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rtl-site .h11-banner-section .customers li:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.rtl-site .h11-banner-section .customers li:last-child span {
  color: #ffffff;
}

.rtl-site .h11-service-item .h6-service-thumb img,
.rtl-site .h11-project-item .project-img img,
.rtl-site .team-img-inner img,
.rtl-site .blog-thumb img,
.rtl-site .faq-img img {
  object-fit: cover;
}

.rtl-site .h11-service-item .h6-service-thumb img {
  object-position: center 38%;
}

.rtl-site .h11-project-item .project-img img {
  object-position: center 35%;
}

.rtl-site .footer-marquee .marquee-img img {
  object-fit: cover;
}

@media (min-width: 992px) {
  .rtl-site .header-area.header-1 .header-wrapper {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .rtl-site .header-area.header-1 .menu-area {
    flex: 1 1 auto;
    min-width: 0;
    gap: 12px;
    justify-content: center;
  }

  .rtl-site .header-area.header-1 .mainmenu ul {
    flex-wrap: nowrap;
    gap: 12px;
  }

  .rtl-site .header-area.header-1 .mainmenu ul>li>a {
    padding: 32px 0;
    font-size: 14px;
    white-space: nowrap;
  }

  .rtl-site .header-area.header-1 .header-right-item {
    flex: 0 0 auto;
    gap: 10px;
  }

  .rtl-site .header-area.header-1 .header-contact,
  .rtl-site .header-area.header-1 .header-contact .call-text {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .site-logo-img {
    max-width: 116px;
    max-height: 68px;
  }

  .rtl-site .mean-container .mean-nav ul li a {
    text-align: right;
  }

  .rtl-site .h11-banner-section {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .rtl-site .h11-banner-section .banner-content-2 {
    max-width: 100%;
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
  }

  .rtl-site .h11-banner-section .banner-content-2 .banner-title {
    font-size: clamp(38px, 8vw, 58px);
  }

  .rtl-site .h11-banner-img {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    height: min(74vw, 440px);
    margin-top: 30px;
    border-radius: 18px;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .rtl-site .h11-banner-img img {
    height: 100%;
  }
}

/* Public recruitment pages */
.awael-public-section {
  position: relative;
  background: var(--tj-color-theme-bg);
}

.awael-inner-hero {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding: 210px 0 90px;
  color: #ffffff;
  background: var(--tj-color-theme-dark);
}

.awael-inner-hero::before {
  content: "";
  position: absolute;
  inset-inline-start: -120px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border: 34px solid rgba(253, 183, 59, 0.22);
  border-radius: 50%;
}

.awael-inner-hero::after {
  content: "";
  position: absolute;
  inset-inline-end: 8%;
  top: -160px;
  width: 360px;
  height: 360px;
  background: rgba(253, 183, 59, 0.13);
  transform: rotate(45deg);
}

.awael-inner-hero__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.awael-inner-hero .sub-title,
.awael-inner-hero__content .sub-title {
  color: var(--tj-color-theme-primary);
}

.awael-inner-hero h1 {
  max-width: 820px;
  margin: 16px 0 14px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.12;
  font-weight: 800;
}

.awael-inner-hero p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.9;
}

.awael-inner-hero--compact {
  min-height: 345px;
  padding-bottom: 72px;
}

.awael-nationalities-preview {
  background: #ffffff;
}

.awael-nationalities-preview .sec-heading,
.awael-public-section .sec-heading {
  margin-bottom: 30px;
}

.awael-nationalities-preview .text-lg-start,
.awael-public-section .text-lg-start {
  margin-bottom: 30px;
}

.awael-nationality-card {
  display: block;
  height: 100%;
  overflow: hidden;
  color: var(--tj-color-heading-primary);
  background: #ffffff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(21, 39, 55, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.awael-nationality-card:hover {
  color: var(--tj-color-heading-primary);
  border-color: var(--tj-color-theme-primary);
  box-shadow: 0 18px 42px rgba(21, 39, 55, 0.13);
  transform: translateY(-6px);
}

.awael-nationality-card__image {
  display: block;
  height: 180px;
  overflow: hidden;
  background: var(--tj-color-theme-bg-2);
}

.awael-nationality-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.awael-nationality-card:hover .awael-nationality-card__image img {
  transform: scale(1.06);
}

.awael-nationality-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 155px;
  padding: 20px;
}

.awael-nationality-card__body strong {
  font-size: 22px;
  font-weight: 800;
}

.awael-nationality-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--tj-color-text-body);
  font-size: 14px;
}

.awael-nationality-card__meta span {
  padding: 5px 10px;
  background: var(--tj-color-theme-bg-2);
  border-radius: 50px;
}

.awael-nationality-card__link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--tj-color-theme-dark);
  font-weight: 700;
}

.awael-nationality-card__link i {
  color: var(--tj-color-theme-primary);
  transform: scaleX(-1);
}

.awael-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
  padding: 22px 26px;
  background: #ffffff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 16px;
}

.awael-filter-bar strong,
.awael-filter-bar span {
  display: block;
}

.awael-filter-bar strong {
  margin-bottom: 5px;
  color: var(--tj-color-heading-primary);
  font-size: 23px;
}

.awael-filter-bar span {
  color: var(--tj-color-text-body);
}

.awael-applicant-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(21, 39, 55, 0.06);
}

.awael-applicant-card__media {
  position: relative;
  height: 320px;
  background: var(--tj-color-theme-bg-2);
}

.awael-applicant-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awael-status {
  position: absolute;
  top: 18px;
  inset-inline-start: 18px;
  padding: 8px 13px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
}

.awael-status.is-arrived {
  background: var(--tj-color-theme-dark);
}

.awael-status.is-available {
  color: var(--tj-color-theme-dark);
  background: var(--tj-color-theme-primary);
}

.awael-applicant-card__body {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 24px;
}

.awael-applicant-card__body h3 {
  margin-bottom: 15px;
  color: var(--tj-color-heading-primary);
  font-size: 25px;
  font-weight: 800;
}

.awael-applicant-card__details {
  display: grid;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--tj-color-text-body);
}

.awael-applicant-card__details span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.awael-applicant-card__details i {
  width: 20px;
  color: var(--tj-color-theme-primary);
  text-align: center;
}

.awael-applicant-card__button {
  align-self: flex-start;
  margin-top: auto;
}

.awael-cv-card {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 38px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(21, 39, 55, 0.08);
}

.awael-cv-card__photo {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background: var(--tj-color-theme-bg-2);
  border-radius: 14px;
}

.awael-cv-card__photo img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.awael-cv-card__content {
  padding: 12px 0;
}

.awael-cv-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.awael-cv-card__heading h2 {
  margin-top: 12px;
  color: var(--tj-color-heading-primary);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.15;
  font-weight: 800;
}

.awael-cv-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 30px;
  background: var(--tj-color-border-1);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 12px;
}

.awael-cv-details div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 15px 18px;
  background: #ffffff;
}

.awael-cv-details span {
  color: var(--tj-color-text-body);
  font-size: 14px;
}

.awael-cv-details strong {
  color: var(--tj-color-heading-primary);
  font-size: 17px;
}

.awael-cv-card__subheading {
  margin-bottom: 16px;
  color: var(--tj-color-heading-primary);
  font-size: 24px;
}

.awael-cv-sheet {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--tj-color-border-1);
  border-top: 7px solid var(--tj-color-theme-primary);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(21, 39, 55, 0.1);
}

.awael-cv-downloads {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.awael-cv-download-btn {
  border: 0;
  cursor: pointer;
}

.awael-cv-download-btn.is-pdf {
  background: #152735;
}

.awael-cv-video-btn {
  background: #fdb73b;
  color: #152735;
}

.awael-cv-video-btn .btn-icon {
  background: #152735;
  color: #ffffff;
}

.awael-applicant-video-modal .modal-content {
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #152735;
}

.awael-applicant-video-modal .modal-dialog {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 24px);
  max-width: 520px;
  min-height: 0;
  margin: 228px auto;
}

.awael-applicant-video-modal .modal-header {
  border-bottom-color: rgba(253, 183, 59, 0.35);
  color: #ffffff;
}

.awael-applicant-video-modal .btn-close {
  filter: brightness(0) invert(1);
}

.awael-applicant-video-modal .modal-body {
  padding: 16px;
}

.awael-applicant-video-player {
  display: block;
  width: 100%;
  max-width: 460px;
  max-height: min(70vh, 700px);
  margin: 0 auto;
  border-radius: 10px;
  background: #000000;
}

.awael-cv-download-btn:disabled,
.awael-cv-download-btn.is-disabled {
  cursor: wait;
  opacity: 0.65;
  pointer-events: none;
}

.awael-cv-download-status {
  color: #152735;
  font-size: 14px;
  font-weight: 700;
}

.awael-cv-download-status.is-error {
  color: #b42318;
}

.awael-public-section--cv-direct {
  padding-top: 130px;
  padding-bottom: 24px;
}

.awael-public-section--cv-direct .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.awael-cv-sheet.is-exporting,
.awael-cv-sheet.is-exporting * {
  animation: none !important;
  transition: none !important;
}

.awael-cv-sheet.is-exporting .wow,
.awael-cv-sheet.is-exporting [data-wow-delay] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.awael-cv-sheet.is-exporting .awael-cv-block__title h3 {
  font-weight: 700 !important;
}

.awael-cv-sheet__company-image {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.awael-cv-sheet__company-image img {
  display: block;
  width: 100%;
  height: auto;
}

.awael-cv-sheet__company-image--header {
  border-bottom: 1px solid var(--tj-color-border-1);
}

.awael-cv-sheet__company-image--footer {
  border-top: 1px solid var(--tj-color-border-1);
}

.awael-cv-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 30px 38px;
  color: #ffffff;
  background: #152735;
}

.awael-cv-sheet__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #fdb73b;
  direction: ltr;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.awael-cv-sheet__header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 800;
}

.awael-cv-sheet__header p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.awael-cv-sheet__header .awael-status {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.awael-cv-sheet__layout {
  display: grid;
  grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
  gap: 36px;
  padding: 32px 38px 38px;
}

.awael-cv-gallery__main {
  overflow: hidden;
  aspect-ratio: 0.8;
  background: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 12px;
}

.awael-cv-gallery__main img,
.awael-cv-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awael-cv-gallery__thumbs {
  overflow: hidden;
  width: 92px;
  height: 112px;
  margin-top: 14px;
  padding: 4px;
  background: #fdb73b;
  border-radius: 8px;
}

.awael-cv-gallery__button {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.awael-cv-sheet__content {
  min-width: 0;
}

.awael-cv-block {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--tj-color-border-1);
  break-inside: avoid;
  page-break-inside: avoid;
}

.awael-cv-block:last-of-type {
  padding-bottom: 0;
  margin-bottom: 22px;
  border-bottom: 0;
}

.awael-cv-block__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 16px;
}

.awael-cv-block__title h3 {
  margin: 0;
  color: #152735;
  font-size: 24px;
  font-weight: 800;
}

.awael-cv-block__title span {
  color: #fdb73b;
  direction: ltr;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.awael-cv-table-wrap {
  overflow-x: auto;
}

.awael-cv-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  color: var(--tj-color-text-body);
}

.awael-cv-table th,
.awael-cv-table td {
  padding: 13px 15px;
  text-align: right;
  border: 1px solid var(--tj-color-border-1);
}

.awael-cv-table th {
  color: #ffffff;
  background: #152735;
  font-weight: 700;
}

.awael-cv-table tbody tr:nth-child(even) td {
  background: var(--tj-color-theme-bg-2);
}

.awael-cv-skills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.awael-cv-skill {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 12px 13px;
  color: #152735;
  background: var(--tj-color-theme-bg-2);
  border-inline-start: 4px solid #fdb73b;
  border-radius: 6px;
}

.awael-cv-skill i {
  color: #fdb73b;
}

.awael-cv-skill span {
  flex: 1;
  line-height: 1.5;
}

.awael-cv-skill strong {
  color: #152735;
  font-size: 13px;
}

.awael-cv-skill.is-off {
  opacity: 0.58;
  border-inline-start-color: var(--tj-color-text-body);
}

.awael-cv-skill.is-off i {
  color: var(--tj-color-text-body);
}

.awael-cv-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  color: var(--tj-color-text-body);
  background: #fff8e9;
  border: 1px solid rgba(253, 183, 59, 0.55);
  border-radius: 8px;
  line-height: 1.7;
}

.awael-cv-note i {
  flex: 0 0 auto;
  margin-top: 4px;
  color: #152735;
}

.awael-skill-list,
.awael-about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.awael-skill-list span,
.awael-about-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: var(--tj-color-theme-dark);
  background: var(--tj-color-theme-bg-2);
  border-radius: 50px;
}

.awael-skill-list i,
.awael-about-points i {
  color: var(--tj-color-theme-primary);
}

.awael-about-image {
  position: relative;
  padding: 14px;
  background: var(--tj-color-theme-primary);
  border-radius: 20px;
}

.awael-about-image img {
  width: 100%;
  min-height: 470px;
  object-fit: cover;
  border-radius: 12px;
}

.awael-about-image__badge {
  position: absolute;
  inset-inline-end: 0;
  bottom: 38px;
  display: flex;
  flex-direction: column;
  padding: 16px 22px;
  color: #ffffff;
  background: var(--tj-color-theme-dark);
  border-radius: 12px 0 0 12px;
}

.awael-about-image__badge strong {
  font-size: 35px;
  line-height: 1;
}

.awael-about-image__badge span {
  margin-top: 5px;
  font-size: 14px;
}

.awael-about-content h2,
.awael-contact-panel h2 {
  margin: 14px 0 20px;
  color: var(--tj-color-heading-primary);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.22;
  font-weight: 800;
}

.awael-rich-copy {
  color: var(--tj-color-text-body);
  font-size: 17px;
  line-height: 2;
}

.awael-rich-copy p {
  margin-bottom: 15px;
}

.awael-company-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 70px;
  background: var(--tj-color-border-1);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 14px;
  overflow: hidden;
}

.awael-company-strip div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
  background: #ffffff;
}

.awael-company-strip span {
  color: var(--tj-color-text-body);
  font-size: 14px;
}

.awael-company-strip strong {
  color: var(--tj-color-heading-primary);
  line-height: 1.7;
}

.awael-contact-panel,
.awael-contact-card {
  height: 100%;
  padding: 35px;
  background: #ffffff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 20px;
  box-shadow: 0 15px 38px rgba(21, 39, 55, 0.07);
}

.awael-contact-panel__english {
  color: var(--tj-color-text-body);
  direction: ltr;
  text-align: right;
}

.awael-contact-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.awael-contact-list a,
.awael-contact-list div {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: var(--tj-color-heading-primary);
}

.awael-contact-list>a:hover {
  color: var(--tj-color-theme-dark);
}

.awael-contact-list>a>i,
.awael-contact-list>div>i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: var(--tj-color-theme-dark);
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
}

.awael-contact-list span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.6;
}

.awael-contact-list small {
  color: var(--tj-color-text-body);
  font-size: 13px;
}

.awael-contact-card {
  color: #ffffff;
  background: var(--tj-color-theme-dark);
}

.awael-contact-card img {
  width: min(240px, 100%);
  margin-bottom: 28px;
  border-radius: 10px;
}

.awael-contact-card h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 30px;
}

.awael-contact-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.9;
}

.awael-contact-card__countries {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.awael-contact-card__countries span {
  color: var(--tj-color-theme-primary);
  font-size: 14px;
}

.awael-contact-card__countries strong {
  color: #ffffff;
  line-height: 1.8;
}

.awael-empty-state {
  padding: 35px;
  color: var(--tj-color-text-body);
  text-align: center;
  background: #ffffff;
  border: 1px dashed var(--tj-color-theme-primary);
  border-radius: 16px;
}

.awael-empty-state a {
  color: var(--tj-color-theme-dark);
  font-weight: 700;
}

/* Public information pages: services, recruitment journey, FAQ, and articles. */
.awael-information-section {
  position: relative;
  background: var(--tj-color-theme-bg);
}

.awael-section-lead {
  max-width: 700px;
  margin-bottom: 34px;
}

.awael-section-lead .sub-title {
  margin-bottom: 14px;
}

.awael-section-lead h2 {
  margin: 0 0 14px;
  color: var(--tj-color-heading-primary);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.22;
  font-weight: 800;
}

.awael-section-lead p {
  margin: 0;
  color: var(--tj-color-text-body);
  font-size: 17px;
  line-height: 2;
}

.awael-service-card,
.awael-article-card,
.awael-step-card,
.awael-faq-help {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(21, 39, 55, 0.06);
}

.awael-service-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.awael-service-card:hover {
  border-color: var(--tj-color-theme-primary);
  box-shadow: 0 20px 42px rgba(21, 39, 55, 0.13);
  transform: translateY(-6px);
}

.awael-service-card__image {
  height: 230px;
  overflow: hidden;
  background: var(--tj-color-theme-bg-2);
}

.awael-service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.awael-service-card:hover .awael-service-card__image img {
  transform: scale(1.06);
}

.awael-service-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 25px;
}

.awael-service-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--tj-color-theme-dark);
  background: var(--tj-color-theme-primary);
  border-radius: 12px;
  font-weight: 800;
}

.awael-service-card h3 {
  margin: 0 0 12px;
  color: var(--tj-color-heading-primary);
  font-size: 24px;
  font-weight: 800;
}

.awael-service-card p {
  margin: 0;
  color: var(--tj-color-text-body);
  line-height: 1.9;
}

.awael-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--tj-color-theme-dark);
  font-weight: 700;
}

.awael-service-card__link i {
  color: var(--tj-color-theme-primary);
}

.awael-service-panel {
  height: 100%;
  padding: 38px;
  color: #ffffff;
  background: var(--tj-color-theme-dark);
  border-radius: 20px;
}

.awael-service-panel .sub-title,
.awael-service-panel h2,
.awael-service-panel p {
  color: #ffffff;
}

.awael-service-panel .sub-title {
  color: var(--tj-color-theme-primary);
}

.awael-service-panel h2 {
  margin: 15px 0;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.25;
  font-weight: 800;
}

.awael-service-panel p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.95;
}

.awael-service-checks {
  display: grid;
  gap: 13px;
  margin: 28px 0;
}

.awael-service-checks span {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #ffffff;
  line-height: 1.7;
}

.awael-service-checks i {
  flex: 0 0 auto;
  margin-top: 5px;
  color: var(--tj-color-theme-primary);
}

.awael-service-note {
  height: 100%;
  padding: 38px;
  background: #ffffff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(21, 39, 55, 0.06);
}

.awael-service-note__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  color: var(--tj-color-theme-dark);
  background: #fff0d2;
  border-radius: 17px;
  font-size: 25px;
}

.awael-service-note h3 {
  margin-bottom: 13px;
  color: var(--tj-color-heading-primary);
  font-size: 27px;
  font-weight: 800;
}

.awael-service-note p {
  margin: 0;
  color: var(--tj-color-text-body);
  line-height: 1.95;
}

.awael-steps-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.awael-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  counter-reset: recruitment-step;
}

.awael-step-card {
  position: relative;
  padding: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  counter-increment: recruitment-step;
}

.awael-step-card:hover {
  box-shadow: 0 20px 42px rgba(21, 39, 55, 0.12);
  transform: translateY(-5px);
}

.awael-step-card::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  color: var(--tj-color-theme-dark);
  background: var(--tj-color-theme-primary);
  border-radius: 15px;
  content: counter(recruitment-step, decimal-leading-zero);
  font-weight: 800;
}

.awael-step-card__icon {
  position: absolute;
  inset-inline-end: 25px;
  top: 30px;
  color: #b4c2ca;
  font-size: 26px;
}

.awael-step-card h3 {
  margin: 0 0 11px;
  color: var(--tj-color-heading-primary);
  font-size: 23px;
  font-weight: 800;
}

.awael-step-card p {
  margin: 0;
  color: var(--tj-color-text-body);
  line-height: 1.9;
}

.awael-steps-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 28px;
  padding: 19px 22px;
  color: var(--tj-color-text-body);
  background: #fff8e9;
  border: 1px solid rgba(253, 183, 59, 0.62);
  border-radius: 14px;
  line-height: 1.9;
}

.awael-steps-notice i {
  flex: 0 0 auto;
  margin-top: 5px;
  color: var(--tj-color-theme-dark);
}

.awael-cta-strip {
  padding: 34px 38px;
  color: #ffffff;
  background: linear-gradient(135deg, #152735, #28485a);
  border-radius: 20px;
}

.awael-cta-strip__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.awael-cta-strip h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
}

.awael-cta-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.awael-cta-strip .tj-primary-btn {
  flex: 0 0 auto;
}

.awael-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

.awael-faq-help {
  position: sticky;
  top: 120px;
  padding: 32px;
  color: #ffffff;
  background: var(--tj-color-theme-dark);
  border: 0;
}

.awael-faq-help__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  color: var(--tj-color-theme-dark);
  background: var(--tj-color-theme-primary);
  border-radius: 18px;
  font-size: 25px;
}

.awael-faq-help h2 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 29px;
  line-height: 1.4;
  font-weight: 800;
}

.awael-faq-help p {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.95;
}

.awael-faq-help__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--tj-color-theme-primary);
  font-size: 18px;
  font-weight: 800;
}

.awael-faq-list {
  display: grid;
  gap: 13px;
}

.awael-faq-list .accordion-item {
  overflow: hidden;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}

.awael-faq-list .accordion-item.active {
  border-color: rgba(253, 183, 59, 0.75);
  box-shadow: 0 9px 22px rgba(21, 39, 55, 0.06);
}

.awael-faq-list .faq-title {
  position: relative;
  width: 100%;
  padding: 22px 62px 22px 22px;
  color: var(--tj-color-heading-primary);
  background: #ffffff;
  border: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  text-align: right;
}

.awael-faq-list .faq-title::after {
  position: absolute;
  inset-inline-start: 22px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--tj-color-theme-dark);
  background: #fff0d2;
  border-radius: 50%;
  content: '+';
  font-size: 22px;
  font-weight: 500;
  transform: translateY(-50%);
}

.awael-faq-list .faq-title:not(.collapsed)::after {
  content: '−';
}

.awael-faq-list .accordion-body {
  padding: 0 22px 23px;
  color: var(--tj-color-text-body);
  line-height: 2;
}

.awael-faq-list .accordion-body p {
  margin: 0;
}

.awael-article-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.awael-article-card:hover {
  box-shadow: 0 20px 42px rgba(21, 39, 55, 0.12);
  transform: translateY(-6px);
}

.awael-article-card__image {
  height: 230px;
  overflow: hidden;
  background: var(--tj-color-theme-bg-2);
}

.awael-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.awael-article-card:hover .awael-article-card__image img {
  transform: scale(1.06);
}

.awael-article-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 25px;
}

.awael-article-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #758797;
  font-size: 13px;
  font-weight: 700;
}

.awael-article-card__meta i {
  color: var(--tj-color-theme-primary);
}

.awael-article-card h2 {
  margin: 0 0 12px;
  color: var(--tj-color-heading-primary);
  font-size: 24px;
  line-height: 1.45;
  font-weight: 800;
}

.awael-article-card p {
  margin: 0;
  color: var(--tj-color-text-body);
  line-height: 1.9;
}

.awael-article-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--tj-color-theme-dark);
  font-weight: 800;
}

.awael-article-card__link i {
  color: var(--tj-color-theme-primary);
}

@media (max-width: 991px) {
  .awael-inner-hero {
    min-height: 340px;
    padding-top: 155px;
    padding-bottom: 65px;
  }

  .awael-inner-hero h1 {
    font-size: clamp(38px, 9vw, 58px);
  }

  .awael-filter-bar,
  .awael-cv-card__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .awael-cv-card {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 18px;
  }

  .awael-cv-card__photo,
  .awael-cv-card__photo img {
    min-height: 360px;
  }

  .awael-cv-sheet__layout {
    grid-template-columns: 1fr;
  }

  .awael-cv-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    align-items: start;
    gap: 14px;
  }

  .awael-cv-gallery__main {
    grid-row: span 2;
  }

  .awael-cv-gallery__thumbs {
    margin-top: 0;
  }

  .awael-cv-gallery__button {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .awael-company-strip {
    grid-template-columns: 1fr;
  }

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

  .awael-faq-layout {
    grid-template-columns: 1fr;
  }

  .awael-faq-help {
    position: relative;
    top: auto;
  }
}

/* The public navigation contains eight links. Reserve enough space for it on
   laptop widths by hiding the duplicate phone shortcut before it crowds links. */
@media (min-width: 992px) and (max-width: 1399px) {
  .rtl-site .header-area.header-1 .header-contact {
    display: none !important;
  }

  .rtl-site .header-area.header-1 .header-button {
    display: none;
  }

  .rtl-site .header-area.header-1 .mainmenu ul {
    gap: 10px;
  }

  .rtl-site .header-area.header-1 .mainmenu ul>li>a {
    font-size: 13px;
  }
}

/* Homepage: a single full-bleed hero image with a readable editorial overlay. */
.rtl-site .h11-banner-section {
  isolation: isolate;
  min-height: min(800px, 100vh);
  padding: 220px 0 120px;
  background: #102b35;
}

.rtl-site .h11-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 29, 38, 0.06) 0%, rgba(8, 29, 38, 0.12) 34%, rgba(8, 29, 38, 0.9) 100%),
    linear-gradient(0deg, rgba(8, 29, 38, 0.3), rgba(8, 29, 38, 0.08));
  pointer-events: none;
}

.rtl-site .h11-banner-section::after {
  display: none;
}

.rtl-site .h11-banner-section .h11-banner-img {
  position: absolute;
  inset: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  overflow: hidden;
  z-index: 0;
  -webkit-mask-image: none;
  mask-image: none;
}

.rtl-site .h11-banner-section .h11-banner-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.rtl-site .h11-banner-section .container {
  display: flex;
  align-items: center;
  min-height: 460px;
  z-index: 2;
}

.rtl-site .h11-banner-section .banner-content-2 {
  max-width: 700px;
  padding: 34px 38px 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 4px solid var(--tj-color-theme-primary);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(120deg, rgba(8, 29, 38, 0.86), rgba(8, 29, 38, 0.58));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(3px);
}

.rtl-site .h11-banner-section .banner-content-2 .sub-title,
.rtl-site .h11-banner-section .banner-content-2 .sub-title i {
  color: #ffd16e;
}

.rtl-site .h11-banner-section .banner-content-2 .banner-title {
  max-width: 650px;
  color: #ffffff;
  font-size: 50px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.rtl-site .h11-banner-section .banner-content-2 .desc {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.9);
  border-top-color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 991px) {
  .rtl-site .h11-banner-section {
    min-height: 650px;
    padding: 150px 0 62px;
  }

  .rtl-site .h11-banner-section::before {
    background: linear-gradient(90deg, rgba(8, 29, 38, 0.72), rgba(8, 29, 38, 0.6));
  }

  .rtl-site .h11-banner-section .container {
    min-height: 438px;
  }

  .rtl-site .h11-banner-section .h11-banner-img {
    position: absolute;
    inset: 0 !important;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }

  .rtl-site .h11-banner-section .banner-content-2 {
    max-width: 100%;
    padding: 28px 24px 30px;
    background: rgba(8, 29, 38, 0.74);
  }

  .rtl-site .h11-banner-section .banner-content-2 .banner-title {
    font-size: clamp(36px, 9vw, 54px);
  }
}

@media (max-width: 575px) {
  .awael-inner-hero p {
    font-size: 16px;
  }

  .awael-nationality-card__image {
    height: 210px;
  }

  .awael-contact-panel,
  .awael-contact-card {
    padding: 24px 20px;
  }

  .awael-cv-details {
    grid-template-columns: 1fr;
  }

  .awael-cv-sheet__header,
  .awael-cv-sheet__layout {
    padding-right: 20px;
    padding-left: 20px;
  }

  .awael-cv-sheet__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .awael-cv-skills {
    grid-template-columns: 1fr;
  }

  .awael-cv-downloads,
  .awael-cv-download-btn {
    width: 100%;
  }

  .awael-cv-download-btn {
    justify-content: center;
  }

  .awael-service-panel,
  .awael-service-note,
  .awael-faq-help {
    padding: 27px 23px;
  }

  .awael-steps-grid {
    grid-template-columns: 1fr;
  }

  .awael-step-card,
  .awael-article-card__body,
  .awael-service-card__body {
    padding: 22px;
  }

  .awael-cta-strip {
    padding: 27px 23px;
  }

  .awael-cta-strip__content {
    align-items: flex-start;
    flex-direction: column;
  }

  .awael-cta-strip .tj-primary-btn {
    width: 100%;
    justify-content: space-between;
  }

  .awael-faq-list .faq-title {
    padding: 19px 52px 19px 18px;
    font-size: 16px;
  }

  .awael-faq-list .faq-title::after {
    inset-inline-start: 16px;
  }

  .awael-faq-list .accordion-body {
    padding: 0 18px 20px;
  }
}

/* Legacy recruitment CV layout used by details_cv_admin.php. */
.awael-cv-sheet--legacy {
  width: 1000px;
  max-width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 38px rgba(21, 39, 55, 0.1);
  color: #051a1a;
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 12px;
  direction: ltr;
}

.awael-cv-sheet--legacy.is-exporting {
  width: 1000px;
  max-width: none;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}

.awael-cv-sheet--legacy.is-exporting .awael-cv-legacy__grid {
  display: table;
  table-layout: fixed;
  width: 1000px;
}

.awael-cv-sheet--legacy.is-exporting .awael-cv-legacy__gallery {
  position: static;
  display: table-cell;
  width: 300px;
  vertical-align: top;
}

.awael-cv-sheet--legacy.is-exporting .awael-cv-legacy__main {
  display: table-cell;
  width: 700px;
  margin-left: 0;
  vertical-align: top;
}

.awael-cv-booking-btn {
  background: #25d366;
}

.awael-cv-legacy__grid {
  position: relative;
  display: block;
  width: 1000px;
  align-items: start;
  background: #ffffff;
  direction: ltr;
}

.awael-cv-legacy__gallery {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 300px;
  gap: 20px;
  width: 300px;
  padding: 0 0 0 0;
}

.awael-cv-legacy__gallery img {
  display: block;
  width: 300px;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  background: #ffffff;
}

.awael-cv-legacy__main {
  display: block;
  width: 700px;
  margin-left: 300px;
  min-width: 0;
  background: #ffffff;
  direction: ltr;
}

.awael-cv-legacy__company-header,
.awael-cv-legacy__company-footer {
  display: block;
  width: 100%;
  height: auto;
}

.awael-cv-legacy__band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 56px;
  padding: 8px 16px;
  color: #ffffff;
  background: #152735;
  border-inline-start: 10px solid #fdb73b;
  direction: ltr;
}

.awael-cv-legacy__band span,
.awael-cv-legacy__band strong {
  display: block;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 800;
}

.awael-cv-legacy__band span {
  font-size: 24px;
  letter-spacing: 0;
}

.awael-cv-legacy__band strong {
  color: #fdb73b;
  direction: rtl;
  font-size: 25px;
  text-align: right;
}

.awael-cv-legacy__profile,
.awael-cv-legacy__experience {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  direction: ltr;
}

.awael-cv-legacy__profile td {
  width: 33.333%;
  padding: 5px;
  border-bottom: 2px solid #ffffff;
  line-height: 1.35;
  vertical-align: middle;
}

.awael-cv-legacy__profile .is-english,
.awael-cv-legacy__profile .is-arabic {
  color: #152735;
  background: #fff3db;
  font-weight: 700;
}

.awael-cv-legacy__profile .is-english {
  text-align: left;
}

.awael-cv-legacy__profile .is-value {
  overflow-wrap: anywhere;
  text-align: center;
}

.awael-cv-legacy__profile .is-arabic {
  direction: rtl;
  text-align: right;
}

.awael-cv-legacy__experience th,
.awael-cv-legacy__experience td {
  width: 33.333%;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.35;
}

.awael-cv-legacy__experience th {
  color: #152735;
  background: #fff3db;
  font-weight: 700;
}

.awael-cv-legacy__experience th span {
  font-size: 11px;
  font-weight: 400;
}

.awael-cv-legacy__experience td {
  min-height: 28px;
  overflow-wrap: anywhere;
}

.awael-cv-legacy__skills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  padding: 24px 6px 10px;
  direction: ltr;
}

.awael-cv-legacy__skill {
  min-width: 0;
  text-align: center;
  direction: rtl;
}

.awael-cv-legacy__skill-icons {
  display: grid;
  grid-template-columns: 56px 56px;
  align-items: flex-start;
  justify-content: space-between;
  height: 38px;
}

.awael-cv-legacy__skill-status,
.awael-cv-legacy__skill-pictogram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 38px;
  color: #152735;
  background: #fdb73b;
}

.awael-cv-legacy__skill-status {
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.awael-cv-legacy__skill-pictogram img {
  display: block;
  width: 56px;
  height: 38px;
  object-fit: cover;
}

.awael-cv-legacy__skill-label {
  min-height: 45px;
  padding: 5px 3px;
  color: #ffffff;
  background: #152735;
  border-top: 2px solid #fdb73b;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.awael-cv-legacy__skill-label strong {
  color: #ffffff;
  font-size: 13px;
}

.awael-cv-legacy__skill.is-off {
  opacity: 0.82;
}

.awael-cv-legacy__skill.is-off .awael-cv-legacy__skill-status {
  color: #ffffff;
  background: #152735;
}

.awael-cv-legacy__skill.is-off .awael-cv-legacy__skill-label {
  background: #30465a;
}

.awael-cv-legacy__note {
  margin: 10px 6px 24px;
  padding: 10px;
  color: #152735;
  background: #fff8e9;
  border: 1px solid rgba(253, 183, 59, 0.55);
  text-align: center;
  line-height: 1.7;
}

.awael-cv-legacy__company-footer {
  border-top: 1px solid #ffffff;
}

@media (max-width: 1050px) {
  .awael-cv-sheet--legacy {
    width: 100%;
  }

  .awael-cv-legacy__grid {
    position: relative;
    display: block;
    width: 100%;
  }

  .awael-cv-legacy__gallery {
    left: 0;
    width: 30%;
  }

  .awael-cv-legacy__main {
    margin-left: 30%;
    width: 70%;
  }

  .awael-cv-legacy__gallery img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .awael-cv-legacy__grid {
    display: block;
  }

  .awael-cv-legacy__gallery {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
  }

  .awael-cv-legacy__gallery img {
    width: 100%;
    max-height: none;
  }

  .awael-cv-legacy__main {
    margin-left: 0;
    width: 100%;
  }

  .awael-cv-legacy__skills {
    gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }
}