@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@700;800&display=swap');

:root {
  --ce-blue: #0A5BAA;
  --ce-blue-700: #094f94;
  --ce-blue-900: #071C33;
  --ce-gold: #C49335;
  --ce-gold-2: #D4A84A;
  --ce-text: #0F172A;
  --ce-muted: #475569;
  --ce-soft: #F6F8FB;
  --ce-soft-2: #EEF4FF;
  --ce-border: #E5E7EB;
  --ce-radius-card: 18px;
  --ce-radius-media: 22px;
  --ce-radius-btn: 16px;
  --ce-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
  --ce-shadow-hover: 0 16px 40px rgba(2, 6, 23, 0.14);
  --ce-ring: 0 0 0 4px rgba(10, 91, 170, 0.16);
}

/* ---------- Elementor Kit Override (fix "default Elementor") ---------- */
.elementor-kit-8 {
  /* Global colors */
  --e-global-color-primary: var(--ce-blue);
  --e-global-color-secondary: var(--ce-text);
  --e-global-color-text: var(--ce-muted);
  --e-global-color-accent: var(--ce-gold);

  /* Global typography */
  --e-global-typography-primary-font-family: "Montserrat";
  --e-global-typography-primary-font-weight: 800;
  --e-global-typography-secondary-font-family: "Montserrat";
  --e-global-typography-secondary-font-weight: 800;
  --e-global-typography-text-font-family: "Inter";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Inter";
  --e-global-typography-accent-font-weight: 600;
}

/* Optional: unify Elementor boxed/container width (1240). */
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1240px; }
.e-con { --container-max-width: 1240px; }

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ce-text);
  background:
    radial-gradient(1200px 800px at 12% -10%, rgba(10, 91, 170, 0.08), transparent 55%),
    radial-gradient(900px 600px at 88% 0%, rgba(196, 147, 53, 0.06), transparent 60%),
    #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: -0.5px;
}

a {
  color: var(--ce-blue);
}

/* Headings polish (Elementor widgets). */
.elementor-widget-heading .elementor-heading-title {
  color: var(--ce-blue);
  letter-spacing: -0.6px;
}

.elementor-widget-heading h1.elementor-heading-title {
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.05;
}

.elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.15;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.elementor-widget-heading h2.elementor-heading-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 99px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--ce-gold), rgba(196, 147, 53, 0));
}

.ce-text-center .elementor-widget-heading h2.elementor-heading-title::after {
  margin-left: auto;
  margin-right: auto;
}

/* Layout helpers (apply as Elementor CSS Classes on Containers). */
.ce-section {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .ce-section { padding: 56px 0; }
}
@media (max-width: 767px) {
  .ce-section { padding: 36px 0; }
}

.ce-container {
  width: 100%;
}
.ce-container > .elementor-container,
.ce-container > .e-con-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .ce-container > .elementor-container,
  .ce-container > .e-con-inner { padding: 0 32px; }
}
@media (min-width: 1280px) {
  .ce-container > .elementor-container,
  .ce-container > .e-con-inner { padding: 0; }
}

/* Background + hero */
.ce-bg-soft {
  background: linear-gradient(180deg, var(--ce-soft) 0%, #fff 100%);
}
.ce-bg-soft-2 {
  background: linear-gradient(180deg, var(--ce-soft-2) 0%, #fff 100%);
}

/* ---------- Premium Color Sections ---------- */
.ce-bg-splash {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 18% 10%, rgba(10, 91, 170, 0.16), transparent 60%),
    radial-gradient(700px 520px at 86% 80%, rgba(196, 147, 53, 0.14), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, rgba(246, 248, 251, 0.95) 100%);
}

.ce-bg-splash::before {
  content: "";
  position: absolute;
  inset: -40px;
  background:
    linear-gradient(120deg, rgba(10, 91, 170, 0.10), rgba(196, 147, 53, 0.08), rgba(10, 91, 170, 0.06));
  opacity: 0.7;
  filter: blur(18px);
  transform: rotate(-2deg);
  pointer-events: none;
}

.ce-bg-splash > .elementor-container,
.ce-bg-splash > .e-con-inner,
.ce-bg-splash > .ce-wrap {
  position: relative;
  z-index: 1;
}

.ce-bg-ink {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(10, 91, 170, 0.55), transparent 60%),
    radial-gradient(700px 520px at 90% 20%, rgba(196, 147, 53, 0.22), transparent 60%),
    linear-gradient(135deg, var(--ce-blue-900) 0%, #04101E 60%, #071C33 100%);
  color: #fff;
}

.ce-bg-ink .elementor-widget-heading .elementor-heading-title { color: #fff; }
.ce-bg-ink .elementor-widget-text-editor,
.ce-bg-ink p { color: rgba(255, 255, 255, 0.82); }
.ce-bg-ink a { color: #fff; }
.ce-bg-ink .ce-btn--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}
.ce-bg-ink .ce-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.10);
}

.ce-text-center {
  text-align: center;
}

/* Non-Elementor container helper (for MU-plugin injected sections). */
.ce-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .ce-wrap { padding: 0 32px; }
}
@media (min-width: 1280px) {
  .ce-wrap { padding: 0; }
}

.ce-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ce-muted);
  max-width: 920px;
}

.ce-bg-ink .ce-lead { color: rgba(255, 255, 255, 0.82); }

.ce-bullets {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.ce-bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ce-muted);
  line-height: 1.55;
}
.ce-bullets li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 99px;
  margin-top: 7px;
  background: linear-gradient(135deg, var(--ce-gold), var(--ce-gold-2));
  box-shadow: 0 10px 18px rgba(196, 147, 53, 0.18);
  flex: 0 0 auto;
}
.ce-bg-ink .ce-bullets li { color: rgba(255, 255, 255, 0.82); }

.ce-grid {
  display: grid;
  gap: 14px;
}
.ce-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ce-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ce-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 1024px) {
  .ce-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ce-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .ce-grid--4,
  .ce-grid--3,
  .ce-grid--2 { grid-template-columns: 1fr; }
}

.ce-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 91, 170, 0.08);
  color: var(--ce-blue);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.08);
}
.ce-card__icon i { font-size: 18px; }

.ce-card__title {
  margin: 14px 0 0;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: var(--ce-text);
  font-size: 18px;
  line-height: 1.25;
}
.ce-card__text {
  margin: 10px 0 0;
  color: var(--ce-muted);
  line-height: 1.65;
}

/* FAQ (native <details>). */
.ce-faqs { display: grid; gap: 12px; }
.ce-faq {
  border-radius: var(--ce-radius-card);
  overflow: hidden;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(10, 91, 170, 0.22), rgba(196, 147, 53, 0.16)) border-box;
  box-shadow: var(--ce-shadow);
}
.ce-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: var(--ce-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ce-faq summary::-webkit-details-marker { display: none; }
.ce-faq summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 91, 170, 0.08);
  color: var(--ce-blue);
  flex: 0 0 auto;
}
.ce-faq[open] summary { background: rgba(10, 91, 170, 0.06); }
.ce-faq[open] summary::after { content: "\u2212"; }
.ce-faq__body {
  padding: 0 18px 18px;
  color: var(--ce-muted);
  line-height: 1.65;
}

.ce-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 72px;
  background:
    radial-gradient(900px 520px at 14% 22%, rgba(10, 91, 170, 0.18), transparent 60%),
    radial-gradient(760px 520px at 86% 10%, rgba(196, 147, 53, 0.14), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, var(--ce-soft) 100%);
}
.ce-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18px 18px, rgba(10, 91, 170, 0.12) 2px, transparent 2.2px);
  background-size: 26px 26px;
  opacity: 0.22;
  pointer-events: none;
  mask-image: radial-gradient(900px 520px at 25% 20%, #000 0%, transparent 60%);
}
.ce-hero > .elementor-container,
.ce-hero > .e-con-inner {
  position: relative;
  z-index: 1;
}
.ce-hero h1.elementor-heading-title {
  color: var(--ce-blue);
  font-size: clamp(32px, 4.3vw, 56px);
  line-height: 1.05;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .ce-hero h1.elementor-heading-title {
    background: linear-gradient(135deg, var(--ce-blue) 0%, #0b6fd3 55%, var(--ce-gold) 115%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.ce-hero h2.elementor-heading-title {
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.15;
}
.ce-hero p {
  font-size: 18px;
  line-height: 1.6;
}
.ce-hero--small p { font-size: 17px; }
.ce-hero--small {
  padding: 72px 0 44px;
}
@media (max-width: 1024px) {
  .ce-hero { padding: 72px 0 54px; }
}
@media (max-width: 767px) {
  .ce-hero { padding: 54px 0 42px; }
}

.ce-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(10, 91, 170, 0.16);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px) saturate(160%);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ce-text);
}
.ce-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--ce-gold), var(--ce-gold-2));
  box-shadow: 0 10px 18px rgba(196, 147, 53, 0.18);
}

.ce-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 16px;
  color: var(--ce-muted);
  font-size: 14px;
}
.ce-hero-features span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ce-hero-features i {
  color: var(--ce-blue);
}

.elementor-element-cehm07 img {
  filter: drop-shadow(0 22px 50px rgba(2, 6, 23, 0.22));
  transform: translateY(-2px);
}

/* ---------- Scroll Reveal (safe) ---------- */
.ce-io {
  opacity: 1;
  transform: none;
}

html.ce-io-ready .ce-io {
  opacity: 0;
  transform: translate3d(var(--ce-io-x, 0), var(--ce-io-y, 12px), 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.22, .84, .18, 1);
  will-change: opacity, transform;
}

html.ce-io-ready .ce-io.ce-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ce-io--2 { transition-delay: 80ms; }
.ce-io--3 { transition-delay: 160ms; }
.ce-io--4 { transition-delay: 240ms; }

.ce-io--left { --ce-io-x: -14px; --ce-io-y: 0; }
.ce-io--right { --ce-io-x: 14px; --ce-io-y: 0; }

@media (prefers-reduced-motion: reduce) {
  html.ce-io-ready .ce-io,
  html.ce-io-ready .ce-io.ce-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@keyframes ce-reveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.ce-reveal {
  opacity: 0;
  animation: ce-reveal 0.7s ease forwards;
}
.ce-reveal--2 { animation-delay: 0.08s; }
.ce-reveal--3 { animation-delay: 0.16s; }
.ce-reveal--4 { animation-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .ce-reveal { opacity: 1; animation: none; }
}

/* Buttons (used by shortcodes and can be reused anywhere). */
.ce-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: var(--ce-radius-btn);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.ce-btn:focus-visible {
  outline: none;
  box-shadow: var(--ce-ring), 0 10px 18px rgba(10, 91, 170, 0.22);
}
.ce-btn--primary {
  background: var(--ce-blue);
  color: #fff;
  box-shadow: 0 10px 18px rgba(10, 91, 170, 0.22);
}
.ce-btn--primary:hover {
  background: var(--ce-blue-700);
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(10, 91, 170, 0.26);
}
.ce-btn--secondary {
  background: transparent;
  color: var(--ce-blue);
  border: 2px solid var(--ce-blue);
}
.ce-btn--secondary:hover {
  background: rgba(10, 91, 170, 0.08);
  transform: translateY(-1px);
}
.ce-btn--gold {
  background: linear-gradient(135deg, var(--ce-gold), var(--ce-gold-2));
  color: var(--ce-text);
  box-shadow: 0 12px 22px rgba(196, 147, 53, 0.22);
}
.ce-btn--gold:hover {
  background: linear-gradient(135deg, #b8832f, var(--ce-gold));
  transform: translateY(-1px);
}

/* Card styling (apply on Loop Item container). */
.ce-card {
  position: relative;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(10, 91, 170, 0.35), rgba(196, 147, 53, 0.28)) border-box;
  border-radius: var(--ce-radius-card);
  overflow: hidden;
  box-shadow: var(--ce-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ce-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ce-shadow-hover);
}

.ce-media {
  overflow: hidden;
  border-radius: var(--ce-radius-media);
}
.ce-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.25s ease;
}
.ce-card:hover .ce-media img {
  transform: scale(1.03);
}

