.elementor-kit-5{--e-global-color-primary:#0A1F44;--e-global-color-secondary:#36D7EA;--e-global-color-text:#334155;--e-global-color-accent:#FF6F61;--e-global-color-ce8461d:#FFFFFF;--e-global-color-15e8847:#F5F9FC;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:700;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1480px;}.e-con{--container-max-width:1480px;--container-default-padding-top:32px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:24px;--container-default-padding-right:24px;--container-default-padding-bottom:24px;--container-default-padding-left:24px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:18px;--container-default-padding-right:18px;--container-default-padding-bottom:18px;--container-default-padding-left:18px;}}/* Start custom CSS *//* =========================================================
   RIDE WITH JR — HERO
   Final master CSS — image on .rwjr-hero
   Content and trust bar shell: 1480px
   ========================================================= */

/* ---------------------------------------------------------
   DESIGN TOKENS + BASE
   --------------------------------------------------------- */

.rwjr-hero,
.rwjr-hero * {
  box-sizing: border-box;
}

.rwjr-hero {
  --rwjr-layout-width: 1480px;
  --rwjr-shell-space: 64px;
  --rwjr-hero-image: url("https://ridewithjr.com/wp-content/uploads/2026/07/hero__media-scaled.avif");

  --rwjr-navy: #0a1f44;
  --rwjr-navy-dark: #061631;
  --rwjr-aqua: #36d7ea;
  --rwjr-aqua-deep: #18b8d4;
  --rwjr-coral: #ff6f61;
  --rwjr-text: #334155;
  --rwjr-muted: #718096;
  --rwjr-soft: #f5f9fc;
  --rwjr-white: #ffffff;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;

  background:
    radial-gradient(
      circle at 75% 18%,
      rgba(54, 215, 234, 0.17),
      transparent 29%
    ),
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 42%,
      #f5fafc 100%
    );
}

.rwjr-hero::before {
  content: "";
  position: absolute;
  top: 70px;
  left: -140px;
  z-index: 0;

  width: 460px;
  height: 460px;
  border-radius: 50%;

  background: rgba(54, 215, 234, 0.09);
  filter: blur(90px);

  pointer-events: none;
}

/* ---------------------------------------------------------
   MAIN 1480PX STAGE
   The Elementor Boxed container creates .e-con-inner.
   --------------------------------------------------------- */

.rwjr-hero__stage {
  position: relative;
  z-index: 2;

  display: block !important;

  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

.rwjr-hero__stage > .e-con-inner {
  display: grid !important;
  grid-template-columns:
    minmax(0, 620px)
    minmax(0, 1fr);

  align-items: center !important;
  justify-content: stretch !important;
  gap: 48px !important;

  width: min(
    calc(100% - var(--rwjr-shell-space)),
    var(--rwjr-layout-width)
  ) !important;
  max-width: var(--rwjr-layout-width) !important;
  min-height: 720px;

  margin-inline: auto !important;
  padding: 72px 0 110px !important;
}

/* ---------------------------------------------------------
   LEFT CONTENT
   --------------------------------------------------------- */

.rwjr-hero__content {
  position: relative;
  z-index: 3;

  display: flex;
  flex: none !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  width: 100% !important;
  max-width: 620px !important;
  min-width: 0 !important;

  margin: 0 !important;

  justify-self: start;
  align-self: center;
}

.rwjr-hero__copy,
.rwjr-hero__copy > .elementor-widget-container,
.rwjr-hero-copy {
  width: 100%;
}

/* ---------------------------------------------------------
   EYEBROW
   --------------------------------------------------------- */

.rwjr-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 21px;
}

.rwjr-eyebrow__text {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;

  color: var(--rwjr-coral);
}

.rwjr-eyebrow__line {
  display: block;

  width: 40px;
  height: 1px;

  background: rgba(255, 111, 97, 0.65);
}

.rwjr-eyebrow__plane {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;

  color: var(--rwjr-coral);
  transform: rotate(-7deg);
}

/* ---------------------------------------------------------
   HERO TITLE + LEAD
   --------------------------------------------------------- */

.rwjr-hero-title {
  max-width: 620px;
  margin: 0;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(60px, 5vw, 86px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.038em;

  color: var(--rwjr-navy);
  text-wrap: balance;
}

.rwjr-hero-title__line,
.rwjr-hero-title__accent {
  display: block;
}

.rwjr-hero-title__accent {
  width: max-content;
  max-width: 100%;
  margin-top: 5px;

  color: var(--rwjr-aqua-deep);
}

.rwjr-hero-lead {
  max-width: 590px;
  margin: 27px 0 0;

  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;

  color: var(--rwjr-text);
}

/* ---------------------------------------------------------
   BUTTONS
   --------------------------------------------------------- */

.rwjr-hero__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;

  width: 100%;
  margin-top: 31px;
}

.rwjr-btn .elementor-button {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 60px;
  padding: 0 29px;
  border-radius: 13px;

  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.rwjr-btn .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rwjr-btn--primary .elementor-button {
  border: 0;
  color: #ffffff;

  background: linear-gradient(
    110deg,
    var(--rwjr-navy) 0%,
    #063267 48%,
    var(--rwjr-aqua) 100%
  );

  box-shadow:
    0 13px 30px rgba(10, 31, 68, 0.2),
    0 8px 22px rgba(54, 215, 234, 0.16);
}

.rwjr-btn--primary .elementor-button-icon {
  margin-left: 12px;
}

.rwjr-btn--primary .elementor-button:hover {
  color: #ffffff;
  transform: translateY(-3px);

  box-shadow:
    0 18px 36px rgba(10, 31, 68, 0.24),
    0 10px 28px rgba(54, 215, 234, 0.22);
}

.rwjr-btn--whatsapp .elementor-button {
  color: var(--rwjr-coral);

  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 111, 97, 0.68);

  box-shadow: 0 10px 26px rgba(10, 31, 68, 0.06);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.rwjr-btn--whatsapp .elementor-button-icon {
  margin-right: 10px;
}

.rwjr-btn--whatsapp .elementor-button:hover {
  color: #ffffff;
  background: var(--rwjr-coral);
  border-color: var(--rwjr-coral);
  transform: translateY(-3px);

  box-shadow: 0 15px 30px rgba(255, 111, 97, 0.22);
}

.rwjr-btn .elementor-button:focus-visible,
.rwjr-booking-preview__button:focus-visible {
  outline: 3px solid rgba(54, 215, 234, 0.48);
  outline-offset: 4px;
}

/* ---------------------------------------------------------
   QUICK BENEFITS
   --------------------------------------------------------- */

.rwjr-hero__quick-benefits,
.rwjr-hero__quick-benefits > .elementor-widget-container {
  width: 100% !important;
  max-width: 620px !important;
}

.rwjr-hero__quick-benefits {
  margin-top: 34px;
}

.rwjr-quick-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  width: 100% !important;
  max-width: 620px !important;
  padding: 17px 15px;

  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 21px;

  box-shadow:
    0 20px 50px rgba(10, 31, 68, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.rwjr-quick-benefit {
  position: relative;

  display: flex;
  align-items: center;
  gap: 10px;

  min-width: 0;
  padding: 1px 14px;
}

.rwjr-quick-benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8%;
  right: 0;

  width: 1px;
  height: 84%;

  background: rgba(10, 31, 68, 0.09);
}

.rwjr-quick-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 29px;

  width: 29px;
  height: 29px;

  color: var(--rwjr-aqua-deep);
}

.rwjr-quick-benefit__icon svg {
  width: 100%;
  height: 100%;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rwjr-quick-benefit__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;

  font-family: "Manrope", sans-serif;
}

.rwjr-quick-benefit__copy strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;

  color: var(--rwjr-navy);
}

.rwjr-quick-benefit__copy small {
  margin-top: 2px;

  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;

  color: var(--rwjr-muted);
}

/* ---------------------------------------------------------
   RIGHT VISUAL AREA
   --------------------------------------------------------- */

.rwjr-hero__visual {
  position: relative;
  z-index: 2;

  display: flex;
  flex: none !important;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;

  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 650px;

  margin: 0 !important;
  transform: none !important;

  justify-self: stretch;
  align-self: stretch;
}

.rwjr-hero__media {
  position: absolute !important;
  inset: 0;
  z-index: 0;

  width: 100% !important;
  max-width: none !important;
  height: 100%;
  overflow: hidden;

  border-radius: 48px 0 0 48px;
  background: #eaf5f8;
}

.rwjr-hero__media .elementor-widget-container {
  width: 100% !important;
  height: 100% !important;
}

.rwjr-hero__media img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: 55% center;
}

.rwjr-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  border-radius: 48px 0 0 48px;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.72) 10%,
      rgba(255, 255, 255, 0.12) 30%,
      transparent 47%
    ),
    linear-gradient(
      0deg,
      rgba(6, 22, 49, 0.14) 0%,
      transparent 36%
    );

  pointer-events: none;
}

/* ---------------------------------------------------------
   BOOKING CARD
   --------------------------------------------------------- */

.rwjr-booking-card {
  position: absolute !important;
  right: 22px !important;
  bottom: -34px !important;
  left: auto !important;
  z-index: 5;

  display: flex;
  flex-direction: column;
  gap: 0 !important;

  width: min(560px, calc(100% - 44px)) !important;
  max-width: 560px !important;
  padding: 0 !important;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 25px;

  box-shadow:
    0 28px 70px rgba(5, 24, 53, 0.22),
    0 7px 22px rgba(54, 215, 234, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.rwjr-booking-card__head {
  width: 100%;
  padding: 22px 25px 17px;

  border-bottom: 1px solid rgba(10, 31, 68, 0.07);

  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.75),
    rgba(239, 251, 253, 0.84)
  );
}

.rwjr-booking-card__head > .elementor-widget-container {
  width: 100%;
}

.rwjr-booking-head {
  display: flex;
  align-items: center;
  gap: 13px;

  width: 100%;
}

.rwjr-booking-head__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;

  width: 44px;
  height: 44px;
  border-radius: 14px;

  color: var(--rwjr-aqua-deep);
  background: rgba(54, 215, 234, 0.13);
  border: 1px solid rgba(54, 215, 234, 0.22);
}

.rwjr-booking-head__icon svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rwjr-booking-head__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;

  font-family: "Manrope", sans-serif;
}

.rwjr-booking-head__copy strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;

  color: var(--rwjr-navy);
}

.rwjr-booking-head__copy small {
  margin-top: 3px;

  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;

  color: var(--rwjr-muted);
}

.rwjr-booking-head__plane {
  width: 19px;
  height: 19px;
  margin-left: auto;
  flex: 0 0 19px;

  color: var(--rwjr-coral);
  transform: rotate(-7deg);
}

.rwjr-booking-card__body {
  width: 100%;
  padding: 19px 25px 24px !important;
}

.rwjr-booking-card__mount,
.rwjr-booking-card__mount > .elementor-widget-container {
  width: 100%;
}

/* ---------------------------------------------------------
   BOOKING PREVIEW
   --------------------------------------------------------- */

.rwjr-booking-preview {
  width: 100%;

  font-family: "Manrope", sans-serif;
}

.rwjr-booking-preview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.rwjr-booking-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rwjr-booking-field__label {
  margin: 0 0 6px 2px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;

  color: var(--rwjr-navy);
}

.rwjr-booking-field__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  min-height: 50px;
  padding: 0 13px;

  border: 1px solid rgba(10, 31, 68, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);

  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  color: #8491a3;

  box-shadow:
    0 6px 15px rgba(10, 31, 68, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.rwjr-booking-field__control span {
  min-width: 0;
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.rwjr-booking-field__control svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;

  fill: none;
  stroke: #8491a3;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rwjr-booking-preview__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  width: 100%;
  min-height: 54px;
  margin-top: 16px;
  padding: 0 22px;
  border-radius: 11px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  color: #ffffff;

  background: linear-gradient(
    110deg,
    var(--rwjr-navy) 0%,
    #063267 45%,
    var(--rwjr-aqua) 100%
  );

  box-shadow:
    0 12px 26px rgba(10, 31, 68, 0.18),
    0 7px 18px rgba(54, 215, 234, 0.13);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.rwjr-booking-preview__button:hover {
  color: #ffffff;
  transform: translateY(-2px);

  box-shadow:
    0 16px 32px rgba(10, 31, 68, 0.23),
    0 9px 22px rgba(54, 215, 234, 0.18);
}

.rwjr-booking-preview__button svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------------------------------------------------------
   DARK TRUST BAR
   Full-width background; inner content follows 1480px shell.
   --------------------------------------------------------- */

.rwjr-hero__trustbar {
  position: relative;
  z-index: 4;

  width: min(
    calc(100% - var(--rwjr-shell-space)),
    var(--rwjr-layout-width)
  ) !important;
  max-width: var(--rwjr-layout-width) !important;

  margin: -14px auto 0 !important;
  padding: 42px 40px 37px !important;

  border-radius: 42px 42px 0 0;

  background:
    radial-gradient(
      circle at 65% 0%,
      rgba(54, 215, 234, 0.1),
      transparent 30%
    ),
    linear-gradient(
      130deg,
      #061631 0%,
      #0a1f44 54%,
      #082755 100%
    );

  box-shadow: 0 -18px 48px rgba(6, 22, 49, 0.12);
}

.rwjr-trustbar__content,
.rwjr-trustbar__content > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.rwjr-trustbar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;

  width: 100%;
  margin-inline: auto;
}

.rwjr-trust-item {
  position: relative;

  display: flex;
  align-items: center;
  gap: 15px;

  min-width: 0;
  padding: 0 18px;
}

.rwjr-trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8%;
  right: -14px;

  width: 1px;
  height: 84%;

  background: rgba(255, 255, 255, 0.11);
}

