.elementor-8478 .elementor-element.elementor-element-ff55ab0{padding:0px 0px 0px 0px;}.elementor-8478 .elementor-element.elementor-element-a2ffa84 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS *//* ── CSS VARIABLES ── */
:root {
  --eh-teal:       #1ca3b6;
  --eh-teal-dark:  #157f8e;
  --eh-teal-light: #eaf6f8;
  --eh-navy:       #1a2e35;
  --eh-gray:       #5a6f6b;
  --eh-gray-light: #e8edec;
  --eh-off-white:  #f8fafb;
  --eh-white:      #ffffff;
}

/* ── SHARED UTILITIES ── */
.eh-eyebrow {
  display: block;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--eh-teal);
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.eh-rule {
  width: 36px;
  height: 2px;
  background: var(--eh-teal);
  margin: 14px 0 0;
  border: none;
}
.eh-rule.center { margin: 14px auto 0; }

.eh-title {
  font-family: 'Raleway', sans-serif !important;
  font-size: clamp(1.9rem, 3vw, 2.6rem) !important;
  font-weight: 700 !important;
  color: var(--eh-navy) !important;
  line-height: 1.18 !important;
  margin: 0 !important;
}
.eh-subtitle {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.95rem !important;
  color: var(--eh-gray);
  line-height: 1.78;
  font-weight: 400 !important;
  margin-top: 14px;
}

.eh-btn {
  display: inline-block;
  background: var(--eh-teal);
  color: #fff !important;
  text-decoration: none !important;
  padding: 13px 30px;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
  border: none;
  cursor: pointer;
  line-height: 1 !important;
}
.eh-btn:hover {
  background: var(--eh-teal-dark) !important;
  transform: translateY(-1px);
  color: #fff !important;
}
.eh-btn-outline {
  display: inline-block;
  border: 1.5px solid rgba(255,255,255,0.6);
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 30px;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.2s;
}
.eh-btn-outline:hover {
  background: #fff;
  color: var(--eh-teal) !important;
  border-color: #fff;
}

@media (max-width: 480px) {
  .eh-btn,
  .eh-btn-outline {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    box-sizing: border-box;
  }
}

.eh-fade {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.eh-fade.visible { opacity: 1; transform: none; }

.eh-hero {
  background: var(--eh-navy);
  padding: 104px 40px 96px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.eh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 110%, rgba(28,163,182,0.22) 0%, transparent 65%);
  pointer-events: none;
}
.eh-hero-eyebrow {
  display: inline-block;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--eh-teal);
  font-weight: 600 !important;
  margin-bottom: 16px;
}
.eh-hero h1 {
  font-family: 'Raleway', sans-serif !important;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem) !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.1 !important;
  margin: 0 0 18px !important;
  position: relative;
}
.eh-hero p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem !important;
  color: rgba(255,255,255,0.6);
  max-width: 480px;
  margin: 0 auto 36px !important;
  line-height: 1.78;
  font-weight: 400 !important;
  position: relative;
}

@media (max-width: 480px) {
  .eh-hero { padding: 72px 24px 64px; }
  .eh-hero h1 { font-size: 2.2rem !important; }
}

.eh-why {
  background: var(--eh-white);
  padding: 88px 40px;
}
.eh-why-inner { max-width: 1080px; margin: 0 auto; }
.eh-why-header { text-align: center; margin-bottom: 52px; }
.eh-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--eh-gray-light);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--eh-gray-light);
}
@media (max-width: 768px) {
  .eh-why-grid { grid-template-columns: 1fr; }
}
.eh-why-card {
  background: var(--eh-white);
  padding: 44px 36px;
  transition: background 0.22s;
}
.eh-why-card:hover { background: var(--eh-teal-light); }
.eh-why-card svg {
  display: block;
  width: 34px;
  height: 34px;
  color: var(--eh-teal);
  margin-bottom: 18px;
}
.eh-why-card h3 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: var(--eh-navy) !important;
  margin: 0 0 10px !important;
}
.eh-why-card p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.87rem !important;
  color: var(--eh-gray);
  line-height: 1.78;
  font-weight: 400 !important;
  margin: 0 !important;
}

@media (max-width: 480px) {
  .eh-why { padding: 64px 20px; }
  .eh-why-card { padding: 32px 24px; }
}

.eh-who {
  background: var(--eh-teal);
  padding: 84px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.eh-who::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 65% at 50% 50%, rgba(255,255,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.eh-who-inner { max-width: 820px; margin: 0 auto; position: relative; }
.eh-who-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,0.8);
  display: block;
}
.eh-who h2 {
  font-family: 'Raleway', sans-serif !important;
  font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 16px !important;
  line-height: 1.2 !important;
}
.eh-who p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.95rem !important;
  color: rgba(255,255,255,0.74);
  line-height: 1.8;
  font-weight: 400 !important;
  margin: 0 0 12px !important;
}
.eh-who-traits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 34px;
}
.eh-trait {
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 100px;
  padding: 8px 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.78rem !important;
  color: rgba(255,255,255,0.9);
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  .eh-who { padding: 64px 24px; }
  .eh-trait { padding: 10px 16px; font-size: 0.82rem !important; }
}

.eh-grow {
  background: var(--eh-white);
  padding: 88px 40px;
}
.eh-grow-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
@media (max-width: 860px) {
  .eh-grow-inner { grid-template-columns: 1fr; gap: 44px; }
  .eh-map-wrap { order: 2; }
}
.eh-grow-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.eh-grow-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.88rem !important;
  color: var(--eh-gray);
  font-weight: 400 !important;
  line-height: 1.6;
}
.eh-grow-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--eh-teal);
  margin-top: 6px;
  flex-shrink: 0;
}
.eh-map-wrap {
  background: var(--eh-teal-light);
  border-radius: 12px;
  padding: 30px 26px 24px;
}
.eh-map-label {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--eh-teal-dark);
  font-weight: 600 !important;
  margin-bottom: 12px;
}
.eh-ca-map { width: 100%; height: auto; display: block; }
.eh-pin-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  fill: var(--eh-navy);
  font-weight: 600;
}
.eh-pin-ring {
  animation: eh-pulse 2.6s ease-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
@keyframes eh-pulse {
  0%   { opacity: 0.5; }
  70%  { opacity: 0; }
  100% { opacity: 0; }
}

@media (max-width: 480px) {
  .eh-grow { padding: 64px 20px; }
}

.eh-jobs {
  background: var(--eh-off-white);
  padding: 88px 40px;
}
.eh-jobs-inner { max-width: 760px; margin: 0 auto; }
.eh-jobs-header { margin-bottom: 38px; }
.eh-job {
  background: var(--eh-white);
  border: 1px solid var(--eh-gray-light);
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.eh-job:hover {
  border-color: var(--eh-teal);
  box-shadow: 0 4px 20px rgba(28,163,182,0.08);
}
.eh-job-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  user-select: none;
  min-height: 44px;
}
.eh-job-left { display: flex; align-items: center; gap: 13px; }
.eh-job-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--eh-teal);
  flex-shrink: 0;
}
.eh-job-title {
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: var(--eh-navy) !important;
  margin: 0 !important;
}
.eh-job-loc {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.74rem !important;
  color: #a0b4b0;
  margin: 2px 0 0 !important;
  font-weight: 400 !important;
}
.eh-job-arrow {
  width: 17px;
  height: 17px;
  color: var(--eh-teal);
  flex-shrink: 0;
  transition: transform 0.22s;
}
.eh-job.open .eh-job-arrow { transform: rotate(180deg); }
.eh-job-body {
  display: none;
  padding: 0 24px 22px 45px;
  border-top: 1px solid var(--eh-gray-light);
}
.eh-job.open .eh-job-body { display: block; }
.eh-job-body p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.87rem !important;
  color: var(--eh-gray);
  line-height: 1.78;
  font-weight: 400 !important;
  margin: 15px 0 17px !important;
}

@media (max-width: 480px) {
  .eh-jobs { padding: 64px 16px; }
  .eh-job-head { padding: 16px 16px; }
  .eh-job-body { padding: 0 16px 20px 16px; }
  .eh-job-title { font-size: 0.85rem !important; }
}

.eh-form-section {
  background: var(--eh-off-white);
  padding: 88px 40px 24px;
}
.eh-form-header { max-width: 660px; margin: 0 auto; }
.eh-form-wrap {
  background: var(--eh-off-white);
  padding: 0 40px 88px;
}
.eh-form-card {
  max-width: 660px;
  margin: 0 auto;
  background: var(--eh-white);
  border: 1px solid var(--eh-gray-light);
  border-radius: 8px;
  padding: 48px;
}

@media (max-width: 480px) {
  .eh-form-section { padding: 64px 16px 20px; }
  .eh-form-wrap { padding: 0 16px 64px; }
  .eh-form-card { padding: 28px 20px; }
}

.eh-form-card .gform_wrapper,
.eh-form-card .gform_body { width: 100% !important; }

.eh-form-card .gfield_label {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--eh-navy) !important;
  margin-bottom: 6px !important;
}
.eh-form-card .gfield_required { color: var(--eh-teal) !important; }

.eh-form-card input[type="text"],
.eh-form-card input[type="email"],
.eh-form-card input[type="tel"],
.eh-form-card input[type="date"],
.eh-form-card input[type="number"],
.eh-form-card select,
.eh-form-card textarea {
  border: 1px solid #dde4e2 !important;
  border-radius: 4px !important;
  padding: 11px 13px !important;
  font-family: 'Open Sans', sans-serif !important;
  color: var(--eh-navy) !important;
  background: var(--eh-white) !important;
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.18s, box-shadow 0.18s !important;
  -webkit-appearance: none !important;
  font-size: max(16px, 0.88rem) !important;
}
.eh-form-card input:focus,
.eh-form-card select:focus,
.eh-form-card textarea:focus {
  border-color: var(--eh-teal) !important;
  box-shadow: 0 0 0 3px rgba(28,163,182,0.1) !important;
}
.eh-form-card textarea { min-height: 96px !important; resize: vertical !important; }

.eh-form-card .ginput_container_fileupload input[type="file"] {
  border: 1.5px dashed #dde4e2 !important;
  border-radius: 4px !important;
  padding: 18px !important;
  background: var(--eh-off-white) !important;
  cursor: pointer !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.84rem !important;
  width: 100% !important;
}
.eh-form-card .ginput_container_fileupload input[type="file"]:hover {
  border-color: var(--eh-teal) !important;
  background: var(--eh-teal-light) !important;
}

.eh-form-card .gsection {
  border-top: 1px solid var(--eh-gray-light) !important;
  margin: 28px 0 20px !important;
  padding-top: 22px !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eh-form-card .gsection_title {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--eh-teal) !important;
  font-weight: 600 !important;
}

.eh-form-card .gform_footer,
.eh-form-card .gform_page_footer { margin-top: 10px !important; }
.eh-form-card input[type="submit"],
.eh-form-card button[type="submit"] {
  background: var(--eh-teal) !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 36px !important;
  border-radius: 4px !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.15s !important;
  box-shadow: none !important;
  width: 100% !important;
}
.eh-form-card input[type="submit"]:hover,
.eh-form-card button[type="submit"]:hover {
  background: var(--eh-teal-dark) !important;
  transform: translateY(-1px) !important;
}

.eh-form-card .gfield_error input,
.eh-form-card .gfield_error select,
.eh-form-card .gfield_error textarea { border-color: #d94f4f !important; }
.eh-form-card .validation_message {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.74rem !important;
  color: #d94f4f !important;
  margin-top: 4px !important;
}
.eh-form-card .gform_confirmation_message {
  font-family: 'Open Sans', sans-serif !important;
  color: var(--eh-teal-dark) !important;
  font-size: 0.93rem !important;
  padding: 20px !important;
  background: var(--eh-teal-light) !important;
  border-radius: 4px !important;
  text-align: center !important;
}
.elementor-section-wrap,
.elementor-top-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.elementor-page .elementor-section.elementor-section-stretched {
  left: 0 !important;
  width: 100% !important;
}
.elementor-widget-wrap {
  padding: 0 !important;
}/* End custom CSS */