.ce-card__body {
  position: relative;
  padding: 22px 18px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #ffffff 100%);
}
.ce-card__body .ce-badge {
  position: absolute;
  top: -14px;
  left: 18px;
  box-shadow: 0 14px 24px rgba(2, 6, 23, 0.14);
}

.ce-card .ce-media img {
  height: 220px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ce-card .ce-media img { height: 200px; }
}

.ce-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--ce-muted);
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 16px;
}
.ce-meta i {
  color: var(--ce-blue);
  margin-right: 6px;
}

.ce-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ce-gold), var(--ce-gold-2));
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--ce-text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

.ce-divider {
  width: 48px;
  height: 4px;
  background: var(--ce-gold);
  border-radius: 99px;
}

/* Icon Box as premium cards (About: values). */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  border-radius: var(--ce-radius-card);
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(10, 91, 170, 0.30), rgba(196, 147, 53, 0.22)) border-box;
  box-shadow: var(--ce-shadow);
  padding: 18px 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: var(--ce-shadow-hover);
}
.elementor-widget-icon-box .elementor-icon { color: var(--ce-blue); }
.elementor-widget-icon-box .elementor-icon svg {
  filter: drop-shadow(0 10px 18px rgba(10, 91, 170, 0.18));
}
.elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--ce-text);
  font-weight: 800;
}
.elementor-widget-icon-box .elementor-icon-box-description { color: var(--ce-muted); }

/* Shortcode outputs */
.ce-program {
  background: rgba(246, 248, 251, 0.92);
  border: 1px solid var(--ce-border);
  border-left: 4px solid var(--ce-gold);
  border-radius: var(--ce-radius-card);
  padding: 18px 20px;
}
.ce-program p { margin: 0 0 10px; }
.ce-program p:last-child { margin-bottom: 0; }

.ce-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 1024px) {
  .ce-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .ce-gallery { grid-template-columns: 1fr; }
}
.ce-gallery__item {
  display: block;
  border-radius: var(--ce-radius-card);
  overflow: hidden;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(10, 91, 170, 0.22), rgba(196, 147, 53, 0.18)) border-box;
  box-shadow: var(--ce-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ce-gallery__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--ce-shadow-hover);
}
.ce-gallery__img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.ce-gallery__item:hover .ce-gallery__img {
  transform: scale(1.03);
}

/* Elementor Image Gallery widget -> premium grid. */
.elementor-image-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 1024px) {
  .elementor-image-gallery .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .elementor-image-gallery .gallery { grid-template-columns: 1fr; }
}
.elementor-image-gallery .gallery-item { margin: 0 !important; }
.elementor-image-gallery .gallery-icon a {
  display: block;
  border-radius: var(--ce-radius-card);
  overflow: hidden;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(10, 91, 170, 0.22), rgba(196, 147, 53, 0.18)) border-box;
  box-shadow: var(--ce-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.elementor-image-gallery .gallery-icon a:hover {
  transform: translateY(-3px);
  box-shadow: var(--ce-shadow-hover);
}
.elementor-image-gallery .gallery-icon img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.elementor-image-gallery .gallery-icon a:hover img { transform: scale(1.03); }

.ce-videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 767px) {
  .ce-videos { grid-template-columns: 1fr; }
}
.ce-videos__item {
  border-radius: var(--ce-radius-card);
  overflow: hidden;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(10, 91, 170, 0.22), rgba(196, 147, 53, 0.18)) border-box;
  box-shadow: var(--ce-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ce-videos__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--ce-shadow-hover);
}
.ce-videos__item iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}

/* Elementor Video widget -> consistent card look. */
.elementor-widget-video .elementor-wrapper {
  border-radius: var(--ce-radius-card);
  overflow: hidden;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(10, 91, 170, 0.22), rgba(196, 147, 53, 0.18)) border-box;
  box-shadow: var(--ce-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.elementor-widget-video .elementor-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: var(--ce-shadow-hover);
}

