html[dir="rtl"] body,
html[dir="rtl"] body *,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] .section-title,
html[dir="rtl"] .sub-title,
html[dir="rtl"] .post-title,
html[dir="rtl"] .elementor-heading-title,
html[dir="rtl"] .elementor-button,
html[dir="rtl"] .cea-button-text,
html[dir="rtl"] .wp-menu a {
  font-family: "Tajawal", Arial, sans-serif;
  letter-spacing: 0;
}

html[dir="rtl"] body,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] .section-title,
html[dir="rtl"] .post-title,
html[dir="rtl"] .elementor-heading-title {
  font-family: "Tajawal", Arial, sans-serif !important;
  letter-spacing: 0;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .nav,
html[dir="rtl"] .wp-menu,
html[dir="rtl"] ul.menu {
  padding-right: 0;
}

html[dir="rtl"] .primary-menu-wrapper .sub-menu,
html[dir="rtl"] .mobile-menu-wrapper .sub-menu {
  text-align: right;
}

html[dir="rtl"] .cea-align-left,
html[dir="rtl"] .elementor-align-left {
  text-align: right;
}

html[dir="rtl"] .cea-align-right,
html[dir="rtl"] .elementor-align-right {
  text-align: left;
}

.site-logo,
.sticky-logo {
  object-fit: contain;
  max-width: 230px;
}

.header-navbar .container-fluid {
  gap: 18px;
}

.header-navbar .wp-menu>li>a,
.mobile-menu-wrapper a,
.site-footer a,
.site-footer p {
  font-family: "Tajawal", Arial, sans-serif;
}

.header-navbar .wp-menu>li.current-menu-item>a,
.mobile-menu .current-menu-item>a {
  color: #17aa9f;
}

.full-bar-search-wrap .search-form,
.full-search-wrapper .search-form,
.mobile-menu-floating .search-form {
  direction: rtl;
}

.page-loader {
  transition: opacity .22s ease;
}

.full-search-wrapper {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease;
  visibility: hidden;
}

body.full-search-active .full-search-wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.mobile-menu-floating {
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  visibility: hidden;
}

body.mobile-menu-active .mobile-menu-floating {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

.back-to-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.header-action-menu {
  align-items: center;
  gap: 12px;
}

.header-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: #fff;
}

.header-order-button {
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 8px;
  white-space: nowrap;
}

body.inner-page .site-header.header-absolute {
  position: relative;
  background: #edf6f5;
  box-shadow: 0 12px 36px rgba(13, 40, 53, .08);
}

body.inner-page .header-navbar .container-fluid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  min-height: 104px;
}

body.inner-page .header-navbar .navbar-ul {
  float: none !important;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 !important;
  min-width: 0;
  transform: none !important;
}

body.inner-page .header-navbar .pull-center {
  flex: 1 1 0;
  justify-content: center;
  max-width: calc(100% - 500px);
}

body.inner-page .header-navbar .element-left,
body.inner-page .header-navbar .pull-right {
  flex: 0 0 auto;
}

body.inner-page .header-titles-wrapper {
  width: 150px;
  max-width: 150px;
}

body.inner-page .header-titles .site-logo,
body.inner-page .header-titles .sticky-logo {
  max-width: 142px;
}

body.inner-page .header-navigation-wrapper {
  transform: scale(.9);
  transform-origin: center center;
}

body.inner-page .header-navbar .wp-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
}

body.inner-page .header-navbar .wp-menu>li>a {
  padding-inline: 7px;
  color: #172b2d;
  font-size: 14px;
  white-space: nowrap;
}

body.inner-page .header-icon-button {
  border-color: rgba(0, 119, 122, .18);
  color: #0d5557;
}

/* Slider text only: change these values to edit slide text size or color. */
.hirxpert-slider-wrapper {
  --mustagel-slide-title-size: 64px;
  --mustagel-slide-title-color: #ffffff;
  --mustagel-slide-subtitle-size: 17px;
  --mustagel-slide-subtitle-color: #f9d67b;
  --mustagel-slide-body-size: 18px;
  --mustagel-slide-body-color: rgba(255, 255, 255, .92);
  --mustagel-slide-body-color_w: #0a0430;
  --mustagel-slide-arrow-size: 16px;
  --mustagel-slide-arrow-color: #ffffff;
  --mustagel-slide-panel-bg: rgba(1, 30, 30, 0.495);
  --mustagel-slide-panel-border: rgba(255, 255, 255, .22);
  --mustagel-slide-panel-bg_w: rgba(255, 255, 255, 0.495);
}

.hirxpert-slider-wrapper .sr7-layer,
.hirxpert-slider-wrapper [id^="SR7_1_1-"] {
  font-family: "Tajawal", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.hirxpert-slider-wrapper #SR7_1_1-8-2,
.hirxpert-slider-wrapper #SR7_1_1-16-2,
.hirxpert-slider-wrapper #SR7_1_1-17-2 {
  color: var(--mustagel-slide-title-color) !important;
  font-size: var(--mustagel-slide-title-size) !important;
  font-weight: 800 !important;
  text-align: right !important;

}

.hirxpert-slider-wrapper #SR7_1_1-8-2,
.hirxpert-slider-wrapper #SR7_1_1-16-2 {
  font-size: 40px !important;
  line-height: 2 !important;
}

.hirxpert-slider-wrapper #SR7_1_1-8-12,
.hirxpert-slider-wrapper #SR7_1_1-16-12 {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}


.hirxpert-slider-wrapper #SR7_1_1-8-15,
.hirxpert-slider-wrapper #SR7_1_1-16-15 {
  background: var(--mustagel-slide-panel-bg_w) !important;
  border: 1px solid var(--mustagel-slide-panel-border) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22) !important;
  color: #09aa9d !important;
  padding: 18px 24px !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .36);
}


.hirxpert-slider-wrapper #SR7_1_1-8-2,
.hirxpert-slider-wrapper #SR7_1_1-16-2 {
  background: var(--mustagel-slide-panel-bg) !important;
  border: 1px solid var(--mustagel-slide-panel-border) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22) !important;
  color: #ffffff !important;
  padding: 18px 24px !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .36);
}


.hirxpert-slider-wrapper #SR7_1_1-8-12,
.hirxpert-slider-wrapper #SR7_1_1-16-12,
.hirxpert-slider-wrapper #SR7_1_1-17-12 {
  color: var(--mustagel-slide-subtitle-color) !important;
  font-size: var(--mustagel-slide-subtitle-size) !important;
  font-weight: 800 !important;
  text-align: right !important;
}

.hirxpert-slider-wrapper #SR7_1_1-8-15,
.hirxpert-slider-wrapper #SR7_1_1-16-15 {
  color: #09aa9d !important;
}

.hirxpert-slider-wrapper #SR7_1_1-8-15,
.hirxpert-slider-wrapper #SR7_1_1-16-15,
.hirxpert-slider-wrapper #SR7_1_1-17-15 {
  color: var(--mustagel-slide-body-color_w) !important;
  font-size: var(--mustagel-slide-body-size) !important;
  line-height: 1.9 !important;
  text-align: right !important;
}

