.elementor-widget-html,
.elementor-widget-html .elementor-widget-container,
.elementor-section,
.elementor-container,
.e-con,
.e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { margin: 0 !important; padding: 0 !important; overflow-x: hidden; }
body { font-family: Arial, Helvetica, sans-serif; }

.inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

.site-header {
  background: #041A52 !important;
  padding: 0 40px !important;
  height: 72px !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  box-shadow: 0 2px 12px rgba(4,26,82,0.18) !important;
  display: flex;
  flex-wrap: nowrap;
  overflow: visible !important;
}
.logo { display: flex; align-items: flex-end; gap: 12px; text-decoration: none; position: relative; z-index: 1001; }
.logo-circle {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid #5CE0E6;
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.logo-circle span { color: #5CE0E6; font-size: 20px; font-weight: 800; line-height: 1; }
.logo-text { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 0.08em; }
.logo-sub { color: rgba(255,255,255,0.6); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
  z-index: 1001;
  margin-left: auto;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a {
  color: rgba(255,255,255,0.85);
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.main-nav a:hover { color: #5CE0E6; }

.hero {
  min-height: 580px;
  background: linear-gradient(rgba(4,26,82,0.75), rgba(4,26,82,0.75)), url('https://ba-smith.com/wp-content/uploads/2026/05/julia-a-keirns-u1nKeR46OCQ-unsplash.jpg') center/cover no-repeat;
  display: flex; align-items: center;
  padding: 160px 40px 80px;
  width: 100%;
}
.hero-sm {
  min-height: 320px;
  background: linear-gradient(rgba(4,26,82,0.65), rgba(4,26,82,0.65)), url('https://ba-smith.com/wp-content/uploads/2026/05/julia-a-keirns-u1nKeR46OCQ-unsplash.jpg') center/cover no-repeat;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 120px 40px 80px;
  width: 100%;
}
.hero-content { max-width: 680px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #5CE0E6; margin-bottom: 12px; }
.teal-bar { width: 40px; height: 3px; background: #5CE0E6; margin-bottom: 14px; }
.hero h1 { font-size: 52px; font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 20px; }
.hero-sm h1 { font-size: 42px; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 14px; }
.hero p { font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 28px; }
.hero-sm p { font-size: 16px; color: rgba(255,255,255,0.8); }
.btn-teal { display: inline-block; background: #5CE0E6; color: #041A52; font-size: 14px; font-weight: 700; padding: 14px 28px; text-decoration: none; margin-right: 12px; margin-bottom: 12px; }
.btn-outline { display: inline-block; border: 2px solid #fff; color: #fff; font-size: 14px; font-weight: 600; padding: 12px 28px; text-decoration: none; margin-bottom: 12px; }

.stats-bar { background: #041A52; padding: 40px; width: 100%; }
.stats-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-num { font-size: 36px; font-weight: 800; color: #5CE0E6; }
.stat-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-top: 4px; }

.sec-white { background: #fff; padding: 80px 40px; width: 100%; }
.sec-grey  { background: #F4F7FA; padding: 80px 40px; width: 100%; }
.sec-navy  { background: #041A52; padding: 80px 40px; width: 100%; }
.sec-teal  { background: #5CE0E6; padding: 60px 40px; text-align: center; width: 100%; }

.section-header { margin-bottom: 48px; }
.section-header h2 { font-size: 36px; font-weight: 800; color: #041A52; margin-top: 8px; }
.section-header.centered { text-align: center; }
.section-header.centered h2 { color: #fff; }
.section-header.light h2 { color: #fff; }

.services-header-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.teal-link { color: #5CE0E6; font-size: 14px; font-weight: 600; text-decoration: none; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.svc-card { padding: 32px 24px; display: flex; flex-direction: column; }
.svc-card a { margin-top: auto; }
.svc-card.navy { background: #041A52; }
.svc-card.lgrey { background: #F4F7FA; }
.svc-icon { width: 40px; height: 40px; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; }
.svc-icon svg { width: 36px; height: 36px; }
.svc-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 10px; }
.svc-card.navy h3 { color: #fff; }
.svc-card.lgrey h3 { color: #041A52; }
.svc-card p { font-size: 13px; line-height: 1.65; margin-bottom: 16px; }
.svc-card.navy p { color: rgba(255,255,255,0.75); }
.svc-card.lgrey p { color: #475569; }
.svc-card a { font-size: 13px; font-weight: 600; text-decoration: none; }
.svc-card.navy a { color: #5CE0E6; }
.svc-card.lgrey a { color: #041A52; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.two-col img,
.two-col .img-placeholder { width: 100%; height: 420px; object-fit: cover; background: #cbd5e1; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 13px; }
.col-content h2 { font-size: 32px; font-weight: 800; color: #041A52; margin: 12px 0 16px; line-height: 1.25; }
.col-content.light h2 { color: #fff; }
.col-content p { font-size: 15px; line-height: 1.75; margin-bottom: 16px; color: #475569; }
.col-content.light p { color: rgba(255,255,255,0.8); }
.btn-navy { display: inline-block; background: #041A52; color: #fff; font-size: 14px; font-weight: 700; padding: 13px 26px; text-decoration: none; margin-top: 8px; }
.btn-navy-outline { display: inline-block; border: 2px solid #041A52; color: #041A52; font-size: 14px; font-weight: 600; padding: 11px 26px; text-decoration: none; margin-top: 8px; }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trust-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(92,224,230,0.2); padding: 32px; }
.trust-card h3 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.trust-card p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; }

.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-card { position: relative; height: 360px; overflow: hidden; }
.project-card .img-placeholder { width: 100%; height: 100%; background: linear-gradient(to top, rgba(4,26,82,0.85), rgba(4,26,82,0.2)), #94a3b8; }
.project-card .card-text { position: absolute; bottom: 24px; left: 24px; }
.project-card .card-cat { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #5CE0E6; margin-bottom: 6px; }
.project-card .card-title { font-size: 20px; font-weight: 700; color: #fff; }

.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: #fff; border-top: 3px solid #5CE0E6; padding: 32px; }
.testi-card blockquote { font-size: 14px; line-height: 1.75; color: #475569; margin-bottom: 20px; font-style: italic; }
.testi-card cite { font-size: 12px; font-weight: 700; color: #041A52; text-transform: uppercase; letter-spacing: 0.08em; }

.cta-banner { background: #5CE0E6; padding: 60px 40px; text-align: center; width: 100%; }
.cta-banner h2 { font-size: 40px; font-weight: 800; color: #041A52; margin-bottom: 16px; }
.cta-banner p { font-size: 16px; color: rgba(4,26,82,0.75); max-width: 600px; margin: 0 auto 28px; line-height: 1.7; }

.cred-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cred-card { background: rgba(255,255,255,0.07); border-top: 3px solid #5CE0E6; padding: 28px; }
.cred-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5CE0E6; margin-bottom: 8px; }
.cred-value { font-size: 15px; color: #fff; line-height: 1.5; }

.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.value-card { background: #fff; border-top: 3px solid #041A52; padding: 32px; }
.value-card h3 { font-size: 17px; font-weight: 700; color: #041A52; margin-bottom: 10px; }
.value-card p { font-size: 14px; color: #475569; line-height: 1.7; }

.svc-section { padding: 80px 40px; width: 100%; }
.svc-section.white { background: #fff; }
.svc-section.grey  { background: #F4F7FA; }
.svc-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.svc-two-col .img-placeholder { height: 400px; background: #cbd5e1; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 13px; }
.svc-content h2 { font-size: 28px; font-weight: 800; color: #041A52; margin: 12px 0 16px; }
.svc-content p { font-size: 15px; line-height: 1.75; color: #475569; margin-bottom: 20px; }
.checklist { list-style: none; margin-bottom: 24px; }
.checklist li { font-size: 14px; color: #475569; padding: 5px 0 5px 24px; position: relative; }
.checklist li::before { content: '\2713'; position: absolute; left: 0; color: #5CE0E6; font-weight: 700; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(92,224,230,0.2); padding: 32px; }
.process-num { font-size: 48px; font-weight: 800; color: rgba(92,224,230,0.2); line-height: 1; margin-bottom: 12px; }
.process-card h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.process-card p { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.7; }

.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.proj-card { border-bottom: 3px solid #5CE0E6; overflow: hidden; }
.proj-card .img-placeholder { height: 280px; background: #cbd5e1; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 13px; }
.proj-card .proj-body { padding: 20px 0; }
.proj-cat { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #5CE0E6; margin-bottom: 6px; }
.proj-card h3 { font-size: 18px; font-weight: 700; color: #041A52; margin-bottom: 6px; }
.proj-loc { font-size: 13px; color: #94a3b8; margin-bottom: 8px; }
.proj-desc { font-size: 14px; color: #475569; line-height: 1.65; }

.contact-info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.contact-icon { width: 40px; height: 40px; background: #041A52; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 18px; height: 18px; fill: #5CE0E6; }
.contact-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #041A52; }
.contact-value { font-size: 15px; color: #475569; }
.service-area-box { background: #041A52; padding: 24px; margin-top: 32px; }
.service-area-box .sa-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5CE0E6; margin-bottom: 10px; }
.service-area-box p { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.7; }

.form-mock { background: #F4F7FA; padding: 40px; }
.form-mock h3 { font-size: 20px; font-weight: 700; color: #041A52; margin-bottom: 24px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 12px; font-weight: 600; color: #041A52; margin-bottom: 6px; letter-spacing: 0.06em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 10px 14px; border: 1px solid #cbd5e1; background: #fff; font-size: 14px; color: #475569; font-family: Arial, sans-serif; }
.form-field textarea { height: 120px; resize: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.btn-submit { background: #041A52; color: #fff; font-size: 14px; font-weight: 700; padding: 14px 32px; border: none; cursor: pointer; width: 100%; margin-top: 8px; }

.site-footer { background: #041A52; padding: 60px 40px 0; width: 100%; box-sizing: border-box; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 1280px; margin: 0 auto; }
.footer-col-head { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #5CE0E6; margin-bottom: 16px; }
.footer-col p, .footer-col a { font-size: 14px; color: #fff; line-height: 2.0; text-decoration: none; display: block; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 10px; line-height: 1.6; }
.footer-copyright { max-width: 1280px; margin: 40px auto 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.1); font-size: 12px; color: rgba(255,255,255,0.5); text-align: center; }

@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid  { grid-template-columns: repeat(2, 1fr); }
  .proj-grid     { grid-template-columns: repeat(2, 1fr); }
  .cred-grid     { grid-template-columns: repeat(2, 1fr); }
  .hero h1       { font-size: 42px; }
  .cta-banner h2 { font-size: 32px; }
}

@media (max-width: 768px) {
  .site-header {
    padding: 0 20px !important;
    height: auto !important;
    min-height: 64px !important;
    flex-wrap: wrap !important;
    align-content: flex-start !important;
  }
  .nav-toggle { display: flex; }
  .main-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    background: #041A52;
    padding: 12px 0 20px;
    order: 3;
  }
  .site-header.nav-open .main-nav { display: flex; }
  .main-nav a { width: 100%; padding: 12px 0; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .inner { padding: 0 20px; }
  .hero { padding: 80px 20px 60px; min-height: auto; }
  .hero-sm { padding: 60px 20px; min-height: auto; }
  .hero h1 { font-size: 32px; }
  .hero-sm h1 { font-size: 28px; }
  .hero p { font-size: 15px; }
  .btn-teal, .btn-outline { display: block; text-align: center; margin-right: 0; margin-bottom: 12px; }
  .stats-bar { padding: 32px 20px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .sec-white, .sec-grey, .sec-navy, .sec-teal { padding: 60px 20px; }
  .svc-section { padding: 60px 20px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .services-header-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .svc-two-col { grid-template-columns: 1fr; gap: 32px; }
  .two-col .img-placeholder, .svc-two-col .img-placeholder { height: 260px; }
  .trust-grid  { grid-template-columns: 1fr; gap: 16px; }
  .testi-grid  { grid-template-columns: 1fr; gap: 16px; }
  .values-grid { grid-template-columns: 1fr; gap: 16px; }
  .project-grid { grid-template-columns: 1fr; }
  .proj-grid    { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .cred-grid { grid-template-columns: 1fr; gap: 16px; }
  .cta-banner { padding: 48px 20px; }
  .cta-banner h2 { font-size: 28px; }
  .cta-banner p { font-size: 15px; }
  .form-row { grid-template-columns: 1fr; }
  .form-mock { padding: 24px; }
  .site-footer { padding: 48px 20px 0; }
  .footer-cols { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 26px; }
  .hero-sm h1 { font-size: 24px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat-num { font-size: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .process-grid  { grid-template-columns: 1fr; }
  .col-content h2 { font-size: 24px; }
  .cta-banner h2  { font-size: 24px; }
  .svc-content h2 { font-size: 22px; }
  .section-header h2 { font-size: 26px; }
}

/* ── Native contact form ─────────────────────────────────────── */
.bas-form { background: #F4F7FA; padding: 40px; }
.bas-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.bas-field { margin-bottom: 16px; }
.bas-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #041A52;
  margin-bottom: 6px;
  text-transform: none;
  letter-spacing: normal;
}
.bas-field input,
.bas-field select,
.bas-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #475569;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.bas-field input:focus,
.bas-field select:focus,
.bas-field textarea:focus {
  border-color: #5CE0E6;
  outline: none;
  box-shadow: none;
}
.bas-field textarea { height: 120px; resize: none; }
.bas-submit {
  background: #041A52;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  padding: 14px 32px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  margin-top: 8px;
  display: block;
}
.bas-submit:hover { background: #0a2a7a; }
.bas-success {
  display: none;
  background: #5CE0E6;
  color: #041A52;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 20px;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 600px) {
  .bas-form-row { grid-template-columns: 1fr; }
  .bas-form { padding: 24px; }
}
