.elementor-2741 .elementor-element.elementor-element-fd22b36{--display:flex;}.elementor-2741 .elementor-element.elementor-element-2a70a22{--display:flex;}.elementor-2741 .elementor-element.elementor-element-0de5ab3{--display:flex;}.elementor-2741 .elementor-element.elementor-element-94510c2{--display:flex;}.elementor-2741 .elementor-element.elementor-element-a793aaf{--display:flex;}.elementor-2741 .elementor-element.elementor-element-8adde49{--display:flex;}.elementor-2741 .elementor-element.elementor-element-af2125f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-2741 .elementor-element.elementor-element-dca5c46{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2741 .elementor-element.elementor-element-9e25e01{--display:flex;}.elementor-2741 .elementor-element.elementor-element-c611192{--display:flex;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-489ff4a */.rp-wh-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 24px 92px;
  background:
    radial-gradient(circle at top left, rgba(24, 119, 242, 0.10), transparent 32%),
    radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.08), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #edf4fa 52%, #f8fbff 100%);
}

.rp-wh-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.32) 0%, rgba(255,255,255,0.05) 100%);
  z-index: 0;
}

.rp-wh-hero__wrap {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 56px;
  align-items: center;
}

.rp-wh-hero__content {
  max-width: 670px;
}

.rp-wh-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(10, 46, 79, 0.06);
  border: 1px solid rgba(10, 46, 79, 0.10);
  color: #0f4c81;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.25px;
}

.rp-wh-hero h1 {
  margin: 0 0 18px;
  color: #0b1f33;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -1.4px;
  font-weight: 800;
  max-width: 760px;
}

.rp-wh-hero__location {
  margin: 0 0 24px;
  color: #6a7f90;
  font-size: 15px;
  line-height: 1.6;
  max-width: 620px;
}

.rp-wh-hero__sub {
  margin: 0 0 28px;
  color: #486173;
  font-size: 18px;
  line-height: 1.75;
  max-width: 620px;
}

.rp-wh-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.rp-wh-hero__pill {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(15, 76, 129, 0.10);
  box-shadow: 0 14px 30px rgba(10, 31, 51, 0.06);
  color: #143b5d;
  font-size: 14px;
  font-weight: 700;
}

.rp-wh-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.rp-wh-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  transition: all 0.28s ease;
}

.rp-wh-hero__btn--primary {
  background: linear-gradient(135deg, #11b481 0%, #0e9c8a 100%);
  color: #ffffff;
  box-shadow: 0 20px 38px rgba(16, 185, 129, 0.24);
}

.rp-wh-hero__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(16, 185, 129, 0.32);
}

.rp-wh-hero__btn--secondary {
  background: rgba(255,255,255,0.9);
  color: #12395a;
  border: 1px solid rgba(18, 57, 90, 0.10);
  box-shadow: 0 14px 28px rgba(10, 31, 51, 0.07);
}

.rp-wh-hero__btn--secondary:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.rp-wh-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.rp-wh-hero__trust-item {
  min-width: 145px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(15, 76, 129, 0.08);
  box-shadow: 0 14px 30px rgba(10, 31, 51, 0.06);
  backdrop-filter: blur(6px);
}

.rp-wh-hero__trust-item strong {
  display: block;
  margin-bottom: 4px;
  color: #0d2f4e;
  font-size: 20px;
  line-height: 1.1;
}

.rp-wh-hero__trust-item span {
  display: block;
  color: #5a7184;
  font-size: 13px;
  line-height: 1.45;
}

.rp-wh-hero__visual {
  position: relative;
}

.rp-wh-hero__image-card {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 34px 72px rgba(10, 31, 51, 0.17);
  background: #dfeaf4;
  min-height: 620px;
}

.rp-wh-hero__image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 42, 0.03) 0%, rgba(8, 24, 42, 0.12) 100%);
  pointer-events: none;
}

.rp-wh-hero__image-card img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.rp-wh-hero__floating-card {
  position: absolute;
  max-width: 265px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.90);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(14, 57, 91, 0.08);
  box-shadow: 0 18px 44px rgba(9, 31, 51, 0.12);
}

.rp-wh-hero__floating-card span {
  display: block;
  margin-bottom: 6px;
  color: #5a7184;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.rp-wh-hero__floating-card strong {
  display: block;
  color: #0f3050;
  font-size: 18px;
  line-height: 1.35;
}