.hirxpert-slider-wrapper #SR7_1_1-8-0,
.hirxpert-slider-wrapper #SR7_1_1-16-0,
.hirxpert-slider-wrapper #SR7_1_1-17-0,
.hirxpert-slider-wrapper #SR7_1_1-8-1,
.hirxpert-slider-wrapper #SR7_1_1-16-1,
.hirxpert-slider-wrapper #SR7_1_1-17-1 {
  color: var(--mustagel-slide-arrow-color) !important;
  cursor: pointer;
  font-size: var(--mustagel-slide-arrow-size) !important;
  font-weight: 800 !important;
  pointer-events: auto !important;
  user-select: none;
  z-index: 90 !important;
}

@media (max-width: 991px) {
  .hirxpert-slider-wrapper {
    --mustagel-slide-title-size: 46px;
    --mustagel-slide-body-size: 17px;
  }
}

@media (max-width: 575px) {
  .hirxpert-slider-wrapper {
    --mustagel-slide-title-size: 34px;
    --mustagel-slide-subtitle-size: 15px;
    --mustagel-slide-body-size: 16px;
  }
}

.arabic-page {
  background: #fff;
  color: #17212b;
}

.arabic-hero {
  min-height: 430px;
  padding: 180px 0 96px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.arabic-hero .container,
.arabic-section .container {
  max-width: 1180px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #22d2c7;
  font-weight: 800;
  font-size: 15px;
}

.eyebrow.dark {
  color: #00777a;
}

.arabic-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.15;
}

.arabic-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  line-height: 1.9;
}

.arabic-section {
  padding: 88px 0;
}

.arabic-section.muted {
  background: #f4faf9;
}

.arabic-two-col,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 46px;
  align-items: start;
}

.arabic-section h2 {
  margin: 0 0 18px;
  color: #0d2835;
  font-size: 42px;
  line-height: 1.25;
}

.arabic-section p {
  color: #52616d;
  font-size: 18px;
  line-height: 2;
}

.about-highlights,
.contact-info-panel,
.contact-form-panel,
.values-grid>div {
  border: 1px solid rgba(0, 119, 122, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(18, 40, 48, .08);
}

.about-highlights {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.about-highlights div {
  padding: 26px 30px;
  border-bottom: 1px solid rgba(0, 119, 122, .12);
}

.about-highlights div:last-child {
  border-bottom: 0;
}

.about-highlights strong,
.contact-method strong {
  display: block;
  margin-bottom: 8px;
  color: #0d2835;
  font-size: 20px;
}

.about-highlights span,
.contact-method span,
.contact-method a {
  color: #52616d;
  font-size: 17px;
}

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

.values-grid>div {
  padding: 32px;
}

.values-grid h3 {
  margin: 0 0 12px;
  color: #0d2835;
  font-size: 26px;
}

.contact-info-panel,
.contact-form-panel {
  padding: 36px;
}

.contact-method {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 119, 122, .12);
}

.contact-method:last-child {
  border-bottom: 0;
}

.form-alert {
  margin-bottom: 22px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #e6f8f5;
  color: #0d6f69;
  font-weight: 700;
}

.arabic-contact-form {
  display: grid;
  gap: 18px;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  color: #0d2835;
  font-weight: 700;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(13, 40, 53, .18);
  border-radius: 8px;
  padding: 14px 16px;
  color: #17212b;
  background: #fff;
}

.form-row textarea {
  resize: vertical;
}

.arabic-contact-form .cea-button {
  border: 0;
  justify-self: start;
  cursor: pointer;
}

.home-section-shell {
  width: min(100%, 1400px);
  margin-inline: auto;
  padding: 86px 15px;
}

.home-section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}

.home-section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 28px;
  align-items: end;
}

.home-section-heading-center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.home-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: #009a91;
  font-size: 15px;
  font-weight: 800;
}

.home-section-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #f4b873;
}

.home-section-heading h2 {
  margin: 0;
  color: #17212b;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 800;
}

.home-section-heading p {
  margin: 0;
  color: #5d676d;
  font-size: 17px;
  line-height: 1.85;
}

.home-partners-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.home-partners-section::before {
  content: "";
  position: absolute;
  inset: 18% auto auto 0;
  width: 180px;
  height: 220px;
  border: 1px solid rgba(0, 154, 145, .14);
  border-left: 0;
  border-radius: 0 110px 110px 0;
  pointer-events: none;
}

.home-partners-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.home-partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(13, 40, 53, .09);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(250, 252, 252, .96)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(13, 40, 53, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 154, 145, .22);
  box-shadow: 0 24px 54px rgba(13, 40, 53, .1);
}

.home-partner-card img {
  display: block;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  filter: saturate(.92);
}

.home-services-showcase {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f4f6f6 0%, #ffffff 100%);
}

.home-services-showcase::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(244, 184, 115, .25);
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 220px;
  pointer-events: none;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.home-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 40, 53, .08);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(13, 40, 53, .09);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 154, 145, .18);
  box-shadow: 0 34px 72px rgba(13, 40, 53, .13);
}

.home-service-media {
  position: relative;
  display: block;
  height: 236px;
  overflow: hidden;
  background: #dfe8e8;
}

.home-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 74, 72, .42) 100%),
    radial-gradient(circle at 12% 16%, rgba(244, 184, 115, .28), transparent 28%);
  pointer-events: none;
}

.home-service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.home-service-card:hover .home-service-media img {
  transform: scale(1.05);
}

.home-service-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.home-service-number {
  position: absolute;
  top: -42px;
  left: 24px;
  color: rgba(255, 255, 255, .88);
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
}

.home-service-body h3 {
  margin: 0 0 12px;
  color: #17212b;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
}

.home-service-body p {
  margin: 0 0 20px;
  color: #59646a;
  font-size: 15px;
  line-height: 1.9;
}

.home-service-meta {
  display: grid;
  gap: 9px;
  margin: auto 0 22px;
}

.home-service-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #303a40;
  font-size: 14px;
  font-weight: 700;
}

.home-service-meta i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #009a91;
  color: #ffffff;
  font-size: 15px;
}

.home-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #009a91;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.home-service-link:hover,
.home-service-link:focus {
  background: #087f79;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.home-city-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
  position: relative;
  padding: 8px 0;
}

.home-city-services,
.home-city-services *,
.home-city-services *::before,
.home-city-services *::after {
  box-sizing: border-box;
}

.home-city-services .home-city-item {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: flex;
  min-width: 0;
}

.home-city-services .owl-carousel-item {
  width: 100%;
  display: flex;
  min-width: 0;
}

.home-city-card {
  position: relative !important;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 462px;
  padding: 30px 32px 28px !important;
  overflow: hidden !important;
  border: 1px solid rgba(13, 40, 53, .08) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%) !important;
  box-shadow: 0 28px 60px rgba(13, 40, 53, .1) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-city-card::before,
.home-city-accent {
  content: "";
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  right: auto !important;
  left: 0 !important;
  z-index: 0;
  width: 43% !important;
  height: 146px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top-left-radius: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 0;
  background:
    linear-gradient(0deg, rgba(2, 132, 125, .86), rgba(2, 132, 125, .86)),
    radial-gradient(circle at 25% 28%, rgba(255, 255, 255, .36), transparent 36%),
    linear-gradient(135deg, rgba(1, 80, 86, .88), rgba(14, 180, 169, .88));
  box-shadow: inset -20px -16px 32px rgba(255, 255, 255, .12);
  pointer-events: none;
}

.home-city-card::before {
  display: none;
}

.home-city-card>*:not(.home-city-accent) {
  position: relative;
  z-index: 1;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.home-city-item:nth-child(3n + 2) .home-city-accent {
  background:
    linear-gradient(0deg, rgba(244, 139, 0, .9), rgba(244, 139, 0, .9)),
    radial-gradient(circle at 25% 28%, rgba(255, 255, 255, .34), transparent 36%),
    linear-gradient(135deg, rgba(180, 99, 0, .88), rgba(255, 170, 18, .88));
}

.home-city-item:nth-child(4n) .home-city-accent {
  background:
    linear-gradient(0deg, rgba(35, 38, 39, .88), rgba(35, 38, 39, .88)),
    radial-gradient(circle at 25% 28%, rgba(255, 255, 255, .28), transparent 36%),
    linear-gradient(135deg, rgba(16, 18, 20, .88), rgba(82, 88, 92, .88));
}

.home-city-item:nth-child(5n) .home-city-accent {
  background:
    linear-gradient(0deg, rgba(230, 175, 0, .88), rgba(230, 175, 0, .88)),
    radial-gradient(circle at 25% 28%, rgba(255, 255, 255, .32), transparent 36%),
    linear-gradient(135deg, rgba(179, 123, 0, .88), rgba(255, 202, 25, .88));
}

.home-city-item:nth-child(6n) .home-city-accent {
  background:
    linear-gradient(0deg, rgba(28, 116, 190, .88), rgba(28, 116, 190, .88)),
    radial-gradient(circle at 25% 28%, rgba(255, 255, 255, .32), transparent 36%),
    linear-gradient(135deg, rgba(16, 78, 147, .88), rgba(38, 151, 220, .88));
}

.home-city-card:hover {
  transform: translateY(-5px);
  border-color: rgba(1, 78, 78, .16);
  box-shadow: 0 36px 76px rgba(13, 40, 53, .14);
}

.home-city-card-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  direction: rtl;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 124px;
  margin-bottom: 18px;
  padding-top: 12px !important;
}

.home-city-image-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 9px 18px rgba(13, 40, 53, .17),
    inset 0 0 0 1px rgba(13, 40, 53, .08);
}

.home-city-image-wrap img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.home-city-title-wrap {
  flex: 1;
  min-width: 0;
  padding-top: 8px;
  text-align: right;
}

.home-city-kicker {
  display: block;
  margin-bottom: 4px;
  color: #414b52;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
}

.home-city-title {
  margin: 0;
  color: #14191d;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
}

.home-city-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 16px;
  margin-right: 0;
  background: #009a91;
}

.home-city-item:nth-child(3n + 2) .home-city-title::after {
  background: #f28a00;
}

.home-city-item:nth-child(4n) .home-city-title::after {
  background: #25292c;
}

.home-city-item:nth-child(5n) .home-city-title::after {
  background: #dda900;
}

.home-city-item:nth-child(6n) .home-city-title::after {
  background: #176fc1;
}

.home-city-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 14px;
  border: 1px solid rgba(13, 40, 53, .12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .8),
    0 10px 22px rgba(13, 40, 53, .04);
}

.home-city-price {
  position: relative;
  order: 2;
  min-width: 0;
  padding: 17px 12px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.home-city-price+.home-city-price {
  border-right: 1px dashed rgba(13, 40, 53, .18);
}

.home-city-price-primary {
  order: 1;
  border-color: transparent;
  background: transparent;
}

.home-city-price-label {
  display: block;
  margin-bottom: 6px;
  color: #303a40;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.home-city-price-label::before {
  content: "رسوم الاستقدام";
  display: block;
  color: #4b555b;
  font-size: 13px;
  font-weight: 500;
}

.home-city-price strong {
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
  gap: 2px;
  color: #009a91;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.home-city-price-primary strong {
  color: #009a91;
}

.home-city-price small {
  color: #3f4b52;
  font-size: 15px;
  font-weight: 500;
}

.home-city-price strong small {
  align-self: center;
}

.home-city-note {
  display: grid;
  gap: 0;
  margin: 0 0 12px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 40, 53, .1);
  border-radius: 10px;
  background: #ffffff;
  color: #263036;
  font-size: 14px;
  line-height: 1.7;
  list-style: none;
  box-shadow: 0 8px 20px rgba(13, 40, 53, .035);
}

.home-city-note li {
  position: relative;
  min-height: 43px;
  padding: 11px 48px 10px 14px;
  border-bottom: 1px solid rgba(13, 40, 53, .07);
}

.home-city-note li:last-child {
  border-bottom: 0;
}

.home-city-note li::before {
  content: "\f26e";
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #009a91;
  color: #ffffff;
  font-family: "bootstrap-icons";
  font-size: 14px;
  line-height: 1;
  transform: translateY(-50%);
}

.home-city-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0)),
    #009a91;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 12px 22px rgba(0, 154, 145, .18);
  transition: background .18s ease, transform .18s ease;
}

.home-city-cta:hover,
.home-city-cta:focus {
  background: #087f79;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.home-city-cta-icon {
  font-size: 28px;
  line-height: 1;
}

.home-city-cta-text {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.home-city-cta>i {
  font-size: 20px;
}

.secure-hero {
  display: flex;
  align-items: center;
  min-height: 180px;
  padding: 30px 0 30px;
  overflow: hidden;
}

.secure-page-section {
  padding: 86px 0 104px;
  background: #ffffff;
}

.public-filter-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 54px;
  padding: 22px;
  border: 1px solid #e3ebeb;
  border-radius: 12px;
  background: #f8fbfb;
  box-shadow: 0 18px 45px rgba(12, 36, 38, .06);
}

.public-filter-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #223033;
  font-size: 14px;
  font-weight: 800;
}

.public-filter-form select,
.public-filter-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d9e4e4;
  border-radius: 9px;
  background: #ffffff;
  color: #1d282b;
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 15px;
  padding: 0 14px;
  outline: none;
}

.public-filter-form select:focus,
.public-filter-form input:focus {
  border-color: #009a91;
  box-shadow: 0 0 0 3px rgba(0, 154, 145, .12);
}

.public-filter-form button,
.cv-toolbar a,
.cv-toolbar button,
.public-worker-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  border: 0;
  border-radius: 9px;
  background: #009a91;
  color: #ffffff !important;
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 18px;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.public-filter-form button:hover,
.public-filter-form button:focus,
.cv-toolbar a:hover,
.cv-toolbar a:focus,
.cv-toolbar button:hover,
.cv-toolbar button:focus,
.public-worker-actions a:hover,
.public-worker-actions a:focus {
  background: #087f79;
  transform: translateY(-1px);
}

.packages-heading {
  margin-bottom: 34px;
}

.packages-grid {
  margin-top: 0;
}

.package-bootstrap-modal {
  z-index: 10000;
}

.package-bootstrap-modal .modal-dialog {
  max-width: min(720px, calc(100vw - 32px));
  margin-inline: auto;
}

.package-bootstrap-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 21, 25, .26);
}

.package-bootstrap-modal .modal-header {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: block;
  padding: 0;
  border: 0;
}

