.elementor-211 .elementor-element.elementor-element-411bd64{--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;overflow:visible;}.elementor-211 .elementor-element.elementor-element-f31e47b{width:100%;max-width:100%;}.elementor-211 .elementor-element.elementor-element-38a8c0a{--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;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-f31e47b */.about-hero {
  background: url('YOUR-IMAGE.jpg') center/cover no-repeat;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.about-hero h1,
.about-hero p {
  position: relative;
  z-index: 2;
}

.about-hero span {
  color: #f5c518;
}

.about-hero h1 {
  font-size: 48px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4438fc5 */.about-section {
  background: #f4f4f4;
  padding: 80px 20px;
}

.about-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}

.about-img img {
  width: 100%;
  border-radius: 20px;
}

.about-content span {
  color: #f5c518;
}

.stats {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.stats div {
  background: #fff;
  padding: 15px 25px;
  border-radius: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bf3d69 */.mv-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.mv-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 10px 10px 25px rgba(0,0,0,0.1);
}

.mv-card.dark {
  background: #000;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-207600c */.trust-section {
  background: #f4f4f4;
  padding: 80px 20px;
  text-align: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }

  .mv-section {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */