.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2294 .elementor-element.elementor-element-893b5d1{--display:flex;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-c04366f */.engineering-section {
  background-color: #fff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.engineering-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.engineering-content {
  flex: 1;
  min-width: 300px;
}

.engineering-content h2 {
  color: #001b54;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

.engineering-content h3 {
  color: #001b54;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.engineering-content hr {
  width: 60px;
  border: 1.5px solid #001b54;
  margin-bottom: 20px;
}

.engineering-content ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.engineering-content li {
  font-size: 15px;
  margin-bottom: 10px;
  list-style-type: disc;
}

.engg-button {
  background-color: #000066;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.engg-button:hover {
  background-color: #001b99;
}

.engineering-image {
  flex: 1;
  text-align: center;
  min-width: 250px;
}

.engineering-image img {
  max-width: 100%;
  height: auto;
}/* End custom CSS */