.elementor-2760 .elementor-element.elementor-element-a9f48d8{--display:flex;}.elementor-2760 .elementor-element.elementor-element-7a40c39{--display:flex;}.elementor-2760 .elementor-element.elementor-element-ddf72b0{--display:flex;}.elementor-2760 .elementor-element.elementor-element-68e6a19{--display:flex;}.elementor-2760 .elementor-element.elementor-element-706a773{--display:flex;}.elementor-2760 .elementor-element.elementor-element-d96478c{--display:flex;}.elementor-2760 .elementor-element.elementor-element-d206f60{--display:flex;}.elementor-2760 .elementor-element.elementor-element-f433a49{width:var( --container-widget-width, 99.909% );max-width:99.909%;--container-widget-width:99.909%;--container-widget-flex-grow:0;}.elementor-2760 .elementor-element.elementor-element-f433a49.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2760 .elementor-element.elementor-element-46deb58{--display:flex;}.elementor-2760 .elementor-element.elementor-element-f6a50c4{--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-2760 .elementor-element.elementor-element-a93cc38{--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-2760 .elementor-element.elementor-element-2de77a4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ae794f4 */.rp-process-page {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  font-family: inherit;
  color: #102132;
}

/* HERO */
.rp-process-hero {
  position: relative;
  padding: 95px 20px 88px;
  background: linear-gradient(135deg, #083b74 0%, #0b5496 45%, #18b07c 100%);
  overflow: hidden;
}

.rp-process-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(255,255,255,0.14), transparent 26%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,0.10), transparent 26%);
  animation: rpPulseGlow 7s ease-in-out infinite;
  pointer-events: none;
}

.rp-process-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.rp-process-pill,
.rp-process-step-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.rp-process-pill {
  margin-bottom: 18px;
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
}

.rp-process-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 4.7vw, 4rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.rp-process-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.92);
  font-size: 1.06rem;
  line-height: 1.78;
}

/* SECTIONS */
.rp-process-section,
.rp-process-trust {
  position: relative;
  padding: 105px 24px;
}

.rp-process-section--light {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.rp-process-section--soft {
  background:
    radial-gradient(circle at top left, rgba(11,84,150,0.05), transparent 28%),
    linear-gradient(180deg, #f4f9fe 0%, #eef6fc 100%);
}

.rp-process-trust {
  background:
    radial-gradient(circle at bottom right, rgba(24,176,124,0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.rp-process-section__inner,
.rp-process-trust__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 64px;
  align-items: center;
}

.rp-process-section__inner--reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.rp-process-section__content,
.rp-process-trust__content {
  position: relative;
  z-index: 2;
}

.rp-process-step-label {
  margin-bottom: 16px;
  color: #0b5496;
  background: rgba(11, 84, 150, 0.08);
  border: 1px solid rgba(11, 84, 150, 0.12);
}

.rp-process-section__content h2,
.rp-process-trust__content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 3.8vw, 3.2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0d1b2a;
}

.rp-process-intro {
  margin: 0 0 28px;
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.8;
  color: #5a6777;
}

/* CARDS */
.rp-process-steps {
  display: grid;
  gap: 16px;
}

.rp-process-card {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(13, 52, 88, 0.08);
  box-shadow: 0 18px 45px rgba(15, 47, 79, 0.05);
  transition:
    transform 0.38s ease,
    box-shadow 0.38s ease,
    border-color 0.38s ease,
    background 0.38s ease;
  overflow: hidden;
}

.rp-process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,84,150,0.03), rgba(24,176,124,0.04));
  opacity: 0;
  transition: opacity 0.38s ease;
}

.rp-process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(24,176,124,0.18);
  box-shadow: 0 24px 58px rgba(15, 47, 79, 0.10);
}

.rp-process-card:hover::before {
  opacity: 1;
}

.rp-process-card__num,
.rp-process-card__body {
  position: relative;
  z-index: 2;
}

.rp-process-card__num {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b5496 0%, #18b07c 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(11, 84, 150, 0.18);
  transition: transform 0.38s ease, box-shadow 0.38s ease;
}

.rp-process-card:hover .rp-process-card__num {
  transform: scale(1.06) rotate(-2deg);
  box-shadow: 0 18px 34px rgba(11, 84, 150, 0.24);
}

.rp-process-card__body h3 {
  margin: 2px 0 7px;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  color: #102132;
}

.rp-process-card__body p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.72;
  color: #607082;
}

/* REVIEW */
.rp-process-review {
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0b5496 0%, #18b07c 100%);
  box-shadow: 0 24px 56px rgba(11, 84, 150, 0.18);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.rp-process-review:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(11, 84, 150, 0.24);
}

.rp-process-review p {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.78;
  font-weight: 500;
}

.rp-process-review span {
  color: rgba(255,255,255,0.92);
  font-size: 0.90rem;
  font-weight: 700;
}

/* IMAGE */
.rp-process-section__media,
.rp-process-trust__media {
  position: relative;
}

