.elementor-408 .elementor-element.elementor-element-746e0d7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7503091 */.contact-clean {
  direction: rtl;
  padding: 80px 20px;
  background: linear-gradient(180deg, #f7faf8 0%, #eef7f1 100%);
}

.contact-box {
  max-width: 800px;
  margin: auto;
  text-align: center;
  background: #fff;
  border-radius: 28px;
  padding: 50px 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.contact-title {
  font-size: 34px;
  margin-bottom: 12px;
  font-weight: 800;
  color: #111;
}

.contact-sub {
  font-size: 17px;
  color: #555;
  margin-bottom: 35px;
  line-height: 1.8;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contact-card {
  background: #fafafa;
  border-radius: 20px;
  padding: 25px 15px;
  text-decoration: none;
  color: #111;
  border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.contact-card .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.contact-card p {
  margin: 5px 0 0;
  font-size: 15px;
  color: #666;
}

.contact-card.whatsapp {
  background: linear-gradient(135deg, #1f7a3d, #2fa85a);
  color: #fff;
}

.contact-card.whatsapp p {
  color: #fff;
}

.contact-bottom {
  margin-top: 30px;
  font-size: 15px;
  color: #555;
}

.contact-bottom span {
  margin: 0 10px;
}

/* מובייל */
@media (max-width: 767px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-title {
    font-size: 26px;
  }
}/* End custom CSS */