.elementor-1027 .elementor-element.elementor-element-fc0f171{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:30px;--padding-right:30px;}.elementor-1027 .elementor-element.elementor-element-fc0f171:not(.elementor-motion-effects-element-type-background), .elementor-1027 .elementor-element.elementor-element-fc0f171 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1027 .elementor-element.elementor-element-0ab5be3{text-align:center;}.elementor-1027 .elementor-element.elementor-element-0ab5be3 .elementor-heading-title{font-family:"Unna", Sans-serif;font-size:35px;font-weight:600;color:#000000;}.elementor-1027 .elementor-element.elementor-element-b0dde89{text-align:center;}.elementor-1027 .elementor-element.elementor-element-b0dde89 .elementor-heading-title{font-family:"Unna", Sans-serif;font-size:24px;font-weight:600;color:#000000;}.elementor-1027 .elementor-element.elementor-element-80101d5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:30px;--padding-right:30px;}.elementor-1027 .elementor-element.elementor-element-2ff5f13{--display:flex;}.elementor-1027 .elementor-element.elementor-element-be461c2 .elementor-heading-title{font-family:"Unna", Sans-serif;font-size:35px;font-weight:600;color:#000000;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-1027 .elementor-element.elementor-element-1d629df .elementor-icon-list-icon i{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-1027 .elementor-element.elementor-element-1d629df .elementor-icon-list-icon svg{fill:var( --e-global-color-accent );transition:fill 0.3s;}.elementor-1027 .elementor-element.elementor-element-1d629df{--e-icon-list-icon-size:18px;--icon-vertical-offset:0px;}.elementor-1027 .elementor-element.elementor-element-1d629df .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1027 .elementor-element.elementor-element-1d629df .elementor-icon-list-item > a{font-family:"Unna", Sans-serif;font-size:20px;font-weight:500;}.elementor-1027 .elementor-element.elementor-element-1d629df .elementor-icon-list-text{transition:color 0.3s;}.elementor-1027 .elementor-element.elementor-element-f6c296e{--display:flex;}.elementor-widget-fluent-form-widget .fluentform-widget-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-fluent-form-widget .ff-el-progress-status{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-fluent-form-widget .ff-el-progress-bar span{color:var( --e-global-color-primary );}.elementor-widget-fluent-form-widget .step-nav button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1027 .elementor-element.elementor-element-2e1d6cb .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}.elementor-1027 .elementor-element.elementor-element-f9e7fdd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:30px;--padding-right:30px;}.elementor-1027 .elementor-element.elementor-element-ca0f76e{--display:flex;}.elementor-1027 .elementor-element.elementor-element-14ae616{text-align:center;}.elementor-1027 .elementor-element.elementor-element-14ae616 .elementor-heading-title{font-family:"Unna", Sans-serif;font-size:35px;font-weight:600;color:#000000;}.elementor-1027 .elementor-element.elementor-element-030eabc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for heading, class: .elementor-element-b0dde89 */.custom-breadcrumb {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center; /* centers horizontally */
  text-align: center;      /* ensures text is centered */
  font-family: Poppins;
  gap: 8px;
}

.custom-breadcrumb a {
  text-decoration: none;
  color: #555;
  transition: 0.3s ease;
}

.custom-breadcrumb a:hover {
  color: #F1CE40;
}

.custom-breadcrumb .separator {
  color: #999;
}

.custom-breadcrumb .current {
  color: #000;
  font-weight: 600;
}/* End custom CSS */