.elementor-264 .elementor-element.elementor-element-ecccf8f{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-264 .elementor-element.elementor-element-020860a{background-color:#000000;}.elementor-264 .elementor-element.elementor-element-020860a img{width:15%;}.elementor-264 .elementor-element.elementor-element-138907f{--display:flex;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-f2a58c0 */.about-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.about-hero {
  padding: 90px 20px;
  background: linear-gradient(135deg, #062b55, #0b4b8f);
  text-align: center;
}

.about-eyebrow {
  color: #a7ff00;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-hero h1 {
  color: #ffffff;
  font-size: 52px;
  margin: 10px 0 20px;
}

.about-hero p {
  color: #e8f3ff;
  font-size: 20px;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

.about-main {
  padding: 75px 20px;
  background: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 45px;
  align-items: start;
}

.about-main h2 {
  color: #003b73;
  font-size: 38px;
  line-height: 1.2;
}

.about-main p {
  color: #333;
  font-size: 18px;
  line-height: 1.8;
}

.about-card {
  background: #063b70;
  color: #ffffff;
  border-left: 7px solid #a7ff00;
  border-radius: 14px;
  padding: 32px;
}

.about-card h3 {
  color: #a7ff00;
  font-size: 28px;
  margin-top: 0;
}

.about-card li {
  margin-bottom: 14px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .about-hero h1 {
    font-size: 38px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */