.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-7f16abe *//* Skyway Finserve — Footer CSS (independent file)
   Paste into: Elementor widget's "Custom CSS" tab (Advanced panel)
   OR a WPCode "Custom CSS" snippet set to load on this page only.
   Pair with the HTML block given separately — do not put this <style> back into the HTML. */

#sf-footer{
  display:block !important;
  width:100% !important;
  background:#F6F8FC !important;
  font-family:'Inter',system-ui,sans-serif !important;
  /* full-bleed trick: breaks out of any Elementor boxed/container width */
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  position:relative !important;
}
#sf-footer, #sf-footer *, #sf-footer *::before, #sf-footer *::after{
  box-sizing:border-box !important;
  margin:0 !important;
  padding:0 !important;
}

#sf-footer .sf-ft-inner{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:20px 20px 40px !important;
}

#sf-footer .sf-ft-content{
  font-size:11.5px !important;
  color:#7A879B !important;
  line-height:1.6 !important;
  text-align:center !important;
  border-top:1px solid #E2E8F2 !important;
  padding-top:20px !important;
}
#sf-footer .sf-ft-content p{
  display:block !important;
  margin:0 0 8px !important;
  font-size:11.5px !important;
  color:#7A879B !important;
  line-height:1.6 !important;
  font-weight:400 !important;
}
#sf-footer .sf-ft-content p:last-child{margin-bottom:0 !important;}
#sf-footer .sf-ft-risk{color:#15366B !important;font-weight:600 !important;}
#sf-footer .sf-ft-arn{color:#E2620B !important;font-weight:600 !important;}

@media(max-width:480px){
  #sf-footer .sf-ft-inner{padding:16px 14px 32px !important;}
  #sf-footer .sf-ft-content{padding-top:16px !important;text-align:left !important;}
}/* End custom CSS */