.elementor-141 .elementor-element.elementor-element-5d5c9b4{--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;}/* Start custom CSS for html, class: .elementor-element-4a33356 */.about-page {
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.about-hero {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 60px;
}

.about-hero h1 {
  font-size: 36px;
  color: #0A1A3E;
  margin-bottom: 20px;
}

.about-hero p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  overflow: hidden;
}

.about-content {
  flex: 1 1 50%;
  padding: 40px;
}

.about-content h2 {
  font-size: 28px;
  color: #1e7eff;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.7;
}

.about-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.about-content ul li {
  font-size: 15px;
  margin-bottom: 10px;
}

.about-image {
  flex: 1 1 50%;
  height: 100%;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-contact-cta {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.about-contact-cta h2 {
  font-size: 26px;
  color: #0A1A3E;
  margin-bottom: 15px;
}

.about-contact-cta p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.about-btn {
  background-color: #0A1A3E;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  font-size: 15px;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.3s ease;
}
.about-btn:hover {
  background-color: #1e7eff;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .about-section {
    flex-direction: column;
  }

  .about-content, .about-image {
    flex: 1 1 100%;
  }

  .about-content {
    padding: 30px;
  }

  .about-hero h1 {
    font-size: 28px;
  }

  .about-contact-cta h2 {
    font-size: 22px;
  }
}/* End custom CSS */