.elementor-4193 .elementor-element.elementor-element-b9ff31f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6accf1d *//* ==== Contact Section (EN version) - Dark & Gold Theme ==== */
.contact-section {
  text-align: left;
  direction: ltr; /* Set to LTR for English content */
  padding: 60px 20px;
  background-color: #f0f0f0; /* Light background for contrast */
  font-family: "Tahoma", sans-serif;
  color: #122C43;
}

.contact-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #122C43;
  margin-bottom: 50px;
}

/* Layout for the cards */
.contact-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.contact-card {
  background: #122C43; /* Dark Navy Background */
  color: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex: 1;
  min-width: 280px;
  max-width: 380px; /* Limit max width for card appearance */
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.22);
}

.contact-card h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #D4A043; /* Gold accent for titles */
  border-bottom: 2px solid #D4A043;
  padding-bottom: 8px;
}

/* Contact Item Details */
.contact-item {
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.contact-item span {
  font-weight: 500;
  color: #fff; /* Phone label white */
}

.contact-item a {
  color: #fff;
  text-decoration: none;
}

.contact-item a:hover {
  color: #D4A043;
}

/* Buttons (WhatsApp, Instagram) */
.whatsapp-btn.small,
.instagram-btn {
  display: block;
  margin-top: 12px;
  background: #D4A043; /* Gold button background */
  color: #122C43 !important;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.2s;
}

.whatsapp-btn.small:hover,
.instagram-btn:hover {
  background: #fff;
  color: #122C43 !important;
}/* End custom CSS */