.rp-process-image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #dce7f2;
  border: 1px solid rgba(12, 49, 83, 0.08);
  box-shadow: 0 28px 70px rgba(12, 39, 68, 0.14);
  transform: translateY(0);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.rp-process-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(6, 28, 54, 0.18), rgba(6, 28, 54, 0.04) 38%, transparent 64%);
  z-index: 2;
  pointer-events: none;
}

.rp-process-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: inherit;
  z-index: 3;
  pointer-events: none;
}

.rp-process-image:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 84px rgba(12, 39, 68, 0.18);
}

.rp-process-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  transition: transform 0.75s ease;
}

.rp-process-image:hover img {
  transform: scale(1.04);
}

.rp-process-image--trust img {
  min-height: 560px;
}

/* TRUST */
.rp-process-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 10px;
}

.rp-process-trust-card {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(13, 52, 88, 0.08);
  box-shadow: 0 18px 45px rgba(15, 47, 79, 0.05);
  transition:
    transform 0.38s ease,
    box-shadow 0.38s ease,
    border-color 0.38s ease;
}

.rp-process-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24,176,124,0.18);
  box-shadow: 0 24px 58px rgba(15, 47, 79, 0.10);
}

.rp-process-trust-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 800;
  color: #102132;
}

.rp-process-trust-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.72;
  color: #607082;
}

.rp-process-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rp-process-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(13, 52, 88, 0.08);
  box-shadow: 0 10px 26px rgba(12, 40, 70, 0.05);
  color: #173147;
  font-size: 0.90rem;
  font-weight: 700;
  line-height: 1.4;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rp-process-points span:hover {
  transform: translateY(-3px);
  border-color: rgba(24,176,124,0.20);
  box-shadow: 0 16px 32px rgba(12, 40, 70, 0.08);
}

/* ANIMATIONS */
@keyframes rpPulseGlow {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.9;
  }
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .rp-process-section__inner,
  .rp-process-trust__inner,
  .rp-process-section__inner--reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rp-process-image img,
  .rp-process-image--trust img {
    min-height: 420px;
  }
}

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

  .rp-process-hero p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .rp-process-section,
  .rp-process-trust {
    padding: 72px 18px;
  }

  .rp-process-section__content h2,
  .rp-process-trust__content h2 {
    font-size: 1.9rem;
    line-height: 1.1;
  }

  .rp-process-intro {
    margin-bottom: 22px;
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .rp-process-steps {
    gap: 14px;
  }

  .rp-process-card {
    grid-template-columns: 50px 1fr;
    gap: 14px;
    padding: 17px 16px;
    border-radius: 20px;
  }

  .rp-process-card__num {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    font-size: 0.88rem;
  }

  .rp-process-card__body h3 {
    font-size: 0.98rem;
  }

  .rp-process-card__body p {
    font-size: 0.92rem;
    line-height: 1.64;
  }

  .rp-process-review {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .rp-process-review p {
    font-size: 0.94rem;
    line-height: 1.66;
  }

  .rp-process-image,
  .rp-process-image--trust {
    border-radius: 22px;
  }

  .rp-process-image img,
  .rp-process-image--trust img {
    min-height: 300px;
  }

  .rp-process-trust-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rp-process-trust-card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .rp-process-points {
    gap: 10px;
  }

  .rp-process-points span {
    width: 100%;
    padding: 11px 14px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68d008d */.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-ccfebcb */.rp-elite-trust-strip {
  position: relative;
  padding: 95px 24px 85px;
  background:
    radial-gradient(circle at top center, rgba(30, 92, 255, 0.08) 0%, rgba(30, 92, 255, 0) 42%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 55%, #ffffff 100%);
  overflow: hidden;
}

.rp-elite-trust-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.rp-elite-trust-top {
  max-width: 900px;
  margin: 0 auto 46px;
  text-align: center;
}

.rp-elite-trust-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(20, 74, 214, 0.08);
  border: 1px solid rgba(20, 74, 214, 0.12);
  color: #154ad6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1;
}

.rp-elite-trust-top h2 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1c44;
}

.rp-elite-trust-top p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.75;
  color: #5a6786;
}

.rp-elite-trust-logos-wrap {
  position: relative;
  padding: 34px 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 43, 110, 0.08);
  box-shadow:
    0 20px 60px rgba(8, 29, 79, 0.07),
    0 8px 24px rgba(8, 29, 79, 0.04);
  backdrop-filter: blur(8px);
}

.rp-elite-trust-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 26px;
}

.rp-elite-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 10px 12px;
  border-radius: 20px;
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.rp-elite-logo-item:hover {
  transform: translateY(-4px);
  background: rgba(20, 74, 214, 0.03);
  box-shadow: 0 10px 24px rgba(20, 74, 214, 0.06);
}

.rp-elite-logo-item img {
  display: block;
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.92;
  filter: saturate(0.98) contrast(1.02);
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
}

.rp-elite-logo-item:hover img {
  opacity: 1;
  transform: scale(1.03);
  filter: saturate(1.04) contrast(1.04);
}

/* subtle animation on load */
.rp-elite-logo-item {
  opacity: 0;
  transform: translateY(16px);
  animation: rpEliteFadeUp 0.7s ease forwards;
}

.rp-elite-logo-item:nth-child(1) { animation-delay: 0.08s; }
.rp-elite-logo-item:nth-child(2) { animation-delay: 0.16s; }
.rp-elite-logo-item:nth-child(3) { animation-delay: 0.24s; }
.rp-elite-logo-item:nth-child(4) { animation-delay: 0.32s; }
.rp-elite-logo-item:nth-child(5) { animation-delay: 0.40s; }

@keyframes rpEliteFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* tablet */
@media (max-width: 1100px) {
  .rp-elite-trust-top h2 {
    font-size: 38px;
  }

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

/* mobile */
@media (max-width: 767px) {
  .rp-elite-trust-strip {
    padding: 76px 18px 70px;
  }

  .rp-elite-trust-top {
    margin-bottom: 30px;
  }

  .rp-elite-trust-eyebrow {
    font-size: 11px;
    padding: 8px 14px;
    letter-spacing: 1.2px;
  }

  .rp-elite-trust-top h2 {
    font-size: 30px;
    line-height: 1.12;
  }

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

  .rp-elite-trust-logos-wrap {
    padding: 22px 16px;
    border-radius: 22px;
  }

  .rp-elite-trust-logos {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .rp-elite-logo-item {
    min-height: 72px;
    border-radius: 16px;
    padding: 8px 10px;
  }

  .rp-elite-logo-item img {
    max-height: 48px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f433a49 *//* softer styling - keeps original plugin look */
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-widget-container,
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-reviews-container,
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-widget-content {
  background: #f7fbff;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(126, 170, 220, 0.18);
  box-shadow: 0 10px 30px rgba(20, 40, 80, 0.06);
}

/* review cards */
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-review-item,
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-review-card,
.elementor-2760 .elementor-element.elementor-element-f433a49 [class*="review-item"] {
  border-radius: 16px !important;
  border: 1px solid rgba(126, 170, 220, 0.14) !important;
  box-shadow: 0 8px 22px rgba(20, 40, 80, 0.05) !important;
}

/* text */
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-review-text,
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-text,
.elementor-2760 .elementor-element.elementor-element-f433a49 [class*="review-text"] {
  color: #3d4f63 !important;
  line-height: 1.65 !important;
}

/* names */
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-name,
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-review-name,
.elementor-2760 .elementor-element.elementor-element-f433a49 [class*="review-name"] {
  color: #163a63 !important;
  font-weight: 700 !important;
}

/* slider arrows */
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-next,
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-prev,
.elementor-2760 .elementor-element.elementor-element-f433a49 .slick-next,
.elementor-2760 .elementor-element.elementor-element-f433a49 .slick-prev {
  background: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0 6px 18px rgba(20, 40, 80, 0.10) !important;
  border: 1px solid rgba(126, 170, 220, 0.16) !important;
}

/* trust badge and google area - leave visible, just cleaner */
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-footer,
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-widget-footer,
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-header,
.elementor-2760 .elementor-element.elementor-element-f433a49 .ti-widget-header {
  font-family: inherit !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d398783 */.rp-final-left-wrap {
  width: 100%;
  max-width: 620px;
  padding: 40px 32px;
  background: #ffffff;
  border-radius: 24px;
}

.rp-final-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #16a34a;
  text-transform: uppercase;
}

.rp-final-title {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
  color: #1f2937;
  text-wrap: balance;
}

.rp-final-text,
.rp-final-service {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.75;
  color: #5b6472;
}

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

.rp-final-list li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #243041;
}

.rp-final-list li:last-child {
  margin-bottom: 0;
}

.rp-final-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
}

.rp-final-btn-wrap {
  margin: 0 0 18px;
}

.rp-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.rp-final-btn:hover {
  background: #16a34a;
  transform: translateY(-1px);
}

.rp-final-btn:focus-visible {
  outline: 3px solid rgba(34, 197, 94, 0.25);
  outline-offset: 3px;
}

.rp-final-availability {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #16a34a;
}

.rp-final-service strong {
  color: #1f2937;
}

@media (max-width: 767px) {
  .rp-final-left-wrap {
    max-width: 100%;
    padding: 28px 20px;
    border-radius: 18px;
  }

  .rp-final-title {
    font-size: 30px;
    line-height: 1.18;
    margin-bottom: 14px;
  }

  .rp-final-text,
  .rp-final-service {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .rp-final-list {
    margin-bottom: 24px;
  }

  .rp-final-list li {
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 12px;
  }

  .rp-final-list li::before {
    top: 8px;
    width: 9px;
    height: 9px;
  }

  .rp-final-btn {
    width: 100%;
    min-height: 54px;
    padding: 14px 18px;
    font-size: 15px;
  }

  .rp-final-availability {
    font-size: 14px;
  }
}/* End custom CSS */