.elementor-714 .elementor-element.elementor-element-4add6bd{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-714 .elementor-element.elementor-global-199{width:var( --container-widget-width, 95% );max-width:95%;background-color:var( --e-global-color-astglobalcolor5 );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;--container-widget-width:95%;--container-widget-flex-grow:0;border-style:none;}.elementor-714 .elementor-element.elementor-global-199.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-714 .elementor-element.elementor-global-199{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for global, class: .elementor-global-199 */.rvp-footer-inner{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1fr;
    gap:50px;
    align-items:start;
}

.rvp-footer-brand-column{
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.rvp-footer-brand{
    max-width:220px;
    width:100%;
    height:auto;
}

.rvp-footer-column h4{
    margin-bottom:18px;
}

.rvp-footer-column ul{
    list-style:none;
    margin:0;
    padding:0;
}

.rvp-footer-column li{
    margin-bottom:10px;
}

.rvp-footer-description{
    max-width:900px;
    margin:40px auto 18px;
    text-align:center;
    font-size:17px;
    line-height:1.8;
    color:#d7e4ef;
}

.rvp-footer-tagline{
    text-align:center;
    font-weight:700;
    letter-spacing:.03em;
    padding:14px 0;
    border-top:1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(255,255,255,.15);
}

.rvp-footer-bottom{
    text-align:center;
    padding-top:20px;
    font-size:14px;
}

.rvp-footer-tagline{
  border-bottom:none !important;
}

.rvp-footer-bottom{
  border-top:none !important;
}

/* TIGHTEN FOOTER BOTTOM SPACING */

.rvp-footer-tagline{
  margin:18px auto 0 !important;
  padding:10px 0 2px !important;
  line-height:1.4 !important;
  border-top:1px solid rgba(255,255,255,.15) !important;
  border-bottom:none !important;
}

.rvp-footer-bottom{
    margin:0 !important;
    padding:12px 0 12px !important;
    text-align:center;
    font-size:14px;
    line-height:1.4;
    color:rgba(255,255,255,.75);
    border-top:none !important;
}/* End custom CSS */
/* Start custom CSS *//* CO-HOSTING SERVICES PAGE */

.rvp-services-page{
  width:100%;
  overflow-x:hidden;
  font-family:"Inter", Arial, sans-serif;
  color:#334155;
  background:#F7FAFF;
}

.rvp-services-page *{
  box-sizing:border-box;
}

.rvp-eyebrow{
  margin:0 0 14px;
  color:#0198B0;
  font-size:14px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.rvp-services-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:130px 24px;
  text-align:center;
  background:
    linear-gradient(rgba(0,20,40,.52),rgba(0,20,40,.68)),
    url('https://rocketviewproperties.com/wp-content/uploads/2026/06/tamarind_guest_bathroom.jpeg');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.rvp-services-inner{
  max-width:980px;
  margin:0 auto;
}

.rvp-services-hero h1{
  margin:0 0 20px;
  color:#fff;
  font-family:"Manrope","Inter",Arial,sans-serif;
  font-size:clamp(42px,6vw,74px);
  line-height:1.04;
  font-weight:800;
  letter-spacing:-.045em;
  text-shadow:0 4px 22px rgba(0,0,0,.35);
}

.rvp-services-hero p{
  max-width:820px;
  margin:0 auto 30px;
  color:rgba(255,255,255,.94);
  font-size:20px;
  line-height:1.75;
}

.rvp-button-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

.rvp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:15px 32px;
  border-radius:999px;
  font-size:16px;
  font-weight:800;
  text-decoration:none !important;
  transition:all .25s ease;
}

.rvp-btn-primary{
  background:#0198B0;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(1,152,176,.25);
}

.rvp-btn-primary:hover{
  background:#007f94;
  color:#fff !important;
  transform:translateY(-2px);
}

.rvp-services-section{
  width:min(92%, 1200px);
  margin:0 auto;
  padding:85px 0;
}

.rvp-section-head{
  max-width:860px;
  margin:0 auto 44px;
  text-align:center;
}

.rvp-section-head h2{
  margin:0 0 16px;
  color:#002B49;
  font-family:"Manrope","Inter",Arial,sans-serif;
  font-size:clamp(34px,4.5vw,58px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.04em;
}

.rvp-section-head p{
  margin:0;
  font-size:18px;
  line-height:1.8;
}

.rvp-service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.rvp-service-card,
.rvp-process-step{
  background:#fff;
  border:1px solid #dfe7f4;
  border-radius:24px;
  padding:32px;
  box-shadow:0 14px 34px rgba(0,43,73,.12);
}

.rvp-service-card h3,
.rvp-process-step h3{
  margin:0 0 12px;
  color:#002B49;
  font-family:"Manrope","Inter",Arial,sans-serif;
  font-size:23px;
  font-weight:800;
}

.rvp-service-card p,
.rvp-process-step p{
  margin:0;
  font-size:16px;
  line-height:1.75;
}

.rvp-split-card{
  display:grid;
  grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);
  gap:42px;
  align-items:center;
  background:#fff;
  border:1px solid #dfe7f4;
  border-radius:28px;
  padding:38px;
  box-shadow:0 14px 34px rgba(0,43,73,.12);
}

.rvp-split-image img{
  width:100%;
  min-height:520px;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:22px;
}

.rvp-split-content h2{
  margin:0 0 18px;
  color:#002B49;
  font-family:"Manrope","Inter",Arial,sans-serif;
  font-size:clamp(34px,4vw,54px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.04em;
}

.rvp-split-content p{
  margin:0 0 24px;
  font-size:18px;
  line-height:1.8;
}

.rvp-check-list{
  margin:0 0 30px;
  padding:0;
  list-style:none;
}

.rvp-check-list li{
  margin:12px 0;
  color:#002B49;
  font-weight:800;
}

.rvp-check-list li::before{
  content:"✓ ";
  color:#0198B0;
}

.rvp-process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.rvp-process-step span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin-bottom:16px;
  border-radius:999px;
  background:#0198B0;
  color:#fff;
  font-weight:800;
}

.rvp-services-cta{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:105px 24px;
  text-align:center;
  background:
    linear-gradient(
      135deg,
      #002B49 0%,
      #003d63 50%,
      #0198B0 100%
    );
}

.rvp-services-cta-inner{
  max-width:850px;
  margin:0 auto;
}

.rvp-services-cta h2{
  margin:0 0 18px;
  color:#fff;
  font-family:"Manrope","Inter",Arial,sans-serif;
  font-size:clamp(40px,5vw,64px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.04em;
}

.rvp-services-cta p{
  max-width:720px;
  margin:0 auto 30px;
  color:rgba(255,255,255,.92);
  font-size:19px;
  line-height:1.8;
}

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

  .rvp-split-card{
    grid-template-columns:1fr;
  }

  .rvp-split-image img{
    min-height:360px;
  }
}

@media(max-width:768px){

  /* HERO */

  .rvp-services-hero{
    padding:75px 20px;
  }

  .rvp-services-inner{
    max-width:100%;
  }

  .rvp-services-hero .rvp-eyebrow{
    font-size:12px;
    letter-spacing:.12em;
    margin-bottom:12px;
  }

  .rvp-services-hero h1{
    font-size:clamp(34px,8vw,46px);
    line-height:1.12;
    margin-bottom:18px;
  }

  .rvp-services-hero p{
    font-size:17px;
    line-height:1.65;
    margin-bottom:28px;
  }

  .rvp-button-row{
    flex-direction:column;
    gap:12px;
    align-items:center;
  }

  /* Hero button only */
  .rvp-services-hero .rvp-btn{
    width:auto;
    min-width:260px;
    padding:16px 36px;
    margin:0 auto;
  }

  /* PAGE CONTENT */

  .rvp-services-section{
    padding:60px 0;
  }

  .rvp-service-grid,
  .rvp-process-grid{
    grid-template-columns:1fr;
  }

  .rvp-split-card{
    padding:24px;
  }

  .rvp-split-image img{
    min-height:300px;
  }

  .rvp-services-cta{
    padding:80px 18px;
  }

}/* End custom CSS */