.elementor-88 .elementor-element.elementor-element-e184b30{width:var( --container-widget-width, 95% );max-width:95%;background-color:var( --e-global-color-astglobalcolor5 );margin:35px 0px calc(var(--kit-widget-spacing, 0px) + 45px) 0px;padding:10px 10px 10px 10px;--container-widget-width:95%;--container-widget-flex-grow:0;border-style:solid;border-width:5px 5px 5px 5px;border-color:#00C5E6;border-radius:5px 5px 5px 5px;}.elementor-88 .elementor-element.elementor-element-e184b30.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-88 .elementor-element.elementor-element-e184b30{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 5px) 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 *//* VACATION RENTALS PAGE */

.rvp-vr-page{
  background:linear-gradient(180deg,#eef8ff 0%,#f7fbff 35%,#ffffff 70%,#eef8ff 100%);
  color:#334155;
  font-family:"Inter",Arial,sans-serif;
}

.rvp-vr-hero{
  width:min(94%,1600px);
  margin:40px auto 0;
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:80px 40px;
  background:
    linear-gradient(rgba(0,20,40,.22),rgba(0,20,40,.36)),
    url('https://rocketviewproperties.com/wp-content/uploads/2026/06/Surfer_running_for_the_waves_Unsplash-scaled-1.webp');
  background-size:cover;
  background-position:center center;
  border-radius:28px;
  text-align:center;
  box-shadow:0 25px 60px rgba(0,43,73,.15);
}

.rvp-vr-hero-inner{
  max-width:1000px;
  color:#fff;
}

.rvp-vr-hero h1{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(42px,6vw,72px);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-0.035em;
  text-shadow:0 4px 18px rgba(0,0,0,.45);
}

.rvp-vr-hero p{
  max-width:850px;
  margin:0 auto 28px;
  color:#fff;
  font-size:clamp(18px,2vw,23px);
  line-height:1.65;
  font-weight:600;
  text-shadow:0 4px 18px rgba(0,0,0,.45);
}

.rvp-vr-section{
  width:min(94%,1440px);
  margin:0 auto;
  padding:42px 0;
}

.rvp-vr-section-head{
  max-width:920px;
  margin:0 auto 28px;
  text-align:center;
}

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

.rvp-vr-section-head h2,
.rvp-vr-card h2{
  margin:0 0 14px;
  color:#002B49;
  font-size:clamp(30px,3.5vw,46px);
  line-height:1.12;
  font-weight:650;
  letter-spacing:-0.025em;
}

.rvp-vr-section-head p,
.rvp-vr-card p{
  color:#334155;
  font-size:18px;
  line-height:1.85;
}

.rvp-vr-card{
  background:#fff;
  border:1px solid rgba(1,152,176,.16);
  border-radius:24px;
  padding:34px;
  box-shadow:
    0 18px 45px rgba(0,43,73,.10),
    0 3px 10px rgba(1,152,176,.05);
}

/* RENTAL CARDS */

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

.rvp-vr-property-card{
  background:#fff;
  border:1px solid rgba(1,152,176,.16);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,43,73,.10);
  transition:.25s ease;
}

.rvp-vr-property-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 60px rgba(0,43,73,.14);
}

.rvp-vr-property-card img{
  width:100%;
  height:330px;
  object-fit:cover;
  display:block;
}

.rvp-vr-property-body{
  padding:28px;
}

.rvp-vr-property-body h3{
  margin:0 0 10px;
  color:#002B49;
  font-size:26px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-0.02em;
}

.rvp-vr-property-body p{
  margin:0 0 20px;
  color:#334155;
  font-size:16.5px;
  line-height:1.75;
}

/* SPACE COAST GALLERY */

.rvp-spacecoast-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin:0 0 30px;
}

.rvp-spacecoast-gallery img{
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:20px;
  box-shadow:0 14px 34px rgba(0,43,73,.12);
}

/* BUTTONS */

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

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

.rvp-vr-page .rvp-btn-primary:hover{
  background:#007f94;
  transform:translateY(-2px);
}

.rvp-vr-page .rvp-btn-secondary{
  background:rgba(0,43,73,.82);
  color:#fff !important;
}

/* MOBILE */

@media(max-width:900px){
  .rvp-vr-grid,
  .rvp-spacecoast-gallery{
    grid-template-columns:1fr;
  }
}

@media(max-width:768px){
  .rvp-vr-hero{
    width:min(92%,1600px);
    min-height:500px;
    padding:70px 18px;
    margin-top:24px;
  }

  .rvp-vr-section{
    width:min(92%,1440px);
    padding:32px 0;
  }

  .rvp-vr-card{
    padding:24px 20px;
  }

  .rvp-vr-property-card img,
  .rvp-spacecoast-gallery img{
    height:260px;
  }
}/* End custom CSS */