.elementor-kit-5{--e-global-color-primary:#1F4E79;--e-global-color-secondary:#F7F9FC;--e-global-color-text:#2B2B2B;--e-global-color-accent:#F5B400;--e-global-color-7bc2118:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.7px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#F5B400;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:600;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:6px 6px 6px 6px;padding:14px 28px 14px 28px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#E0A800;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;line-height:1.1px;letter-spacing:-0.5px;}.elementor-kit-5 h2{font-family:"Poppins", Sans-serif;font-size:34px;font-weight:600;}.elementor-kit-5 h3{font-family:"Poppins", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-5 h4{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:75px;--container-default-padding-right:0px;--container-default-padding-bottom:075px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:50px;--container-default-padding-right:15px;--container-default-padding-bottom:50px;--container-default-padding-left:15px;}}:root { --NBH_Blue:#1F4E79; --Light-Blue-Background:#f6fafe; --Light-Grey:#eef2f5; }
/* Start custom CSS */.nbh-faq-section {
  --display: flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px;
  box-sizing: border-box;
}

.nbh-faq-section .elementor-accordion,
.nbh-faq-section .e-n-accordion {
  width: 100%;
}

@media (max-width: 767px) {
  .nbh-faq-section {
    padding: 30px 16px;
  }
}

.accordion-image {
  float: left;
  width: 40%;
  max-width: 600px;
  height: auto;
  margin: 0 30px 20px 0;
}

.nbh-smart-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nbh-smart-header.header-hidden {
  transform: translateY(-100%);
}

.nbh-smart-header.header-visible {
  transform: translateY(0);
}



.outcome-banner{
background:#F1F8F1;
border-left:4px solid #6DB46D;
padding:14px 18px;
border-radius:12px;
margin:20px auto 30px;
max-width:700px;

font-size:18px;
font-weight:600;
color:#2B2B2B;

display:flex;
align-items:center;
gap:10px;

box-shadow:0 2px 10px rgba(0,0,0,.04);
}

#step1,
#step2,
#step3{
scroll-margin-top:120px;
}

html{
scroll-behavior:smooth;
}/* End custom CSS */