.elementor-205 .elementor-element.elementor-element-ecb406f{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ecb406f *//* =========================================================
   ROCKET VIEW PROPERTIES FOOTER
========================================================= */

.rvp-footer{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  background:
    linear-gradient(
      135deg,
      #001f35 0%,
      #002B49 50%,
      #003b5c 100%
    );

  color:#fff;
  padding:70px 24px 0;
}

.rvp-footer-inner{
  max-width:1440px;
  margin:0 auto;

  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:50px;
}

.rvp-footer-column{
  min-width:0;
}

.rvp-footer-brand{
  width:300px;
  max-width:100%;
  height:auto;
  display:block;
  margin-bottom:20px;
}

.rvp-footer-column h4{
  margin:0 0 18px;

  color:#0198B0;

  font-family:"Manrope","Inter",Arial,sans-serif;
  font-size:18px;
  font-weight:700;

  letter-spacing:.02em;
}

.rvp-footer-column p{
  margin:0;

  color:rgba(255,255,255,.82);

  font-size:16px;
  line-height:1.9;
}

.rvp-footer-column ul{
  margin:0;
  padding:0;
  list-style:none;
}

.rvp-footer-column li{
  margin-bottom:12px;
}

.rvp-footer-column a{
  color:rgba(255,255,255,.82);
  text-decoration:none;
  transition:all .25s ease;
}

.rvp-footer-column a:hover{
  color:#0198B0;
  padding-left:4px;
}

.rvp-footer-bottom{
  margin-top:50px;
  padding:24px 0;

  text-align:center;

  border-top:1px solid rgba(255,255,255,.12);

  color:rgba(255,255,255,.60);

  font-size:14px;
  line-height:1.6;
}

/* Optional subtle glow on logo */

.rvp-footer-brand{
  filter:
    drop-shadow(0 4px 12px rgba(1,152,176,.12));
}

/* Tablet */

@media(max-width:1024px){

  .rvp-footer-inner{
    grid-template-columns:1fr 1fr;
    gap:40px;
  }

}

/* Mobile */

@media(max-width:768px){

  .rvp-footer{
    padding:50px 20px 0;
  }

  .rvp-footer-inner{
    grid-template-columns:1fr;
    gap:32px;
  }

  .rvp-footer-brand{
    width:240px;
  }

  .rvp-footer-column{
    text-align:center;
  }

  .rvp-footer-column a:hover{
    padding-left:0;
  }

}

.rvp-footer-tagline{
  text-align:center;
  margin-top:30px;
  color:rgba(255,255,255,.65);
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media(max-width:768px){

  .rvp-footer-column{
    text-align:center;
  }

  .rvp-footer-brand{
    display:block;
    margin:0 auto 20px auto !important;
  }

}/* End custom CSS */