.package-bootstrap-modal .modal-body {
  padding: 0;
  background: #ffffff;
}

.package-bootstrap-modal .modal-body img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 64px);
  object-fit: contain;
  background: #ffffff;
}

.package-bootstrap-close {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: rgba(238, 248, 247, .94);
  color: #006961;
  font-size: 28px;
  line-height: 1;
  opacity: 1;
  text-shadow: none;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.package-bootstrap-close:hover,
.package-bootstrap-close:focus {
  background: #006961;
  color: #ffffff;
  opacity: 1;
  transform: translateY(-1px);
}

.package-bootstrap-backdrop {
  z-index: 9990;
  background: rgba(0, 29, 32, .68);
  backdrop-filter: blur(5px);
}

.package-popup-open {
  overflow: hidden;
}

.package-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.package-popup.is-open {
  display: flex;
}

.package-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 29, 32, .68);
  backdrop-filter: blur(5px);
}

.package-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 21, 25, .26);
  padding: 30px;
  outline: none;
}

.package-ad-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 21, 25, .26);
  outline: none;
}

.package-ad-dialog img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 48px);
  object-fit: contain;
  background: #ffffff;
}

.package-popup-close {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: #eef8f7;
  color: #006961;
  cursor: pointer;
  z-index: 2;
}

.package-popup-head {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-inline-start: 54px;
}

.package-popup-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(12, 36, 38, .12);
}

.package-popup-image img {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
}

.package-popup-head h2 {
  margin: 0 0 8px;
  color: #111c20;
  font-size: 32px;
  font-weight: 900;
}

.package-popup-head p {
  margin: 0;
  color: #68777a;
  font-size: 16px;
  line-height: 1.8;
}

.package-popup-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid #dfe8e8;
  border-radius: 10px;
  background: #fbfdfd;
}

.package-popup-prices div {
  display: grid;
  gap: 6px;
  padding: 22px;
  text-align: center;
}

.package-popup-prices div+div {
  border-right: 1px dashed #cfdcdc;
}

.package-popup-prices span {
  color: #5d6b6e;
  font-size: 15px;
  font-weight: 800;
}

.package-popup-prices strong {
  color: #009a91;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.package-popup-prices small {
  color: #5d6b6e;
  font-size: 15px;
  font-weight: 800;
}

.package-popup-prices .is-primary {
  background: #f1fbfa;
}

.package-popup-notes {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e4eded;
  border-radius: 10px;
  overflow: hidden;
}

.package-popup-notes li {
  position: relative;
  padding: 14px 48px 14px 18px;
  color: #283538;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.package-popup-notes li+li {
  border-top: 1px solid #e9f0f0;
}

.package-popup-notes li::before {
  content: "\f26e";
  position: absolute;
  top: 14px;
  right: 18px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #009a91;
  color: #ffffff;
  font-family: "bootstrap-icons";
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.package-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.package-popup-actions a,
.package-popup-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: #eef8f7;
  color: #006961 !important;
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  padding: 12px 20px;
  text-decoration: none;
  cursor: pointer;
}

.package-popup-actions .is-primary {
  flex: 1 1 240px;
  background: #009a91;
  color: #ffffff !important;
}

.public-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.public-results-head span,
.packages-heading span {
  color: #009a91;
  font-weight: 800;
}

.public-results-head h2 {
  margin: 6px 0 0;
  color: #162225;
  font-size: 38px;
  font-weight: 800;
}

.public-results-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #006961;
  font-weight: 800;
  text-decoration: none;
}

.public-worker-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.public-worker-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #e2e9e9;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(12, 36, 38, .075);
}

#worker-photo .public-worker-photo {
  position: absolute;
  top: -124px;

}

.public-worker-photo {
  height: 100px;
}

.public-worker-photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.public-worker-body {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.public-worker-kicker {
  color: #009a91;
  font-size: 14px;
  font-weight: 800;
}

.public-worker-card h3 {
  margin: 0;
  color: #172124;
  font-size: 25px;
  font-weight: 800;
}

.public-worker-card dl,
.cv-summary-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.public-worker-card dl div,
.cv-summary-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #edf2f2;
}

.public-worker-card dt,
.cv-summary-list span {
  color: #6a777a;
  font-size: 14px;
  font-weight: 700;
}

.public-worker-card dd,
.cv-summary-list strong {
  margin: 0;
  color: #172124;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}

.public-worker-price {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 10px;
  background: #f5f9f9;
  color: #4f5e61;
  font-size: 14px;
}

.public-worker-price strong {
  color: #009a91;
  font-size: 17px;
}

.public-worker-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.public-worker-actions a {
  min-height: 46px;
  padding: 10px 12px;
  background: #eef8f7;
  color: #006961 !important;
}

.public-worker-actions a.is-primary {
  background: #009a91;
  color: #ffffff !important;
}

.public-worker-actions.is-stacked {
  grid-template-columns: 1fr;
  margin-top: 18px;
}

.public-empty-state,
.public-alert {
  padding: 24px;
  border: 1px solid #dce8e8;
  border-radius: 12px;
  background: #f8fbfb;
  color: #4f5e61;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

.public-alert {
  margin-bottom: 22px;
  text-align: right;
}

.public-alert p {
  margin: 0;
}

.public-alert p+p {
  margin-top: 8px;
}

.public-alert.is-error {
  border-color: rgba(233, 77, 101, .24);
  background: rgba(233, 77, 101, .08);
  color: #9d2639;
}

.public-alert.is-success {
  border-color: rgba(0, 154, 145, .24);
  background: rgba(0, 154, 145, .09);
  color: #006961;
}

.cv-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.cv-toolbar a,
.cv-toolbar button {
  min-height: 48px;
  background: #eef8f7;
  color: #006961 !important;
}

.cv-toolbar .is-primary {
  background: #009a91;
  color: #ffffff !important;
}

.cv-profile-shell,
.cv-video-layout,
.cv-order-layout {
  display: grid;
  grid-template-columns: minmax(280px, .34fr) minmax(0, .66fr);
  gap: 28px;
  align-items: start;
}

.cv-video-layout {
  grid-template-columns: minmax(0, .68fr) minmax(280px, .32fr);
}

.cv-profile-card,
.cv-panel,
.cv-order-panel,
.cv-video-main {
  border: 1px solid #e2e9e9;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(12, 36, 38, .075);
}

.cv-profile-card {
  padding: 24px;
  position: sticky;
  top: 110px;
}

.cv-profile-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  background: #eef5f5;
  margin-bottom: 20px;
}

.cv-profile-card h2 {
  margin: 0 0 8px;
  color: #172124;
  font-size: 28px;
  font-weight: 800;
}

.cv-profile-card p {
  margin: 0 0 18px;
  color: #68777a;
  font-size: 16px;
}

.cv-detail-content {
  display: grid;
  gap: 22px;
}

.cv-panel,
.cv-order-panel,
.cv-video-main {
  padding: 28px;
}

.cv-panel h3,
.cv-order-panel h2 {
  margin: 0 0 22px;
  color: #172124;
  font-size: 28px;
  font-weight: 800;
}

.cv-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cv-data-grid div {
  min-height: 84px;
  padding: 16px;
  border: 1px solid #edf2f2;
  border-radius: 10px;
  background: #f8fbfb;
}

.cv-data-grid span {
  display: block;
  margin-bottom: 8px;
  color: #6a777a;
  font-size: 13px;
  font-weight: 800;
}

.cv-data-grid strong {
  color: #172124;
  font-size: 17px;
}

.cv-experience-table {
  overflow: hidden;
  border: 1px solid #e2e9e9;
  border-radius: 10px;
}

.cv-experience-table div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cv-experience-table span {
  padding: 14px;
  border-bottom: 1px solid #edf2f2;
  color: #263234;
  font-weight: 700;
}

.cv-experience-table .is-head span {
  background: #eef8f7;
  color: #006961;
  font-weight: 800;
}

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

.cv-skill-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px;
  border-radius: 10px;
  background: #f8fbfb;
  color: #263234;
  font-weight: 800;
}

.cv-skill-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dde9e9;
  color: #657577;
}

.cv-skill-grid .is-enabled i {
  background: #009a91;
  color: #ffffff;
}

.cv-video-main video {
  display: block;
  width: 100%;
  max-height: 680px;
  border-radius: 10px;
  background: #071f22;
}

.cv-video-main video+video {
  margin-top: 18px;
}

.cv-order-panel {
  padding: 34px;
}

.secure-order-form .faq-send-button {
  margin-top: 26px;
}

.home-faq-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
  padding-bottom: 16px;
}

.home-faq-section-modern {
  padding: 86px 0 70px;
  background: #f8fbfb;
}

.home-faq-section-modern .home-section-heading {
  margin-bottom: 12px;
}

.home-faq-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 88px;
  padding: 20px;
  border: 1px solid #e1eaea;
  border-radius: 12px;
  background: #ffffff;
  color: #20282a;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(12, 36, 38, .075);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-faq-link-card:hover,
.home-faq-link-card:focus {
  border-color: rgba(0, 154, 145, .36);
  color: #006961;
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(0, 103, 98, .12);
}

.home-faq-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef8f7;
  color: #009a91;
  font-size: 20px;
}

.home-faq-link-card>i {
  color: #009a91;
  font-size: 18px;
}

.home-contact-section {
  padding-top: 70px;
}

.faq-section {
  padding: 92px 0;
  background: #ffffff;
}

.faq-hero {
  min-height: 60px;
  padding-top: 80px;
}

.faq-hero h1,
.faq-hero p {
  text-shadow: 0 12px 28px rgba(0, 24, 28, .38);
}

.faq-hero h1 {
  font-size: clamp(36px, 4vw, 58px);
}

.faq-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.faq-section-heading h2 {
  margin: 8px 0 12px;
  color: #151d1f;
  font-size: 42px;
  font-weight: 800;
}

.faq-section-heading p {
  margin: 0;
  color: #697779;
  font-size: 18px;
  line-height: 1.9;
}

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

.faq-tabs {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #e4ebeb;
  border-radius: 12px;
  background: #f7fafa;
  box-shadow: 0 18px 45px rgba(12, 36, 38, .06);
}

.faq-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #263234;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.faq-tab i {
  color: #009a91;
  font-size: 18px;
}

.faq-tab:hover,
.faq-tab:focus,
.faq-tab.is-active {
  border-color: rgba(0, 154, 145, .26);
  background: #ffffff;
  color: #006961;
}

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

.faq-item {
  border: 1px solid #e2e9e9;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(10, 38, 40, .055);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: #172124;
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef8f7;
  color: #009a91;
  font-size: 16px;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.faq-item[open] .faq-question i {
  background: #009a91;
  color: #ffffff;
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 24px 24px;
  color: #5f6d70;
  font-size: 17px;
  line-height: 2;
}

.faq-answer p {
  margin: 0;
}

.faq-empty {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 28px;
  border: 1px dashed #cddada;
  border-radius: 12px;
  color: #5f6d70;
  background: #f8fbfb;
}

.faq-empty i {
  color: #009a91;
  font-size: 24px;
}

.faq-empty p {
  margin: 0;
}

.faq-contact-section {
  padding: 88px 0 104px;
  background: #ffffff;
}

.faq-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-bottom: 48px;
}

.faq-contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 142px;
  padding: 30px;
  border: 1px solid #e1e8e8;
  border-radius: 12px;
  background: #eef2f4;
  color: #20282a;
  box-shadow: 0 18px 42px rgba(15, 44, 46, .07);
}

.faq-contact-card.is-primary {
  border-color: #005b57;
  background: #005b57;
  color: #ffffff;
}

.faq-contact-card.is-outlined {
  border-color: #00645f;
  background: #ffffff;
}

.faq-contact-card>i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 154, 145, .12);
  color: #00645f;
  font-size: 27px;
}

.faq-contact-card.is-primary>i {
  background: rgba(255, 211, 112, .18);
  color: #ffd36f;
}

.faq-contact-card h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: 28px;
  font-weight: 800;
}

.faq-contact-card p {
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.8;
  opacity: .84;
}

.faq-contact-card a {
  color: inherit;
  text-decoration: none;
}

.faq-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  min-height: 520px;
  border-radius: 10px;
  background: #f4f6f6;
  box-shadow: 0 24px 60px rgba(15, 45, 48, .09);
  overflow: hidden;
  direction: ltr;
}

.faq-message-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 58px;
  background: #f4f6f6;
  direction: rtl;
}

.faq-message-form h2 {
  margin: 0 0 34px;
  color: #202629;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
}

.faq-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
}

.faq-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  color: #151d20;
  font-size: 17px;
  font-weight: 700;
}

.faq-form-field.is-wide {
  grid-column: 1 / -1;
}

.faq-form-field input,
.faq-form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d0d7d7;
  border-radius: 0;
  background: transparent;
  color: #1d282b;
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}

.faq-form-field input {
  height: 44px;
}

.faq-form-field textarea {
  min-height: 118px;
  padding-top: 10px;
  resize: vertical;
}

.faq-form-field input:focus,
.faq-form-field textarea:focus {
  border-bottom-color: #009a91;
}

.faq-send-button {
  align-self: flex-start;
  min-width: 176px;
  min-height: 58px;
  margin-top: 28px;
  border: 0;
  border-radius: 6px;
  background: #ffd36f;
  color: #1e2528;
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.faq-send-button:hover,
.faq-send-button:focus {
  background: #f3bd45;
  transform: translateY(-1px);
}

.faq-map {
  min-height: 520px;
  background: #dfe8e8 url("../../img/map.jpg") center / cover no-repeat;
  direction: ltr;
}

.faq-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

.site-footer.modern-footer {
  margin-top: 0;
  background: #043f3c;
  color: #ffffff;
  direction: rtl;
}

.site-footer.modern-footer a {
  color: inherit;
  text-decoration: none;
}

.modern-footer-main {
  padding: 72px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(135deg, #043b39 0%, #062f32 52%, #091f24 100%);
}

.modern-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr .95fr 1.15fr;
  gap: 30px;
  align-items: start;
}

.modern-footer-brand,
.modern-footer-column {
  min-width: 0;
}

.modern-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}

.modern-footer-logo img {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .16));
}

.modern-footer-brand p {
  max-width: 390px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 2;
}

.modern-footer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modern-footer-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.modern-footer-actions a:hover,
.modern-footer-actions a:focus {
  background: #ffd36f;
  color: #102628;
  transform: translateY(-2px);
}

.modern-footer-column h4 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
}

.modern-footer-column h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: #ffd36f;
}

.modern-footer-column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.modern-footer-column li {
  margin: 0;
  padding: 0;
}

.modern-footer-column li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
  transition: color .18s ease, transform .18s ease;
}

.modern-footer-column li a i {
  color: #40c5bb;
  font-size: 13px;
}

.modern-footer-column li a:hover,
.modern-footer-column li a:focus {
  color: #ffffff;
  transform: translateX(-3px);
}

.modern-footer-contact {
  display: grid;
  gap: 12px;
}

.modern-footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .86);
}

.modern-footer-contact-row i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(64, 197, 187, .14);
  color: #40c5bb;
  font-size: 18px;
}

.modern-footer-contact-row span {
  display: grid;
  gap: 2px;
  min-width: 0;
  font-size: 15px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.modern-footer-contact-row small {
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
  font-weight: 700;
}

.modern-footer-social {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.modern-footer-social h5 {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 800;
}

.modern-footer-social div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.modern-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  color: #ffffff;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.modern-footer-social a:hover,
.modern-footer-social a:focus {
  background: #ffd36f;
  color: #102628;
  transform: translateY(-2px);
}

.modern-footer-subscribe {
  margin-top: 8px;
}

.modern-footer-subscribe label {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 800;
}

.modern-footer-subscribe div {
  display: flex;
  align-items: stretch;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 9px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}

.modern-footer-subscribe input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Tajawal", Arial, sans-serif;
  padding: 0 14px;
  outline: none;
}

.modern-footer-subscribe input::placeholder {
  color: rgba(255, 255, 255, .52);
}

.modern-footer-subscribe button {
  flex: 0 0 50px;
  border: 0;
  background: #ffd36f;
  color: #123234;
  cursor: pointer;
}

.modern-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  background: #061e22;
}

.modern-footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.modern-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.modern-footer-bottom p a {
  color: #ffffff;
  font-weight: 800;
}

.modern-footer-bottom div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.modern-footer-bottom div a {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 700;
}

.modern-footer-bottom div a:hover,
.modern-footer-bottom div a:focus {
  color: #ffd36f;
}

@media (max-width: 991px) {
  .header-action-menu {
    display: none;
  }

  .arabic-hero {
    padding: 150px 0 72px;
  }

  .arabic-two-col,
  .contact-layout,
  .values-grid,
  .faq-layout,
  .faq-contact-panel,
  .modern-footer-grid,
  .public-filter-form,
  .public-worker-grid,
  .cv-profile-shell,
  .cv-video-layout,
  .cv-order-layout {
    grid-template-columns: 1fr;
  }

  .secure-hero {
    min-height: 340px;
    padding: 76px 0;
  }

  .public-filter-form {
    align-items: stretch;
  }

  .cv-profile-card {
    position: static;
  }

  .cv-data-grid,
  .cv-skill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-tabs {
    position: static;
  }

  .faq-hero {
    min-height: 440px;
    padding-top: 170px;
  }

  .faq-contact-cards {
    grid-template-columns: 1fr;
  }

  .faq-message-form {
    padding: 40px 28px;
  }

  .faq-contact-panel,
  .faq-map,
  .faq-map iframe {
    min-height: 430px;
  }

  .modern-footer-main {
    padding: 58px 0 34px;
  }

  .home-city-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-section-heading-split {
    grid-template-columns: 1fr;
  }

  .home-partners-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .home-faq-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arabic-section h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .arabic-hero {
    min-height: 380px;
    padding: 130px 0 58px;
  }

  .secure-hero {
    min-height: 320px;
    padding: 58px 0;
  }

  .arabic-hero h1 {
    font-size: 36px;
  }

  .arabic-hero p,
  .arabic-section p {
    font-size: 17px;
  }

  .contact-info-panel,
  .contact-form-panel,
  .values-grid>div,
  .about-highlights div {
    padding: 24px;
  }

  .home-city-card {
    min-height: auto;
    padding: 24px;
  }

  .package-popup {
    padding: 14px;
  }

  .package-popup-dialog {
    max-height: calc(100vh - 28px);
    padding: 24px 18px 18px;
  }

  .package-ad-dialog,
  .package-ad-dialog img {
    max-height: calc(100vh - 28px);
  }

  .package-popup-head {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    padding-inline-start: 48px;
  }

  .package-popup-image {
    width: 74px;
    height: 74px;
  }

  .package-popup-image img {
    width: 62px;
    height: 62px;
  }

  .package-popup-head h2 {
    font-size: 24px;
  }

  .package-popup-prices {
    grid-template-columns: 1fr;
  }

  .package-popup-prices div+div {
    border-top: 1px dashed #cfdcdc;
    border-right: 0;
  }

  .package-popup-actions {
    flex-direction: column;
  }

  .package-popup-actions .is-primary {
    flex-basis: auto;
  }

  .home-city-card-header {
    min-height: 106px;
  }

  .home-city-services {
    grid-template-columns: 1fr;
  }

  .home-section-shell {
    padding: 58px 15px;
  }

  .home-section-heading h2 {
    font-size: 30px;
  }

  .home-section-heading p {
    font-size: 15px;
  }

  .home-partners-track,
  .home-services-grid,
  .home-faq-card-grid {
    grid-template-columns: 1fr;
  }

  .secure-page-section {
    padding: 58px 0;
  }

  .public-results-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-results-head h2 {
    font-size: 30px;
  }

  .public-worker-actions {
    grid-template-columns: 1fr;
  }

  .cv-panel,
  .cv-order-panel,
  .cv-video-main,
  .cv-profile-card {
    padding: 22px;
  }

  .cv-data-grid,
  .cv-skill-grid,
  .cv-experience-table div {
    grid-template-columns: 1fr;
  }

  .home-partner-card {
    min-height: 104px;
  }

  .home-service-media {
    height: 210px;
  }

  .home-service-body {
    padding: 24px;
  }

  .home-city-prices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-city-title {
    font-size: 28px;
  }

  .home-city-price strong {
    font-size: 30px;
  }

  .home-city-note {
    font-size: 13px;
  }

  .faq-section,
  .faq-contact-section {
    padding: 58px 0;
  }

  .faq-hero {
    min-height: 400px;
    padding-top: 145px;
  }

  .faq-section-heading h2,
  .faq-message-form h2 {
    font-size: 31px;
  }

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

  .faq-contact-card {
    min-height: 120px;
    padding: 24px;
  }

  .faq-contact-card h3 {
    font-size: 23px;
  }

  .faq-question {
    padding: 20px;
    font-size: 17px;
  }

  .faq-answer {
    padding: 0 20px 20px;
    font-size: 15px;
  }

  .modern-footer-bottom .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* CV listing cards */
.cv-packages-page .secure-page-section {
  background: #fafafa;
}

.cv-packages-page .public-worker-grid {
  gap: 34px;
  margin-top: 58px;
}

.cv-packages-page .public-worker-card.cv-list-card {
  position: relative;
  overflow: visible;
  min-height: 455px;
  border-color: #e8eeee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(14, 28, 35, .08);
  padding: 54px 28px 28px;
}

.cv-packages-page .public-worker-photo {
  position: absolute;
  top: -43px;
  left: 30px;
  z-index: 2;
  width: 96px;
  height: 96px;
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(13, 40, 53, .12);
}

.cv-packages-page .public-worker-photo img {
  display: block;
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
}

.cv-packages-page .public-worker-body {
  display: flex;
  flex-direction: column;

  height: 100%;
  padding: 0;
}

.cv-packages-page .public-worker-kicker {
  align-self: flex-end;
  color: #3b9b95;
  font-size: 15px;
  font-weight: 900;
}

.cv-packages-page .public-worker-card h3 {
  color: #101820;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  text-align: right;
  text-transform: uppercase;
}

.cv-packages-page .public-worker-card dl {
  gap: 0;
  margin: 0;
}

.cv-packages-page .public-worker-card dl div {
  min-height: 38px;
  padding: 0;
  border-bottom: 1px solid #edf0f1;
}

.cv-packages-page .public-worker-card dt {
  color: #8b9297;
  font-size: 15px;
  font-weight: 800;
}

.cv-packages-page .public-worker-card dd {
  color: #14191e;
  font-size: 17px;
  font-weight: 900;
  text-align: right;
}

.cv-packages-page .public-worker-price {
  gap: 13px;
  margin-top: auto;
  padding: 18px 16px;
  border-radius: 8px;
  background: #f6f8f9;
  color: #6c757b;
  font-size: 15px;
  text-align: right;
}

.cv-packages-page .public-worker-price span {
  display: block;
}

.cv-packages-page .public-worker-price strong {
  color: #3b9b95;
  font-size: 18px;
  font-weight: 900;
}

.cv-packages-page .public-worker-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.cv-packages-page .public-worker-actions a {
  min-height: 49px;
  border-radius: 8px;
  background: #f0fbfa;
  color: #0c6661 !important;
  font-size: 15px;
  font-weight: 900;
}

.cv-packages-page .public-worker-actions a.is-primary {
  background: #429a95;
  color: #ffffff !important;
}

.cv-packages-page .public-worker-actions a.is-primary1 {
  background: #0a5996;
  color: #ffffff !important;
}


.cv-packages-page .public-worker-actions a.is-primary2 {
  background: #e94d65;
  color: #ffffff !important;
}


.cv-load-more-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 44px;
}

.cv-load-more-wrap button {
  min-width: 190px;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: #009a91;
  color: #ffffff;
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  padding: 12px 24px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 154, 145, .18);
  transition: background .18s ease, transform .18s ease, opacity .18s ease;
}

.cv-load-more-wrap button:hover,
.cv-load-more-wrap button:focus {
  background: #087f79;
  transform: translateY(-1px);
}

.cv-load-more-wrap button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

#cvLoadMoreStatus,
#blogLoadMoreStatus {
  color: #69777a;
  font-size: 14px;
  font-weight: 800;
}

/* CV certificate page */
.cv-certificate-body {
  margin: 0;
  background: #ffffff;
  color: #1b1f24;
  font-family: "Tajawal", Arial, sans-serif;
}

.cv-certificate-page {
  padding: 72px 0 86px;
  background: #f7faf9;
  overflow-x: hidden;
}

.cv-certificate-page>.container {
  max-width: 1320px;
}

.cv-download-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: min(100%, 1320px);
  margin: 0 auto 22px;
  padding: 16px;
  border: 1px solid #e0e9e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(13, 40, 53, .07);
}

.cv-download-toolbar a,
.cv-download-toolbar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: #eef8f7;
  color: #006961 !important;
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 18px;
  text-decoration: none;
  cursor: pointer;
}

.cv-download-toolbar button:last-of-type {
  background: #009a91;
  color: #ffffff !important;
}

.cv-download-toolbar button:disabled {
  cursor: wait;
  opacity: .65;
}

.cv-download-toolbar span {
  color: #68777a;
  font-size: 14px;
  font-weight: 700;
}

.cv-certificate-fit {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}

.cv-certificate {
  --cv-scale: 1;
  width: 1100px;
  flex: 0 0 1100px;
  margin: 0 auto;
  overflow: visible;
  border: 1px solid #e0e5e8;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(13, 40, 53, .06);
  transform: scale(var(--cv-scale));
  transform-origin: top center;
}

.cv-certificate-sheet {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 0;
  padding: 8px;
  direction: ltr;
}

.cv-certificate-side {
  display: grid;
  align-content: start;
  gap: 12px;
  padding-inline-end: 8px;
}

.cv-certificate-photo,
.cv-certificate-qr,
.cv-certificate-brand,
.cv-section-image,
.cv-certificate-footer img {
  display: block;
  width: 100%;
}

.cv-certificate-photo {
  object-fit: cover;
}

.cv-certificate-photo.is-main {
  aspect-ratio: 671 / 870;
}

.cv-certificate-photo.is-full {
  aspect-ratio: 671 / 895;
}

.cv-certificate-qr {
  aspect-ratio: 671 / 582;
  object-fit: cover;
}

.cv-certificate-content {
  min-width: 0;
  padding-inline-start: 6px;
  direction: rtl;
}

.cv-certificate-brand {
  aspect-ratio: 1630 / 438;
  object-fit: cover;
}

.cv-section-image {
  object-fit: cover;
}

.cv-certificate-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  direction: ltr;
  font-family: Arial, "Tajawal", sans-serif;
}

.cv-certificate-table td,
.cv-certificate-table th {
  border: 1px solid #e7ecef;
  padding: 7px 10px;
  font-size: 20px;
  line-height: 1.25;
}

.cv-certificate-table.is-personal td {
  height: 39px;
}

.cv-certificate-table .is-label-en,
.cv-certificate-table .is-label-ar,
.cv-certificate-table th {
  background: #d6e3ee;
  color: #1a1f24;
  font-weight: 500;
}

.cv-certificate-table .is-label-en {
  width: 33.333%;
  text-align: left;
}

.cv-certificate-table .is-value {
  width: 33.333%;
  background: #ffffff;
  text-align: center;
}

.cv-certificate-table .is-label-ar {
  width: 33.333%;
  direction: rtl;
  text-align: right;
}

.cv-certificate-table.is-employment th,
.cv-certificate-table.is-employment td {
  width: 33.333%;
  text-align: center;
}

.cv-certificate-table.is-employment th {
  font-size: 19px;
  font-weight: 500;
}

.cv-certificate-table.is-employment th span {
  font-size: 20px;
}

.cv-certificate-table.is-employment td {
  height: 28px;
  background: #ffffff;
}

.cv-certificate-skills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 22px;
  direction: ltr;
}

.cv-certificate-skill {
  min-width: 0;
}

.cv-skill-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  overflow: hidden;
}

.cv-skill-state,
.cv-skill-icon {
  display: block;
  height: 30px;
  width: auto;
}

.cv-skill-name {
  min-height: 78px;
  padding: 10px 8px;
  background: #0a5f96;
  color: #ffffff;
  direction: rtl;
  text-align: center;
}

.cv-skill-name strong,
.cv-skill-name span {
  display: block;
  color: #ffffff;
  line-height: 1.35;
}

.cv-skill-name strong {
  font-size: 20px;
  font-weight: 800;
}

