.elementor-97 .elementor-element.elementor-element-3b0f727{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 25px) 0px;padding:0px 0px 15px 0px;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:3px 3px 3px 3px;border-color:#00DCEB;}.elementor-97 .elementor-element.elementor-element-3b0f727.elementor-element{--align-self:center;}.elementor-97 .elementor-element.elementor-element-a339b3f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-97 .elementor-element.elementor-element-3b0f727{margin:0px 0px calc(var(--kit-widget-spacing, 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 #305 COCOA BEACH VACATION RENTAL
   Page-Level CSS
========================================================= */

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

/* HERO */

.rvp-305-hero{
  width:min(94%,1600px);
  margin:40px auto 0;
  min-height:650px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:90px 40px;
  background:
    linear-gradient(rgba(0,20,40,.24),rgba(0,20,40,.38)),
    url('https://rocketviewproperties.com/wp-content/uploads/2026/06/305_aerial-2-2.webp');
  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-305-hero-inner{
  max-width:1000px;
  color:#fff;
}

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

.rvp-305-hero .rvp-305-eyebrow{
  color:#ffffff;
  text-shadow:0 3px 12px rgba(0,0,0,.45);
}

.rvp-305-hero h1{
  margin:0 0 18px;
  color:#fff;
  font-family:"Manrope",Arial,sans-serif;
  font-size:clamp(42px,6vw,72px);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-0.04em;
  text-shadow:0 4px 18px rgba(0,0,0,.45);
}

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

/* SECTIONS */

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

.rvp-305-section:first-of-type{
  padding-top:48px;
}

.rvp-305-card,
.rvp-305-booking{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid rgba(1,152,176,.16);
  border-radius:24px;
  padding:34px;
  box-shadow:
    0 14px 36px rgba(0,43,73,.10),
    inset 0 1px 0 rgba(255,255,255,.75);
}

.rvp-305-card h2,
.rvp-305-section-head h2,
.rvp-305-booking h2{
  margin:0 0 12px;
  color:#002B49;
  font-family:"Manrope",Arial,sans-serif;
  font-size:clamp(32px,4vw,50px);
  line-height:1.1;
  font-weight:700;
  letter-spacing:-0.03em;
}

.rvp-305-card p,
.rvp-305-section-head p,
.rvp-305-booking p{
  margin:0;
  color:#334155;
  font-size:18px;
  line-height:1.8;
}

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

/* BUTTONS */

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

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

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

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

.rvp-305-page .rvp-btn-secondary:hover{
  background:rgba(0,43,73,.92);
}

/* GRIDS / IMAGES */

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

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

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

.rvp-305-gallery img{
  height:300px;
}

.rvp-305-gallery-two img{
  height:360px;
}

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

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

.rvp-305-split img{
  height:460px;
  border-radius:22px;
}

.rvp-305-feature-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.rvp-305-feature-list li{
  margin:10px 0;
  color:#334155;
  font-size:17px;
  line-height:1.6;
}

/* BOOKING */

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

.rvp-305-booking p{
  max-width:760px;
  margin:0 auto 28px;
}

.rvp-305-widget-wrap{
  max-width:760px;
  margin:28px auto 0;
  padding:24px;
  background:#ffffff;
  border:1px solid rgba(1,152,176,.16);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(0,43,73,.08);
}

/* FOOTER MOBILE LOGO SUPPORT */

@media(max-width:768px){
  .rvp-footer-brand{
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

/* RESPONSIVE */

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

  .rvp-305-grid-2,
  .rvp-305-split{
    grid-template-columns:1fr;
  }
}

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

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

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

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

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

  .rvp-305-widget-wrap{
    padding:16px;
  }
}

/* =========================================================
   GUEST REVIEWS
========================================================= */

.rvp-305-review-card{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid rgba(1,152,176,.14);
  border-radius:24px;
  padding:28px;
  box-shadow:
    0 12px 30px rgba(0,43,73,.08),
    inset 0 1px 0 rgba(255,255,255,.8);

  transition:.25s ease;
}

.rvp-305-review-card:hover{
  transform:translateY(-4px);
  box-shadow:
    0 18px 40px rgba(0,43,73,.12);
}

.rvp-305-stars{
  color:#FDBA21;
  font-size:22px;
  letter-spacing:2px;
  margin-bottom:14px;
}

.rvp-305-review-text{
  color:#334155;
  font-size:17px;
  line-height:1.9;
  margin-bottom:18px;
  font-style:italic;
}

.rvp-305-review-author{
  color:#002B49;
  font-weight:700;
  font-size:15px;
}

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

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

@media(max-width:768px){

  .rvp-305-reviews-grid{
    grid-template-columns:1fr;
  }

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

}

/* MARLIN 305 DESIGN POLISH */

.rvp-305-card h2,
.rvp-305-section-head h2,
.rvp-305-booking h2{
  font-family:"Inter",Arial,sans-serif;
  font-size:clamp(28px,3.2vw,42px);
  font-weight:650;
  letter-spacing:-0.02em;
}

.rvp-305-card,
.rvp-305-booking{
  background:#ffffff;
  border:1px solid rgba(1,152,176,.18);
  box-shadow:
    0 18px 45px rgba(0,43,73,.11),
    0 2px 8px rgba(1,152,176,.08);
}

.rvp-305-card:hover{
  transform:translateY(-2px);
  box-shadow:
    0 22px 55px rgba(0,43,73,.14),
    0 4px 12px rgba(1,152,176,.10);
}

/* 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 */