.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-dda1d4b *//* Skyway Finserve — Header 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-header{
  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-header, #sf-header *, #sf-header *::before, #sf-header *::after{
  box-sizing:border-box !important;
  margin:0 !important;
  padding:0 !important;
}
#sf-header img{max-width:100% !important;height:auto !important;border:0 !important;display:block !important;}

#sf-header .sf-hd-inner{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:20px 20px 0 !important;
}

#sf-header .sf-hd-row{
  display:flex !important;align-items:center !important;justify-content:space-between !important;
  gap:18px !important;flex-wrap:wrap !important;
  padding-bottom:20px !important;border-bottom:1px solid #E2E8F2 !important;
}
#sf-header .sf-hd-logo{height:56px !important;width:auto !important;flex-shrink:0 !important;}
#sf-header .sf-hd-reg{
  text-align:right !important;font-size:12px !important;color:#7A879B !important;line-height:1.45 !important;
  font-weight:400 !important;
}
#sf-header .sf-hd-reg b{color:#15366B !important;font-weight:600 !important;}
#sf-header .sf-hd-tool{display:block !important;}

@media(max-width:480px){
  #sf-header .sf-hd-inner{padding:16px 14px 0 !important;}
  #sf-header .sf-hd-row{padding-bottom:16px !important;gap:12px !important;}
  #sf-header .sf-hd-logo{height:44px !important;}
  #sf-header .sf-hd-reg{text-align:left !important;font-size:11.5px !important;flex-basis:100% !important;}
}/* End custom CSS */