.elementor-23 .elementor-element.elementor-element-ae8410f{--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;--margin-top:12%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-23 .elementor-element.elementor-element-ae8410f.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-23 .elementor-element.elementor-element-ae8410f{--width:98.226%;}}/* Start custom CSS for html, class: .elementor-element-eba3f93 */.why-choose-us {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  background: #ffffff;
}

.why-choose-us h2 {
  text-align: center;
  margin-bottom: 35px;
  color: #007bff;
  font-size: 28px;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.choose-box {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
}

.choose-box h3 {
  margin-top: 0;
  font-size: 17px;
  color: #333;
}

.choose-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Tablet */
@media (max-width: 992px) {
  .choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .choose-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-us h2 {
    font-size: 22px;
  }
}/* End custom CSS */