.rp-wh-hero__floating-card--top {
  top: 26px;
  left: -20px;
}

.rp-wh-hero__floating-card--bottom {
  right: -18px;
  bottom: 24px;
}

@media (max-width: 1080px) {
  .rp-wh-hero__wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .rp-wh-hero__content {
    max-width: 100%;
  }

  .rp-wh-hero__visual {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .rp-wh-hero__floating-card--top {
    left: 18px;
  }

  .rp-wh-hero__floating-card--bottom {
    right: 18px;
  }
}

@media (max-width: 767px) {
  .rp-wh-hero {
    padding: 84px 18px 68px;
  }

  .rp-wh-hero h1 {
    font-size: 36px;
    line-height: 1.06;
  }

  .rp-wh-hero__location {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .rp-wh-hero__sub {
    font-size: 16px;
    line-height: 1.7;
  }

  .rp-wh-hero__cta-row {
    flex-direction: column;
  }

  .rp-wh-hero__btn {
    width: 100%;
  }

  .rp-wh-hero__trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rp-wh-hero__image-card {
    min-height: auto;
  }

  .rp-wh-hero__image-card img {
    height: 420px;
  }

  .rp-wh-hero__floating-card {
    position: static;
    max-width: none;
    margin-top: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62c2c8e */.rp-wh-problems {
  position: relative;
  background: #ffffff;
  padding: 115px 24px 110px;
  overflow: hidden;
}

.rp-wh-problems__wrap {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 2;
}

.rp-wh-problems__heading {
  max-width: 860px;
  margin: 0 auto 58px;
  text-align: center;
}

.rp-wh-problems__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f3f7fc 0%, #e8f0f8 100%);
  border: 1px solid rgba(27, 74, 124, 0.08);
  color: #2e5f93;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: 0 10px 30px rgba(31, 68, 117, 0.05);
}

.rp-wh-problems__heading h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #0d2742;
}

.rp-wh-problems__heading p {
  margin: 22px auto 0;
  max-width: 760px;
  font-size: 19px;
  line-height: 1.75;
  color: #5f7388;
}

.rp-wh-problems__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.rp-wh-problem-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.96) 100%);
  border: 1px solid rgba(20, 51, 84, 0.08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow:
    0 18px 45px rgba(15, 44, 74, 0.06),
    0 2px 8px rgba(15, 44, 74, 0.03);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
  min-height: 100%;
}

.rp-wh-problem-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 30px 70px rgba(15, 44, 74, 0.10),
    0 10px 24px rgba(15, 44, 74, 0.05);
  border-color: rgba(38, 107, 178, 0.18);
}

.rp-wh-problem-card__img {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.rp-wh-problem-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 29, 52, 0.00) 35%, rgba(8, 29, 52, 0.08) 100%);
  pointer-events: none;
}

.rp-wh-problem-card__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.6s ease;
}

.rp-wh-problem-card:hover .rp-wh-problem-card__img img {
  transform: scale(1.07);
}

.rp-wh-problem-card h3 {
  margin: 0;
  padding: 28px 30px 10px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #123052;
}

.rp-wh-problem-card p {
  margin: 0;
  padding: 0 30px 32px;
  font-size: 16px;
  line-height: 1.75;
  color: #617487;
}

.rp-wh-problem-card__shine {
  position: absolute;
  top: -120%;
  left: -40%;
  width: 65%;
  height: 260%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.10) 45%,
    rgba(255,255,255,0.34) 50%,
    rgba(255,255,255,0) 56%
  );
  transform: rotate(18deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.rp-wh-problem-card:hover .rp-wh-problem-card__shine {
  opacity: 1;
  animation: rpShineSweep 1.2s ease;
}

.rp-wh-problems__bg-shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
  filter: blur(40px);
  opacity: 0.45;
}

.rp-wh-problems__bg-shape--one {
  width: 280px;
  height: 280px;
  top: -60px;
  left: -70px;
  background: radial-gradient(circle, rgba(52, 119, 194, 0.12) 0%, rgba(52, 119, 194, 0) 70%);
}

.rp-wh-problems__bg-shape--two {
  width: 320px;
  height: 320px;
  right: -80px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(31, 173, 145, 0.10) 0%, rgba(31, 173, 145, 0) 72%);
}

@keyframes rpShineSweep {
  0% {
    left: -50%;
  }
  100% {
    left: 120%;
  }
}

