.elementor-2884 .elementor-element.elementor-element-a60c166{--display:flex;}.elementor-2884 .elementor-element.elementor-element-cff0520{--display:flex;}.elementor-2884 .elementor-element.elementor-element-1a638b1{--display:flex;}.elementor-2884 .elementor-element.elementor-element-d0ef58c{--display:flex;}.elementor-2884 .elementor-element.elementor-element-d7c8baf{--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-2884 .elementor-element.elementor-element-24e9fe2{--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-2884 .elementor-element.elementor-element-c7e9b21{--display:flex;}.elementor-2884 .elementor-element.elementor-element-27e7d79{--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-3979c22 */.rp-why-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(52, 202, 184, 0.12), transparent 26%),
    radial-gradient(circle at 88% 75%, rgba(84, 159, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #062a5b 0%, #0a3f7a 45%, #0d6c72 100%);
}

/* MOVING PILLS */
.rp-why-marquee{
  position:relative;
  z-index:5;
  overflow:hidden;
  background:#f5f8f7;
  border-bottom:1px solid rgba(8, 51, 90, 0.08);
  white-space:nowrap;
}

.rp-why-marquee-track{
  display:inline-flex;
  align-items:center;
  gap:16px;
  width:max-content;
  padding:14px 0;
  animation:rpWhyMarqueeLTR 30s linear infinite;
  will-change:transform;
}

.rp-why-marquee span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  padding:12px 22px;
  border-radius:999px;
  background:linear-gradient(180deg, #ffffff 0%, #f6fbfa 100%);
  border:1px solid rgba(10, 78, 103, 0.12);
  box-shadow:0 10px 24px rgba(10, 68, 122, 0.06);
  color:#2d6664;
  font-size:15px;
  font-weight:700;
  transition:transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.rp-why-marquee span:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 32px rgba(10, 68, 122, 0.12);
  background:#ffffff;
}

@keyframes rpWhyMarqueeLTR{
  0%{
    transform:translateX(-50%);
  }
  100%{
    transform:translateX(0);
  }
}

/* SALE STRIP */
.rp-why-sale-strip{
  position:relative;
  z-index:4;
  overflow:hidden;
  background:linear-gradient(90deg, #e12a22 0%, #ef4136 50%, #e12a22 100%);
}

.rp-why-sale-strip:before{
  content:"";
  position:absolute;
  top:0;
  left:-20%;
  width:40%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform:skewX(-25deg);
  animation:rpWhyShine 5.5s linear infinite;
}

@keyframes rpWhyShine{
  0%{ left:-30%; }
  100%{ left:130%; }
}

.rp-why-sale-inner{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:14px 20px;
  text-align:center;
}

.rp-why-sale-main,
.rp-why-sale-link{
  color:#fff;
  font-size:20px;
  font-weight:800;
  line-height:1.3;
}

.rp-why-sale-link{
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,0.5);
  transition:opacity 0.3s ease, border-color 0.3s ease;
}

.rp-why-sale-link:hover{
  opacity:0.86;
  border-color:#fff;
}

.rp-why-sale-divider{
  color:rgba(255,255,255,0.72);
  font-size:18px;
  font-weight:800;
}

/* MAIN AREA */
.rp-why-inner{
  position:relative;
  z-index:2;
  max-width:1380px;
  margin:0 auto;
  padding:74px 30px 72px;
}

.rp-why-grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:52px;
  align-items:center;
}

/* LEFT */
.rp-why-content{
  color:#fff;
}

.rp-why-eyebrow-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
}

.rp-why-eyebrow-line{
  width:56px;
  height:3px;
  border-radius:30px;
  background:linear-gradient(90deg, #ffffff 0%, #78f0e3 100%);
  box-shadow:0 0 18px rgba(120, 240, 227, 0.42);
}

.rp-why-eyebrow{
  display:inline-block;
  color:#c8f3ff;
  font-size:18px;
  font-weight:800;
  letter-spacing:2.6px;
  text-transform:uppercase;
  text-shadow:0 0 20px rgba(111, 217, 255, 0.12);
}

.rp-why-content h1{
  margin:0 0 24px;
  max-width:760px;
  font-size:clamp(48px, 6vw, 90px);
  line-height:0.95;
  letter-spacing:-2.6px;
  font-weight:900;
  text-wrap:balance;
}

.rp-why-content h1 span{
  display:block;
  color:#e7fbff;
}

.rp-why-main-text{
  margin:0 0 18px;
  max-width:760px;
  color:rgba(255,255,255,0.97);
  font-size:clamp(19px, 1.65vw, 28px);
  line-height:1.5;
}

.rp-why-sub-text{
  margin:0;
  max-width:760px;
  color:rgba(228,240,255,0.84);
  font-size:clamp(17px, 1.15vw, 20px);
  line-height:1.8;
}

.rp-why-mini-pills{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.rp-why-mini-pills span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  background:rgba(255,255,255,0.1);
  border:1px solid rgba(255,255,255,0.15);
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  box-shadow:0 14px 30px rgba(6, 17, 38, 0.12);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.rp-why-mini-pills span:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,0.14);
  border-color:rgba(255,255,255,0.22);
}

.rp-why-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:34px;
}

.rp-why-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:62px;
  padding:0 30px;
  border-radius:999px;
  text-decoration:none;
  font-size:18px;
  font-weight:800;
  transition:transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.rp-why-btn-primary{
  color:#08386e;
  background:linear-gradient(135deg, #ffffff 0%, #dbfff6 55%, #b8fff0 100%);
  box-shadow:
    0 18px 42px rgba(9, 29, 67, 0.30),
    0 0 0 1px rgba(255,255,255,0.32) inset;
}

.rp-why-btn-primary:before{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(127, 255, 235, 0.28), transparent 70%);
  z-index:-1;
  filter:blur(10px);
  opacity:0.9;
}

.rp-why-btn-primary:hover{
  transform:translateY(-4px) scale(1.03);
  box-shadow:
    0 26px 52px rgba(9, 29, 67, 0.34),
    0 0 28px rgba(144,255,237,0.25);
}

.rp-why-btn-secondary{
  color:#fff;
  background:rgba(255,255,255,0.09);
  border:1px solid rgba(255,255,255,0.18);
  box-shadow:0 16px 36px rgba(6, 19, 46, 0.16);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.rp-why-btn-secondary:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,0.16);
  box-shadow:0 22px 44px rgba(6, 19, 46, 0.24);
}

/* RIGHT IMAGE */
.rp-why-visual{
  position:relative;
}

.rp-why-image-wrap{
  position:relative;
  border-radius:34px;
  padding:18px;
  background:linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  border:1px solid rgba(255,255,255,0.13);
  box-shadow:0 30px 70px rgba(4, 17, 41, 0.34);
  transition:transform 0.5s ease, box-shadow 0.5s ease;
  overflow:visible;
}

.rp-why-image-wrap:hover{
  transform:translateY(-6px);
  box-shadow:0 38px 85px rgba(4, 17, 41, 0.42);
}

.rp-why-image-wrap img{
  display:block;
  width:100%;
  height:auto;
  min-height:590px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 20px 40px rgba(4, 18, 45, 0.18);
  transition:transform 0.55s ease, filter 0.55s ease;
}

.rp-why-image-wrap:hover img{
  transform:scale(1.018);
  filter:saturate(1.03) contrast(1.02);
}

.rp-why-badge{
  position:absolute;
  z-index:4;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:999px;
  background:linear-gradient(180deg, #f5ffff 0%, #e7f9ff 100%);
  color:#0b4a7b;
  font-size:16px;
  font-weight:800;
  box-shadow:0 16px 36px rgba(7,44,95,0.20);
}

.rp-why-badge-top{
  top:-14px;
  left:22px;
}

.rp-why-card{
  position:absolute;
  z-index:4;
  max-width:270px;
  padding:18px 20px;
  border-radius:22px;
  background:rgba(255,255,255,0.94);
  box-shadow:0 18px 44px rgba(8, 33, 73, 0.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  transition:transform 0.4s ease, box-shadow 0.4s ease;
}

.rp-why-card strong{
  display:block;
  margin-bottom:6px;
  color:#1a1f26;
  font-size:16px;
  line-height:1.25;
  font-weight:800;
}

.rp-why-card span{
  display:block;
  color:#5d6773;
  font-size:15px;
  line-height:1.5;
}

.rp-why-card-left{
  left:-22px;
  bottom:20px;
}

.rp-why-card-right{
  right:-22px;
  bottom:86px;
}

.rp-why-image-wrap:hover .rp-why-card-left{
  transform:translateY(6px);
}

.rp-why-image-wrap:hover .rp-why-card-right{
  transform:translateY(-6px);
}

.rp-why-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(22px);
  pointer-events:none;
}

.rp-why-glow-one{
  width:130px;
  height:130px;
  top:12%;
  right:-30px;
  background:rgba(77, 224, 211, 0.26);
}

.rp-why-glow-two{
  width:140px;
  height:140px;
  bottom:8%;
  left:-36px;
  background:rgba(94, 158, 255, 0.24);
}

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

  .rp-why-content h1,
  .rp-why-main-text,
  .rp-why-sub-text{
    max-width:100%;
  }

  .rp-why-card-left{
    left:14px;
    bottom:14px;
  }

  .rp-why-card-right{
    right:14px;
    bottom:104px;
  }
}

@media (max-width: 767px){
  .rp-why-inner{
    padding:54px 18px 56px;
  }

  .rp-why-marquee-track{
    gap:12px;
    padding:12px 0;
    animation-duration:24s;
  }

  .rp-why-marquee span{
    padding:10px 16px;
    font-size:13px;
  }

  .rp-why-sale-inner{
    gap:10px;
    padding:12px 16px;
  }

  .rp-why-sale-main,
  .rp-why-sale-link{
    font-size:14px;
  }

  .rp-why-eyebrow{
    font-size:14px;
    letter-spacing:2px;
  }

  .rp-why-eyebrow-line{
    width:40px;
  }

  .rp-why-content h1{
    font-size:42px;
    line-height:1.02;
    letter-spacing:-1.5px;
  }

  .rp-why-main-text{
    font-size:18px;
    line-height:1.6;
  }

  .rp-why-sub-text{
    font-size:16px;
    line-height:1.7;
  }

  .rp-why-buttons{
    flex-direction:column;
  }

  .rp-why-btn{
    width:100%;
  }

  .rp-why-image-wrap{
    padding:12px;
    border-radius:24px;
  }

  .rp-why-image-wrap img{
    min-height:auto;
    border-radius:18px;
  }

  .rp-why-badge-top{
    top:-10px;
    left:14px;
    font-size:13px;
    padding:10px 16px;
  }

  .rp-why-card{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    max-width:100%;
    margin-top:14px;
  }

  .rp-why-glow{
    display:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4aed15 *//* =========================
   WHY REPIPE / REASONS SECTION
========================= */
.rp-repipe-reasons-img{
  position:relative;
  padding:110px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(34,188,167,0.05), transparent 22%),
    radial-gradient(circle at 90% 85%, rgba(28,104,196,0.05), transparent 24%),
    #ffffff;
}

.rp-repipe-reasons-inner{
  max-width:1380px;
  margin:0 auto;
  padding:0 30px;
  position:relative;
  z-index:2;
}

/* =========================
   SECTION HEADER
========================= */
.rp-repipe-reasons-head{
  max-width:900px;
  margin:0 auto 52px;
  text-align:center;
}

.rp-repipe-reasons-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(10, 86, 130, 0.06);
  border:1px solid rgba(10, 86, 130, 0.08);
  color:#0b5d7a;
  font-size:14px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
  margin-bottom:18px;
  box-shadow:0 10px 24px rgba(8, 58, 102, 0.04);
}

.rp-repipe-reasons-head h2{
  margin:0 0 18px;
  color:#092a4f;
  font-size:clamp(36px, 4.2vw, 60px);
  line-height:1.02;
  letter-spacing:-1.8px;
  font-weight:900;
  text-wrap:balance;
}

.rp-repipe-reasons-head p{
  margin:0 auto;
  max-width:820px;
  color:#5d6b7b;
  font-size:clamp(17px, 1.2vw, 20px);
  line-height:1.8;
}

/* =========================
   GRID
========================= */
.rp-repipe-reasons-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:22px;
  align-items:stretch;
}

