.elementor-3673 .elementor-element.elementor-element-29643de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3673 .elementor-element.elementor-element-29643de:not(.elementor-motion-effects-element-type-background), .elementor-3673 .elementor-element.elementor-element-29643de > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3673 .elementor-element.elementor-element-29643de{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-6d71abf */.e4e-about-candice-page {
  --e4e-navy: #071624;
  --e4e-navy-soft: #0d2234;
  --e4e-teal: #20bad1;
  --e4e-sky: #8bb7d9;
  --e4e-light: #f4fbfd;
  --e4e-white: #ffffff;
  --e4e-ink: #142536;
  --e4e-muted: #5f7382;

  width: 100%;
  overflow: hidden;
  font-family: inherit;
  color: var(--e4e-ink);
  background: var(--e4e-light);
}

.e4e-about-candice-page * {
  box-sizing: border-box;
}

.e4e-about-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.e4e-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--e4e-teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.e4e-about-kicker::before {
  content: "";
  width: 38px;
  height: 3px;
  background: var(--e4e-teal);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(32, 186, 209, 0.45);
}

.e4e-about-title {
  margin: 0;
  color: var(--e4e-navy);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.e4e-about-title span {
  color: var(--e4e-teal);
}

.e4e-about-lead {
  margin: 24px 0 0;
  max-width: 850px;
  color: var(--e4e-muted);
  font-size: 19px;
  line-height: 1.75;
}

.e4e-about-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.e4e-about-btn-primary {
  background: linear-gradient(135deg, #20bad1, #0796ad);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(32, 186, 209, 0.28);
}

.e4e-about-btn-primary:hover {
  background: #ffffff;
  color: var(--e4e-navy);
  transform: translateY(-3px);
}

.e4e-about-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.e4e-about-btn-secondary:hover {
  border-color: var(--e4e-teal);
  color: var(--e4e-teal);
  transform: translateY(-3px);
}

.e4e-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

/* HERO */
.e4e-about-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 18%, rgba(32, 186, 209, 0.24), transparent 34%),
    linear-gradient(120deg, #071624 0%, #0d2234 58%, #071624 100%);
  isolation: isolate;
}

.e4e-about-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 48%;
  background: linear-gradient(135deg, rgba(32, 186, 209, 0.62), rgba(32, 186, 209, 0.22));
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
  z-index: 1;
  box-shadow: 0 0 90px rgba(32, 186, 209, 0.2);
}

.e4e-about-hero::after {
  content: "CANDICE";
  position: absolute;
  right: -40px;
  bottom: 18px;
  font-size: clamp(80px, 13vw, 210px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(255, 255, 255, 0.035);
  z-index: 1;
  pointer-events: none;
}

.e4e-about-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 62px;
  align-items: center;
  padding: 110px 0;
}

.e4e-about-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 7vw, 94px);
  line-height: 0.95;
  letter-spacing: -0.065em;
  font-weight: 900;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.e4e-about-hero h1 span {
  color: var(--e4e-teal);
  text-shadow:
    0 0 14px rgba(32, 186, 209, 0.75),
    0 0 38px rgba(32, 186, 209, 0.25);
}

.e4e-about-hero p {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.e4e-about-image-frame {
  position: relative;
  width: 100%;
  border-radius: 32px;
  z-index: 2;
}

.e4e-about-image-frame::before {
  content: "";
  position: absolute;
  inset: 28px -24px -24px 28px;
  background: linear-gradient(135deg, rgba(32, 186, 209, 0.9), rgba(139, 183, 217, 0.55));
  border-radius: 32px;
  z-index: 1;
  box-shadow:
    0 0 42px rgba(32, 186, 209, 0.38),
    0 0 95px rgba(32, 186, 209, 0.16);
}

.e4e-about-image-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 585px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 34px 95px rgba(0, 0, 0, 0.36),
    0 0 52px rgba(32, 186, 209, 0.14);
}

/* HERO SOCIAL BUTTONS */
.e4e-about-socials {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.e4e-about-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: all 0.25s ease;
}

.e4e-about-social-btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
  border-color: var(--e4e-teal);
  background: linear-gradient(135deg, #20bad1, #0796ad);
  box-shadow:
    0 18px 42px rgba(32, 186, 209, 0.28),
    0 0 28px rgba(32, 186, 209, 0.18);
}

.e4e-about-social-btn-sermons {
  background: linear-gradient(135deg, #20bad1, #0796ad);
  border-color: rgba(32, 186, 209, 0.8);
}

.e4e-about-social-btn-sermons:hover {
  background: #ffffff;
  color: var(--e4e-navy);
}

.e4e-about-badge {
  position: absolute;
  left: -26px;
  bottom: 108px;
  z-index: 6;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: var(--e4e-teal);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow:
    0 24px 65px rgba(0, 0, 0, 0.28),
    0 0 42px rgba(32, 186, 209, 0.42);
}

.e4e-about-badge strong {
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.e4e-about-badge span {
  margin-top: 8px;
  max-width: 115px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* SECTIONS */
.e4e-about-section {
  padding: 105px 0;
  position: relative;
  overflow: hidden;
}

.e4e-about-white {
  background: #ffffff;
}

.e4e-about-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(32, 186, 209, 0.10), transparent 28%),
    linear-gradient(180deg, #f4fbfd 0%, #ffffff 100%);
}

.e4e-about-two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.e4e-about-bio-card {
  background: #ffffff;
  border-left: 7px solid var(--e4e-teal);
  border-radius: 26px;
  padding: 38px;
  box-shadow:
    0 28px 85px rgba(7, 22, 36, 0.10),
    0 0 42px rgba(32, 186, 209, 0.08);
}

.e4e-about-bio-card p {
  margin: 0 0 20px;
  color: #3f5360;
  font-size: 18px;
  line-height: 1.78;
}

.e4e-about-bio-card p:last-child {
  margin-bottom: 0;
}

.e4e-about-bio-card strong {
  color: var(--e4e-navy);
  font-weight: 900;
  background: linear-gradient(90deg, rgba(32, 186, 209, 0.16), transparent);
  padding: 0 3px;
  border-radius: 4px;
}

/* WHY CANDICE CREATED ED 4 EMPOWERMENT */
.e4e-about-purpose {
  background:
    radial-gradient(circle at 12% 16%, rgba(32, 186, 209, 0.15), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(139, 183, 217, 0.16), transparent 34%),
    linear-gradient(180deg, #f4fbfd 0%, #ffffff 100%);
}

.e4e-about-purpose-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.e4e-about-heart-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfd 100%);
  border: 1px solid rgba(7, 22, 36, 0.08);
  border-left: 8px solid var(--e4e-teal);
  border-radius: 30px;
  padding: 44px;
  box-shadow:
    0 30px 90px rgba(7, 22, 36, 0.11),
    0 0 46px rgba(32, 186, 209, 0.10);
}

.e4e-about-heart-card::after {
  content: "WHY";
  position: absolute;
  right: -10px;
  bottom: -8px;
  font-size: clamp(72px, 10vw, 150px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(32, 186, 209, 0.06);
  pointer-events: none;
}

.e4e-heart-mark {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #20bad1, #0796ad);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 24px;
  box-shadow: 0 16px 34px rgba(32, 186, 209, 0.28);
}

.e4e-about-heart-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  color: var(--e4e-navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.e4e-about-heart-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  color: #3f5360;
  font-size: 18px;
  line-height: 1.78;
}

.e4e-about-heart-card p:last-child {
  margin-bottom: 0;
}

.e4e-about-purpose-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 46px;
}

.e4e-purpose-mini {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 32px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 36, 0.08);
  border-top: 5px solid var(--e4e-teal);
  box-shadow:
    0 22px 65px rgba(7, 22, 36, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: all 0.25s ease;
}

.e4e-purpose-mini:hover {
  transform: translateY(-8px);
  box-shadow:
    0 30px 82px rgba(7, 22, 36, 0.13),
    0 0 40px rgba(32, 186, 209, 0.12);
}

.e4e-purpose-mini::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  background: rgba(32, 186, 209, 0.12);
  border-radius: 50%;
}

.e4e-purpose-mini span {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #20bad1, #0796ad);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 20px;
  box-shadow: 0 10px 26px rgba(32, 186, 209, 0.28);
}

.e4e-purpose-mini h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: var(--e4e-navy);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.e4e-purpose-mini p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--e4e-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* ROLE CARDS */
.e4e-about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 46px;
}

.e4e-about-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfd 100%);
  border: 1px solid rgba(7, 22, 36, 0.08);
  border-top: 5px solid var(--e4e-teal);
  box-shadow: 0 22px 65px rgba(7, 22, 36, 0.08);
  transition: all 0.25s ease;
}

.e4e-about-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 28px 80px rgba(7, 22, 36, 0.14),
    0 0 44px rgba(32, 186, 209, 0.12);
}

.e4e-about-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  background: rgba(32, 186, 209, 0.14);
  border-radius: 50%;
}

.e4e-about-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #20bad1, #0796ad);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 22px;
  box-shadow: 0 10px 26px rgba(32, 186, 209, 0.28);
  position: relative;
  z-index: 2;
}

.e4e-about-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: var(--e4e-navy);
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.e4e-about-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--e4e-muted);
  font-size: 16px;
  line-height: 1.72;
}

/* IMPACT STRIP */
.e4e-about-strip {
  padding: 36px 0;
  background: var(--e4e-navy);
  color: #ffffff;
}

.e4e-about-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.e4e-about-strip-item {
  background: var(--e4e-navy);
  padding: 30px 24px;
  text-align: center;
}

.e4e-about-strip-item strong {
  display: block;
  color: var(--e4e-teal);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 10px;
  text-shadow: 0 0 18px rgba(32, 186, 209, 0.32);
}

.e4e-about-strip-item span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* CTA */
.e4e-about-cta {
  position: relative;
  padding: 95px 20px;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(32, 186, 209, 0.22), transparent 30%),
    linear-gradient(135deg, #071624 0%, #0d2234 58%, #071624 100%);
  color: #ffffff;
}

.e4e-about-cta::after {
  content: "BELONG";
  position: absolute;
  right: -30px;
  bottom: 5px;
  font-size: clamp(82px, 13vw, 200px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(255, 255, 255, 0.04);
  z-index: 1;
  pointer-events: none;
}

.e4e-about-cta-inner {
  max-width: 930px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.e4e-about-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.e4e-about-cta p {
  max-width: 800px;
  margin: 22px auto 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.e4e-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* TABLET RESPONSIVE */
@media (max-width: 980px) {
  .e4e-about-hero {
    min-height: auto;
  }

  .e4e-about-hero-grid,
  .e4e-about-two-col,
  .e4e-about-purpose-grid {
    grid-template-columns: 1fr;
  }

  .e4e-about-card-grid,
  .e4e-about-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .e4e-about-purpose-cards {
    grid-template-columns: 1fr;
  }

  .e4e-about-hero-grid {
    padding: 84px 0;
  }

  .e4e-about-hero::before {
    width: 86%;
  }

  .e4e-about-image-frame img {
    height: 500px;
  }

  .e4e-about-badge {
    bottom: 100px;
  }
}

/* MOBILE RESPONSIVE */
@media (max-width: 640px) {
  .e4e-about-wrap {
    width: min(100% - 26px, 1180px);
  }

  .e4e-about-hero-grid {
    padding: 72px 0;
    gap: 44px;
  }

  .e4e-about-hero h1 {
    font-size: 48px;
  }

  .e4e-about-actions,
  .e4e-about-cta-actions {
    flex-direction: column;
  }

  .e4e-about-btn {
    width: 100%;
  }

  .e4e-about-section {
    padding: 72px 0;
  }

  .e4e-about-card-grid,
  .e4e-about-strip-grid {
    grid-template-columns: 1fr;
  }

  .e4e-about-heart-card,
  .e4e-purpose-mini {
    border-radius: 22px;
    padding: 28px;
  }

  .e4e-heart-mark {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 30px;
  }

  .e4e-about-image-frame::before {
    inset: 16px -12px -12px 16px;
    border-radius: 24px;
  }

  .e4e-about-image-frame img {
    height: 390px;
    border-radius: 24px;
  }

  .e4e-about-badge {
    width: 132px;
    height: 132px;
    left: 16px;
    bottom: 96px;
  }

  .e4e-about-badge strong {
    font-size: 24px;
  }

  .e4e-about-badge span {
    font-size: 11px;
  }

  .e4e-about-socials {
    gap: 10px;
    margin-top: 22px;
  }

  .e4e-about-social-btn {
    flex: 1 1 calc(50% - 10px);
    min-height: 46px;
    padding: 0 14px;
    font-size: 11px;
  }
}/* End custom CSS */