/* ---------- FAQ / Accordion ---------- */
.elementor-accordion .elementor-accordion-item {
  border: 0;
  margin-bottom: 12px;
  border-radius: var(--ce-radius-card);
  overflow: hidden;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(10, 91, 170, 0.22), rgba(196, 147, 53, 0.16)) border-box;
  border: 1px solid transparent;
  box-shadow: var(--ce-shadow);
}

.elementor-accordion .elementor-tab-title {
  padding: 16px 18px;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: var(--ce-text);
}

.elementor-accordion .elementor-tab-title.elementor-active {
  background: rgba(10, 91, 170, 0.06);
}

.elementor-accordion .elementor-tab-content {
  padding: 0 18px 18px;
  color: var(--ce-muted);
  line-height: 1.65;
}

/* Single Event hero + details */
.ce-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
  padding: 16px 18px;
  border-radius: var(--ce-radius-card);
  border: 1px solid var(--ce-border);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px) saturate(160%);
  box-shadow: var(--ce-shadow);
  border-left: 4px solid var(--ce-gold);
}
@media (max-width: 767px) {
  .ce-details { grid-template-columns: 1fr; }
}
.ce-details i { color: var(--ce-blue); margin-right: 8px; }

.ce-event-hero .elementor-column {
  position: relative;
}
.ce-event-hero .ce-media {
  position: relative;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(2, 6, 23, 0.18);
}
.ce-event-hero .ce-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.04) 0%, rgba(2, 6, 23, 0.62) 100%);
  pointer-events: none;
}
.ce-event-hero .ce-media img {
  width: 100%;
  height: clamp(260px, 42vw, 440px);
  object-fit: cover;
}
.ce-event-hero .elementor-widget-shortcode {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
}
.ce-event-hero .elementor-widget-theme-post-title {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  max-width: 900px;
}
.ce-event-hero .elementor-heading-title {
  color: #fff;
  text-shadow: 0 18px 40px rgba(2, 6, 23, 0.48);
  margin: 0;
}
@media (max-width: 767px) {
  .ce-event-hero .elementor-widget-shortcode { top: 14px; left: 14px; }
  .ce-event-hero .elementor-widget-theme-post-title { left: 14px; bottom: 14px; max-width: calc(100% - 28px); }
}

