.elementor-47 .elementor-element.elementor-element-c5fd036{--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-47 .elementor-element.elementor-element-c5fd036:not(.elementor-motion-effects-element-type-background), .elementor-47 .elementor-element.elementor-element-c5fd036 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2F2;}/* Start custom CSS for html, class: .elementor-element-cd64c1e *//* =========================
   CONTAINER
========================= */
.about-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* HERO */
.about-hero {
  text-align: center;
  margin-bottom: 40px;
}

.about-hero h1 {
  font-size: 36px;
  font-weight: 800;
  color: #011b44;
}

.subtitle {
  color: #666;
  margin-top: 10px;
}

/* TEXT */
.about-content p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* FEATURES */
.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e5e8ec;
}

.feature-box h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #011b44;
}

/* STORY */
.about-story {
  margin: 40px 0;
}

.about-story h2 {
  color: #011b44;
  margin-bottom: 10px;
}

/* REVIEWS */
.about-reviews {
  margin: 50px 0;
}

.about-reviews h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #011b44;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review {
  background: linear-gradient(135deg, #ffffff, #f4f8fb);
  padding: 20px;
  border-radius: 12px;
  font-style: italic;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.review span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #333;
}

/* CTA */
.about-cta {
  text-align: center;
  margin-top: 50px;
  padding: 40px;
  background: linear-gradient(135deg, #011b44, #03306f);
  border-radius: 16px;
  color: #fff;
}

.about-cta h2,
.about-cta p {
  color: #fff;
}

/* BUTTON */
.cta-button {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 30px;
  background: #fff;
  color: #011b44;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.3s ease, color 0.3s ease;
}



.cta-button:active {
  transform: translateY(0);
  opacity: 0.85;
}

/* MOBILE */
@media (max-width: 768px) {
  .about-features {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */