.elementor-2287 .elementor-element.elementor-element-b762dfa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-2287:not(.elementor-motion-effects-element-type-background), body.elementor-page-2287 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #F2295B00 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a1206c6 *//* =========================================================
   JNR SERVICES PAGE
   Scoped to .jnr-services-page
   ========================================================= */

.jnr-services-page {
  --jnr-red: #ed1c24;
  --jnr-red-dark: #c91219;
  --jnr-ink: #151719;
  --jnr-navy: #11182b;
  --jnr-copy: #50565d;
  --jnr-muted: #727980;
  --jnr-gray: #f3f4f5;
  --jnr-light-gray: #f8f9fa;
  --jnr-line: #dfe2e5;
  --jnr-white: #ffffff;

  width: 100%;
  overflow: hidden;
  color: var(--jnr-ink);
  background: var(--jnr-white);
  font-family: "Almarai", Arial, sans-serif;
}

.jnr-services-page,
.jnr-services-page *,
.jnr-services-page *::before,
.jnr-services-page *::after {
  box-sizing: border-box;
}

.jnr-services-page h1,
.jnr-services-page h2,
.jnr-services-page h3,
.jnr-services-page p {
  margin-top: 0;
}

.jnr-services-page h1,
.jnr-services-page h2,
.jnr-services-page h3 {
  font-family: "Oswald", Arial, sans-serif;
}

.jnr-services-page svg {
  display: block;
}

.jnr-services-page a {
  color: inherit;
}

.jnr-services-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* =========================================================
   PAGE HEADING
   ========================================================= */

.jnr-services-heading {
  padding: 50px 0 66px;
  text-align: center;
  background: var(--jnr-white);
}

.jnr-services-heading h1 {
  margin: 0;
  color: var(--jnr-navy);
  font-size: clamp(54px, 6vw, 76px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
}

.jnr-services-heading__line {
  display: block;
  width: 2px;
  height: 50px;
  margin: 38px auto 0;
  background: var(--jnr-red);
}

/* =========================================================
   MAIN SERVICES SECTION
   ========================================================= */

.jnr-services-main {
  background: var(--jnr-white);
}

.jnr-services-section {
  position: relative;
  padding: 0 0 96px;
  background:
    linear-gradient(
      180deg,
      var(--jnr-white) 0%,
      var(--jnr-light-gray) 100%
    );
}

.jnr-services-intro {
  max-width: 800px;
  margin: 0 auto 52px;
  text-align: center;
}

.jnr-services-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--jnr-red);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.jnr-services-kicker::before,
.jnr-services-kicker::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: currentColor;
}

.jnr-services-intro h2 {
  margin: 0;
  color: var(--jnr-navy);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.jnr-services-intro h2 span {
  color: var(--jnr-red);
}

/* =========================================================
   SERVICES GRID
   ========================================================= */

.jnr-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

/* =========================================================
   SERVICE CARDS
   ========================================================= */

.jnr-service-card {
  position: relative;
  min-width: 0;
  min-height: 420px;
  padding: 42px 34px 38px;
  overflow: hidden;
  background: var(--jnr-white);
  border: 1px solid var(--jnr-line);
  box-shadow:
    0 14px 32px rgba(15, 20, 25, 0.09);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.jnr-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--jnr-red);
}

.jnr-service-card::after {
  content: "";
  position: absolute;
  top: -95px;
  right: -95px;
  width: 205px;
  height: 205px;
  border: 34px solid rgba(237, 28, 36, 0.035);
  border-radius: 50%;
  pointer-events: none;
}

.jnr-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(237, 28, 36, 0.3);
  box-shadow:
    0 23px 46px rgba(15, 20, 25, 0.15);
}

/* =========================================================
   SERVICE CARD ICONS
   ========================================================= */

.jnr-service-card__icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 30px;
  color: var(--jnr-red);
  background: rgba(237, 28, 36, 0.045);
  border: 1px solid rgba(237, 28, 36, 0.24);
}