@media (max-width: 1024px) {
  .rp-wh-problems {
    padding: 95px 22px 95px;
  }

  .rp-wh-problems__grid {
    gap: 22px;
  }

  .rp-wh-problem-card__img {
    height: 250px;
  }

  .rp-wh-problem-card h3 {
    font-size: 24px;
    padding: 24px 24px 8px;
  }

  .rp-wh-problem-card p {
    padding: 0 24px 26px;
  }
}

@media (max-width: 767px) {
  .rp-wh-problems {
    padding: 78px 18px 78px;
  }

  .rp-wh-problems__heading {
    margin-bottom: 38px;
  }

  .rp-wh-problems__heading h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .rp-wh-problems__heading p {
    font-size: 16px;
    line-height: 1.7;
  }

  .rp-wh-problems__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rp-wh-problem-card {
    border-radius: 22px;
  }

  .rp-wh-problem-card__img {
    height: 235px;
  }

  .rp-wh-problem-card h3 {
    font-size: 22px;
    padding: 22px 22px 8px;
  }

  .rp-wh-problem-card p {
    font-size: 15px;
    padding: 0 22px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be1949f */.rp-wh-solution {
  position: relative;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 110px 24px;
  overflow: hidden;
}

.rp-wh-solution__wrap {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 2;
}

.rp-wh-solution__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 64px;
}

.rp-wh-solution__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef5fc 0%, #e6f0fa 100%);
  border: 1px solid rgba(21, 56, 92, 0.08);
  color: #2f6499;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: 0 10px 30px rgba(23, 58, 92, 0.05);
}

.rp-wh-solution__content h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #0d2742;
  max-width: 720px;
}

.rp-wh-solution__lead {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.45;
  color: #5d7286;
  max-width: 700px;
}

.rp-wh-solution__content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #6a7f93;
  max-width: 690px;
}

.rp-wh-solution__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  margin: 34px 0 34px;
  max-width: 760px;
}

.rp-wh-solution__benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 52, 86, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 44, 74, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  backdrop-filter: blur(6px);
}

.rp-wh-solution__benefit:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(15, 44, 74, 0.08);
  border-color: rgba(31, 173, 145, 0.22);
}

.rp-wh-solution__check {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #25c7a3 0%, #179a7d 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(31, 173, 145, 0.2);
}

.rp-wh-solution__benefit span:last-child {
  font-size: 17px;
  line-height: 1.35;
  color: #173452;
  font-weight: 700;
}

.rp-wh-solution__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rp-wh-solution__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.rp-wh-solution__btn:hover {
  transform: translateY(-3px);
}

.rp-wh-solution__btn--primary {
  background: linear-gradient(135deg, #1fc5a0 0%, #169879 100%);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(26, 162, 131, 0.22);
}

.rp-wh-solution__btn--primary:hover {
  box-shadow: 0 24px 40px rgba(26, 162, 131, 0.3);
}

.rp-wh-solution__btn--secondary {
  background: #ffffff;
  color: #173452;
  border: 1px solid rgba(18, 53, 87, 0.12);
  box-shadow: 0 12px 28px rgba(15, 44, 74, 0.06);
}

.rp-wh-solution__btn--secondary:hover {
  border-color: rgba(47, 100, 153, 0.22);
  box-shadow: 0 18px 34px rgba(15, 44, 74, 0.1);
}

.rp-wh-solution__media {
  position: relative;
  min-height: 640px;
}

.rp-wh-solution__image-card {
  position: relative;
  height: 100%;
  min-height: 640px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(14, 42, 71, 0.14), 0 10px 24px rgba(14, 42, 71, 0.08);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.rp-wh-solution__image-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 90px rgba(14, 42, 71, 0.18), 0 14px 34px rgba(14, 42, 71, 0.1);
}

.rp-wh-solution__image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 31, 54, 0) 0%, rgba(9, 31, 54, 0.07) 56%, rgba(9, 31, 54, 0.14) 100%);
  pointer-events: none;
}

.rp-wh-solution__image-card img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.7s ease;
}

.rp-wh-solution__image-card:hover img {
  transform: scale(1.07);
}

.rp-wh-solution__image-shine {
  position: absolute;
  top: -120%;
  left: -40%;
  width: 60%;
  height: 240%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.06) 40%,
    rgba(255,255,255,0.32) 50%,
    rgba(255,255,255,0) 58%
  );
  transform: rotate(18deg);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
}

.rp-wh-solution__image-card:hover .rp-wh-solution__image-shine {
  opacity: 1;
  animation: rpSolutionShine 1.25s ease;
}

.rp-wh-solution__floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(18, 53, 87, 0.08);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 22px 50px rgba(15, 44, 74, 0.12);
  max-width: 285px;
  z-index: 4;
  animation: rpFloatSoft 4.2s ease-in-out infinite;
}

.rp-wh-solution__floating-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.25;
  color: #143453;
  letter-spacing: -0.025em;
}

.rp-wh-solution__floating-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #6583a0;
  text-transform: uppercase;
}

.rp-wh-solution__floating-card--top {
  top: 28px;
  left: -34px;
}

.rp-wh-solution__floating-card--bottom {
  right: -28px;
  bottom: 28px;
  animation-delay: 1.1s;
}

.rp-wh-solution__bg {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
  filter: blur(40px);
  opacity: 0.55;
}

.rp-wh-solution__bg--one {
  width: 320px;
  height: 320px;
  top: -80px;
  left: -80px;
  background: radial-gradient(circle, rgba(49, 109, 180, 0.13) 0%, rgba(49, 109, 180, 0) 72%);
}

.rp-wh-solution__bg--two {
  width: 360px;
  height: 360px;
  right: -90px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(31, 173, 145, 0.12) 0%, rgba(31, 173, 145, 0) 72%);
}

@keyframes rpSolutionShine {
  0% { left: -55%; }
  100% { left: 125%; }
}

@keyframes rpFloatSoft {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1180px) {
  .rp-wh-solution__grid {
    gap: 42px;
  }

  .rp-wh-solution__media,
  .rp-wh-solution__image-card,
  .rp-wh-solution__image-card img {
    min-height: 560px;
  }

  .rp-wh-solution__floating-card--top {
    left: 18px;
  }

  .rp-wh-solution__floating-card--bottom {
    right: 18px;
  }
}

@media (max-width: 991px) {
  .rp-wh-solution {
    padding: 90px 22px;
  }

  .rp-wh-solution__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rp-wh-solution__content h2,
  .rp-wh-solution__lead,
  .rp-wh-solution__content p {
    max-width: 100%;
  }

  .rp-wh-solution__media,
  .rp-wh-solution__image-card,
  .rp-wh-solution__image-card img {
    min-height: 520px;
  }

  .rp-wh-solution__floating-card--top {
    top: 18px;
    left: 18px;
  }

  .rp-wh-solution__floating-card--bottom {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 767px) {
  .rp-wh-solution {
    padding: 76px 18px;
  }

  .rp-wh-solution__content h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .rp-wh-solution__lead {
    font-size: 18px;
    line-height: 1.55;
  }

  .rp-wh-solution__content p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .rp-wh-solution__benefits {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 28px 0 30px;
  }

  .rp-wh-solution__benefit {
    padding: 16px;
    border-radius: 16px;
  }

  .rp-wh-solution__benefit span:last-child {
    font-size: 15px;
  }

  .rp-wh-solution__cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .rp-wh-solution__btn {
    width: 100%;
    min-height: 54px;
  }

  .rp-wh-solution__media,
  .rp-wh-solution__image-card,
  .rp-wh-solution__image-card img {
    min-height: 420px;
  }

  .rp-wh-solution__image-card {
    border-radius: 24px;
  }

  .rp-wh-solution__floating-card {
    position: static;
    max-width: 100%;
    margin-top: 14px;
    animation: none;
  }

  .rp-wh-solution__floating-card strong {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4830c2 */.rp-process-section{
  position: relative;
  padding: 90px 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(63,164,255,0.12), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #eef6fd 100%);
  overflow: hidden;
}

.rp-process-section:before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:1px;
  height:100%;
  background: linear-gradient(to bottom, rgba(58,145,255,0), rgba(58,145,255,0.35), rgba(58,145,255,0));
  opacity:.5;
  pointer-events:none;
}

.rp-process-top{
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.rp-process-eyebrow{
  display:inline-block;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background: rgba(30,136,229,0.08);
  color:#1273d8;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.6px;
}

.rp-process-top h2{
  margin:0 0 16px;
  font-size: clamp(32px, 4vw, 50px);
  line-height:1.1;
  color:#0d2238;
}

.rp-process-top p{
  margin:0 auto;
  max-width:780px;
  font-size:17px;
  line-height:1.75;
  color:#526273;
}

.rp-process-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:28px;
  align-items:stretch;
}

.rp-process-card{
  position:relative;
  background: rgba(255,255,255,0.82);
  border:1px solid rgba(34,110,180,0.10);
  border-radius:26px;
  box-shadow: 0 18px 50px rgba(16, 54, 95, 0.08);
  overflow:hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  backdrop-filter: blur(10px);
}

.rp-process-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(16, 54, 95, 0.14);
  border-color: rgba(18,115,216,0.22);
}

.rp-process-number{
  position:absolute;
  top:18px;
  left:18px;
  z-index:3;
  width:54px;
  height:54px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:800;
  color:#fff;
  background: linear-gradient(135deg, #0f6fd6, #4cb3ff);
  box-shadow: 0 10px 25px rgba(15,111,214,0.28);
}

.rp-process-image-wrap{
  position:relative;
  height:260px;
  overflow:hidden;
}

.rp-process-image-wrap:after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(8,23,38,0.36) 0%, rgba(8,23,38,0.05) 45%, rgba(8,23,38,0) 100%);
}

.rp-process-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: transform .6s ease;
}

.rp-process-card:hover .rp-process-image-wrap img{
  transform: scale(1.06);
}

.rp-process-content{
  padding:26px 24px 28px;
}

.rp-process-content h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.2;
  color:#10263d;
}

.rp-process-content p{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#58697b;
}

.rp-process-bottom{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:34px;
}

.rp-process-pill{
  padding:12px 18px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(18,115,216,0.12);
  box-shadow: 0 8px 22px rgba(17, 56, 97, 0.06);
  font-size:14px;
  font-weight:600;
  color:#1c3957;
}

@media (max-width: 1024px){
  .rp-process-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .rp-process-section:before{
    display:none;
  }

  .rp-process-image-wrap{
    height:240px;
  }
}

@media (max-width: 767px){
  .rp-process-section{
    padding:70px 18px;
    border-radius:22px;
  }

  .rp-process-top{
    margin-bottom:34px;
  }

  .rp-process-top p{
    font-size:15.5px;
    line-height:1.7;
  }

  .rp-process-content{
    padding:22px 18px 24px;
  }

  .rp-process-content h3{
    font-size:22px;
  }

  .rp-process-number{
    width:48px;
    height:48px;
    font-size:15px;
  }

  .rp-process-image-wrap{
    height:220px;
  }

  .rp-process-pill{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91f7159 */.rp-wh-authority {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  padding: 110px 20px;
  overflow: hidden;
}

.rp-wh-authority__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.rp-wh-authority__heading {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.rp-wh-authority__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef5fc 0%, #e5eef8 100%);
  border: 1px solid rgba(18, 53, 87, 0.08);
  color: #2e5f93;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rp-wh-authority__heading h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 4.7vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #0d2742;
}

.rp-wh-authority__heading p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
  color: #607488;
}

.rp-wh-authority__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 34px;
}

.rp-wh-authority__card {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 53, 87, 0.08);
  border-radius: 22px;
  padding: 30px 24px 28px;
  text-align: center;
  box-shadow: 0 14px 36px rgba(15, 44, 74, 0.05);
  overflow: hidden;
  transition:
    transform 0.38s ease,
    box-shadow 0.38s ease,
    border-color 0.38s ease;
}

.rp-wh-authority__card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1fc5a0 0%, #2f67a3 100%);
}

.rp-wh-authority__card::after {
  content: "";
  position: absolute;
  inset: -40% auto auto -20%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 197, 160, 0.08) 0%, rgba(31, 197, 160, 0) 72%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.38s ease;
}

.rp-wh-authority__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 54px rgba(15, 44, 74, 0.10);
  border-color: rgba(31, 197, 160, 0.18);
}

.rp-wh-authority__card:hover::after {
  opacity: 1;
}

.rp-wh-authority__icon {
  position: relative;
  z-index: 2;
  font-size: 28px;
  margin-bottom: 14px;
  filter: saturate(0.95);
}

.rp-wh-authority__card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #143453;
}

.rp-wh-authority__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #667b8f;
}

