.elementor-5406 .elementor-element.elementor-element-bd847ce{--display:flex;}.elementor-5406 .elementor-element.elementor-element-1a5ae79{--display:flex;}.elementor-5406 .elementor-element.elementor-element-5e6ce47{--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-d7d0f45 */.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  padding: 0 20px 50px;
  max-width: 1100px;
  margin: auto;
}

.card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 30px;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-762c281 */.why-choose-us {
  padding: 40px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.why-choose-us h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.why-choose-us .intro {
  font-size: 1em;
  color: #666;
  margin-bottom: 30px;
}

.reasons {display: flex;
  flex-direction: column;
  gap: 20px;
}

.reason {
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.reason:hover {
  transform: translateY(-5px);
}

.reason img {
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}

.reason h3 {
  margin-bottom: 10px;
  color: #222;
  font-size: 1.2em;
}

.reason p {
  color: #555;
  font-size: 0.95em;
  line-height: 1.4;
}

/* Responsive pou tablette/desktop */
@media (min-width: 8px) {
  .reasons {
    flex-direction: row;
    justify-content: space-between;
  }

  .reason {
    width: 30%;
  }
}
.reason img {
  width: 80px; /* Dimansyon ajiste */
  height: auto;
  margin-bottom: 15px;
}

/* Responsiv sou mobil pi piti pase 480px */
@media (max-width: 480px) {
  .reason img {
    width: 60px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad7264e */.why-choose-us {
  padding: 40px 20px;
  text-align: center;
  background: #f9f9f9;
}

.why-choose-us h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.why-choose-us p {
  font-size: 16px;
  color: #555; margin-bottom: 30px;
}

.reasons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.reason {
  background: white;
  border-radius: 10px;
  padding: 20px;
  max-width: 250px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: center;
}

.reason img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.reason h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.reason p {
  font-size: 14px;
  color: #666;
}

/* Mobile responsive */
@media (max-width: 600px) {
  .reason {
    max-width: 100%;
  }

  .reason img {
    width: 50px;
    height: 50px;
  }
}/* End custom CSS */