.elementor-23 .elementor-element.elementor-element-f834111{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-23 .elementor-element.elementor-element-5232e0b img{width:100%;}.elementor-23 .elementor-element.elementor-element-9ab10d8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d321fb3 */.contact-page {
  background: #1a2332;
  color: #ffffff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

/* HERO */
.contact-hero {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contact-hero h1 {
  font-size: 38px;
  color: #0dd4a3;
  margin-bottom: 12px;
}

.contact-hero p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.contact-whatsapp-btn {
  display: inline-block;
  background: linear-gradient(45deg, #0dd4a3, #00ff99);
  color: #000;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.contact-whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 18px rgba(13,212,163,0.6);
}

/* INFO SECTION */
.contact-info-section {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.contact-card {
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
  transition: 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 30px rgba(13,212,163,0.7);
}

.contact-card h3 {
  color: #0dd4a3;
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 15px;
  line-height: 1.7;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-info-section {
    grid-template-columns: 1fr;
  }

  .contact-hero h1 {
    font-size: 28px;
  }
}/* End custom CSS */