.elementor-16 .elementor-element.elementor-element-9ed8889{margin:-75px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-9ed8889 *//* =========================
   CONTACT HERO
========================= */
.contact-hero {
  padding: 90px 8%;
  background: linear-gradient(135deg, #082044, #2fa84f);
  color: #ffffff;
  text-align: center;
}

.contact-hero h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-hero p {
  font-size: 1.2rem;
  opacity: 0.95;
}

/* =========================
   MAIN LAYOUT
========================= */
.contact-main {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 45px;
  padding: 80px 8%;
  background: #f4f6f8;
}

/* =========================
   LEFT COLUMN
========================= */
.contact-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* INFO CARD */
.info-card {
  background: #ffffff;
  padding: 22px 24px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
}

.info-card h3 {
  color: #2fa84f;
  font-size: 1.15rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.info-card p,
.info-card a {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333333;
  text-decoration: none;
}

/* spacing helper */
.mt {
  margin-top: 14px;
}

/* =========================
   GET DIRECTIONS BUTTON
========================= */
.direction-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 18px;
  background: #082044;
  color: #ffffff !important;
  font-size: 0.95rem;
  border-radius: 22px;
  text-decoration: none;
  transition: background 0.25s ease;
}

.direction-btn:hover {
  background: #06172f;
}

/* =========================
   SOCIAL ICONS
========================= */
.social-links {
  display: flex;
  gap: 14px;
  margin-top: 12px;
}

.social-links a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.linkedin { background: #0a66c2; }
.facebook { background: #1877f2; }
.instagram { background: #e1306c; }
.whatsapp { background: #25d366; }

/* =========================
   MAP
========================= */
.map-box iframe {
  width: 100%;
  height: 280px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

/* =========================
   RIGHT COLUMN (FORM)
========================= */
.contact-right {
  background: #ffffff;
  padding: 34px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-right h2 {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #082044;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 900px) {

  .contact-main {
    grid-template-columns: 1fr;
    padding: 60px 6%;
  }

  .contact-hero {
    padding: 70px 6%;
  }

  .contact-hero h1 {
    font-size: 2.4rem;
  }

  .contact-hero p {
    font-size: 1.1rem;
  }

  .info-card {
    padding: 18px 20px;
  }

  .info-card p,
  .info-card a {
    font-size: 1rem;
  }

  .map-box iframe {
    height: 240px;
  }
}/* End custom CSS */