.jnr-service-card__icon svg {
  width: 41px;
  height: 41px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   SERVICE CARD NUMBER
   ========================================================= */

.jnr-service-card__number {
  position: absolute;
  top: 31px;
  right: 28px;
  z-index: 1;
  color: rgba(17, 24, 43, 0.08);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

/* =========================================================
   SERVICE CARD TYPOGRAPHY
   ========================================================= */

.jnr-service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  color: var(--jnr-navy);
  font-size: clamp(27px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.jnr-service-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--jnr-copy);
  font-size: 15px;
  line-height: 1.78;
}

/* =========================================================
   CONTACT CTA
   ========================================================= */

.jnr-services-cta {
  padding: 0 0 90px;
  background: var(--jnr-light-gray);
}

.jnr-services-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding: 42px 46px;
  overflow: hidden;
  color: var(--jnr-white);
  background:
    linear-gradient(
      135deg,
      #171a1d 0%,
      #2d3135 100%
    );
  border-bottom: 5px solid var(--jnr-red);
  box-shadow:
    0 16px 34px rgba(15, 20, 25, 0.18);
}

.jnr-services-cta__inner::before {
  content: "";
  position: absolute;
  top: -90px;
  right: 110px;
  width: 230px;
  height: 230px;
  border: 38px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
  pointer-events: none;
}

.jnr-services-cta__content {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.jnr-services-cta__eyebrow {
  margin: 0 0 8px;
  color: var(--jnr-red);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.jnr-services-cta h2 {
  margin: 0;
  color: var(--jnr-white);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.2;
}

/* =========================================================
   CTA BUTTON
   ========================================================= */

.jnr-services-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-width: 205px;
  min-height: 58px;
  padding: 15px 18px 15px 22px;
  color: var(--jnr-white) !important;
  background: var(--jnr-red);
  border: 1px solid var(--jnr-red);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.22);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.jnr-services-button svg {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.jnr-services-button:hover,
.jnr-services-button:focus {
  color: var(--jnr-white) !important;
  transform: translateY(-3px);
  background: var(--jnr-red-dark);
  border-color: var(--jnr-red-dark);
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.27);
}

.jnr-services-button:hover svg,
.jnr-services-button:focus svg {
  transform: translateX(4px);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {
  .jnr-services-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-inline: auto;
  }

  .jnr-service-card {
    min-height: 0;
  }

  .jnr-services-cta__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .jnr-services-button {
    width: fit-content;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .jnr-services-shell {
    width: min(100% - 36px, 680px);
  }

  .jnr-services-heading {
    padding: 42px 0 54px;
  }

  .jnr-services-heading__line {
    height: 42px;
    margin-top: 30px;
  }

  .jnr-services-section {
    padding-bottom: 70px;
  }

  .jnr-services-intro {
    margin-bottom: 38px;
  }

  .jnr-services-kicker::before,
  .jnr-services-kicker::after {
    width: 22px;
  }

  .jnr-service-card {
    padding: 36px 28px 32px;
  }

  .jnr-services-cta {
    padding-bottom: 68px;
  }

  .jnr-services-cta__inner {
    padding: 34px 30px;
  }

  .jnr-services-button {
    width: 100%;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
  .jnr-services-shell {
    width: min(100% - 28px, 430px);
  }

  .jnr-services-heading h1 {
    font-size: 50px;
  }

  .jnr-services-intro h2 {
    font-size: 38px;
  }

  .jnr-service-card {
    padding: 33px 23px 29px;
  }

  .jnr-service-card__icon {
    width: 65px;
    height: 65px;
  }

  .jnr-service-card__icon svg {
    width: 36px;
    height: 36px;
  }

  .jnr-service-card__number {
    top: 28px;
    right: 21px;
    font-size: 49px;
  }

  .jnr-service-card h3 {
    font-size: 29px;
  }

  .jnr-service-card p {
    font-size: 14px;
  }

  .jnr-services-cta__inner {
    padding: 30px 24px;
  }

  .jnr-services-cta h2 {
    font-size: 28px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .jnr-services-page *,
  .jnr-services-page *::before,
  .jnr-services-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */