.elementor-24 .elementor-element.elementor-element-761558a{--display:flex;}.elementor-24 .elementor-element.elementor-element-f167581{--display:flex;}.elementor-24 .elementor-element.elementor-element-6f7fc0c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5e1b1ce *//* Contact Info */
.contact-info {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.info-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.info-card {
  flex: 0 0 30%;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.info-card svg {
  width: 40px;
  height: 40px;
  fill: #EF4723;
  margin-bottom: 15px;
}

.info-card h3 {
  color: #EF4723;
  margin-bottom: 10px;
}

.info-card a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.whatsapp-link {
  display: inline-block;
  margin-top: 8px;
  color: #25D366;
  font-weight: bold;
}

/* Social Media */
.social-media {
  text-align: center;
  margin: 80px 0;
}

.social-media h2 {
  color: #EF4723;
  margin-bottom: 30px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icons a {
  width: 60px;
  height: 60px;
  background: #FFF4F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: translateY(-6px);
}

/* Responsive */
@media (max-width: 992px) {
  .info-card {
    flex: 0 0 100%;
  }
}/* End custom CSS */