.elementor-679 .elementor-element.elementor-element-2f978d5{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-679 .elementor-element.elementor-element-2f978d5.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS *//* CONSULTATION PAGE */

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

.rvp-consult-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-consult-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:125px 24px;
  text-align:center;
  background:
    linear-gradient(rgba(0,20,40,.58),rgba(0,20,40,.72)),
    url('https://rocketviewproperties.com/wp-content/uploads/2026/06/palm_bay_tamarind_3-2.jpeg');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.rvp-consult-inner{
  max-width:950px;
  margin:0 auto;
}

.rvp-consult-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-consult-hero p{
  max-width:820px;
  margin:0 auto;
  color:rgba(255,255,255,.94);
  font-size:20px;
  line-height:1.75;
}

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

.rvp-consult-card{
  background:#fff;
  border:1px solid #dfe7f4;
  border-radius:30px;
  padding:50px;
  box-shadow:0 14px 34px rgba(0,43,73,.12);
  text-align:center;
}

.rvp-consult-card h2{
  margin:0 0 18px;
  color:#002B49;
  font-family:"Manrope","Inter",Arial,sans-serif;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.035em;
  text-align:center;
}

.rvp-consult-intro{
  max-width:780px;
  margin:0 auto 42px;
  font-size:18px;
  line-height:1.8;
  text-align:center;
}

.rvp-next-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:0 auto 45px;
}

.rvp-step{
  background:#F7FAFF;
  border:1px solid #dfe7f4;
  border-radius:20px;
  padding:28px 22px;
}

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

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

.rvp-step p{
  margin:0;
  font-size:15.5px;
  line-height:1.65;
}

/* FORM WRAPPER */

.rvp-owner-form{
  max-width:780px;
  margin:0 auto;
  text-align:left;
}

.rvp-owner-form .wpforms-container{
  margin:0 auto !important;
}

.rvp-owner-form .wpforms-form{
  margin:0 auto !important;
}

.rvp-owner-form .wpforms-field{
  padding:10px 0 !important;
}

.rvp-owner-form .wpforms-field-label{
  color:#002B49 !important;
  font-weight:800 !important;
  margin-bottom:8px !important;
}

.rvp-owner-form input[type="text"],
.rvp-owner-form input[type="email"],
.rvp-owner-form input[type="number"],
.rvp-owner-form select,
.rvp-owner-form textarea{
  width:100% !important;
  min-height:52px !important;
  border:1px solid #cbd8e8 !important;
  border-radius:14px !important;
  padding:13px 15px !important;
  background:#fff !important;
  color:#334155 !important;
  font-size:16px !important;
}

.rvp-owner-form textarea{
  min-height:140px !important;
}

.rvp-owner-form input:focus,
.rvp-owner-form select:focus,
.rvp-owner-form textarea:focus{
  border-color:#0198B0 !important;
  box-shadow:0 0 0 3px rgba(1,152,176,.14) !important;
  outline:none !important;
}

.rvp-owner-form .wpforms-submit-container{
  text-align:center !important;
  padding-top:22px !important;
}

.rvp-owner-form button[type="submit"],
.rvp-owner-form .wpforms-submit{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:56px !important;
  padding:15px 34px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#0198B0 !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:800 !important;
  box-shadow:0 12px 26px rgba(1,152,176,.25) !important;
  cursor:pointer !important;
}

.rvp-owner-form button[type="submit"]:hover,
.rvp-owner-form .wpforms-submit:hover{
  background:#007f94 !important;
}

/* MOBILE */

@media(max-width:900px){
  .rvp-next-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:768px){
  .rvp-consult-hero{
    padding:95px 18px;
  }

  .rvp-consult-section{
    width:min(92%, 1100px);
    padding:60px 0;
  }

  .rvp-consult-card{
    padding:30px 20px;
  }

  .rvp-consult-hero p,
  .rvp-consult-intro{
    font-size:17px;
  }
}/* End custom CSS */