/* CTA section */
.ce-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(10, 91, 170, 0.60), transparent 60%),
    radial-gradient(700px 520px at 90% 20%, rgba(196, 147, 53, 0.22), transparent 60%),
    linear-gradient(135deg, var(--ce-blue-900) 0%, #0A2A4F 100%);
  color: #fff;
}
.ce-cta::after {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(320px 240px at 85% 30%, rgba(196, 147, 53, 0.22), transparent 60%);
  pointer-events: none;
}
.ce-cta > .elementor-container,
.ce-cta > .e-con-inner { position: relative; z-index: 1; }
.ce-cta h1,
.ce-cta h2,
.ce-cta h3 { color: #fff; }
.ce-cta .elementor-widget-heading .elementor-heading-title { color: #fff; }
.ce-cta p { color: rgba(255, 255, 255, 0.82); }

/* Partners */
.ce-partners .elementor-widget-image .elementor-widget-container {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(10, 91, 170, 0.10);
  border-radius: var(--ce-radius-card);
  padding: 18px 18px;
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ce-partners .elementor-widget-image img {
  max-height: 54px;
  width: auto;
  margin: 0 auto;
  filter: grayscale(1) contrast(1.05) opacity(0.82);
  transition: filter 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
.ce-partners .elementor-widget-image:hover .elementor-widget-container {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.14);
}
.ce-partners .elementor-widget-image:hover img {
  filter: none;
  opacity: 1;
  transform: translateY(-1px);
}

/* Sticky header wrapper (Theme Builder header). */
.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(10, 91, 170, 0.10);
}

.ce-header > .elementor-container {
  min-height: 76px;
  align-items: center;
}
@media (max-width: 1024px) {
  .ce-header > .elementor-container { min-height: 68px; }
}
@media (max-width: 767px) {
  .ce-header > .elementor-container { min-height: 64px; }
}

.ce-header .elementor-nav-menu--main a.elementor-item {
  color: var(--ce-text);
  font-weight: 600;
  border-radius: 999px;
  padding: 10px 14px;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.ce-header .elementor-nav-menu--main a.elementor-item:hover,
.ce-header .elementor-nav-menu--main a.elementor-item.elementor-item-active {
  background: rgba(10, 91, 170, 0.08);
  color: var(--ce-blue);
  transform: translateY(-1px);
}

.ce-header .elementor-nav-menu--dropdown {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(10, 91, 170, 0.12);
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.16);
}
.ce-header .elementor-nav-menu--dropdown a {
  padding: 14px 16px;
}
.ce-header .elementor-menu-toggle {
  border-radius: 14px;
  border: 1px solid rgba(10, 91, 170, 0.14);
  background: rgba(255, 255, 255, 0.70);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ce-header .elementor-menu-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(2, 6, 23, 0.14);
}

.ce-footer {
  position: relative;
  background: linear-gradient(180deg, var(--ce-soft) 0%, #ffffff 100%);
  border-top: 1px solid var(--ce-border);
}
.ce-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 147, 53, 0.55), transparent);
  pointer-events: none;
}
a.ce-social {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid var(--ce-border);
  background: #fff;
  color: var(--ce-blue);
  text-decoration: none;
  margin-left: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
a.ce-social:hover {
  transform: translateY(-1px);
  box-shadow: var(--ce-shadow);
  background: rgba(10, 91, 170, 0.06);
}

.ce-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ce-socials a.ce-social {
  margin-left: 0;
}

/* Forms (Elementor/Pro Elements). */
.elementor-form .elementor-field-textual {
  border: 1px solid var(--ce-border);
  border-radius: var(--ce-radius-btn);
  padding: 12px 14px;
  font-size: 16px;
}
.elementor-form .elementor-field-textual:focus {
  outline: none;
  border-color: var(--ce-blue);
  box-shadow: 0 0 0 4px rgba(10, 91, 170, 0.14);
}
.elementor-form .elementor-button {
  border-radius: var(--ce-radius-btn);
  background: var(--ce-blue);
  padding: 14px 22px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.elementor-form .elementor-button:hover {
  background: #094f94;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(10, 91, 170, 0.26);
}

/* Pagination styling for Loop Grid */
.elementor-pagination {
  margin-top: 24px;
}
.elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  margin: 0 6px 6px 0;
  border-radius: 14px;
  border: 2px solid var(--ce-blue);
  color: var(--ce-blue);
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.elementor-pagination .page-numbers:hover {
  background: rgba(10, 91, 170, 0.08);
  transform: translateY(-1px);
}
.elementor-pagination .page-numbers.current {
  background: var(--ce-blue);
  color: #fff;
}

/* ---------- Intro Animation (First Visit) ---------- */

/* Hide main content before the intro overlay is injected (prevents any flash). */
html.ce-intro-pending {
  background:
    radial-gradient(1200px 800px at 18% 20%, rgba(10, 91, 170, 0.28), transparent 60%),
    radial-gradient(900px 650px at 82% 70%, rgba(196, 147, 53, 0.22), transparent 65%),
    linear-gradient(135deg, #071C33 0%, #04101E 60%, #071C33 100%);
}
html.ce-intro-pending body {
  background: transparent !important;
}
html.ce-intro-pending body > :not(#ce-intro) {
  visibility: hidden !important;
}

html.ce-intro-lock,
body.ce-intro-lock {
  overflow: hidden !important;
}

#ce-intro {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(1200px 800px at 18% 20%, rgba(10, 91, 170, 0.28), transparent 60%),
    radial-gradient(900px 650px at 82% 70%, rgba(196, 147, 53, 0.22), transparent 65%),
    linear-gradient(135deg, #071C33 0%, #04101E 60%, #071C33 100%);
  color: #fff;
  opacity: 0;
  animation: ce-intro-in 420ms ease forwards;
}

#ce-intro .ce-intro__noise {
  position: absolute;
  inset: -40px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.12;
  transform: rotate(2deg) scale(1.25);
  pointer-events: none;
}

#ce-intro .ce-intro__content {
  position: relative;
  z-index: 1;
  width: min(720px, 92vw);
  padding: 22px 18px 18px;
  text-align: center;
}

#ce-intro .ce-intro__halo {
  width: 164px;
  height: 164px;
  border-radius: 999px;
  margin: 0 auto 10px;
  background:
    radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.22), transparent 45%),
    radial-gradient(circle at 55% 70%, rgba(196, 147, 53, 0.34), transparent 55%),
    radial-gradient(circle at 50% 50%, rgba(10, 91, 170, 0.22), transparent 60%);
  filter: blur(0.2px);
  animation: ce-intro-halo 1600ms ease-in-out both;
}

#ce-intro .ce-intro__bird {
  position: relative;
  margin-top: -138px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  animation: ce-intro-bird 1680ms cubic-bezier(.22, .84, .18, 1) both;
}

#ce-intro .ce-intro__bird-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 18px 16px;
  object-fit: contain;
  opacity: 0;
  transform: translateY(6px) scale(0.92);
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.45));
  transition: opacity 260ms ease, transform 520ms cubic-bezier(.22, .84, .18, 1);
  will-change: opacity, transform;
}

#ce-intro .ce-intro__bird-fallback {
  transition: opacity 220ms ease;
}

#ce-intro.ce-intro--img-ready .ce-intro__bird-img {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#ce-intro.ce-intro--img-ready .ce-intro__bird-fallback {
  opacity: 0;
}

#ce-intro .ce-intro__bird i {
  font-size: 64px;
  line-height: 1;
  background: linear-gradient(135deg, var(--ce-gold-2), #ffffff, var(--ce-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.38));
  transform-origin: 50% 70%;
  animation: ce-intro-flap 240ms ease-in-out 6;
}

#ce-intro .ce-intro__title {
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.6px;
  font-size: clamp(30px, 4.2vw, 46px);
  margin: 18px 0 6px;
  opacity: 0;
  transform: translateY(10px);
  animation: ce-intro-text 560ms ease 180ms forwards;
}

#ce-intro .ce-intro__subtitle {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(10px);
  animation: ce-intro-text 560ms ease 260ms forwards;
}

#ce-intro .ce-intro__bar {
  width: min(420px, 82vw);
  height: 10px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
}
#ce-intro .ce-intro__bar::before {
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(10, 91, 170, 0.95), rgba(196, 147, 53, 0.95));
  animation: ce-intro-load 1600ms cubic-bezier(.22, .84, .18, 1) forwards;
}

#ce-intro.ce-intro--out {
  animation: ce-intro-out 520ms ease forwards;
  pointer-events: none;
}

@keyframes ce-intro-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes ce-intro-out {
  to { opacity: 0; visibility: hidden; }
}
@keyframes ce-intro-halo {
  0% { transform: scale(0.92); opacity: 0.0; }
  30% { opacity: 1; }
  70% { transform: scale(1.02); opacity: 1; }
  100% { transform: scale(0.98); opacity: 0.95; }
}
@keyframes ce-intro-bird {
  0% { transform: translateY(18px) scale(0.92); opacity: 0; }
  18% { opacity: 1; }
  55% { transform: translateY(0) scale(1.0); }
  100% { transform: translateY(-6px) scale(1.02); }
}
@keyframes ce-intro-flap {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(-10deg) scale(1.06); }
  100% { transform: rotate(0deg) scale(1); }
}
@keyframes ce-intro-text {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ce-intro-load {
  from { width: 0%; }
  to { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  #ce-intro,
  #ce-intro * {
    animation: none !important;
    transition: none !important;
  }
}
