.elementor-3957 .elementor-element.elementor-element-ffacd19{--display:flex;}.elementor-3957 .elementor-element.elementor-element-7e0083e{--display:flex;}/* Start custom CSS for container, class: .elementor-element-ffacd19 *//* Royal blue Concord hero */
:root {
  --primary-dark: #1a3da8;
  --primary: #4169e1;
  --accent: #fbdc5d;
  --accent-green: rgb(76,224,113);
}

/* Dual heading */
.dual-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  color: rgb(240,240,240);
  font-size: 60px;
}
.dual-heading span {
  color: var(--accent-green);
}

/* Hero wrapper */
.hero-wrap {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #ffffff;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 16px 32px;
}
.hero-badge {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 16px;
}
.hero-subtitle {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.9);
  margin: 16px auto 18px;
  max-width: 540px;
}
.hero-contact {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.hero-contact a {
  color: var(--accent-green);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

/* Buttons */
.btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
}
.btn-main:hover {
  text-decoration: none;
  background: #f5f7fb;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255,255,255,0.5);
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  text-decoration: none;
}
.btn-icon {
  width: 34px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
}
.btn-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* Wave */
.wave-separator {
  margin-top: -1px;
}
.wave-separator svg {
  display: block;
  width: 100%;
  height: 70px;
}
.wave-separator .elementor-shape-fill {
  fill: #ffffff;
}

/* Responsive heading */
@media (max-width: 1024px) {
  .dual-heading { font-size: 40px; }
}
@media (max-width: 767px) {
  .dual-heading {
    font-size: 28px;
    line-height: 1.3;
  }
}/* End custom CSS */