.elementor-99 .elementor-element.elementor-element-a61c9cc{margin:34px 0px calc(var(--kit-widget-spacing, 0px) + 45px) 0px;padding:0px 10px 10px 10px;width:var( --container-widget-width, 95% );max-width:95%;--container-widget-width:95%;--container-widget-flex-grow:0;background-color:var( --e-global-color-astglobalcolor5 );border-style:solid;border-width:5px 5px 5px 5px;border-color:#15C5E9;}.elementor-99 .elementor-element.elementor-element-a61c9cc.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-99 .elementor-element.elementor-element-a61c9cc{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 *//* =========================================================
   MARLIN #309 COCOA BEACH VACATION RENTAL
========================================================= */

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

/* HERO */

.rvp-309-hero{
  width:min(94%,1600px);
  margin:40px auto 0;
  min-height:680px;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:90px 40px;

  background:
  linear-gradient(rgba(0,20,40,.18),rgba(0,20,40,.30)),
  url('https://rocketviewproperties.com/wp-content/uploads/2026/06/309_exterior_2.avif');

  background-size:cover;
  background-position:center center;

  border-radius:28px;
  overflow:hidden;

  box-shadow:
    0 25px 60px rgba(0,43,73,.15);

  text-align:center;
}

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

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

.rvp-309-hero h1{
  margin:0 0 18px;
  color:#fff;

  font-family:"Inter",Arial,sans-serif;
  font-size:clamp(42px,6vw,72px);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-0.03em;

  text-shadow:
    0 4px 18px rgba(0,0,0,.45);
}

.rvp-309-hero p{
  max-width:820px;
  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);
}

/* BUTTONS */

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

.rvp-309-page .rvp-btn-primary:hover{
  background:#007f94;
}

.rvp-309-page .rvp-btn-secondary{
  background:rgba(0,43,73,.82);
  color:#fff !important;
  border:1px solid rgba(255,255,255,.25);
}

/* SECTIONS */

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

.rvp-309-section-head{
  max-width:900px;
  margin:0 auto 24px;
  text-align:center;
}

.rvp-309-card,
.rvp-309-booking,
.rvp-309-review-card{
  background:#fff;

  border:1px solid rgba(1,152,176,.16);

  border-radius:24px;

  box-shadow:
    0 18px 45px rgba(0,43,73,.10),
    0 3px 10px rgba(1,152,176,.05);

  transition:.25s ease;
}

.rvp-309-card{
  padding:34px;
}

.rvp-309-card:hover,
.rvp-309-review-card:hover{
  transform:translateY(-3px);
}

.rvp-309-card h2,
.rvp-309-section-head h2,
.rvp-309-booking h2{
  margin:0 0 14px;

  color:#002B49;

  font-family:"Inter",Arial,sans-serif;
  font-size:clamp(28px,3vw,42px);
  line-height:1.15;
  font-weight:650;
  letter-spacing:-0.02em;
}

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

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

/* GALLERIES */

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

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

.rvp-309-gallery img,
.rvp-309-gallery-two img,
.rvp-309-split img{
  width:100%;
  border-radius:18px;
  object-fit:cover;

  box-shadow:
    0 14px 34px rgba(0,43,73,.12);
}

.rvp-309-gallery img{
  height:320px;
}

.rvp-309-gallery-two img{
  height:380px;
}

.rvp-309-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
}

.rvp-309-split img{
  height:460px;
}

/* REVIEWS */

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

.rvp-309-review-card{
  padding:28px;
}

.rvp-309-stars{
  color:#FDBA21;
  font-size:22px;
  margin-bottom:12px;
}

.rvp-309-review-text{
  font-style:italic;
  line-height:1.9;
  margin-bottom:18px;
}

.rvp-309-review-author{
  color:#002B49;
  font-weight:700;
}

.rvp-309-review-author span{
  color:#64748b;
  font-weight:500;
}

/* BOOKING */

.rvp-309-booking{
  padding:56px;
  text-align:center;
}

.rvp-309-widget-wrap{
  max-width:760px;
  margin:28px auto 0;
  padding:24px;

  background:#fff;

  border:1px solid rgba(1,152,176,.16);

  border-radius:20px;
}

/* FEATURES */

.rvp-309-feature-list{
  margin:0;
  padding-left:18px;
}

.rvp-309-feature-list li{
  margin:12px 0;
  line-height:1.8;
}

/* MOBILE */

@media(max-width:1024px){

  .rvp-309-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rvp-309-split,
  .rvp-309-reviews-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:768px){

  .rvp-309-hero{
    width:min(92%,1600px);
    min-height:540px;
    padding:70px 18px;
  }

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

  .rvp-309-gallery,
  .rvp-309-gallery-two{
    grid-template-columns:1fr;
  }

  .rvp-309-gallery img,
  .rvp-309-gallery-two img,
  .rvp-309-split img{
    height:260px;
  }

  .rvp-309-card,
  .rvp-309-review-card,
  .rvp-309-booking{
    padding:24px 20px;
  }
}   

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

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

@media(max-width:768px){

  .rvp-309-gallery-four{
    grid-template-columns:1fr;
  }

  .rvp-309-gallery-four img{
    height:260px;
  }

}

/* GUEST INFO / FAQ PANEL */

.rvp-305-info-panel{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid rgba(1,152,176,.16);
  border-radius:28px;
  padding:44px;
  box-shadow:
    0 18px 45px rgba(0,43,73,.11),
    0 2px 8px rgba(1,152,176,.08);
}

.rvp-305-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:30px;
}

.rvp-305-info-card{
  background:#ffffff;
  border:1px solid rgba(1,152,176,.14);
  border-radius:20px;
  padding:24px;
  box-shadow:0 10px 28px rgba(0,43,73,.08);
}

.rvp-305-info-card h3{
  margin:0 0 10px;
  color:#002B49;
  font-family:"Inter",Arial,sans-serif;
  font-size:21px;
  font-weight:700;
  letter-spacing:-0.02em;
}

.rvp-305-info-card p{
  margin:0 0 12px;
  color:#334155;
  font-size:16px;
  line-height:1.75;
}

.rvp-305-info-card p:last-child{
  margin-bottom:0;
}

.rvp-305-protection-card{
  background:linear-gradient(135deg,#002B49 0%,#003b5c 55%,#0198B0 100%);
  color:#ffffff;
}

.rvp-305-protection-card h3,
.rvp-305-protection-card p{
  color:#ffffff;
}

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

@media(max-width:768px){
  .rvp-305-info-panel{
    padding:28px 20px;
  }

  .rvp-305-info-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */