.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#02010100;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Full page white + teal ambient background */
body,
.elementor {
  background-color: #ffffff !important;
  background-image:
    radial-gradient(ellipse 60% 40% at 90% 20%, rgba(53,208,193,0.045) 0%, transparent 65%),
    radial-gradient(ellipse 50% 35% at  5% 80%, rgba(53,208,193,0.035) 0%, transparent 60%),
    radial-gradient(ellipse 30% 25% at 50% 55%, rgba(53,208,193,0.025) 0%, transparent 55%) !important;
  background-attachment: fixed !important;
}

/* ── Hero: gray grid that fades halfway down ─────── */
.hero {
  position: relative;
  overflow: hidden;
  /* set your own height */
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(80,80,80,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80,80,80,0.12) 1px, transparent 1px);
  background-size: 40px 40px;          /* grid cell size */
  /* fade out toward bottom half */
  -webkit-mask-image: linear-gradient(to bottom,
    rgba(0,0,0,0.9) 0%,
    rgba(0,0,0,0.0) 100%);
  mask-image: linear-gradient(to bottom,
    rgba(0,0,0,0.9) 0%,
    rgba(0,0,0,0.0) 100%);
  pointer-events: none;
  z-index: 0;
}

/* Optional: soft teal radial glow inside hero */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 15% 60%, rgba(53,208,193,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 85% 30%, rgba(53,208,193,0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Ensure hero content sits above pseudo-elements */
.hero > * { position: relative; z-index: 1; }

/* ── Cards: teal border + shadow ─────────────────── */
.card {
  background: #ffffff;
  border: 0.5px solid rgba(53,208,193,0.22);
  border-radius: 10px;
  box-shadow:
    0 1px 3px  rgba(53,208,193,0.06),
    0 4px 14px rgba(53,208,193,0.04);
}

/* ── Divider: teal center fade ───────────────────── */
.divider {
  height: 0.5px;
  background: linear-gradient(to right,
    transparent,
    rgba(53,208,193,0.25),
    transparent);
}/* End custom CSS */