.elementor-kit-61{--e-global-color-primary:#003DA5;--e-global-color-secondary:#FFD200;--e-global-color-text:#3C3C3C;--e-global-color-accent:#003DA5;--e-global-color-16897105:#000;--e-global-color-7e912e55:#FFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-weight:500;}.elementor-kit-61 e-page-transition{background-color:#FFBC7D;}.elementor-kit-61 button,.elementor-kit-61 input[type="button"],.elementor-kit-61 input[type="submit"],.elementor-kit-61 .elementor-button{border-radius:30px 30px 30px 30px;}.elementor-kit-61 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@media(max-width:1023px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:786px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Team container */
#nfec-team-widget {
  background: #ffffff;
  padding: 15px 20px;
  border: 0px solid #e3e7ed;
  border-radius: 12px;
  box-shadow: 0 0px 0px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
  color: #0b1e44;
  max-width: 300px;
}

/* Title styling */
#nfec-team-widget .team-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #003eab;
  border-bottom: 2px solid #f1b82d;
  padding-bottom: 5px;
}

/* List reset */
#nfec-team-widget .team-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Individual team member box */
#nfec-team-widget .team-list li {
  background: #f9fafc;
  border: 1px solid #e3e7ed;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}

/* Hover effect */
#nfec-team-widget .team-list li:hover {
  background: #f1f5ff;
  border-color: #cbd3e0;
  transform: translateY(-1px);
}

/* Name styling */
#nfec-team-widget .team-list strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2px;
}

/* Role styling */
#nfec-team-widget .team-list span {
  font-size: 1.25rem;
  color: #555;
}/* End custom CSS */