.elementor-section.elementor-section-boxed > .elementor-container{
  max-width: 100% !important;
}

.about-section-efdd5ae4 {
  padding: 64px 20px;
  background: #f7f9fc; /* Fallback */
  font-family: "Poppins", sans-serif;
}
.about-wrapper-efdd5ae4 {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  max-width: 1060px;
}
.about-img-wrap-efdd5ae4 {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.about-img-efdd5ae4 {
  width: 100%;
  border-radius: 14px;
  display: block;
  object-fit: cover;
}
.about-badge-efdd5ae4 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #f5a623;
  color: #0b2545;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 7px 16px;
  border-radius: 6px;
}
.about-label-efdd5ae4 {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 2px;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 6px;
}
.about-title-efdd5ae4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: #0b2545;
  margin-bottom: 12px;
}
.about-text-efdd5ae4 {
  color: #4a5568;
  font-size: 0.95rem;
  margin-bottom: 24px;
  line-height: 1.6;
}
.about-stats-efdd5ae4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.about-stat-efdd5ae4 {
  background: #fff;
  border-radius: 10px;
  padding: 16px 10px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(11, 37, 69, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-stat-icon-efdd5ae4 {
  font-size: 20px;
  color: #f5a623;
  margin-bottom: 8px;
}
.about-stat-icon-efdd5ae4 svg {
  width: 20px;
  height: 20px;
  fill: #f5a623;
}
.about-stat-val-efdd5ae4 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: #0b2545;
  display: block;
}
.about-stat-label-efdd5ae4 {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4a5568;
  font-weight: 500;
  margin-top: 4px;
}
@media (min-width:768px) {
  .about-wrapper-efdd5ae4 {
    grid-template-columns: 1fr 1fr;
  }
}