/* =========================
   CARD
========================= */
.rp-repipe-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  border:1px solid rgba(8,58,102,0.08);
  box-shadow:0 18px 45px rgba(8,36,78,0.06);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.rp-repipe-card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 70px rgba(8,36,78,0.14);
  border-color:rgba(15, 122, 145, 0.16);
}

/* top accent line */
.rp-repipe-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg, #0a4d86 0%, #18b9a6 100%);
  transform:scaleX(0.25);
  transform-origin:left;
  transition:transform 0.45s ease;
  z-index:3;
}

.rp-repipe-card:hover:before{
  transform:scaleX(1);
}

/* =========================
   IMAGE AREA
========================= */
.rp-repipe-img{
  position:relative;
  height:220px;
  overflow:hidden;
  background:#dfe8ef;
}

.rp-repipe-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.65s ease, filter 0.65s ease;
}

.rp-repipe-card:hover .rp-repipe-img img{
  transform:scale(1.08);
  filter:contrast(1.04) saturate(1.05);
}

/* dark image overlay */
.rp-repipe-img:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,0.38), rgba(0,0,0,0.06) 45%, transparent 70%);
  opacity:0.72;
  pointer-events:none;
}

/* subtle bottom glow */
.rp-repipe-img:before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:-18px;
  height:40px;
  border-radius:999px;
  background:rgba(12, 79, 122, 0.10);
  filter:blur(18px);
  z-index:1;
  pointer-events:none;
}

/* =========================
   CARD CONTENT
========================= */
.rp-repipe-content{
  position:relative;
  display:flex;
  flex-direction:column;
  flex:1;
  padding:22px 22px 24px;
}

.rp-repipe-content h3{
  margin:0 0 10px;
  color:#0b2f56;
  font-size:22px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:-0.4px;
}

.rp-repipe-content p{
  margin:0;
  color:#5f6c7b;
  font-size:15.5px;
  line-height:1.75;
}

/* =========================
   OPTIONAL MICRO-HOVER POLISH
========================= */
.rp-repipe-card:hover .rp-repipe-content h3{
  color:#0a4d86;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1180px){
  .rp-repipe-reasons-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .rp-repipe-reasons-head{
    margin-bottom:40px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px){
  .rp-repipe-reasons-img{
    padding:72px 0;
  }

  .rp-repipe-reasons-inner{
    padding:0 18px;
  }

  .rp-repipe-reasons-head{
    margin-bottom:34px;
  }

  .rp-repipe-reasons-eyebrow{
    font-size:12px;
    letter-spacing:1.3px;
    padding:9px 14px;
    margin-bottom:14px;
  }

  .rp-repipe-reasons-head h2{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1.2px;
  }

  .rp-repipe-reasons-head p{
    font-size:16px;
    line-height:1.7;
  }

  .rp-repipe-reasons-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

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

  .rp-repipe-img{
    height:210px;
  }

  .rp-repipe-content{
    padding:20px 18px 22px;
  }

  .rp-repipe-content h3{
    font-size:21px;
  }

  .rp-repipe-content p{
    font-size:15px;
    line-height:1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a35396e *//* =========================
   REPIPE COMPARISON SECTION
========================= */
.rp-compare-section{
  position:relative;
  overflow:hidden;
  padding:78px 0 92px;
  background:
    radial-gradient(circle at 10% 18%, rgba(31, 187, 170, 0.06), transparent 24%),
    radial-gradient(circle at 90% 80%, rgba(18, 94, 176, 0.07), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.rp-compare-inner{
  max-width:1380px;
  margin:0 auto;
  padding:0 30px;
  position:relative;
  z-index:2;
}

/* =========================
   HEADER
========================= */
.rp-compare-head{
  max-width:860px;
  margin:0 auto 32px;
  text-align:center;
}

.rp-compare-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(10, 86, 130, 0.06);
  border:1px solid rgba(10, 86, 130, 0.08);
  color:#0b5d7a;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin-bottom:14px;
  box-shadow:0 10px 24px rgba(8,58,102,0.04);
}

.rp-compare-head h2{
  margin:0 0 14px;
  color:#092a4f;
  font-size:clamp(34px, 4.15vw, 56px);
  line-height:1.02;
  letter-spacing:-1.7px;
  font-weight:900;
  text-wrap:balance;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.rp-compare-head p{
  margin:0 auto;
  max-width:760px;
  color:#5d6b7b;
  font-size:clamp(16px, 1.08vw, 18px);
  line-height:1.75;
}

/* =========================
   GRID
========================= */
.rp-compare-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}

/* =========================
   PANELS
========================= */
.rp-compare-panel{
  position:relative;
  border-radius:30px;
  padding:30px 28px 28px;
  overflow:hidden;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.rp-compare-panel:hover{
  transform:translateY(-8px);
}

.rp-compare-panel-light{
  background:linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  border:1px solid rgba(8,58,102,0.08);
  box-shadow:0 18px 45px rgba(8,36,78,0.07);
}

.rp-compare-panel-light:hover{
  box-shadow:0 28px 60px rgba(8,36,78,0.12);
  border-color:rgba(8,58,102,0.12);
}

.rp-compare-panel-dark{
  background:linear-gradient(135deg, #07386f 0%, #0a4b86 52%, #0d6a73 100%);
  border:1px solid rgba(255,255,255,0.10);
  box-shadow:0 26px 64px rgba(7,35,72,0.20);
}

.rp-compare-panel-dark:hover{
  box-shadow:0 34px 78px rgba(7,35,72,0.26);
}

/* =========================
   ORBS / EFFECTS
========================= */
.rp-compare-orb{
  position:absolute;
  border-radius:999px;
  filter:blur(34px);
  pointer-events:none;
  opacity:0.55;
}

.rp-compare-orb-light{
  width:170px;
  height:170px;
  top:-50px;
  right:-40px;
  background:rgba(120, 163, 200, 0.16);
}

.rp-compare-orb-dark{
  width:190px;
  height:190px;
  bottom:-60px;
  left:-40px;
  background:rgba(113, 255, 230, 0.22);
}

/* =========================
   LABEL + HEADINGS
========================= */
.rp-compare-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  margin-bottom:18px;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.35px;
  text-transform:uppercase;
}

.rp-compare-panel-light .rp-compare-label{
  background:rgba(10, 86, 130, 0.06);
  border:1px solid rgba(10, 86, 130, 0.08);
  color:#0b5d7a;
}

.rp-compare-panel-dark .rp-compare-label{
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.12);
  color:#dffcff;
}

.rp-compare-panel h3{
  margin:0 0 14px;
  font-size:clamp(29px, 2.25vw, 41px);
  line-height:1.06;
  font-weight:900;
  letter-spacing:-1px;
  text-wrap:balance;
  max-width:640px;
}

.rp-compare-panel-light h3{
  color:#0b2f56;
}

.rp-compare-panel-dark h3{
  color:#ffffff;
}

.rp-compare-intro{
  margin:0 0 20px;
  font-size:16.5px;
  line-height:1.75;
  max-width:650px;
}

.rp-compare-panel-light .rp-compare-intro{
  color:#607081;
}

.rp-compare-panel-dark .rp-compare-intro{
  color:rgba(235,245,255,0.88);
}

/* =========================
   LIST
========================= */
.rp-compare-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.rp-compare-item{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:14px;
  align-items:start;
  padding:16px;
  border-radius:22px;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.rp-compare-panel-light .rp-compare-item{
  background:#ffffff;
  border:1px solid rgba(8,58,102,0.08);
  box-shadow:0 10px 24px rgba(8,36,78,0.04);
}

.rp-compare-panel-light .rp-compare-item:hover{
  transform:translateX(4px);
  border-color:rgba(10, 86, 130, 0.14);
  box-shadow:0 16px 30px rgba(8,36,78,0.08);
}

.rp-compare-panel-dark .rp-compare-item{
  background:rgba(255,255,255,0.09);
  border:1px solid rgba(255,255,255,0.10);
  box-shadow:0 14px 28px rgba(4, 16, 38, 0.08);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.rp-compare-panel-dark .rp-compare-item:hover{
  transform:translateX(4px);
  background:rgba(255,255,255,0.13);
  border-color:rgba(255,255,255,0.16);
}

/* =========================
   ICONS
========================= */
.rp-compare-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:900;
  line-height:1;
  flex-shrink:0;
}

.rp-compare-icon-x{
  background:linear-gradient(180deg, #f3f6f9 0%, #edf2f6 100%);
  color:#a55e5e;
  border:1px solid rgba(8,58,102,0.08);
}

.rp-compare-icon-check{
  background:linear-gradient(135deg, #ddfff7 0%, #c9fff0 100%);
  color:#0b6f67;
  border:1px solid rgba(255,255,255,0.16);
}

/* =========================
   ITEM TEXT
========================= */
.rp-compare-item-text strong{
  display:block;
  margin-bottom:6px;
  font-size:17px;
  line-height:1.3;
  font-weight:800;
}

.rp-compare-panel-light .rp-compare-item-text strong{
  color:#0b2f56;
}

.rp-compare-panel-dark .rp-compare-item-text strong{
  color:#ffffff;
}

.rp-compare-item-text p{
  margin:0;
  font-size:15.5px;
  line-height:1.7;
}

.rp-compare-panel-light .rp-compare-item-text p{
  color:#617082;
}

.rp-compare-panel-dark .rp-compare-item-text p{
  color:rgba(235,245,255,0.84);
}

/* =========================
   BOTTOM BAR
========================= */
.rp-compare-bottom-bar{
  margin-top:16px;
  padding:15px 18px;
  border-radius:18px;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.14);
  color:#ffffff;
  font-size:15.5px;
  line-height:1.6;
  box-shadow:0 14px 28px rgba(5, 18, 41, 0.10);
}

.rp-compare-bottom-bar strong{
  color:#cffff5;
  font-weight:900;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1180px){
  .rp-compare-grid{
    grid-template-columns:1fr;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px){
  .rp-compare-section{
    padding:58px 0 64px;
  }

  .rp-compare-inner{
    padding:0 18px;
  }

  .rp-compare-head{
    margin-bottom:24px;
  }

  .rp-compare-eyebrow{
    font-size:11px;
    letter-spacing:1.1px;
    padding:8px 13px;
    margin-bottom:12px;
  }

  .rp-compare-head h2{
    font-size:32px;
    line-height:1.05;
    letter-spacing:-1.1px;
    margin-bottom:12px;
  }

  .rp-compare-head p{
    font-size:15px;
    line-height:1.65;
    max-width:100%;
  }

  .rp-compare-panel{
    padding:22px 18px 18px;
    border-radius:22px;
  }

  .rp-compare-label{
    font-size:11px;
    letter-spacing:1.05px;
    padding:9px 12px;
    margin-bottom:14px;
  }

  .rp-compare-panel h3{
    font-size:28px;
    line-height:1.08;
    margin-bottom:12px;
  }

  .rp-compare-intro{
    font-size:15px;
    line-height:1.68;
    margin-bottom:16px;
  }

  .rp-compare-item{
    grid-template-columns:42px 1fr;
    gap:12px;
    padding:14px 12px;
    border-radius:16px;
  }

  .rp-compare-icon{
    width:34px;
    height:34px;
    border-radius:12px;
    font-size:16px;
  }

  .rp-compare-item-text strong{
    font-size:16px;
    margin-bottom:4px;
  }

  .rp-compare-item-text p{
    font-size:14px;
    line-height:1.65;
  }

  .rp-compare-bottom-bar{
    padding:14px 14px;
    border-radius:16px;
    font-size:14px;
    line-height:1.55;
  }

  .rp-compare-orb{
    display:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00cbbc0 */.elementor-2884 .elementor-element.elementor-element-00cbbc0 {
  font-size: 17px;
  line-height: 1.75;
  color: #5f6b7a;
  margin: 0 0 24px 0;
  max-width: 620px;
}

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

.elementor-2884 .elementor-element.elementor-element-2160250 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-27e7d79 */.elementor-2884 .elementor-element.elementor-element-27e7d79 {
  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-2884 .elementor-element.elementor-element-27e7d79: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-2884 .elementor-element.elementor-element-27e7d79 > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .elementor-2884 .elementor-element.elementor-element-27e7d79 {
    width: 100%;
    padding: 24px 18px;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d7c8baf *//* =========================
   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 */