.rwjr-trust-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  color: var(--rwjr-aqua);
}

.rwjr-trust-item__icon svg {
  width: 100%;
  height: 100%;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rwjr-trust-item__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;

  font-family: "Manrope", sans-serif;
}

.rwjr-trust-item__copy strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;

  color: #ffffff;
}

.rwjr-trust-item__copy small {
  margin-top: 4px;

  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;

  color: rgba(255, 255, 255, 0.67);
}

/* =========================================================
   DESKTOP — IMAGE ON THE MAIN .rwjr-hero CONTAINER
   The photographic asset covers the full Hero.
   Copy, booking card and trust-bar content remain aligned
   to the centered 1480px shell.
   ========================================================= */

@media (min-width: 1025px) {
  .rwjr-hero {
    background-color: #f5f9fc;
    background-image: var(--rwjr-hero-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  /*
   * The structural stage remains transparent. It only controls
   * the centered 1480px content grid.
   */

  .rwjr-hero__stage {
    background: transparent !important;
  }

  .rwjr-hero__stage > .e-con-inner {
    position: relative;
    isolation: isolate;
    overflow: visible;

    background: transparent;
    border-radius: 0;
  }

  .rwjr-hero__content,
  .rwjr-hero__visual {
    position: relative;
    z-index: 2;
  }

  /*
   * On desktop the asset is rendered only once, as the
   * background of .rwjr-hero.
   */

  .rwjr-hero__media {
    display: none !important;
  }

  /*
   * The AVIF already contains the white transition behind
   * the copy, so no additional visual-column overlay is needed.
   */

  .rwjr-hero__visual::before {
    display: none;
  }
}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1280px) and (min-width: 1025px) {
  .rwjr-hero {
    --rwjr-shell-space: 56px;
  }

  .rwjr-hero__stage > .e-con-inner {
    grid-template-columns:
      minmax(0, 540px)
      minmax(0, 1fr);

    gap: 36px !important;
    min-height: 690px;
    padding: 64px 0 104px !important;
  }

  .rwjr-hero__content {
    max-width: 540px !important;
  }

  .rwjr-hero-title {
    max-width: 540px;
    font-size: clamp(57px, 5.4vw, 74px);
  }

  .rwjr-hero-lead {
    font-size: 16px;
  }

  .rwjr-hero__quick-benefits,
  .rwjr-hero__quick-benefits > .elementor-widget-container,
  .rwjr-quick-benefits {
    max-width: 540px !important;
  }

  .rwjr-quick-benefit {
    padding-inline: 10px;
  }

  .rwjr-quick-benefit__icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .rwjr-hero__visual {
    min-height: 620px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .rwjr-hero {
    --rwjr-shell-space: 48px;

    background:
      radial-gradient(
        circle at 80% 42%,
        rgba(54, 215, 234, 0.15),
        transparent 30%
      ),
      linear-gradient(
        180deg,
        #ffffff 0%,
        #f5fafc 100%
      );
  }

  .rwjr-hero__stage {
    background: transparent !important;
  }

  .rwjr-hero__stage > .e-con-inner {
    grid-template-columns: minmax(0, 1fr);

    min-height: 0;
    gap: 45px !important;
    padding: 58px 0 88px !important;

    overflow: visible;
    background: none;
    border-radius: 0;
  }

  .rwjr-hero__content {
    width: 100% !important;
    max-width: 780px !important;
  }

  .rwjr-hero-title {
    max-width: 750px;
    font-size: clamp(60px, 8vw, 80px);
  }

  .rwjr-hero-lead {
    max-width: 680px;
  }

  .rwjr-hero__quick-benefits,
  .rwjr-hero__quick-benefits > .elementor-widget-container,
  .rwjr-quick-benefits {
    max-width: 760px !important;
  }

  .rwjr-hero__visual {
    width: 100% !important;
    min-height: 610px;
  }

  .rwjr-hero__media {
    display: block !important;
  }

  .rwjr-hero__visual::before {
    display: block;
  }

  .rwjr-hero__media,
  .rwjr-hero__visual::before {
    border-radius: 40px;
  }

  .rwjr-booking-card {
    right: 20px !important;
    bottom: -32px !important;
  }

  .rwjr-hero__trustbar {
    padding-inline: 28px !important;
  }

  .rwjr-trustbar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }

  .rwjr-trust-item:nth-child(2)::after {
    display: none;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .rwjr-hero {
    --rwjr-shell-space: 36px;
  }

  .rwjr-hero__stage > .e-con-inner {
    gap: 34px !important;
    padding: 40px 0 48px !important;
  }

  .rwjr-hero__content {
    max-width: none !important;
  }

  .rwjr-eyebrow {
    flex-wrap: wrap;
    margin-bottom: 17px;
  }

  .rwjr-eyebrow__text {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .rwjr-eyebrow__line {
    width: 28px;
  }

  .rwjr-hero-title {
    font-size: clamp(48px, 14vw, 61px);
    line-height: 0.93;
  }

  .rwjr-hero-lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.68;
  }

  .rwjr-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;

    margin-top: 27px;
  }

  .rwjr-btn {
    width: 100%;
  }

  .rwjr-btn .elementor-button {
    width: 100%;
    min-height: 57px;
  }

  .rwjr-hero__quick-benefits {
    margin-top: 25px;
  }

  .rwjr-quick-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;

    padding: 11px;
    border-radius: 18px;
  }

  .rwjr-quick-benefit {
    padding: 12px 10px;
    border-radius: 13px;

    background: rgba(245, 249, 252, 0.78);
  }

  .rwjr-quick-benefit::after {
    display: none;
  }

  .rwjr-hero__visual {
    display: flex;
    flex-direction: column;
    gap: 17px;

    min-height: 0;
  }

  .rwjr-hero__visual::before {
    display: none;
  }

  .rwjr-hero__media {
    position: relative !important;
    inset: auto;

    width: 100%;
    height: 355px;
    border-radius: 29px;
  }

  .rwjr-hero__media img {
    object-position: 61% center;
  }

  .rwjr-booking-card {
    position: relative !important;

    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 100% !important;
    max-width: none !important;
    border-radius: 22px;
  }

  .rwjr-booking-card__head {
    padding: 20px 20px 16px;
  }

  .rwjr-booking-card__body {
    padding: 17px 20px 21px !important;
  }

  .rwjr-hero__trustbar {
    margin-top: 0 !important;
    padding: 31px 18px !important;
    border-radius: 30px 30px 0 0;
  }

  .rwjr-trustbar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 14px;
  }

  .rwjr-trust-item {
    align-items: flex-start;
    padding: 0 6px;
  }

  .rwjr-trust-item::after {
    display: none;
  }

  .rwjr-trust-item__icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 479px) {
  .rwjr-hero-title {
    font-size: clamp(45px, 14.5vw, 54px);
  }

  .rwjr-quick-benefit__copy strong {
    font-size: 11px;
  }

  .rwjr-quick-benefit__copy small {
    font-size: 10px;
  }

  .rwjr-hero__media {
    height: 305px;
  }

  .rwjr-booking-preview__grid {
    grid-template-columns: 1fr;
  }

  .rwjr-booking-head__copy strong {
    font-size: 16px;
  }

  .rwjr-trustbar-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rwjr-trust-item {
    align-items: center;
    padding: 0 4px;
  }

  .rwjr-trust-item__copy strong {
    font-size: 13px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rwjr-btn .elementor-button,
  .rwjr-booking-preview__button {
    transition: none;
  }

  .rwjr-btn .elementor-button:hover,
  .rwjr-booking-preview__button:hover {
    transform: none;
  }
}
/* =========================================================
   RIDE WITH JR — GLOBAL HEADER
   One CTA: WhatsApp
   Internal layout width: 1480px
   Add this AFTER the Hero CSS.
   ========================================================= */

/* ---------------------------------------------------------
   BASE + DESIGN TOKENS
   --------------------------------------------------------- */

.rwjr-header,
.rwjr-header * {
  box-sizing: border-box;
}

.rwjr-header {
  --rwjr-header-width: 1480px;
  --rwjr-header-space: 64px;

  --rwjr-navy: #0a1f44;
  --rwjr-navy-dark: #061631;
  --rwjr-aqua: #36d7ea;
  --rwjr-aqua-deep: #18b8d4;
  --rwjr-coral: #ff6f61;
  --rwjr-text: #334155;
  --rwjr-white: #ffffff;

  position: relative;
  z-index: 999;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(10, 31, 68, 0.07);

  box-shadow:
    0 8px 30px rgba(10, 31, 68, 0.045),
    inset 0 -1px 0 rgba(255, 255, 255, 0.72);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  transition:
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

/* Elementor adds this class when Sticky Effects are active. */

.rwjr-header.elementor-sticky--effects {
  background: rgba(255, 255, 255, 0.985);
  border-bottom-color: rgba(10, 31, 68, 0.1);

  box-shadow:
    0 12px 38px rgba(10, 31, 68, 0.095),
    inset 0 -1px 0 rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------------------------
   1480PX INNER SHELL
   --------------------------------------------------------- */

.rwjr-header__inner {
  display: block !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

.rwjr-header__inner > .e-con-inner {
  display: grid !important;
  grid-template-columns:
    minmax(285px, 1fr)
    auto
    minmax(180px, 1fr);

  align-items: center !important;
  justify-content: stretch !important;
  gap: 30px !important;

  width: min(
    calc(100% - var(--rwjr-header-space)),
    var(--rwjr-header-width)
  ) !important;
  max-width: var(--rwjr-header-width) !important;
  min-height: 92px;

  margin-inline: auto !important;
  padding: 13px 0 !important;

  transition:
    min-height 0.28s ease,
    padding 0.28s ease;
}

.rwjr-header.elementor-sticky--effects
.rwjr-header__inner > .e-con-inner {
  min-height: 78px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* ---------------------------------------------------------
   BRAND / LOGO
   --------------------------------------------------------- */

.rwjr-header__brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: auto !important;
  min-width: 0;

  justify-self: start;
}

.rwjr-header__logo {
  width: auto !important;
  max-width: 315px !important;
}

.rwjr-header__logo,
.rwjr-header__logo > .elementor-widget-container,
.rwjr-header__logo a {
  display: block;
  width: 100%;
}

.rwjr-header__logo img {
  display: block;

  width: 100%;
  max-width: 315px;
  height: auto;

  object-fit: contain;
  object-position: left center;

  transition:
    max-width 0.28s ease,
    transform 0.28s ease;
}

.rwjr-header.elementor-sticky--effects
.rwjr-header__logo img {
  max-width: 275px;
}

/* ---------------------------------------------------------
   DESKTOP NAVIGATION
   --------------------------------------------------------- */

.rwjr-header__navigation {
  display: flex;
  align-items: center;
  justify-content: center;

  width: auto !important;
  min-width: 0;

  justify-self: center;
}

.rwjr-header__menu,
.rwjr-header__menu > .elementor-widget-container {
  width: auto !important;
}

.rwjr-header__menu .elementor-nav-menu--main {
  display: flex;
  justify-content: center;
}

.rwjr-header__menu .elementor-nav-menu--main .elementor-nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.rwjr-header__menu
.elementor-nav-menu--main
.elementor-item {
  position: relative;

  display: inline-flex;
  align-items: center;

  min-height: 46px;
  padding: 0 !important;

  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.015em;

  color: var(--rwjr-navy) !important;

  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.rwjr-header__menu
.elementor-nav-menu--main
.elementor-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;

  width: 0;
  height: 2px;
  margin-inline: auto;
  border-radius: 999px;

  background: linear-gradient(
    90deg,
    var(--rwjr-aqua-deep),
    var(--rwjr-aqua)
  );

  opacity: 1 !important;
  transform: none !important;

  transition: width 0.24s ease;
}

.rwjr-header__menu
.elementor-nav-menu--main
.elementor-item:hover,
.rwjr-header__menu
.elementor-nav-menu--main
.elementor-item:focus-visible {
  color: var(--rwjr-aqua-deep) !important;
}

.rwjr-header__menu
.elementor-nav-menu--main
.elementor-item:hover::after,
.rwjr-header__menu
.elementor-nav-menu--main
.elementor-item:focus-visible::after,
.rwjr-header__menu
.elementor-nav-menu--main
.elementor-item.elementor-item-active::after,
.rwjr-header__menu
.elementor-nav-menu--main
.current-menu-item > .elementor-item::after {
  width: 100%;
}

.rwjr-header__menu
.elementor-nav-menu--main
.elementor-item.elementor-item-active,
.rwjr-header__menu
.elementor-nav-menu--main
.current-menu-item > .elementor-item {
  color: var(--rwjr-aqua-deep) !important;
}

/* ---------------------------------------------------------
   ACTIONS — SINGLE WHATSAPP CTA
   --------------------------------------------------------- */

.rwjr-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  width: auto !important;
  min-width: 0;

  justify-self: end;
}

.rwjr-header__whatsapp {
  width: auto !important;
}

.rwjr-header__whatsapp .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 52px;
  padding: 0 23px;
  border: 0;
  border-radius: 13px;

  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: -0.01em;

  color: #ffffff;

  background:
    linear-gradient(
      110deg,
      var(--rwjr-navy) 0%,
      #07366f 48%,
      var(--rwjr-aqua) 100%
    );

  box-shadow:
    0 12px 27px rgba(10, 31, 68, 0.18),
    0 8px 22px rgba(54, 215, 234, 0.16);

  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;
}

.rwjr-header__whatsapp .elementor-button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  filter: saturate(1.06);

  box-shadow:
    0 17px 34px rgba(10, 31, 68, 0.23),
    0 10px 26px rgba(54, 215, 234, 0.2);
}

.rwjr-header__whatsapp .elementor-button:focus-visible {
  outline: 3px solid rgba(54, 215, 234, 0.46);
  outline-offset: 4px;
}

.rwjr-header__whatsapp .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 !important;
  font-size: 18px;
}

/* ---------------------------------------------------------
   MOBILE MENU TOGGLE
   --------------------------------------------------------- */

.rwjr-header__menu .elementor-menu-toggle {
  display: none;

  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(10, 31, 68, 0.09);
  border-radius: 13px;

  color: var(--rwjr-navy);
  background: rgba(255, 255, 255, 0.9);

  box-shadow:
    0 9px 24px rgba(10, 31, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.rwjr-header__menu .elementor-menu-toggle:hover,
.rwjr-header__menu .elementor-menu-toggle.elementor-active {
  color: var(--rwjr-aqua-deep);
  background: #ffffff;
  border-color: rgba(54, 215, 234, 0.3);
}

/* ---------------------------------------------------------
   DROPDOWN PANEL
   --------------------------------------------------------- */

.rwjr-header__menu .elementor-nav-menu--dropdown {
  overflow: hidden;

  margin-top: 14px !important;
  padding: 10px !important;
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.985);

  box-shadow:
    0 24px 60px rgba(6, 22, 49, 0.16),
    0 8px 24px rgba(54, 215, 234, 0.07);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.rwjr-header__menu
.elementor-nav-menu--dropdown
.elementor-item {
  min-height: 48px;
  margin: 2px 0;
  padding: 0 15px !important;
  border-radius: 11px;

  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 650;

  color: var(--rwjr-navy) !important;
  background: transparent;

  transition:
    color 0.2s ease,
    background 0.2s ease,
    padding-left 0.2s ease;
}

.rwjr-header__menu
.elementor-nav-menu--dropdown
.elementor-item:hover,
.rwjr-header__menu
.elementor-nav-menu--dropdown
.elementor-item.elementor-item-active {
  padding-left: 19px !important;

  color: var(--rwjr-navy) !important;
  background: linear-gradient(
    90deg,
    rgba(54, 215, 234, 0.13),
    rgba(54, 215, 234, 0.035)
  );
}

/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1280px) and (min-width: 1025px) {
  .rwjr-header {
    --rwjr-header-space: 56px;
  }

  .rwjr-header__inner > .e-con-inner {
    grid-template-columns:
      minmax(245px, 1fr)
      auto
      minmax(165px, 1fr);

    gap: 24px !important;
    min-height: 86px;
  }

  .rwjr-header__logo,
  .rwjr-header__logo img {
    max-width: 260px !important;
  }

  .rwjr-header__menu .elementor-nav-menu--main .elementor-nav-menu {
    gap: 25px;
  }

  .rwjr-header__menu
  .elementor-nav-menu--main
  .elementor-item {
    font-size: 14px;
  }

  .rwjr-header__whatsapp .elementor-button {
    min-height: 50px;
    padding-inline: 19px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .rwjr-header {
    --rwjr-header-space: 48px;
  }

  .rwjr-header__inner > .e-con-inner {
    grid-template-columns:
      auto
      1fr
      auto;

    gap: 14px !important;
    min-height: 80px;
    padding: 10px 0 !important;
  }

  .rwjr-header.elementor-sticky--effects
  .rwjr-header__inner > .e-con-inner {
    min-height: 72px;
  }

  .rwjr-header__brand {
    grid-column: 1;
  }

  .rwjr-header__actions {
    grid-column: 2;
    justify-self: end;
  }

  .rwjr-header__navigation {
    grid-column: 3;
    justify-self: end;
  }

  .rwjr-header__logo,
  .rwjr-header__logo img {
    max-width: 235px !important;
  }

  .rwjr-header.elementor-sticky--effects
  .rwjr-header__logo img {
    max-width: 215px !important;
  }

  .rwjr-header__menu .elementor-nav-menu--main {
    display: none !important;
  }

  .rwjr-header__menu .elementor-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .rwjr-header__menu {
    position: relative;
  }

  .rwjr-header__menu .elementor-nav-menu--dropdown {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: auto;

    width: min(360px, calc(100vw - 48px));
  }

  .rwjr-header__whatsapp .elementor-button {
    min-height: 48px;
    padding-inline: 18px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .rwjr-header {
    --rwjr-header-space: 36px;
  }

  .rwjr-header__inner > .e-con-inner {
    grid-template-columns:
      minmax(0, 1fr)
      auto
      auto;

    gap: 9px !important;
    min-height: 72px;
    padding: 9px 0 !important;
  }

  .rwjr-header.elementor-sticky--effects
  .rwjr-header__inner > .e-con-inner {
    min-height: 66px;
    padding: 7px 0 !important;
  }

  .rwjr-header__logo,
  .rwjr-header__logo img {
    max-width: 205px !important;
  }

  .rwjr-header.elementor-sticky--effects
  .rwjr-header__logo img {
    max-width: 190px !important;
  }

  .rwjr-header__whatsapp .elementor-button {
    width: 47px;
    min-width: 47px;
    height: 47px;
    min-height: 47px;
    padding: 0;
    border-radius: 13px;
  }

  .rwjr-header__whatsapp .elementor-button-text {
    display: none;
  }

  .rwjr-header__whatsapp .elementor-button-icon {
    font-size: 19px;
  }

  .rwjr-header__menu .elementor-menu-toggle {
    width: 47px;
    height: 47px;
  }

  .rwjr-header__menu .elementor-nav-menu--dropdown {
    position: fixed;
    top: 76px;
    right: 18px;
    left: 18px;

    width: auto;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
  }

  .rwjr-header.elementor-sticky--effects
  .rwjr-header__menu .elementor-nav-menu--dropdown {
    top: 70px;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 479px) {
  .rwjr-header__logo,
  .rwjr-header__logo img {
    max-width: 172px !important;
  }

  .rwjr-header.elementor-sticky--effects
  .rwjr-header__logo img {
    max-width: 164px !important;
  }

  .rwjr-header__whatsapp .elementor-button,
  .rwjr-header__menu .elementor-menu-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rwjr-header,
  .rwjr-header__inner > .e-con-inner,
  .rwjr-header__logo img,
  .rwjr-header__menu .elementor-item,
  .rwjr-header__whatsapp .elementor-button {
    transition: none;
  }
}/* End custom CSS */