:root {
  --tj-color-theme-primary: #597685;
  --tj-color-theme-dark: #314754;
  --tj-color-theme-dark-2: #203440;
}

.waisal-cms-site {
  color: #314754;
  background: #f5f8f8;
}

.waisal-cms-site .header-area {
  background: rgba(29, 51, 60, .74);
  box-shadow: 0 12px 32px rgba(7, 20, 25, .18);
  backdrop-filter: blur(12px);
}

.waisal-cms-site .header-wrapper {
  min-height: 88px;
}

.waisal-cms-site .site_logo img, .waisal-cms-site .footer-logo img {
  max-height: 58px;
  width: auto;
}

.waisal-cms-site .mainmenu ul li a {
  color: #fff;
  font-weight: 600;
}

.waisal-cms-site .mainmenu ul li.current-menu-item>a, .waisal-cms-site .mainmenu ul li a:hover {
  color: #c7dde3;
}

.waisal-language-link {
  color: #fff;
  font-weight: 700;
  padding: 10px 14px;
  margin-inline-end: 12px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 99px;
}

.waisal-language-link:hover {
  background: #597685;
  color: #fff;
}

.waisal-cms-main {
  padding: 175px 0 100px;
  min-height: 65vh;
}

.waisal-cms-hero {
  background-color: #203640;
  /* The gradient is intentionally translucent so the CMS photo remains
     visible at roughly 50%, while copy stays legible on every image. */
  background-image: linear-gradient(90deg, rgba(13, 33, 42, .64) 0%, rgba(22, 48, 58, .48) 53%, rgba(14, 34, 43, .62) 100%), var(--waisal-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
  padding: 184px 0 96px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.waisal-cms-hero:before {
  background: linear-gradient(180deg, rgba(9, 20, 26, .24), rgba(9, 20, 26, .52));
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.waisal-cms-hero:after {
  content: '';
  position: absolute;
  inset: auto -120px -180px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(151, 182, 192, .12);
  z-index: -1;
}

/* The About hero keeps the CMS image as a separate, full-size layer so its
   opacity affects the photo only, not the heading or navigation content. */
.waisal-about-hero {
  background-color: #102b34;
  background-image: none;
}

.waisal-about-hero-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.waisal-about-hero:before {
  background: linear-gradient(90deg, rgba(9, 28, 37, .46) 0%, rgba(9, 28, 37, .28) 54%, rgba(9, 28, 37, .36) 100%);
  z-index: 1;
}

.waisal-about-hero:after {
  z-index: 1;
}

.waisal-about-hero .container {
  position: relative;
  z-index: 2;
}

.waisal-cms-hero-content {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.waisal-cms-hero .waisal-cms-eyebrow {
  color: #c8d9df;
}

.waisal-cms-hero .waisal-cms-title {
  color: #fff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .28);
}

.waisal-cms-hero .waisal-cms-lead {
  color: #e0ebee;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .25);
}

.waisal-cms-eyebrow {
  color: #597685;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: inline-block;
}

.waisal-cms-title {
  color: #203440;
  font-size: clamp(34px, 5vw, 60px);
  max-width: 770px;
  line-height: 1.16;
  margin: 0 0 18px;
}

.waisal-cms-lead {
  color: #617681;
  font-size: 19px;
  max-width: 680px;
  line-height: 1.85;
}

.waisal-cms-card {
  background: #fff;
  border: 1px solid #e0e8e9;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(45, 70, 81, .07);
  padding: 32px;
  height: 100%;
}

.waisal-cms-card h2, .waisal-cms-card h3 {
  color: #203440;
}

.waisal-cms-page-image {
  border-radius: 18px;
  box-shadow: 0 20px 44px rgba(36, 59, 71, .16);
  max-height: 380px;
  object-fit: cover;
  width: 100%;
}

.waisal-cms-content {
  font-size: 17px;
  color: #50656e;
  line-height: 1.95;
  white-space: normal;
}

.waisal-cms-content p {
  margin-bottom: 1.2rem;
}

.waisal-cms-faq details {
  background: #fff;
  border: 1px solid #dce6e7;
  border-radius: 13px;
  padding: 20px 24px;
  margin-bottom: 14px;
}

.waisal-cms-faq summary {
  color: #203440;
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  list-style: none;
  padding-inline-end: 28px;
  position: relative;
}

.waisal-cms-faq summary:after {
  content: '+';
  color: #597685;
  font-size: 26px;
  position: absolute;
  inset-inline-end: 0;
  top: -8px;
}

.waisal-cms-faq details[open] summary:after {
  content: '−';
}

.waisal-cms-faq .answer {
  color: #5c7079;
  line-height: 1.9;
  padding-top: 16px;
}

.waisal-cms-form label {
  color: #314754;
  font-weight: 700;
  margin-bottom: 8px;
}

.waisal-cms-form .form-control {
  border: 1px solid #d6e1e3;
  border-radius: 10px;
  min-height: 50px;
  padding: 12px 15px;
}

.waisal-cms-form textarea.form-control {
  min-height: 145px;
}

.waisal-cms-alert {
  border-radius: 12px;
  padding: 15px 18px;
  margin-bottom: 22px;
  font-weight: 700;
}

.waisal-cms-alert.success {
  background: #e3f5ec;
  color: #1d7249;
}

.waisal-cms-alert.error {
  background: #fff0ee;
  color: #b5453c;
}

.waisal-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.waisal-blog-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.waisal-blog-card .blog-body {
  padding: 25px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.waisal-blog-card .blog-body h3 {
  font-size: 22px;
  line-height: 1.45;
}

.waisal-blog-card .blog-body p {
  color: #647780;
  line-height: 1.75;
}

.waisal-blog-card .blog-body .read-more {
  color: #597685;
  font-weight: 800;
  margin-top: auto;
}

.waisal-empty {
  text-align: center;
  color: #677981;
  background: #fff;
  border-radius: 16px;
  padding: 38px;
  border: 1px dashed #cbd8db;
}

.waisal-cms-site .tj-footer-section {
  margin-top: 0;
}

.waisal-packages-filter {
  align-items: end;
  background: #fff;
  border: 1px solid #d6e3e7;
  border-radius: 22px;
  box-shadow: 0 22px 46px rgba(33, 58, 69, .1);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(250px, 1.35fr) repeat(4, minmax(150px, 1fr)) minmax(150px, .75fr);
  margin: 0 0 58px;
  padding: 31px 36px 35px;
}

.waisal-packages-filter-heading {
  display: grid;
  gap: 5px;
  padding-inline-end: 12px;
}

.waisal-packages-filter-heading strong {
  color: #203440;
  font-size: clamp(22px, 1.45vw, 30px);
  font-weight: 800;
  line-height: 1.2;
}

.waisal-packages-filter-heading span {
  color: #71828a;
  font-size: 16px;
  line-height: 1.7;
}

.waisal-packages-filter label {
  color: #405965;
  display: grid;
  font-size: 17px;
  font-weight: 800;
  gap: 14px;
  margin: 0;
  text-align: center;
}

.waisal-packages-filter select,
.waisal-packages-filter .nice-select {
  appearance: auto;
  background: #fff;
  border: 1px solid #cbd7dc;
  border-radius: 9px;
  color: #314754;
  cursor: pointer;
  direction: inherit;
  float: none;
  font-family: 'Tajawal', sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 67px;
  line-height: 65px;
  min-width: 0;
  padding: 0 17px;
  position: relative;
  text-align: start;
  width: 100%;
}

.waisal-packages-filter select:focus,
.waisal-packages-filter .nice-select:focus,
.waisal-packages-filter .nice-select.open {
  border-color: #597685;
  box-shadow: 0 0 0 3px rgba(89, 118, 133, .12);
  outline: 0;
}

.waisal-packages-filter .nice-select.open {
  z-index: 30;
}

.waisal-packages-filter .nice-select::after {
  border-color: #77878e;
  height: 8px;
  inset-inline-end: 22px;
  margin-top: -5px;
  width: 8px;
}

.waisal-packages-filter .nice-select .list {
  background: #fff;
  border: 1px solid #cbd7dc;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(33, 58, 69, .18);
  direction: inherit;
  margin-top: 9px;
  max-height: 280px;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: start;
  width: 100%;
  z-index: 40;
}

.waisal-packages-filter .nice-select .option {
  color: #314754;
  font-family: 'Tajawal', sans-serif;
  font-size: 16px;
  line-height: 46px;
  min-height: 46px;
  padding: 0 17px;
}

.waisal-packages-filter .nice-select .option:hover,
.waisal-packages-filter .nice-select .option.focus,
.waisal-packages-filter .nice-select .option.selected.focus {
  background: #e8f0f2;
  color: #415c6b;
}

body.rtl-arabic .waisal-packages-filter .nice-select,
body.rtl-arabic .waisal-packages-filter .nice-select .list,
body.rtl-arabic .waisal-packages-filter .nice-select .option {
  text-align: right;
}

.waisal-packages-filter button {
  align-items: center;
  background: #597685;
  border: 0;
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-family: 'Tajawal', sans-serif;
  font-size: 20px;
  font-weight: 800;
  gap: 13px;
  height: 67px;
  justify-content: center;
  min-width: 150px;
  padding: 0 22px;
  transition: .2s ease;
}

.waisal-packages-filter button:hover {
  background: #415c6b;
  transform: translateY(-1px);
}

.waisal-home-cms .waisal-home-journey-link {
  background: #fff;
  border: 1px solid #dbe5e7;
  border-radius: 14px;
  color: #314754;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 102px;
  padding: 20px 24px;
  box-shadow: 0 10px 24px rgba(34, 58, 70, .06);
  transition: .2s ease;
}

.waisal-home-cms .waisal-home-journey-link:hover {
  border-color: #597685;
  transform: translateY(-3px);
}

.waisal-home-cms .waisal-home-journey-link i {
  color: #597685;
  font-size: 28px;
}

.waisal-home-cms .waisal-home-journey-link span {
  display: grid;
  gap: 5px;
  flex: 1;
}

.waisal-home-cms .waisal-home-journey-link strong {
  font-size: 18px;
}

.waisal-home-cms .waisal-home-journey-link small {
  color: #71828a;
  font-size: 14px;
}

.waisal-home-cms .waisal-home-journey-link b {
  color: #597685;
  font-size: 22px;
}

.waisal-about-hero {
  background-color: #102b34;
  background-image: none;
  background-position: center;
}

.waisal-about-hero:before {
  background: linear-gradient(180deg, rgba(9, 20, 26, .08), rgba(9, 20, 26, .2));
}

.waisal-about-main {
  background: #f7fafb;
  padding: 110px 0 92px;
}

.waisal-section-kicker {
  color: #597685;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.waisal-about-copy {
  max-width: 620px;
}

.waisal-about-copy h2, .waisal-about-principles-heading h2 {
  color: #203440;
  font-size: clamp(30px, 3.4vw, 47px);
  line-height: 1.22;
  margin-bottom: 22px;
}

.waisal-about-copy .waisal-cms-content {
  margin-bottom: 29px;
}

.waisal-about-image-wrap {
  min-height: 475px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  box-shadow: 0 25px 55px rgba(32, 52, 64, .18);
}

.waisal-about-image-wrap:after {
  background: linear-gradient(180deg, transparent 45%, rgba(25, 42, 49, .72));
  content: '';
  inset: 0;
  position: absolute;
}

.waisal-about-image-wrap img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.waisal-about-image-note {
  bottom: 29px;
  color: #fff;
  display: grid;
  gap: 4px;
  inset-inline: 30px;
  position: absolute;
  z-index: 1;
}

.waisal-about-image-note strong {
  font-size: 22px;
}

.waisal-about-image-note span {
  color: #edf5f6;
  font-size: 15px;
}

.waisal-about-highlights-section {
  background: #203440;
  padding: 72px 0;
}

.waisal-about-highlight {
  border-inline-start: 1px solid rgba(216, 233, 236, .22);
  color: #d6e5e8;
  min-height: 166px;
  padding: 5px 28px;
}

.waisal-about-highlight>span, .waisal-about-principle>span {
  color: #91b0b9;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 13px;
}

.waisal-about-highlight h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.waisal-about-highlight p {
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}

.waisal-about-principles {
  background: #fff;
  padding: 105px 0 112px;
}

.waisal-about-principles-heading {
  margin-bottom: 36px;
  max-width: 660px;
}

.waisal-about-principle {
  background: #f7fafb;
  border: 1px solid #e2eaeb;
  border-radius: 17px;
  height: 100%;
  padding: 29px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.waisal-about-principle:hover {
  box-shadow: 0 18px 35px rgba(34, 58, 70, .11);
  transform: translateY(-4px);
}

.waisal-about-principle h3 {
  color: #203440;
  font-size: 23px;
  margin-bottom: 12px;
}

.waisal-about-principle p {
  color: #617681;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}

.waisal-page-hero {
  background-image: linear-gradient(90deg, rgba(17, 41, 50, .74) 0%, rgba(17, 41, 50, .45) 50%, rgba(17, 41, 50, .22) 100%), var(--waisal-hero-image);
}

.waisal-page-hero:before {
  background: linear-gradient(180deg, rgba(9, 20, 26, .08), rgba(9, 20, 26, .2));
}

.waisal-contact-main, .waisal-faq-main, .waisal-blog-main {
  background: #f7fafb;
  padding: 105px 0 112px;
}

.waisal-contact-intro {
  margin: 0 auto 34px;
  max-width: 880px;
  text-align: center;
}

.waisal-contact-details {
  background: #203440;
  color: #dce9eb;
  height: 100%;
  overflow: hidden;
  padding: 42px;
  position: relative;
}

.waisal-contact-details:after {
  border: 1px solid rgba(202, 223, 226, .14);
  border-radius: 50%;
  content: '';
  height: 330px;
  inset: auto -120px -150px auto;
  position: absolute;
  width: 330px;
}

.waisal-contact-details .waisal-section-kicker {
  color: #a5c3cb;
}

.waisal-contact-details h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.28;
  margin-bottom: 17px;
  position: relative;
  z-index: 1;
}

.waisal-contact-details>p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.waisal-contact-list {
  display: grid;
  gap: 13px;
  position: relative;
  z-index: 1;
}

.waisal-contact-list>a, .waisal-contact-list>div {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 14px;
  padding: 12px 0;
}

.waisal-contact-list i {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: #b9d6dc;
  display: flex;
  flex: 0 0 42px;
  font-size: 17px;
  height: 42px;
  justify-content: center;
}

.waisal-contact-list span {
  display: grid;
  gap: 3px;
}

.waisal-contact-list small {
  color: #a9c1c6;
  font-size: 12px;
}

.waisal-contact-list strong {
  font-size: 15px;
  font-weight: 700;
}

.waisal-contact-form-card {
  background: #fff;
  border: 1px solid #e0e8e9;
  box-shadow: 0 20px 42px rgba(36, 59, 71, .09);
  height: 100%;
  padding: 42px;
}

.waisal-contact-form-card h2 {
  color: #203440;
  font-size: 32px;
  margin-bottom: 8px;
}

.waisal-contact-form-card>p {
  color: #71828a;
  margin-bottom: 28px;
}

.waisal-contact-form-card .form-control {
  background: #fbfcfc;
}

.waisal-faq-aside {
  background: #fff;
  border: 1px solid #e0e8e9;
  box-shadow: 0 18px 40px rgba(36, 59, 71, .08);
  padding: 36px;
  position: sticky;
  top: 115px;
}

.waisal-faq-aside h2 {
  color: #203440;
  font-size: 31px;
  line-height: 1.3;
  margin-bottom: 17px;
}

.waisal-faq-aside p {
  color: #647780;
  line-height: 1.9;
  margin-bottom: 28px;
}

.waisal-faq-call {
  border-top: 1px solid #e2eaeb;
  display: grid;
  gap: 6px;
  margin-top: 30px;
  padding-top: 24px;
}

.waisal-faq-call span {
  color: #71828a;
  font-size: 13px;
}

.waisal-faq-call a {
  color: #597685;
  font-size: 19px;
  font-weight: 800;
}

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

.waisal-faq-list details {
  background: #fff;
  border: 1px solid #dce6e7;
  box-shadow: 0 8px 18px rgba(36, 59, 71, .03);
  transition: border .2s, box-shadow .2s;
}

.waisal-faq-list details[open] {
  border-color: #aabfc6;
  box-shadow: 0 16px 31px rgba(36, 59, 71, .09);
}

.waisal-faq-list summary {
  align-items: center;
  color: #203440;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  gap: 16px;
  list-style: none;
  padding: 24px;
}

.waisal-faq-list summary::-webkit-details-marker {
  display: none;
}

.waisal-faq-list summary>span {
  color: #597685;
  font-size: 12px;
  letter-spacing: .08em;
}

.waisal-faq-list summary i {
  color: #597685;
  font-size: 17px;
  margin-inline-start: auto;
  transition: transform .2s ease;
}

.waisal-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.waisal-faq-list .answer {
  border-top: 1px solid #e9eeee;
  color: #62747d;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 24px;
  padding: 20px 0 25px;
}

.waisal-blog-heading {
  margin-bottom: 42px;
  max-width: 720px;
}

.waisal-blog-heading h2 {
  color: #203440;
  font-size: clamp(30px, 3.5vw, 44px);
  margin-bottom: 15px;
}

.waisal-blog-heading p {
  color: #667982;
  font-size: 17px;
  line-height: 1.85;
  margin: 0;
}

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

.waisal-blog-load-more {
  display: grid;
  justify-items: center;
  margin-top: 42px;
}

.waisal-blog-load-more button {
  background: #597685;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font: inherit;
  font-weight: 800;
  min-height: 51px;
  min-width: 180px;
  padding: 0 28px;
  transition: background .2s ease, transform .2s ease;
}

.waisal-blog-load-more button:hover:not(:disabled) {
  background: #415c6b;
  transform: translateY(-2px);
}

.waisal-blog-load-more button:disabled {
  cursor: wait;
  opacity: .65;
}

.waisal-blog-load-more span {
  color: #647781;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}

.waisal-article-card {
  background: #fff;
  border: 1px solid #e1e9ea;
  box-shadow: 0 14px 32px rgba(36, 59, 71, .07);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.waisal-article-card:hover {
  box-shadow: 0 22px 43px rgba(36, 59, 71, .13);
  transform: translateY(-5px);
}

.waisal-article-image {
  background: #dce7e8;
  display: block;
  overflow: hidden;
}

.waisal-article-image img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.waisal-article-card:hover .waisal-article-image img {
  transform: scale(1.05);
}

.waisal-article-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.waisal-article-body time {
  align-items: center;
  color: #71828a;
  display: flex;
  font-size: 13px;
  gap: 8px;
  margin-bottom: 13px;
}

.waisal-article-body time i {
  color: #597685;
}

.waisal-article-body h3 {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.waisal-article-body h3 a {
  color: #203440;
}

.waisal-article-body p {
  color: #657780;
  line-height: 1.8;
  margin-bottom: 19px;
}

.waisal-article-link {
  align-items: center;
  color: #597685;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  margin-top: auto;
}

.waisal-article-link:hover {
  color: #314754;
}

.waisal-faq-tabs {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}

.waisal-faq-tabs a {
  align-items: center;
  background: #f5f8f8;
  border: 1px solid #dce6e7;
  border-radius: 8px;
  color: #58707a;
  display: flex;
  font-weight: 700;
  gap: 12px;
  justify-content: space-between;
  min-height: 54px;
  padding: 13px 17px;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.waisal-faq-tabs a:hover {
  background: #fff;
  border-color: #9cb2ba;
  color: #597685;
  box-shadow: 0 8px 18px rgba(36, 59, 71, .08);
  transform: translateY(-1px);
}

.waisal-faq-tabs a.is-active {
  background: #597685;
  border-color: #597685;
  box-shadow: 0 10px 20px rgba(89, 118, 133, .25);
  color: #fff;
}

.waisal-faq-tabs a i {
  font-size: 17px;
}

.waisal-faq-tabs a.is-active i {
  color: #fff;
}

.waisal-visa-main {
  background: #f7fafb;
  padding: 105px 0 112px;
}

.waisal-visa-heading {
  margin-bottom: 35px;
  max-width: 750px;
}

.waisal-visa-heading h2 {
  color: #203440;
  font-size: clamp(30px, 3.5vw, 44px);
  margin-bottom: 14px;
}

.waisal-visa-heading p {
  color: #667982;
  font-size: 17px;
  line-height: 1.85;
  margin: 0;
}

.waisal-legacy-rich-text {
  background: #fff;
  border: 1px solid #e0e8e9;
  box-shadow: 0 18px 40px rgba(36, 59, 71, .08);
  color: #50656e;
  font-size: 17px;
  line-height: 1.95;
  padding: 42px;
}

.waisal-legacy-rich-text h1, .waisal-legacy-rich-text h2, .waisal-legacy-rich-text h3, .waisal-legacy-rich-text h4 {
  color: #203440;
  line-height: 1.35;
  margin: 22px 0 14px;
}

.waisal-legacy-rich-text h1:first-child, .waisal-legacy-rich-text h2:first-child, .waisal-legacy-rich-text h3:first-child, .waisal-legacy-rich-text h4:first-child {
  margin-top: 0;
}

.waisal-legacy-rich-text p {
  margin-bottom: 18px;
}

.waisal-legacy-rich-text ul, .waisal-legacy-rich-text ol {
  margin: 0 0 20px;
  padding-inline-start: 25px;
}

.waisal-legacy-rich-text li {
  margin-bottom: 9px;
}

.waisal-legacy-rich-text a {
  color: #597685;
  font-weight: 800;
  text-decoration: underline;
}

.waisal-legacy-rich-text img {
  border-radius: 14px;
  height: auto !important;
  margin: 10px;
  max-width: calc(100% - 20px) !important;
  object-fit: contain;
  width: auto !important;
}

.waisal-legacy-rich-text table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  overflow-x: auto;
}

.waisal-legacy-rich-text td, .waisal-legacy-rich-text th {
  border: 1px solid #dce6e7;
  padding: 10px;
}

.waisal-article-rich-text {
  color: #394f5a;
  font-size: 18px;
  line-height: 2;
}

.waisal-article-rich-text h1, .waisal-article-rich-text h2, .waisal-article-rich-text h3, .waisal-article-rich-text h4, .waisal-article-rich-text h5, .waisal-article-rich-text h6 {
  color: #203440;
  line-height: 1.45;
  margin: 30px 0 16px;
}

.waisal-article-rich-text p, .waisal-article-rich-text div {
  margin: 0 0 20px;
}

.waisal-article-rich-text ul, .waisal-article-rich-text ol {
  margin: 0 0 22px;
  padding-inline-start: 30px;
}

.waisal-article-rich-text li {
  margin-bottom: 8px;
}

.waisal-article-rich-text hr {
  border: 0;
  border-top: 1px solid #dce6e7;
  margin: 30px 0;
}

.waisal-article-rich-text blockquote {
  border-inline-start: 4px solid #597685;
  color: #526a75;
  font-weight: 700;
  margin: 24px 0;
  padding: 12px 20px;
}

.waisal-article-rich-text a {
  color: #597685;
  font-weight: 800;
  text-decoration: underline;
}

.waisal-article-rich-text img, .waisal-article-rich-text table {
  height: auto !important;
  max-width: 100% !important;
}

.waisal-article-rich-text img {
  border-radius: 14px;
  display: block;
  margin: 22px auto;
}

.waisal-article-rich-text table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 22px;
  overflow-x: auto;
}

.waisal-article-rich-text td, .waisal-article-rich-text th {
  border: 1px solid #dce6e7;
  padding: 10px;
}

body.waisal-ltr .header-right-item {
  margin-left: auto;
}

body.waisal-ltr .mainmenu ul li {
  margin-right: 0;
  margin-left: 28px;
}

@media (max-width: 991px) {
  .waisal-cms-site .header-area {
    padding: 0;
  }

  .waisal-cms-main {
    padding-top: 125px;
  }

  .waisal-cms-hero {
    min-height: 360px;
    padding: 150px 0 72px;
    background-position: 60% center;
  }
}

@media (max-width: 991px) {
  .waisal-about-main {
    padding: 78px 0;
  }

  .waisal-about-image-wrap {
    min-height: 390px;
  }

  .waisal-about-highlights-section {
    padding: 54px 0;
  }

  .waisal-about-highlight {
    border-bottom: 1px solid rgba(216, 233, 236, .22);
    border-inline-start: 0;
    min-height: auto;
    padding: 22px 0;
  }

  .waisal-about-principles {
    padding: 78px 0;
  }
}

@media (max-width: 991px) {
  .waisal-contact-main, .waisal-faq-main, .waisal-blog-main {
    padding: 76px 0;
  }

  .waisal-contact-details, .waisal-contact-form-card {
    padding: 31px;
  }

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

  .waisal-faq-aside {
    position: static;
  }
}

@media (max-width: 991px) {
  .waisal-visa-main {
    padding: 76px 0;
  }

  .waisal-legacy-rich-text {
    padding: 29px;
  }
}

@media (max-width: 1199px) {
  .waisal-packages-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 27px;
  }

  .waisal-packages-filter-heading {
    grid-column: 1 / -1;
  }

  .waisal-packages-filter button {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .waisal-blog-grid {
    grid-template-columns: 1fr;
  }

  .waisal-packages-filter {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 22px 18px;
  }

  .waisal-packages-filter-heading {
    grid-column: auto;
  }

  .waisal-packages-filter-heading span {
    font-size: 14px;
  }
}

.waisal-about-process {
  background: #edf3f3;
  padding: 98px 0;
}

.waisal-about-process-intro {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.waisal-about-process-intro span {
  color: #597685;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}

.waisal-about-process-intro p {
  color: #50656e;
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
  max-width: 560px;
}

.waisal-about-process-card {
  background: #fff;
  border-bottom: 4px solid #91adb7;
  box-shadow: 0 14px 30px rgba(40, 64, 73, .08);
  display: grid;
  gap: 25px;
  grid-template-columns: auto 1fr;
  height: 100%;
  min-height: 215px;
  padding: 31px;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease;
}

.waisal-about-process-card:before {
  background: #597685;
  content: '';
  height: 47px;
  inset: 0 auto auto 0;
  position: absolute;
  width: 4px;
}

.waisal-about-process-card:hover {
  box-shadow: 0 23px 40px rgba(40, 64, 73, .14);
  transform: translateY(-6px);
}

.waisal-about-process-number {
  -webkit-text-stroke: 1px #597685;
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: 1;
}

.waisal-about-process-card h3 {
  color: #203440;
  font-size: 22px;
  margin: 1px 0 11px;
}

.waisal-about-process-card p {
  color: #657780;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.waisal-about-values {
  background: #18313c;
  overflow: hidden;
  padding: 112px 0;
  position: relative;
}

.waisal-about-values:before, .waisal-about-values:after {
  border: 1px solid rgba(181, 209, 214, .11);
  border-radius: 50%;
  content: '';
  position: absolute;
}

.waisal-about-values:before {
  height: 500px;
  inset: -290px -150px auto auto;
  width: 500px;
}

.waisal-about-values:after {
  height: 360px;
  inset: auto auto -230px -110px;
  width: 360px;
}

.waisal-about-values .container {
  position: relative;
  z-index: 1;
}

.waisal-about-values-heading {
  border-inline-start: 3px solid #9ebcc4;
  margin-bottom: 44px;
  padding-inline-start: 22px;
}

.waisal-about-values-heading span {
  color: #aec7cc;
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.waisal-about-values-heading h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.22;
  margin: 0;
  max-width: 720px;
}

.waisal-about-values-heading i {
  background: #d7a858;
  display: block;
  height: 4px;
  margin-top: 23px;
  width: 70px;
}

.waisal-about-value-card {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(222, 238, 241, .2);
  color: #dce9eb;
  height: 100%;
  padding: 31px;
  transition: background .22s ease, transform .22s ease;
}

.waisal-about-value-card:hover {
  background: rgba(255, 255, 255, .11);
  transform: translateY(-5px);
}

.waisal-about-value-card>span {
  color: #d7a858;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 43px;
}

.waisal-about-value-card h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 14px;
}

.waisal-about-value-card p {
  font-size: 16px;
  line-height: 1.95;
  margin: 0;
}

@media (max-width: 991px) {
  .waisal-about-process, .waisal-about-values {
    padding: 76px 0;
  }

  .waisal-about-process-intro {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .waisal-about-process-card {
    min-height: 0;
  }

  .waisal-about-value-card>span {
    margin-bottom: 28px;
  }
}

.waisal-transfer-card .waisal-nationality-prices strong.waisal-transfer-label {
  font-size: 20px;
  line-height: 1.25;
  padding-top: 5px;
}

.waisal-about-principles-split {
  background: #edf3f3;
  padding: 112px 0;
}

.waisal-about-principles-grid {
  background: #fff;
  box-shadow: 0 24px 55px rgba(32, 52, 64, .12);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.waisal-about-process-panel, .waisal-about-values-panel {
  padding: clamp(34px, 5vw, 68px);
}

.waisal-about-process-panel {
  background: #f9fbfb;
}

.waisal-about-process-panel .waisal-about-process-intro {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}

.waisal-about-process-panel .waisal-about-process-intro span {
  color: #597685;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}

.waisal-about-process-panel .waisal-about-process-intro p {
  color: #203440;
  font-size: clamp(23px, 2.15vw, 31px);
  font-weight: 800;
  line-height: 1.48;
  margin: 0;
  max-width: 520px;
}

.waisal-about-process-list, .waisal-about-values-list {
  display: grid;
  gap: 14px;
}

.waisal-about-process-panel .waisal-about-process-card {
  border: 1px solid #e0e9ea;
  border-bottom: 0;
  box-shadow: none;
  gap: 20px;
  min-height: 0;
  padding: 24px;
}

.waisal-about-process-panel .waisal-about-process-card:before {
  height: 100%;
}

.waisal-about-process-panel .waisal-about-process-card:hover {
  box-shadow: 0 15px 30px rgba(40, 64, 73, .1);
  transform: translateY(-3px);
}

.waisal-about-process-panel .waisal-about-process-number {
  font-size: 37px;
}

.waisal-about-process-panel .waisal-about-process-card h3 {
  font-size: 20px;
}

.waisal-about-values-panel {
  background: #18313c;
  position: relative;
}

.waisal-about-values-panel:before {
  border: 1px solid rgba(181, 209, 214, .12);
  border-radius: 50%;
  content: '';
  height: 360px;
  inset: -190px -155px auto auto;
  position: absolute;
  width: 360px;
}

.waisal-about-values-panel>* {
  position: relative;
  z-index: 1;
}

.waisal-about-values-panel .waisal-about-values-heading {
  border-inline-start-color: #9ebcc4;
  margin-bottom: 34px;
}

.waisal-about-values-panel .waisal-about-values-heading h2 {
  font-size: clamp(31px, 3.3vw, 45px);
}

.waisal-about-values-panel .waisal-about-value-card {
  align-items: flex-start;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
  padding: 24px;
}

.waisal-about-values-panel .waisal-about-value-card>span {
  margin: 4px 0 0;
}

.waisal-about-values-panel .waisal-about-value-card h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.waisal-about-values-panel .waisal-about-value-card p {
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .waisal-about-principles-split {
    padding: 76px 0;
  }

  .waisal-about-principles-grid {
    grid-template-columns: 1fr;
  }

  .waisal-about-process-panel, .waisal-about-values-panel {
    padding: 38px 28px;
  }
}

@media (max-width: 575px) {
  .waisal-about-process-panel, .waisal-about-values-panel {
    padding: 31px 20px;
  }

  .waisal-about-process-panel .waisal-about-process-card, .waisal-about-values-panel .waisal-about-value-card {
    gap: 15px;
    padding: 19px;
  }

  .waisal-about-process-panel .waisal-about-process-card {
    grid-template-columns: 54px 1fr;
  }

  .waisal-about-process-panel .waisal-about-process-number {
    font-size: 31px;
  }

  .waisal-about-process-panel .waisal-about-process-intro p {
    font-size: 22px;
  }
}

.waisal-cv-hero {
  background-position: center;
}

.waisal-cv-main {
  background: #f7fafb;
  padding: 100px 0 112px;
}

.waisal-cv-filter {
  align-items: end;
  background: #fff;
  border: 1px solid #d9e4e6;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(33, 58, 69, .08);
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  margin-bottom: 52px;
  padding: 21px;
}

.waisal-cv-filter label {
  color: #405965;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  margin: 0;
}

.waisal-cv-filter select, .waisal-cv-order-form input, .waisal-cv-order-form textarea {
  background: #f7fafb;
  border: 1px solid #d6e1e3;
  border-radius: 9px;
  color: #314754;
  font: inherit;
  min-height: 48px;
  outline: 0;
  padding: 0 12px;
  width: 100%;
}

.waisal-cv-filter select.waisal-native-filter-select {
  appearance: auto;
  cursor: pointer;
  direction: inherit;
  text-align: start;
}

.waisal-cv-filter select:focus, .waisal-cv-order-form input:focus, .waisal-cv-order-form textarea:focus {
  border-color: #597685;
  box-shadow: 0 0 0 3px rgba(89, 118, 133, .12);
}

.waisal-cv-filter button, .waisal-cv-order-form button, .waisal-cv-load-more button {
  background: #597685;
  border: 0;
  border-radius: 9px;
  color: #fff;
  font: inherit;
  font-weight: 800;
  min-height: 48px;
  padding: 0 21px;
  transition: .2s ease;
}

.waisal-cv-filter button:hover, .waisal-cv-order-form button:hover, .waisal-cv-load-more button:hover {
  background: #415c6b;
  transform: translateY(-1px);
}

.waisal-cv-results-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.waisal-cv-active-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: -30px 0 28px;
}

.waisal-cv-active-filters>span {
  color: #637780;
  font-size: 14px;
  font-weight: 800;
}

.waisal-cv-active-filters b {
  background: #e8f0f1;
  border-radius: 999px;
  color: #415c6b;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 11px;
}

.waisal-cv-active-filters a {
  color: #597685;
  font-size: 13px;
  font-weight: 800;
  margin-inline-start: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.waisal-cv-results-head span, .waisal-cv-order-panel>span {
  color: #597685;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.waisal-cv-results-head h2 {
  color: #203440;
  font-size: 27px;
  margin: 0;
}

.waisal-cv-results-head h2 b {
  color: #597685;
}

.waisal-cv-results-head>a {
  color: #597685;
  font-size: 15px;
  font-weight: 800;
}

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

.waisal-cv-worker-card {
  background: #fff;
  border: 1px solid #e0e8e9;
  box-shadow: 0 14px 30px rgba(36, 59, 71, .07);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow .22s ease, transform .22s ease;
}

.waisal-cv-worker-card:hover {
  box-shadow: 0 23px 45px rgba(36, 59, 71, .14);
  transform: translateY(-5px);
}

.waisal-cv-worker-photo {
  background: #e6eff0;
  display: block;
  overflow: hidden;
}

.waisal-cv-worker-photo img {
  aspect-ratio: 1.35 / 1;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.waisal-cv-worker-card:hover .waisal-cv-worker-photo img {
  transform: scale(1.04);
}

.waisal-cv-worker-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.waisal-cv-worker-body>span {
  color: #597685;
  font-size: 13px;
  font-weight: 800;
}

.waisal-cv-worker-body h3 {
  color: #203440;
  font-size: 21px;
  line-height: 1.45;
  margin: 7px 0 17px;
  overflow-wrap: anywhere;
}

.waisal-cv-worker-body dl, .waisal-cv-summary dl {
  border-top: 1px solid #e7eeee;
  display: grid;
  gap: 9px;
  margin: 0;
  padding-top: 15px;
}

.waisal-cv-worker-body dl>div, .waisal-cv-summary dl>div {
  align-items: baseline;
  display: flex;
  gap: 9px;
  justify-content: space-between;
}

.waisal-cv-worker-body dt, .waisal-cv-summary dt {
  color: #7a8c93;
  font-size: 13px;
  font-weight: 500;
}

.waisal-cv-worker-body dd, .waisal-cv-summary dd {
  color: #314754;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  text-align: end;
}

.waisal-cv-worker-prices {
  border-top: 1px solid #e7eeee;
  display: grid;
  gap: 7px;
  margin-top: 16px;
  padding-top: 14px;
}

.waisal-cv-worker-prices span {
  align-items: baseline;
  color: #71828a;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}

.waisal-cv-worker-prices strong {
  color: #203440;
  font-size: 14px;
}

.waisal-cv-worker-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: auto;
  padding-top: 20px;
}

.waisal-cv-worker-actions a, .waisal-cv-toolbar a, .waisal-cv-toolbar button {
  align-items: center;
  border: 1px solid #b9cbcf;
  color: #415c6b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 41px;
  padding: 0 8px;
  text-align: center;
}

.waisal-cv-worker-actions a.is-primary, .waisal-cv-toolbar .is-primary {
  background: #597685;
  border-color: #597685;
  color: #fff;
}

.waisal-cv-load-more {
  display: grid;
  justify-content: center;
  margin-top: 36px;
  text-align: center;
}

.waisal-cv-load-more span {
  color: #71828a;
  font-size: 13px;
  margin-top: 11px;
}

.waisal-cv-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 28px;
}

.waisal-cv-toolbar button {
  background: #fff;
  cursor: pointer;
}

.waisal-cv-toolbar a {
  padding: 0 16px;
}

.waisal-cv-detail-main .cv-certificate-fit {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  overflow: auto;
  padding: 12px 0 55px;
}

.waisal-cv-summary {
  background: #fff;
  border: 1px solid #e0e8e9;
  box-shadow: 0 18px 36px rgba(36, 59, 71, .08);
  height: max-content;
  overflow: hidden;
  padding-bottom: 25px;
}

.waisal-cv-summary>img {
  aspect-ratio: 1.3 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.waisal-cv-summary h2, .waisal-cv-summary p, .waisal-cv-summary dl {
  margin-inline: 25px;
}

.waisal-cv-summary h2 {
  color: #203440;
  font-size: 24px;
  margin-top: 23px;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
}

.waisal-cv-summary>p {
  color: #71828a;
  font-size: 14px;
  margin-bottom: 20px;
}

.waisal-cv-video-layout, .waisal-cv-order-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr);
}

.waisal-cv-video-main {
  background: #203440;
  display: flex;
  min-height: 248px;
  padding: 18px;
}

.waisal-cv-video-main .waisal-empty {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  margin: 0;
}

.waisal-cv-video-main video {
  align-self: center;
  display: block;
  max-width: 100%;
  width: 100%;
}

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

.waisal-cv-order-panel {
  background: #fff;
  border: 1px solid #e0e8e9;
  box-shadow: 0 18px 36px rgba(36, 59, 71, .08);
  padding: 34px;
}

.waisal-cv-order-panel h2 {
  color: #203440;
  font-size: 29px;
  line-height: 1.35;
  margin: 0 0 24px;
}

.waisal-cv-order-form {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.waisal-cv-order-form label {
  color: #405965;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.waisal-cv-order-form textarea {
  min-height: 126px;
  padding: 12px;
  resize: vertical;
}

.waisal-cv-order-form .is-wide, .waisal-cv-order-form button {
  grid-column: 1 / -1;
}

.waisal-cv-alert {
  border: 1px solid;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 18px;
  padding: 13px 15px;
}

.waisal-cv-alert.is-error {
  background: #fff4f3;
  border-color: #efc7c2;
  color: #92382e;
}

.waisal-cv-alert.is-success {
  background: #eff9f4;
  border-color: #b9e0ca;
  color: #287248;
}

.waisal-cv-worker-card, .waisal-cv-summary {
  position: relative;
}

.waisal-cv-brand-mark {
  align-items: center;
  background: #fff;
  border: 1px solid #e1eaeb;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(32, 52, 64, .12);
  display: flex;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 18px;
  width: 58px;
  z-index: 2;
}

.waisal-cv-worker-card .waisal-cv-brand-mark {
  inset-inline-start: 18px;
}

.waisal-cv-summary .waisal-cv-brand-mark {
  inset-inline-start: 22px;
  top: 22px;
}

.waisal-cv-brand-mark img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.waisal-cv-worker-grid.is-reference-grid {
  padding-top: 62px;
}

.waisal-cv-worker-card.is-reference {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(32, 52, 64, .1);
  min-height: 580px;
  overflow: visible;
}

.waisal-cv-worker-card.is-reference:hover {
  box-shadow: 0 24px 48px rgba(32, 52, 64, .16);
  transform: translateY(-5px);
}

.waisal-cv-worker-card.is-reference .waisal-cv-brand-mark {
  background: #f4f5f5;
  border: 0;
  height: 116px;
  inset-inline-start: 50%;
  top: -60px;
  transform: translateX(50%);
  width: 116px;
}

.waisal-cv-worker-card.is-reference .waisal-cv-brand-mark img {
  height: 100%;
  max-width: none;
  width: 100%;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-body {
  padding: 82px 10px 40px 10px;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-body h3 {
  color: #17212b;
  font-family: Arial, sans-serif;
  font-size: clamp(19px, 1.65vw, 27px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 28px;
  min-height: 58px;
  text-align: center;
  text-transform: uppercase;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-body dl {
  border: 0;
  gap: 0;
  padding: 0;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-body dl>div {
  border-bottom: 1px solid #edf0f1;
  padding: 5px 0;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-body dt {
  color: #98a2aa;
  font-size: 16px;
  font-weight: 700;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-body dd {
  color: #1a2129;
  font-size: 17px;
  font-weight: 800;
  text-align: start;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-prices {
  background: #f5f7f8;
  border: 0;
  border-radius: 12px;
  gap: 18px;
  margin-top: 23px;
  padding: 10px 20px;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-prices span {
  color: #8d989f;
  font-size: 16px;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-prices strong {
  color: #0c4f9a;
  font-size: 18px;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-actions {
  gap: 13px;
  margin-top: 22px;
  padding: 0;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-actions a {
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  min-height: 48px;

}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-actions .is-primary {
  background: #1474df;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-actions .is-cv {
  background: #597685;
}

.waisal-cv-worker-card.is-reference .waisal-cv-worker-actions .is-video {
  background: #ef4766;
}

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

  .waisal-cv-filter button {
    grid-column: 1 / -1;
  }

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

@media (max-width: 991px) {
  .waisal-cv-main {
    padding: 76px 0;
  }

  .waisal-cv-video-layout, .waisal-cv-order-layout {
    grid-template-columns: 1fr;
  }

  .waisal-cv-order-layout .waisal-cv-summary {
    order: 2;
  }
}

@media (max-width: 575px) {
  .waisal-cv-filter, .waisal-cv-worker-grid, .waisal-cv-order-form {
    grid-template-columns: 1fr;
  }

  .waisal-cv-filter button {
    grid-column: auto;
  }

  .waisal-cv-results-head {
    align-items: start;
    flex-direction: column;
    gap: 11px;
  }

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

  .waisal-cv-order-panel {
    padding: 25px 20px;
  }

  .waisal-cv-toolbar {
    align-items: stretch;
  }

  .waisal-cv-toolbar a, .waisal-cv-toolbar button {
    flex: 1 1 140px;
  }
}

/* Order tracking and business requests */
.waisal-order-main, .waisal-business-main {
  background: #f7fafb;
  padding: 100px 0 112px;
}

.waisal-order-search-card, .waisal-business-form-card, .waisal-business-info-card {
  background: #fff;
  border: 1px solid #dfe9ea;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(36, 59, 71, .08);
}

.waisal-order-search-card {
  margin: 0 auto 42px;
  max-width: 850px;
  padding: 38px;
  text-align: center;
}

.waisal-order-search-card h2, .waisal-business-form-card h2, .waisal-business-info-card h2, .waisal-order-summary h2, .waisal-order-timeline-card h2 {
  color: #203440;
}

.waisal-order-search-card h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-bottom: 10px;
}

.waisal-order-search-card>p, .waisal-business-form-card>p {
  color: #687b83;
  line-height: 1.8;
  margin: 0 auto 27px;
  max-width: 610px;
}

.waisal-order-search-form {
  display: grid;
  gap: 8px;
  margin: auto;
  max-width: 680px;
  text-align: start;
}

.waisal-order-search-form>label, .waisal-business-form label, .waisal-business-note {
  color: #314754;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  margin: 0;
}

.waisal-order-search-form>div {
  display: flex;
  gap: 11px;
}

.waisal-order-search-form input, .waisal-business-form input, .waisal-business-form textarea {
  background: #fbfcfc;
  border: 1px solid #d6e1e3;
  border-radius: 9px;
  color: #314754;
  font: inherit;
  min-height: 50px;
  outline: 0;
  padding: 0 14px;
  width: 100%;
}

.waisal-business-form textarea {
  min-height: 132px;
  padding: 13px 14px;
  resize: vertical;
}

.waisal-order-search-form input:focus, .waisal-business-form input:focus, .waisal-business-form textarea:focus {
  border-color: #597685;
  box-shadow: 0 0 0 3px rgba(89, 118, 133, .12);
}

.waisal-order-search-form button, .waisal-business-submit {
  align-items: center;
  background: #597685;
  border: 0;
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  transition: background-color .2s ease, transform .2s ease;
}

.waisal-order-search-form button:hover, .waisal-business-submit:hover {
  background: #415c6b;
  transform: translateY(-1px);
}

.waisal-order-message {
  margin: -16px auto 36px;
  max-width: 850px;
}

.waisal-order-result {
  display: grid;
  gap: 25px;
  grid-template-columns: minmax(270px, 340px) minmax(0, 1fr);
}

.waisal-order-summary, .waisal-order-timeline-card {
  background: #fff;
  border: 1px solid #dfe9ea;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(36, 59, 71, .06);
  padding: 32px;
}

.waisal-order-summary h2, .waisal-order-timeline-card h2 {
  font-size: 25px;
  line-height: 1.35;
  margin-bottom: 26px;
}

.waisal-order-summary dl {
  display: grid;
  margin: 0 0 25px;
}

.waisal-order-summary dl>div {
  border-bottom: 1px solid #edf1f2;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 13px 0;
}

.waisal-order-summary dt {
  color: #7a8a91;
  font-weight: 600;
}

.waisal-order-summary dd {
  color: #203440;
  font-weight: 800;
  margin: 0;
  text-align: end;
}

.waisal-order-cv-link, .waisal-order-help-link, .waisal-business-info-card>a {
  align-items: center;
  color: #597685;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
}

.waisal-order-cv-link {
  background: #e9f1f2;
  border-radius: 9px;
  justify-content: center;
  min-height: 48px;
  width: 100%;
}

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

.waisal-order-timeline li {
  display: flex;
  gap: 15px;
  position: relative;
}

.waisal-order-timeline li:not(:last-child):before {
  background: #d6e3e5;
  content: '';
  height: calc(100% + 23px);
  inset-inline-start: 14px;
  position: absolute;
  top: 28px;
  width: 1px;
}

.waisal-order-timeline li>span {
  align-items: center;
  background: #597685;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 29px;
  height: 29px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.waisal-order-timeline h3 {
  color: #203440;
  font-size: 18px;
  margin: 3px 0 4px;
}

.waisal-order-timeline time, .waisal-order-timeline p {
  color: #71828a;
  display: block;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.waisal-order-help-link {
  margin-top: 28px;
}

.waisal-business-form-card, .waisal-business-info-card {
  padding: 35px;
}

.waisal-business-jobs {
  border-top: 1px solid #e5edef;
  display: grid;
  gap: 14px;
  margin-top: 29px;
  padding-top: 27px;
}

.waisal-business-jobs-heading {
  display: grid;
  gap: 3px;
}

.waisal-business-jobs-heading span {
  color: #203440;
  font-size: 18px;
  font-weight: 800;
}

.waisal-business-jobs-heading small {
  color: #71828a;
}

.waisal-business-job-row {
  background: #f7fafb;
  border: 1px solid #e0e9eb;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 17px;
  position: relative;
}

.waisal-business-job-row label:first-child, .waisal-business-job-row label:last-of-type {
  grid-column: span 2;
}

.waisal-business-job-row input {
  background: #fff;
  min-height: 45px;
}

.waisal-business-remove {
  align-items: center;
  background: #fff1f2;
  border: 0;
  border-radius: 8px;
  color: #c64558;
  display: inline-flex;
  height: 35px;
  justify-content: center;
  justify-self: end;
  position: absolute;
  top: 12px;
  width: 35px;
}

.waisal-business-remove:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.waisal-business-add {
  background: transparent;
  border: 1px dashed #8ea6ad;
  border-radius: 9px;
  color: #597685;
  font: inherit;
  font-weight: 800;
  margin-top: 15px;
  min-height: 48px;
  padding: 0 18px;
}

.waisal-business-add i {
  margin-inline-end: 6px;
}

.waisal-business-note {
  margin-top: 24px;
}

.waisal-business-submit {
  margin-top: 23px;
}

.waisal-business-info-card {
  position: sticky;
  top: 115px;
}

.waisal-business-info-card h2 {
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 23px;
}

.waisal-business-info-card ul {
  display: grid;
  gap: 17px;
  list-style: none;
  margin: 0 0 29px;
  padding: 0;
}

.waisal-business-info-card li {
  align-items: flex-start;
  color: #667982;
  display: flex;
  gap: 10px;
  line-height: 1.7;
}

.waisal-business-info-card li i {
  color: #597685;
  font-size: 17px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .waisal-order-main, .waisal-business-main {
    padding: 76px 0;
  }

  .waisal-order-result {
    grid-template-columns: 1fr;
  }

  .waisal-business-info-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .waisal-business-job-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .waisal-order-search-card, .waisal-order-summary, .waisal-order-timeline-card, .waisal-business-form-card, .waisal-business-info-card {
    padding: 25px 20px;
  }

  .waisal-order-search-form>div {
    align-items: stretch;
    flex-direction: column;
  }

  .waisal-business-job-row {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }

  .waisal-business-job-row label:first-child, .waisal-business-job-row label:last-of-type {
    grid-column: auto;
  }
}

/* Homepage nationality cards -------------------------------------------------
   The information remains database-driven; this layer only gives each city
   card the compact Waisal recruitment presentation used on the homepage. */
body.waisal-home-cms .waisal-nationalities-grid {
  --waisal-card-navy: #062b45;
  --waisal-card-navy-deep: #031f35;
  --waisal-card-gold: #b99b63;
  align-items: stretch;
}

body.waisal-home-cms .waisal-nationalities-grid>[class*='col-'] {
  display: flex;
}

body.waisal-home-cms .waisal-nationality-card {
  background: #fff;
  border: 1px solid rgba(10, 40, 60, .08);
  border-radius: 17px;
  box-shadow: 0 14px 30px rgba(7, 29, 47, .12);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: box-shadow .25s ease, transform .25s ease;
}

body.waisal-home-cms .waisal-nationality-card:hover {
  box-shadow: 0 22px 42px rgba(7, 29, 47, .19);
  transform: translateY(-6px);
}

body.waisal-home-cms .waisal-nationality-header {
  background: radial-gradient(circle at 83% 12%, rgba(53, 100, 129, .35), transparent 35%), linear-gradient(125deg, #597685, #344d5a);
  height: 170px;
  isolation: isolate;
  overflow: visible;
  position: relative;
}

body.waisal-home-cms .waisal-nationality-header::after {
  background: #fff;
  bottom: -1px;
  clip-path: ellipse(50% 70% at 50% 100%);
  content: '';
  height: 47px;
  inset-inline: -7%;
  position: absolute;
  z-index: 1;
}

body.waisal-home-cms .waisal-nationality-globe {
  border: 2px solid rgba(189, 214, 227, .18);
  border-radius: 50%;
  height: 215px;
  left: 12px;
  opacity: .92;
  overflow: hidden;
  position: absolute;
  top: -88px;
  transform: rotate(-12deg);
  width: 215px;
}

body.waisal-home-cms .waisal-nationality-globe::before,
body.waisal-home-cms .waisal-nationality-globe::after {
  border: 2px solid rgba(189, 214, 227, .15);
  border-radius: 50%;
  content: '';
  inset: 14px 48px;
  position: absolute;
}

body.waisal-home-cms .waisal-nationality-globe::after {
  inset: 52px 9px;
}

body.waisal-home-cms .waisal-nationality-title {
  background: transparent;
  border-radius: 0;
  color: #fff;
  height: auto;
  inset-inline-end: auto;
  inset-inline-start: 29px;
  left: auto;
  margin: 0;
  padding: 28px 0 0;
  position: absolute;
  right: 29px;
  text-align: right;
  top: 0;
  width: auto;
  z-index: 3;
}

body.waisal-home-cms .waisal-nationality-title .waisal-nationality-label {
  align-items: center;
  background: rgba(6, 30, 47, .48);
  border: 1px solid var(--waisal-card-gold);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: 'Tajawal', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  min-height: 35px;
  padding: 0 18px;
}

body.waisal-home-cms .waisal-nationality-title h3,
body.waisal-home-cms .waisal-nationality-title h3 a {
  color: #fff;
}

body.waisal-home-cms .waisal-nationality-title h3 {
  font-family: 'Tajawal', sans-serif;
  font-size: clamp(31px, 3.05vw, 45px);
  font-weight: 800;
  line-height: 1.2;
  margin: 17px 0 0;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .18);
}

body.waisal-home-cms .waisal-nationality-flag {
  background: #fff;
  border: 3px solid rgba(255, 255, 255, .96);
  border-radius: 50%;
  bottom: -11px;
  box-shadow: 0 9px 16px rgba(3, 27, 44, .25);
  height: 112px;
  left: 29px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 112px;
  z-index: 4;
}

body.waisal-home-cms .waisal-nationality-flag::after {
  display: none;
}

body.waisal-home-cms .waisal-nationality-flag img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.waisal-home-cms .waisal-nationality-prices {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 28px 0;
  overflow: visible;
}

body.waisal-home-cms .waisal-nationality-prices>.waisal-nationality-price {
  align-content: center;
  background: #f2f6f8;
  border: 1px solid #d6e1e6;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 95px;
  padding: 13px 10px;
  text-align: center;
}

body.waisal-home-cms .waisal-nationality-prices>.waisal-nationality-price.is-non-muslim {
  background: #faf8f2;
  border-color: #e6ddc9;
}

body.waisal-home-cms .waisal-nationality-prices>.waisal-nationality-price+.waisal-nationality-price {
  border-inline-start: 1px solid #e6ddc9;
}

body.waisal-home-cms .waisal-nationality-prices span {
  color: #172f43;
  font-family: 'Tajawal', sans-serif;
  font-size: 15px;
  font-weight: 600;
}

body.waisal-home-cms .waisal-nationality-prices strong {
  color: #092d4b;
  font-family: 'Tajawal', Tahoma, Arial, sans-serif;
  font-size: clamp(24px, 2.1vw, 31px);
  font-weight: 800;
  line-height: 1;
}

body.waisal-home-cms .waisal-nationality-prices small {
  font-size: 29px;
  font-weight: 500;
}

body.waisal-home-cms .waisal-nationality-terms {
  background: #fcfcfb;
  border: 1px solid #dce3e6;
  border-radius: 8px;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 14px 28px 0;
  padding: 0 13px;
}

body.waisal-home-cms .waisal-nationality-terms li {
  color: #102b3e;
  font-family: 'Tajawal', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
  padding: 11px 28px 10px 0;
  position: relative;
}

body.waisal-home-cms .waisal-nationality-terms li+li {
  border-top: 1px solid #e1e6e8;
}

body.waisal-home-cms .waisal-nationality-terms i {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #0c2c45;
  display: inline-flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

body.waisal-home-cms .waisal-nationality-cta {
  align-items: center;
  background: linear-gradient(110deg, #4f6c79, #36505e);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: 'Tajawal', sans-serif;
  font-size: 20px;
  font-weight: 800;
  justify-content: center;
  margin: 13px 28px 27px;
  min-height: 50px;
  padding: 0 60px;
  position: relative;
}

body.waisal-home-cms .waisal-nationality-cta:hover {
  background: linear-gradient(110deg, #0a3856, #12527b);
  color: #fff;
  filter: none;
  transform: translateY(-2px);
}

body.waisal-home-cms .waisal-nationality-cta i {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  position: absolute;
}

body.waisal-home-cms .waisal-nationality-cta .waisal-nationality-cta-arrow {
  right: 20px;
}

body.waisal-home-cms .waisal-nationality-cta .waisal-nationality-cta-cart {
  align-items: center;
  background: rgba(185, 155, 99, .85);
  border-radius: 50%;
  display: inline-flex;
  font-size: 19px;
  height: 37px;
  justify-content: center;
  left: 8px;
  width: 37px;
}

body.waisal-ltr.waisal-home-cms .waisal-nationality-flag {
  left: auto;
  right: 29px;
}

body.waisal-ltr.waisal-home-cms .waisal-nationality-title {
  inset-inline-end: auto;
  inset-inline-start: 29px;
  left: 29px;
  right: auto;
  text-align: start;
}

body.waisal-ltr.waisal-home-cms .waisal-nationality-terms li {
  padding: 11px 0 10px 28px;
}

body.waisal-ltr.waisal-home-cms .waisal-nationality-terms i {
  left: 0;
  right: auto;
}

body.waisal-ltr.waisal-home-cms .waisal-nationality-cta .waisal-nationality-cta-arrow {
  left: 20px;
  right: auto;
  transform: rotate(180deg);
}

body.waisal-ltr.waisal-home-cms .waisal-nationality-cta .waisal-nationality-cta-cart {
  left: auto;
  right: 8px;
}

/* Persistent public contact shortcuts. */
.waisal-floating-contact {
  position: relative;
  z-index: 210;
}

.waisal-floating-action {
  align-items: center;
  border: 3px solid rgba(255, 255, 255, .94);
  border-radius: 50%;
  bottom: 26px;
  box-shadow: 0 10px 24px rgba(13, 37, 50, .24);
  color: #fff;
  display: inline-flex;
  font-size: 25px;
  height: 59px;
  justify-content: center;
  position: fixed;
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
  width: 59px;
}

.waisal-floating-action:hover {
  color: #fff;
  box-shadow: 0 14px 31px rgba(13, 37, 50, .3);
  transform: translateY(-4px);
}

.waisal-floating-call {
  background: #597685;
  right: 24px;
}

.waisal-floating-whatsapp {
  background: #25d366;
  left: 24px;
  font-size: 29px;
}

#tj-back-to-top.active {
  bottom: 102px;
}

@media (max-width: 575px) {
  .waisal-floating-action {
    bottom: 17px;
    font-size: 22px;
    height: 52px;
    width: 52px;
  }

  .waisal-floating-call {
    right: 15px;
  }

  .waisal-floating-whatsapp {
    font-size: 26px;
    left: 15px;
  }

  #tj-back-to-top.active {
    bottom: 83px;
  }
}

@media (max-width: 575px) {
  body.waisal-home-cms .waisal-nationality-header {
    height: 158px;
  }

  body.waisal-home-cms .waisal-nationality-title {
    inset-inline-end: auto;
    inset-inline-start: 20px;
    left: auto;
    padding-top: 23px;
    right: 20px;
  }

  body.waisal-home-cms .waisal-nationality-title h3 {
    font-size: 32px;
  }

  body.waisal-home-cms .waisal-nationality-flag {

    height: 98px;
    left: 20px;
    width: 98px;
  }

  body.waisal-home-cms .waisal-nationality-prices {
    gap: 10px;
    margin: 55px 18px 0;
  }

  body.waisal-home-cms .waisal-nationality-prices>.waisal-nationality-price {
    min-height: 89px;
  }

  body.waisal-home-cms .waisal-nationality-terms {
    margin: 12px 18px 0;
  }

  body.waisal-home-cms .waisal-nationality-terms li {
    font-size: 12px;
  }

  body.waisal-home-cms .waisal-nationality-cta {
    margin: 12px 18px 19px;
  }

  body.waisal-ltr.waisal-home-cms .waisal-nationality-flag {
    left: auto;
    right: 20px;
  }

  body.waisal-ltr.waisal-home-cms .waisal-nationality-title {
    inset-inline-end: auto;
    inset-inline-start: 20px;
    left: 20px;
    right: auto;
  }
}
