.elementor-137 .elementor-element.elementor-element-5886112{margin:0100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-137 .elementor-element.elementor-element-5886112{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-5886112 */:root {
  --primary-blue: #1E5B96;
  --primary-blue-hover: #174A7A;
  --navy: #0B1F33;
  --light-blue: #EAF3FB;
  --white: #FFFFFF;
  --light-grey: #F5F7FA;
  --border-grey: #E5E7EB;
  --medium-grey: #6B7280;
  --dark-grey: #2F3A45;
}

.apex-contact-hero {
  position: relative;
  width: 100%;
  min-height: 720px;
  padding: 170px 24px 110px;
  background:
    radial-gradient(circle at 12% 18%, rgba(30, 91, 150, 0.10), transparent 28%),
    radial-gradient(circle at 88% 70%, rgba(234, 243, 251, 0.95), transparent 30%),
    linear-gradient(135deg, var(--white) 0%, var(--light-grey) 100%);
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
  color: var(--navy);
}

.apex-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(30, 91, 150, 0.05), transparent 45%),
    radial-gradient(circle at center, transparent 0%, rgba(234, 243, 251, 0.55) 100%);
  z-index: 1;
}

.apex-contact-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 80px;
  align-items: center;
}

.apex-contact-hero-content {
  max-width: 760px;
}

.apex-contact-label {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--light-blue);
  color: var(--primary-blue);
  border: 1px solid rgba(30, 91, 150, 0.14);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.apex-contact-hero h1 {
  margin: 0 0 26px;
  color: var(--navy);
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -3px;
}

.apex-contact-hero-content p {
  max-width: 680px;
  margin: 0 0 38px;
  color: var(--medium-grey);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
  font-weight: 500;
}

.apex-contact-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.apex-contact-btn {
  height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 900;
  transition: 0.28s ease;
}

.apex-contact-btn span {
  font-size: 20px;
  transition: transform 0.28s ease;
}

.apex-contact-btn:hover span {
  transform: translateX(5px);
}

.apex-contact-btn.primary {
  background: var(--primary-blue);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(30, 91, 150, 0.22);
}

.apex-contact-btn.primary:hover {
  background: var(--primary-blue-hover);
  color: var(--white);
  transform: translateY(-3px);
}

.apex-contact-btn.secondary {
  background: var(--white);
  color: var(--primary-blue);
  border: 1px solid rgba(30, 91, 150, 0.18);
  box-shadow: 0 14px 34px rgba(11, 31, 51, 0.08);
}

.apex-contact-btn.secondary:hover {
  background: var(--light-blue);
  color: var(--primary-blue-hover);
  transform: translateY(-3px);
}

.apex-contact-hero-card {
  position: relative;
  padding: 42px;
  border-radius: 30px;
  background: var(--white);
  color: var(--navy);
  box-shadow:
    0 35px 90px rgba(11, 31, 51, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
  border: 1px solid var(--border-grey);
  overflow: hidden;
}

.apex-contact-hero-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--light-blue);
}

.apex-card-icon {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-blue-hover));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  box-shadow: 0 16px 34px rgba(30, 91, 150, 0.28);
}

.apex-contact-hero-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
}

.apex-contact-hero-card > p {
  position: relative;
  z-index: 2;
  margin: 0 0 30px;
  color: var(--medium-grey);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.apex-contact-mini-info {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.apex-contact-mini-info div {
  padding: 18px;
  border-radius: 18px;
  background: var(--light-grey);
  border: 1px solid var(--border-grey);
}

.apex-contact-mini-info strong {
  display: block;
  margin-bottom: 6px;
  color: var(--primary-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.apex-contact-mini-info span {
  display: block;
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 700;
}

.apex-contact-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.shape-one {
  width: 320px;
  height: 320px;
  left: -120px;
  bottom: -120px;
  background: rgba(30, 91, 150, 0.08);
}

.shape-two {
  width: 190px;
  height: 190px;
  right: 8%;
  top: 80px;
  background: rgba(30, 91, 150, 0.08);
}

/* Tablet */
@media (max-width: 1100px) {
  .apex-contact-hero {
    padding: 150px 22px 90px;
  }

  .apex-contact-hero-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .apex-contact-hero-content {
    text-align: center;
    margin: 0 auto;
  }

  .apex-contact-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .apex-contact-actions {
    justify-content: center;
  }

  .apex-contact-hero-card {
    max-width: 620px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .apex-contact-hero {
    min-height: auto;
    padding: 130px 18px 75px;
  }

  .apex-contact-hero h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .apex-contact-hero-content p {
    font-size: 16px;
  }

  .apex-contact-actions {
    flex-direction: column;
  }

  .apex-contact-btn {
    width: 100%;
  }

  .apex-contact-hero-card {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .apex-contact-hero-card h3 {
    font-size: 26px;
  }
}/* End custom CSS */