.elementor-2038 .elementor-element.elementor-element-13fec74{--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;}.elementor-2038 .elementor-element.elementor-element-13fec74:not(.elementor-motion-effects-element-type-background), .elementor-2038 .elementor-element.elementor-element-13fec74 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(184deg, #FAFAFA 70%, var( --e-global-color-accent ) 71%);}.elementor-2038 .elementor-element.elementor-element-1f9ede1{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.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-2038 .elementor-element.elementor-element-123b863{text-align:center;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2038 .elementor-element.elementor-element-a3f5b35{font-family:"Helvetica", Sans-serif;font-weight:400;color:var( --e-global-color-secondary );}.elementor-2038 .elementor-element.elementor-element-e274177{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2038 .elementor-element.elementor-element-e274177:not(.elementor-motion-effects-element-type-background), .elementor-2038 .elementor-element.elementor-element-e274177 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-2038 .elementor-element.elementor-element-bd3cb7f{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2038 .elementor-element.elementor-element-64501c7{text-align:left;}/* Start custom CSS for container, class: .elementor-element-e274177 */.research-and-development {
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    padding: 40px 0;
}

    .research-and-development h2 {
      font-size: 2rem;
      color: #1a3d7c;
      margin-bottom: 15px;
      border-bottom: 3px solid #1a3d7c;
      display: inline-block;
      font-weight: 600;
      padding-bottom: 5px;
    }

    .research-and-development h3 {
      font-size: 1.6rem;
      margin: 30px 0 15px;
      color: #444;
      font-weight: 600;
    }

    .research-and-development h4 {
      font-size: 1.25rem;
      color: #1a3d7c;
      margin-top: 25px;
      margin-bottom: 8px;
      position: relative;
      font-weight: 600;
    }

    .research-and-development h4::before {
      content: "◆";
      color: #e67e22;
      margin-right: 8px;
      font-size: 0.8rem;
    }

    .research-and-development p {
      font-size: 1rem;
      margin-bottom: 15px;
      color: #555;
    }

    .research-and-development section {
      background: #fff;
      padding: 20px 25px;
      margin-bottom: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: transform 0.2s ease-in-out;
    }

    .research-and-development section:hover {
      transform: translateY(-3px);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .research-and-development {
        padding: 20px 10px;
      }

      .research-and-development h2 {
        font-size: 1.6rem;
      }

      .research-and-development h3 {
        font-size: 1.3rem;
      }

      .research-and-development h4 {
        font-size: 1.1rem;
      }
    }/* End custom CSS */