.cv-skill-name span {
  margin-top: 4px;
  font-size: 18px;
  font-family: Arial, sans-serif;
}

.cv-certificate-footer {
  padding: 12px 8px 16px;
  border-top: 22px solid #ffffff;
}

.cv-export-sandbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1100px;
  min-height: 1px;
  overflow: visible;
  background: #ffffff;
  direction: ltr;
  pointer-events: none;
}

.cv-export-sandbox .cv-certificate,
.cv-certificate-export-copy {
  width: 1100px !important;
  flex: 0 0 auto !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  transform: none !important;
  transform-origin: top left !important;
}

.cv-certificate-empty {
  max-width: 760px;
  margin: 80px auto;
}

.inline-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #008c84 !important;
  font-weight: 800;
  text-decoration: none;
}

.inline-action:hover,
.inline-action:focus {
  color: #005f5a !important;
  text-decoration: underline;
}

.faq-form-grid.is-single {
  grid-template-columns: 1fr;
}

.public-content-card,
.order-lookup-card,
.order-help-card,
.order-summary-card,
.order-section-card,
.business-form-card,
.business-info-card,
.public-article {
  border: 1px solid #e2ebeb;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(12, 36, 38, .07);
}

.public-content-card,
.order-lookup-card,
.order-help-card,
.order-summary-card,
.order-section-card,
.business-form-card,
.business-info-card {
  padding: 30px;
}

.public-rich-text {
  color: #344245;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.order-lookup-layout,
.order-details-layout,
.business-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 28px;
  align-items: start;
}

.order-lookup-card h2,
.business-form-card h2,
.public-content-card h2,
.order-section-card h2 {
  margin: 8px 0 12px;
  color: #1c272a;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
}

.order-lookup-card p,
.order-help-card li,
.business-info-card li {
  color: #526164;
  font-size: 16px;
  line-height: 1.9;
}

.order-help-card h3,
.business-info-card h3 {
  margin: 0 0 18px;
  color: #1c272a;
  font-size: 24px;
  font-weight: 900;
}

.order-help-card ul,
.business-info-card ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.business-info-card li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.business-info-card i {
  color: #009a91;
  font-size: 22px;
  line-height: 1.4;
}

.order-details-layout {
  grid-template-columns: minmax(270px, .38fr) minmax(0, .62fr);
}

.order-summary-card {
  position: sticky;
  top: 110px;
}

.order-summary-card h2 {
  margin: 8px 0 22px;
  color: #1c272a;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}

.order-summary-card dl {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}

.order-summary-card dl div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf2f2;
}

.order-summary-card dt {
  color: #6a777a;
  font-weight: 800;
}

.order-summary-card dd {
  margin: 0;
  color: #1f2d30;
  font-weight: 900;
}

.home-city-cta.is-small {
  min-height: 48px;
  padding: 11px 16px;
}

.order-main-panel {
  display: grid;
  gap: 22px;
}

.home-section-heading.is-compact {
  margin-bottom: 20px;
  text-align: right;
}

.home-section-heading.is-compact h2 {
  font-size: 28px;
}

.order-timeline {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.order-timeline li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid #edf2f2;
  border-radius: 10px;
  background: #f9fcfc;
}

.order-timeline-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #009a91;
  color: #ffffff;
}

.order-timeline h3 {
  margin: 0 0 6px;
  color: #1e2a2d;
  font-size: 19px;
  font-weight: 900;
}

.order-timeline p,
.customer-messages p {
  margin: 0;
  color: #526164;
  font-size: 15px;
  line-height: 1.8;
}

.order-step-date,
.customer-messages time {
  color: #008c84;
  font-weight: 800;
}

.customer-messages {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.customer-messages article {
  padding: 16px;
  border: 1px solid #edf2f2;
  border-radius: 10px;
  background: #f9fcfc;
}

.business-layout {
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
}

.business-jobs {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.business-job-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 18px 18px 62px;
  border: 1px solid #e3ebeb;
  border-radius: 10px;
  background: #f9fcfc;
}

.business-job-row label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: #253235;
  font-size: 14px;
  font-weight: 800;
}

.business-job-row input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d8e4e4;
  border-radius: 6px;
  background: #ffffff;
  padding: 0 12px;
  color: #1d282b;
  font-family: "Tajawal", Arial, sans-serif;
}

.business-remove-row,
.business-add-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  font-family: "Tajawal", Arial, sans-serif;
  font-weight: 900;
  cursor: pointer;
}

.business-remove-row {
  position: absolute;
  bottom: 14px;
  left: 18px;
  width: 44px;
  background: #eef8f7;
  color: #006961;
}

.business-remove-row:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.business-add-row {
  margin-top: 16px;
  padding: 0 18px;
  background: #eef8f7;
  color: #006961;
}

.public-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.public-blog-card {
  overflow: hidden;
  border: 1px solid #e2ebeb;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(12, 36, 38, .07);
}

.public-blog-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eff5f5;
}

.public-blog-image img,
.public-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-blog-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.public-blog-body time,
.public-article-body time {
  color: #008c84;
  font-size: 14px;
  font-weight: 900;
}

.public-blog-body h3 {
  margin: 0;
  color: #1c272a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.public-blog-body h3 a {
  color: inherit;
  text-decoration: none;
}

.public-blog-body p {
  margin: 0;
  color: #526164;
  font-size: 15px;
  line-height: 1.8;
}

.public-article {
  overflow: hidden;
}

.public-article-image {
  display: block;
  width: 100%;
  max-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #eff5f5;
}

.public-article-image img {
  max-height: 520px;
}

.public-article-body {
  max-width: 920px;
  margin: 0 auto;
  padding: 38px 32px 46px;
}

.public-article-body h2 {
  margin: 16px 0 10px;
  color: #1c272a;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.25;
}

@media (max-width: 991px) {

  .order-lookup-layout,
  .order-details-layout,
  .business-layout {
    grid-template-columns: 1fr;
  }

  .order-summary-card {
    position: static;
  }

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

  .business-job-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  .public-content-card,
  .order-lookup-card,
  .order-help-card,
  .order-summary-card,
  .order-section-card,
  .business-form-card,
  .business-info-card,
  .public-article-body {
    padding: 22px;
  }

  .order-lookup-card h2,
  .business-form-card h2,
  .public-content-card h2,
  .public-article-body h2 {
    font-size: 28px;
  }

  .public-blog-grid,
  .business-job-row {
    grid-template-columns: 1fr;
  }

  .order-summary-card dl div,
  .order-timeline li {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .cv-packages-page .public-worker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cv-packages-page .public-worker-grid {
    grid-template-columns: 1fr;
  }

  .cv-packages-page .public-worker-card.cv-list-card {
    min-height: 0;
  }

  .cv-download-toolbar {
    justify-content: flex-start;
  }
}

@media print {

  .site-header,
  .site-footer,
  .cv-download-toolbar,
  .full-search-wrapper,
  .mobile-menu-floating,
  .back-to-top {
    display: none !important;
  }

  .cv-certificate-page {
    padding: 0;
    background: #ffffff;
    overflow: visible;
  }

  .cv-certificate {
    width: 100%;
    flex: 0 0 auto;
    border: 0;
    transform: none !important;
  }
}
