.elementor-kit-11{--e-global-color-primary:#0B2654;--e-global-color-secondary:#F7FBFD;--e-global-color-text:#091A36;--e-global-color-accent:#4FCCD9;--e-global-color-25372aa:#F7FBFD;--e-global-color-7a026e6:#D40337;--e-global-color-0766bf3:#FFFFFF;--e-global-color-5dc44b2:#091A36;--e-global-color-f3fda0c:#545E6F;--e-global-color-ec8eca2:#E9F1F7;--e-global-color-982c9cd:#D6E0E7;--e-global-typography-primary-font-family:"EB Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"EB Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"EB Garamond";--e-global-typography-accent-font-weight:900;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* HERO — gradient with aqua glow + deep blue accent */
.ww-hero {
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(79, 204, 217, 0.28), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(11, 38, 84, 0.12), transparent 60%),
    linear-gradient(180deg, #FBFCFE 0%, #F3F7FB 100%);
}

/* White content sections: About, Program, Registration, Contact */
.ww-section-white {
  background: #FFFFFF;
}

/* Banded sections: Audience, Committees, Venue */
.ww-section-band {
  background: rgba(233, 241, 247, 0.6);
  border-top: 1px solid #D6E0E7;
  border-bottom: 1px solid #D6E0E7;
}

/* ABSTRACTS CTA — dark panel with aqua glow */
.ww-abstracts-cta {
  position: relative;
  background: #0B2654;
  color: #F7FBFD;
  overflow: hidden;
}
.ww-abstracts-cta::before {
  content: "";
  position: absolute;
  top: -96px;
  right: -96px;
  width: 288px;
  height: 288px;
  border-radius: 9999px;
  background: rgba(79, 204, 217, 0.2);
  filter: blur(32px);
  pointer-events: none;
}

/* FOOTER */
.ww-footer {
  position: relative;
  background: #0B2654;
  color: #F7FBFD;
}/* End custom CSS */