.elementor-3 .elementor-element.elementor-element-5e592a83{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-5c3f813 .elementor-heading-title{color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-2e57e887:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-2e57e887 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#081427;}.elementor-3 .elementor-element.elementor-element-2e57e887{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:120px;margin-bottom:0px;}.elementor-3 .elementor-element.elementor-element-2e57e887 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body.elementor-page-3{margin:-40px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5505e40a *//* ===== FOOTER ===== */
footer {
  padding: 24px;
  text-align: center;
  font-size: 13px;
  color: var(--color-muted);
  border-top: 1px solid var(--color-border);
}
/* ===== FOOTER ===== */
.site-footer {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  padding: 48px 32px 80px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-border);
  flex-wrap: wrap;
}
.footer-logo {
  height: 32px !important;
  width: auto !important;
  filter: brightness(0) invert(1) !important;
  opacity: 0.8;
  display: block !important;
  max-width: 200px !important;
}
.footer-contact-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 8px;
}
.footer-address {
  font-size: 14px;
  color: var(--color-muted);
  margin-bottom: 4px;
}
.footer-email {
  font-size: 14px;
  color: var(--color-gold);
  text-decoration: none;
  transition: opacity 0.2s;
}
.footer-email:hover { opacity: 0.8; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 13px;
  color: var(--color-muted);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a {
  color: var(--color-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom a:hover { color: var(--color-gold); }

:root {
  --color-bg: #0B1426;
  --color-surface: #111D35;
  --color-surface-2: #162544;
  --color-card: #1A2D4F;
  --color-white: #FFFFFF;
  --color-light: #E8EDF5;
  --color-muted: #8B9CC0;
  --color-gold: #E8B94E;
  --color-gold-glow: rgba(232, 185, 78, 0.15);
  --color-gold-hover: #F0C95E;
  --color-green: #34D399;
  --color-green-dim: rgba(52, 211, 153, 0.15);
  --color-red: #F87171;
  --color-red-dim: rgba(248, 113, 113, 0.12);
  --color-border: rgba(255, 255, 255, 0.08);
  --font-heading: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --max-width: 1080px;
  --radius: 16px;
  --radius-sm: 10px;
}


@media (max-width: 768px) {
      .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-brand {
    display: flex;
    justify-content: center;
  }
  .footer-contact {
    text-align: center;
  }
  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
  .site-footer {
    padding: 32px 14px 80px !important;
  }/* End custom CSS */