.elementor-101 .elementor-element.elementor-element-4c3b448{margin:35px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;padding:0px 15px 15px 15px;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 );}.elementor-101 .elementor-element.elementor-element-4c3b448.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-101 .elementor-element.elementor-element-4c3b448{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 *//* =========================================================
   PALM BAY RETREAT VACATION RENTAL
========================================================= */

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

.rvp-palm-hero{
  width:min(94%,1600px);
  margin:40px auto 0;
  min-height:650px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:90px 40px;
  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-palm-hero-inner{
  max-width:1000px;
  color:#fff;
}

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

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

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

.rvp-palm-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-palm-section{
  width:min(94%,1440px);
  margin:0 auto;
  padding:38px 0;
}

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

.rvp-palm-card,
.rvp-palm-booking,
.rvp-palm-review-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);
  transition:.25s ease;
}

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

.rvp-palm-card h2,
.rvp-palm-section-head h2,
.rvp-palm-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-palm-card p,
.rvp-palm-section-head p,
.rvp-palm-booking p{
  color:#334155;
  font-size:18px;
  line-height:1.85;
}

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

.rvp-palm-gallery{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
}

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

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

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

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

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

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

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

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

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

.rvp-palm-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-palm-info-card p{
  margin:0;
  color:#334155;
  font-size:16px;
  line-height:1.75;
}

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

.rvp-palm-protection-card h3,
.rvp-palm-protection-card p{
  color:#fff;
}

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

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

.rvp-palm-widget-wrap{
  max-width:760px;
  margin:28px auto 0;
  padding:24px;
  background:#fff;
  border:1px solid rgba(1,152,176,.16);
  border-radius:20px;
}

@media(max-width:1024px){
  .rvp-palm-split,
  .rvp-palm-grid-2{
    grid-template-columns:1fr;
  }

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

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

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

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

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

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

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

.rvp-palm-split{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:center;
}

/* 4 IMAGE GALLERY */

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

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

@media(max-width:768px){

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

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

}

/* SCREENED ROOM MOBILE FIX */

@media(max-width:768px){

  .rvp-palm-split{
    grid-template-columns:1fr !important;
  }

  .rvp-palm-split > div:first-child{
    order:1;
  }

  .rvp-palm-split > .rvp-palm-card{
    order:2;
  }

  .rvp-palm-split img{
    height:280px !important;
  }

}

.rvp-palm-section .rvp-palm-gallery-two{
  margin-bottom:28px;
}

.rvp-palm-section .rvp-palm-gallery-two img{
  height:320px;
}/* End custom CSS */