.rp-wh-authority__cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(135deg, #0f2945 0%, #14395f 48%, #169879 100%);
  border-radius: 28px;
  padding: 34px 34px;
  box-shadow: 0 28px 70px rgba(14, 42, 71, 0.18);
  overflow: hidden;
}

.rp-wh-authority__cta::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  left: -120px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 72%);
  pointer-events: none;
}

.rp-wh-authority__cta::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31,197,160,0.22) 0%, rgba(31,197,160,0) 74%);
  pointer-events: none;
}

.rp-wh-authority__cta-left,
.rp-wh-authority__cta-right {
  position: relative;
  z-index: 2;
}

.rp-wh-authority__cta-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.rp-wh-authority__cta h3 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #ffffff;
  max-width: 720px;
}

.rp-wh-authority__cta p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  max-width: 620px;
}

.rp-wh-authority__cta-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.rp-wh-authority__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.rp-wh-authority__btn:hover {
  transform: translateY(-3px);
}

.rp-wh-authority__btn--primary {
  background: #ffffff;
  color: #159878;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.rp-wh-authority__btn--primary:hover {
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
}

.rp-wh-authority__btn--secondary {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.26);
  backdrop-filter: blur(6px);
}

.rp-wh-authority__btn--secondary:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.38);
}

@media (max-width: 1100px) {
  .rp-wh-authority__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rp-wh-authority__cta {
    grid-template-columns: 1fr;
  }

  .rp-wh-authority__cta-right {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .rp-wh-authority {
    padding: 76px 16px;
  }

  .rp-wh-authority__heading {
    margin-bottom: 38px;
  }

  .rp-wh-authority__heading h2 {
    font-size: 34px;
    line-height: 1.06;
  }

  .rp-wh-authority__heading p {
    font-size: 16px;
    line-height: 1.7;
  }

  .rp-wh-authority__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .rp-wh-authority__card {
    padding: 24px 18px 22px;
    border-radius: 18px;
  }

  .rp-wh-authority__card h3 {
    font-size: 20px;
  }

  .rp-wh-authority__card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .rp-wh-authority__cta {
    padding: 26px 18px;
    border-radius: 22px;
    gap: 18px;
  }

  .rp-wh-authority__cta h3 {
    font-size: 30px;
    line-height: 1.06;
  }

  .rp-wh-authority__cta p {
    font-size: 15px;
    line-height: 1.65;
  }

  .rp-wh-authority__cta-right {
    max-width: 100%;
  }

  .rp-wh-authority__btn {
    width: 100%;
    min-height: 54px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba15ce6 */.rp-elite-trust-strip {
  position: relative;
  padding: 105px 20px 95px;
  background:
    radial-gradient(circle at top left, rgba(31, 197, 160, 0.08) 0%, rgba(31, 197, 160, 0) 32%),
    radial-gradient(circle at bottom right, rgba(47, 103, 163, 0.10) 0%, rgba(47, 103, 163, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  overflow: hidden;
}

.rp-elite-trust-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.rp-elite-trust-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.rp-elite-trust-copy {
  max-width: 760px;
}

.rp-elite-trust-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef5fc 0%, #e5eef8 100%);
  border: 1px solid rgba(18, 53, 87, 0.08);
  color: #2e5f93;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.rp-elite-trust-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 800;
  color: #0d2742;
  max-width: 760px;
}

.rp-elite-trust-copy p {
  margin: 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.75;
  color: #607488;
}

/* OFFER CARD */

.rp-elite-trust-offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  padding: 28px 28px 26px;
  border-radius: 28px;
  text-decoration: none;
  background:
    linear-gradient(145deg, #103050 0%, #173b61 58%, #1b8b77 100%);
  box-shadow:
    0 24px 60px rgba(13, 39, 66, 0.18),
    0 10px 30px rgba(13, 39, 66, 0.10);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.rp-elite-trust-offer::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0) 72%);
  pointer-events: none;
}

.rp-elite-trust-offer::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31,197,160,0.26) 0%, rgba(31,197,160,0) 74%);
  pointer-events: none;
}

.rp-elite-trust-offer:hover {
  transform: translateY(-6px);
  box-shadow:
    0 30px 70px rgba(13, 39, 66, 0.22),
    0 14px 34px rgba(13, 39, 66, 0.12);
}

.rp-elite-trust-offer > * {
  position: relative;
  z-index: 2;
}

.rp-elite-trust-offer__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
}

.rp-elite-trust-offer strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #ffffff;
}

.rp-elite-trust-offer__percent {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #7ef0d1;
}

.rp-elite-trust-offer__cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  background: #ffffff;
  color: #133555;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 24px rgba(0,0,0,0.14);
}

/* LOGO PANEL */

.rp-elite-trust-logos-wrap {
  position: relative;
  padding: 14px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255,255,255,0.66) 0%, rgba(235,245,255,0.92) 100%);
  border: 1px solid rgba(18, 53, 87, 0.08);
  box-shadow: 0 18px 50px rgba(15, 44, 74, 0.06);
  overflow: hidden;
}

.rp-elite-trust-logos-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31,197,160,0.06) 0%, rgba(47,103,163,0.05) 50%, rgba(31,197,160,0.06) 100%);
  pointer-events: none;
}

.rp-elite-trust-logos {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.rp-elite-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  padding: 18px 16px;
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(18, 53, 87, 0.06);
  backdrop-filter: blur(6px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.rp-elite-logo-item:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.96);
  border-color: rgba(31,197,160,0.18);
  box-shadow: 0 16px 32px rgba(15, 44, 74, 0.08);
}

.rp-elite-logo-item img {
  max-width: 130px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.rp-elite-logo-item:hover img {
  transform: scale(1.05);
}

/* TABLET */

@media (max-width: 1100px) {
  .rp-elite-trust-top {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .rp-elite-trust-offer {
    min-height: 210px;
    max-width: 520px;
  }

  .rp-elite-trust-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .rp-elite-trust-strip {
    padding: 74px 16px 70px;
  }

  .rp-elite-trust-top {
    gap: 20px;
    margin-bottom: 24px;
  }

  .rp-elite-trust-copy h2 {
    font-size: 36px;
    line-height: 1.02;
  }

  .rp-elite-trust-copy p {
    font-size: 16px;
    line-height: 1.7;
  }

  .rp-elite-trust-offer {
    min-height: 190px;
    padding: 22px 20px 20px;
    border-radius: 22px;
  }

  .rp-elite-trust-offer strong {
    font-size: 24px;
  }

  .rp-elite-trust-offer__percent {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .rp-elite-trust-offer__cta {
    min-height: 44px;
    font-size: 13px;
  }

  .rp-elite-trust-logos-wrap {
    padding: 10px;
    border-radius: 24px;
  }

  .rp-elite-trust-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rp-elite-logo-item {
    min-height: 98px;
    padding: 14px 12px;
    border-radius: 18px;
  }

  .rp-elite-logo-item img {
    max-width: 108px;
    max-height: 46px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-678f86c */.elementor-2741 .elementor-element.elementor-element-678f86c {
  font-size: 17px;
  line-height: 1.75;
  color: #5f6b7a;
  margin: 0 0 24px 0;
  max-width: 620px;
}

@media (max-width: 767px) {
  .elementor-2741 .elementor-element.elementor-element-678f86c {
    font-size: 15px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5bece93 */.elementor-2741 .elementor-element.elementor-element-5bece93 input,
.elementor-2741 .elementor-element.elementor-element-5bece93 textarea {
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  padding: 12px !important;
}

.elementor-2741 .elementor-element.elementor-element-5bece93 button {
  width: 100% !important;
  background: #0a3d91 !important;
  color: white !important;
  border-radius: 999px !important;
  padding: 14px !important;
  font-weight: 600 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c611192 */.elementor-2741 .elementor-element.elementor-element-c611192 {
  width: 53%;
  background: #f7f9fc;
  border-radius: 22px;
  padding: 40px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid #e7edf3;
  position: relative;
  overflow: hidden;
}

.elementor-2741 .elementor-element.elementor-element-c611192:before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(22, 87, 192, 0.12) 0%, rgba(22, 87, 192, 0) 70%);
  pointer-events: none;
}

.elementor-2741 .elementor-element.elementor-element-c611192 > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .elementor-2741 .elementor-element.elementor-element-c611192 {
    width: 100%;
    padding: 24px 18px;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-af2125f *//* =========================
   FINAL CTA SECTION WRAPPER
========================= */

.rp-final-cta-parent {
  max-width: 1220px;
  margin: 0 auto;
  padding: 90px 20px;
}

.rp-final-cta-parent > .e-con-inner,
.rp-final-cta-parent {
  width: 100%;
}

.rp-final-cta-parent .e-con-inner,
.rp-final-cta-parent {
  box-sizing: border-box;
}

/* =========================
   LEFT SIDE
========================= */

.rp-final-left-wrap {
  width: 100%;
}

.rp-final-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0a3d91;
  margin-bottom: 10px;
}

.rp-final-title {
  margin: 0 0 16px 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  color: #101828;
  letter-spacing: -0.5px;
}

.rp-final-text {
  margin: 0 0 22px 0;
  font-size: 17px;
  line-height: 1.75;
  color: #5f6b7a;
  max-width: 620px;
}

.rp-final-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}

.rp-final-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #1f2937;
  font-weight: 500;
}

.rp-final-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(10, 61, 145, 0.08);
  color: #0a3d91;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.rp-final-btn-wrap {
  margin-bottom: 10px;
}

.rp-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0a3d91 0%, #1657c0 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 16px 35px rgba(10, 61, 145, 0.22);
  transition: all 0.3s ease;
}

.rp-final-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(10, 61, 145, 0.28);
  color: #ffffff;
}

.rp-final-availability {
  margin: 8px 0 18px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #667085;
}

.rp-final-service {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #e6edf5;
  font-size: 13px;
  line-height: 1.8;
  color: #7b8794;
  max-width: 650px;
}

/* =========================
   RIGHT FORM BOX
========================= */

.rp-final-form-box {
  position: relative;
  background: #f7f9fc;
  border-radius: 22px;
  padding: 38px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.rp-final-form-box::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(22, 87, 192, 0.12) 0%, rgba(22, 87, 192, 0) 70%);
  pointer-events: none;
}

.rp-final-form-box > * {
  position: relative;
  z-index: 2;
}

.rp-final-form-title {
  margin: 0 0 8px 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #101828;
}

.rp-final-form-text {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #667085;
}

/* =========================
   WPFORMS STYLING
========================= */

.rp-final-form-box .wpforms-container {
  margin-bottom: 0 !important;
}

.rp-final-form-box .wpforms-field {
  padding-bottom: 16px !important;
}

.rp-final-form-box .wpforms-field-label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #243041 !important;
  margin-bottom: 8px !important;
}

.rp-final-form-box input,
.rp-final-form-box textarea,
.rp-final-form-box select {
  width: 100% !important;
  border: 1px solid #d8e1ea !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  min-height: 54px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  color: #1f2937 !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}

.rp-final-form-box textarea {
  min-height: 120px !important;
}

.rp-final-form-box input:focus,
.rp-final-form-box textarea:focus,
.rp-final-form-box select:focus {
  border-color: #0a3d91 !important;
  box-shadow: 0 0 0 4px rgba(10, 61, 145, 0.08) !important;
  outline: none !important;
}

.rp-final-form-box button[type="submit"],
.rp-final-form-box .wpforms-submit {
  width: 100% !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0a3d91 0%, #1657c0 100%) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 16px 24px !important;
  min-height: 56px !important;
  box-shadow: 0 16px 35px rgba(10, 61, 145, 0.22) !important;
  transition: all 0.3s ease !important;
}

.rp-final-form-box button[type="submit"]:hover,
.rp-final-form-box .wpforms-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(10, 61, 145, 0.28) !important;
}

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

@media (max-width: 1024px) {
  .rp-final-cta-parent {
    padding: 70px 20px;
  }

  .rp-final-title {
    font-size: 38px;
  }

  .rp-final-form-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .rp-final-cta-parent {
    padding: 56px 16px;
  }

  .rp-final-title {
    font-size: 30px;
    line-height: 1.15;
  }

  .rp-final-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .rp-final-list li {
    font-size: 14px;
    padding-left: 28px;
  }

  .rp-final-btn {
    width: 100%;
    text-align: center;
    padding: 16px 20px;
  }

  .rp-final-availability {
    font-size: 13px;
  }

  .rp-final-service {
    font-size: 12px;
    line-height: 1.7;
  }

  .rp-final-form-box {
    border-radius: 18px;
    padding: 24px 18px;
  }

  .rp-final-form-title {
    font-size: 24px;
  }

  .rp-final-form-text {
    font-size: 14px;
  }

  .rp-final-form-box input,
  .rp-final-form-box textarea,
  .rp-final-form-box select {
    font-size: 16px !important;
  }
}/* End custom CSS */