.elementor-134 .elementor-element.elementor-element-b2614e1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3c37ebb *//* ========== CONTACT HERO ========== */
.contact-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 340px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
}

.contact-hero-left {
  background: #0b2f9a;
  color: #fff;
  padding: 50px 60px 45px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 92% 0, 76% 100%, 0 100%);
}

.contact-hero-left h1 {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.hero-lead {
  font-size: 20px;
  font-weight: 700;
  color: #f97316;
  margin: 0 0 14px;
  position: relative;
  padding-bottom: 8px;
}

.hero-lead::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: #f97316;
  border-radius: 2px;
}

.hero-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #d4e0ff;
  max-width: 360px;
  margin: 0 0 12px;
}

.hero-tag {
  font-size: 14.5px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.contact-hero-right {
  position: relative;
  margin-left: -14%;
  z-index: 1;
}

.contact-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 340px;
}

/* ========== SHARED LABEL ========== */
.section-label {
  font-size: 15px;
  font-weight: 800;
  color: #1a56db;
  letter-spacing: 0.6px;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 8px;
  display: inline-block;
}

.section-label::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  background: #f97316;
  border-radius: 2px;
}

.section-label .orange {
  color: #f97316;
}

/* ========== GET IN TOUCH + FORM ========== */
.contact-main {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 40px 40px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

/* Info cards */
.info-card {
  display: flex;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.info-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon.blue   { background: #1a56db; }
.info-icon.orange { background: #f97316; }

.info-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.info-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px;
}

.info-text p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Form */
.form-intro {
  font-size: 13.5px;
  color: #64748b;
  margin: -8px 0 20px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13.5px;
  font-family: inherit;
  color: #1e293b;
  background: #ffffff;
  transition: border-color 0.2s;
  outline: none;
  box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1a56db;
}

.contact-form textarea {
  resize: vertical;
  min-height: 110px;
}

/* Privacy checkbox - fixed */
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
  cursor: pointer;
  line-height: 1.4;
  margin: 4px 0 2px;
}

.checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #1a56db;
  cursor: pointer;
}

.checkbox-label a {
  color: #1a56db;
  text-decoration: underline;
}

.submit-btn {
  background: #f97316;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.4px;
  transition: background 0.2s, transform 0.15s;
  font-family: inherit;
  width: 100%;
}

.submit-btn:hover {
  background: #ea580c;
  transform: translateY(-1px);
}

/* ========== MAP + WHY ========== */
.contact-bottom {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 40px 45px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.map-link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.map-link img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}

.map-link:hover img {
  opacity: 0.92;
}

.why-contact {
  background: #f8fafc;
  border-radius: 12px;
  padding: 24px 26px;
  border: 1px solid #eef2f7;
}

.why-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #334155;
  font-weight: 500;
}

.why-contact li img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ========== BOTTOM CTA (white rounded icon) ========== */
.contact-cta {
  background: #0b2f9a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 50px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
}

.contact-cta::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 18%;
  background: #f97316;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.ccta-left {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  margin-left: 8%;
}

.ccta-icon-wrap {
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ccta-icon-wrap img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.ccta-left h3 {
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 3px;
  letter-spacing: 0.3px;
}

.ccta-left p {
  font-size: 13.5px;
  color: #c7d7fe;
  margin: 0;
}

.ccta-btn {
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  text-decoration: none;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.ccta-btn:hover {
  background: #ffffff;
  color: #0b2f9a;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .contact-hero-left {
    clip-path: none;
    padding: 40px 28px;
  }

  .contact-hero-right {
    margin-left: 0;
  }

  .contact-hero-right img {
    min-height: 240px;
  }

  .contact-main,
  .contact-bottom {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .contact-cta {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }

  .contact-cta::before {
    display: none;
  }

  .ccta-left {
    margin-left: 0;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-main,
  .contact-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-hero-left h1 {
    font-size: 32px;
  }
}/* End custom CSS */