.elementor-1029 .elementor-element.elementor-element-729ecccc{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );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-1029 .elementor-element.elementor-element-83d794d{--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;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-5e8eaf3 *//* Summer Camp CTA Section - Featured Blog Widget */
/* Placement: Elementor Widget > Advanced > Custom CSS */
/* Matches ELBA Summer Camp 2026 hero visual style */

/* ========================================
   Container
   ======================================== */
.elba-camp-cta-section {
  margin: 3rem 0;
  border-radius: 16px;
  overflow: hidden;
}

/* ========================================
   Full-section clickable link wrapper
   ======================================== */
.elba-camp-cta-link {
  display: block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #1C244B 0%, #6D419D 50%, #1C244B 100%);
  background-size: 200% 200%;
  animation: elba-cta-bg-shift 12s ease-in-out infinite;
  padding: 48px 32px;
  text-align: center;
  text-decoration: none !important;
  color: #FFF8F0 !important;
  border-radius: 16px;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  isolation: isolate;
}

.elba-camp-cta-link:hover {
  box-shadow: 0 12px 48px rgba(109, 65, 157, 0.45), 0 0 80px rgba(255, 210, 63, 0.12);
  transform: translateY(-3px);
  text-decoration: none !important;
  color: #FFF8F0 !important;
}

.elba-camp-cta-link:visited {
  color: #FFF8F0 !important;
  text-decoration: none !important;
}

.elba-camp-cta-link:focus-visible {
  outline: 3px solid #FFD23F;
  outline-offset: 4px;
  border-radius: 16px;
}

@keyframes elba-cta-bg-shift {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* ========================================
   Decorative Shapes
   ======================================== */
.camp-cta-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.cta-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
}

.cta-shape-circle {
  background: #FFD23F;
}

.cta-shape-ring {
  background: transparent;
  border: 3px solid #2EC4B6;
}

.cta-shape-star {
  background: #FFD23F;
  border-radius: 2px;
  transform: rotate(45deg);
}

.cta-shape-1 { width: 90px; height: 90px; top: -20px; left: -10px; animation: elba-cta-float-1 8s ease-in-out infinite; }
.cta-shape-2 { width: 60px; height: 60px; top: 10%; right: 8%; animation: elba-cta-float-2 10s ease-in-out infinite; }
.cta-shape-3 { width: 45px; height: 45px; bottom: 10%; left: 12%; animation: elba-cta-float-3 9s ease-in-out infinite; }
.cta-shape-4 { width: 30px; height: 30px; top: 20%; left: 18%; animation: elba-cta-float-2 11s ease-in-out infinite; }
.cta-shape-5 { width: 50px; height: 50px; bottom: 5%; right: 12%; animation: elba-cta-float-1 12s ease-in-out infinite; }

@keyframes elba-cta-float-1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-18px) rotate(8deg); }
}

@keyframes elba-cta-float-2 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(14px) rotate(-6deg); }
}

@keyframes elba-cta-float-3 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33%      { transform: translate(10px, -10px) rotate(4deg); }
  66%      { transform: translate(-8px, 8px) rotate(-4deg); }
}

/* ========================================
   Sparkles
   ======================================== */
.camp-cta-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.cta-sparkle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #FFF8F0;
  border-radius: 50%;
  opacity: 0;
  animation: elba-cta-sparkle 3s ease-in-out infinite;
}

.cta-sparkle-1 { top: 15%; left: 22%; animation-delay: 0s; }
.cta-sparkle-2 { top: 30%; right: 20%; animation-delay: 0.8s; }
.cta-sparkle-3 { bottom: 25%; left: 30%; animation-delay: 1.5s; }
.cta-sparkle-4 { bottom: 15%; right: 25%; animation-delay: 2.2s; }

@keyframes elba-cta-sparkle {
  0%, 100% { opacity: 0; transform: scale(0); }
  20%      { opacity: 1; transform: scale(1); }
  40%      { opacity: 1; transform: scale(1.5); }
  60%      { opacity: 0.5; transform: scale(1); }
  80%      { opacity: 0; transform: scale(0); }
}

/* ========================================
   Content Layout
   ======================================== */
.camp-cta-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

/* ========================================
   Label Badge
   ======================================== */
.camp-cta-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 8px 24px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFF8F0;
  margin-bottom: 20px;
}

/* ========================================
   Title
   ======================================== */
.camp-cta-title {
  margin: 0 0 16px;
  padding: 0;
  line-height: 0.9;
}

.camp-cta-title-summer,
.camp-cta-title-camp {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.camp-cta-title-summer {
  font-size: clamp(2.5rem, 8vw, 5rem);
  background: linear-gradient(90deg, #FFD23F 0%, #FFF1A8 25%, #FFD23F 50%, #FFC107 75%, #FFD23F 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 0 rgba(0,0,0,0.12));
  animation: elba-cta-gold-shimmer 4s linear infinite;
}

.camp-cta-title-camp {
  font-size: clamp(3rem, 10vw, 6rem);
  background: linear-gradient(90deg, #FFF8F0 0%, #FFF8F0 40%, #B8FFF6 50%, #FFF8F0 60%, #FFF8F0 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 0 rgba(0,0,0,0.12));
  animation: elba-cta-camp-shimmer 5s linear infinite;
}

.camp-cta-title-camp::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: min(70%, 350px);
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, #FFD23F, #2EC4B6, #FFD23F);
  background-size: 200% 100%;
  animation: elba-cta-line-shimmer 3s linear infinite;
}

@keyframes elba-cta-gold-shimmer {
  0%   { background-position: 100% 50%; }
  100% { background-position: -100% 50%; }
}

@keyframes elba-cta-camp-shimmer {
  0%   { background-position: 100% 50%; }
  100% { background-position: -100% 50%; }
}

@keyframes elba-cta-line-shimmer {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* ========================================
   Emphasis Block
   ======================================== */
.camp-cta-emphasis {
  margin: 0 0 24px;
}

.camp-cta-emphasis-lead {
  display: block;
  font-size: clamp(0.85rem, 2vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 248, 240, 0.7);
  margin-bottom: 4px;
}

.camp-cta-emphasis-highlight {
  display: inline-block;
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  font-weight: 900;
  color: #FFD23F;
  animation: elba-cta-text-glow 3s ease-in-out infinite;
}

@keyframes elba-cta-text-glow {
  0%, 100% { text-shadow: 0 2px 0 rgba(0,0,0,0.1), 0 0 10px rgba(255,210,63,0); }
  50%      { text-shadow: 0 2px 0 rgba(0,0,0,0.1), 0 0 24px rgba(255,210,63,0.35), 0 0 50px rgba(255,210,63,0.12); }
}

/* ========================================
   Details Row
   ======================================== */
.camp-cta-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 24px;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-weight: 600;
  color: rgba(255, 248, 240, 0.9);
}

.camp-cta-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.camp-cta-detail-icon {
  font-size: 1.1rem;
}

.camp-cta-detail-sep {
  color: rgba(255, 248, 240, 0.4);
  font-size: 1.2rem;
}

/* ========================================
   Activity Pills
   ======================================== */
.camp-cta-activities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.camp-cta-pill {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: clamp(0.8rem, 2vw, 0.95rem);
  font-weight: 700;
  color: #FFF8F0;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.elba-camp-cta-link:hover .camp-cta-pill {
  border-color: rgba(255, 210, 63, 0.3);
}

/* ========================================
   CTA Button (visual only — whole card is the link)
   ======================================== */
.camp-cta-button {
  display: inline-block;
  padding: 14px 40px;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1C244B;
  background: #FFD23F;
  border: 3px solid #FFD23F;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(255, 210, 63, 0.3);
  animation: elba-cta-btn-glow 2.5s ease-in-out infinite;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.elba-camp-cta-link:hover .camp-cta-button {
  background: #FFF8F0;
  color: #1C244B;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 40px rgba(255, 210, 63, 0.5);
}

.camp-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  animation: elba-cta-shimmer-sweep 3s ease-in-out infinite;
}

@keyframes elba-cta-shimmer-sweep {
  0%   { left: -100%; }
  50%  { left: 100%; }
  100% { left: 100%; }
}

@keyframes elba-cta-btn-glow {
  0%, 100% { box-shadow: 0 6px 24px rgba(255,210,63,0.3); }
  50%      { box-shadow: 0 6px 40px rgba(255,210,63,0.5), 0 0 60px rgba(255,210,63,0.12); }
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 767px) {
  .elba-camp-cta-link {
    padding: 36px 20px;
  }

  .camp-cta-details {
    gap: 6px 10px;
  }

  .camp-cta-pill {
    padding: 6px 16px;
    font-size: 0.8rem;
  }

  .camp-cta-button {
    padding: 12px 32px;
  }

  .camp-cta-activities {
    gap: 8px;
  }
}

@media (max-width: 400px) {
  .camp-cta-details {
    flex-direction: column;
    gap: 4px;
  }

  .camp-cta-detail-sep {
    display: none;
  }
}

/* ========================================
   Reduced Motion
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  .elba-camp-cta-link,
  .cta-shape,
  .cta-sparkle,
  .camp-cta-title-summer,
  .camp-cta-title-camp,
  .camp-cta-title-camp::after,
  .camp-cta-emphasis-highlight,
  .camp-cta-button,
  .camp-cta-button::before {
    animation: none !important;
    transition-duration: 0.01s !important;
  }

  .camp-cta-title-summer {
    -webkit-text-fill-color: #FFD23F !important;
  }

  .camp-cta-title-camp {
    -webkit-text-fill-color: #FFF8F0 !important;
  }

  .camp-cta-title-camp::after {
    width: min(70%, 350px) !important;
  }
}/* End custom CSS */