.elementor-2347 .elementor-element.elementor-element-882a4ff{--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-2347 .elementor-element.elementor-element-0895a7b{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1f26742 */.elba-camp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #1C244B 0%, #6D419D 50%, #1C244B 100%);
  background-size: 200% 200%;
  animation: elba-bg-shift 12s ease-in-out infinite;
  padding: 80px 24px 60px;
  text-align: center;
  color: #FFF8F0;
  font-family: inherit;
  isolation: isolate;
}

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

.camp-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

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

@media (min-width: 1400px) {
  .shape-1 { width: 200px; height: 200px; }
  .shape-2 { width: 100px; height: 100px; }
  .shape-3 { width: 150px; height: 150px; }
  .shape-5 { width: 70px;  height: 70px; }
  .shape-6 { width: 90px;  height: 90px; }
  .shape-7 { width: 120px; height: 120px; }
  .shape-8 { width: 55px;  height: 55px; }
  .shape { opacity: 0.15; }
}

.shape-circle {
  background: #FFD23F;
}

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

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

.shape-squiggle {
  width: 80px;
  height: 80px;
  border: 4px solid #FFD23F;
  border-radius: 50% 0 50% 0;
  opacity: 0.08;
}

.shape-1 { width: 120px; height: 120px; top: 5%;  left: 8%;  animation: elba-float-1 8s ease-in-out infinite; }
.shape-2 { width: 60px;  height: 60px;  top: 15%; right: 12%; animation: elba-float-2 10s ease-in-out infinite; }
.shape-3 { width: 90px;  height: 90px;  top: 55%; left: 5%;  animation: elba-float-3 9s ease-in-out infinite; }
.shape-4 { top: 30%; right: 8%; animation: elba-float-2 11s ease-in-out infinite; }
.shape-5 { width: 40px;  height: 40px;  top: 70%; right: 20%; animation: elba-float-1 7s ease-in-out infinite; }
.shape-6 { width: 50px;  height: 50px;  bottom: 10%; left: 20%; animation: elba-float-3 8s ease-in-out infinite; }
.shape-7 { width: 70px;  height: 70px;  bottom: 25%; right: 5%; animation: elba-float-1 12s ease-in-out infinite; }
.shape-8 { width: 30px;  height: 30px;  top: 8%;   left: 45%; animation: elba-float-2 9s ease-in-out infinite; }

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

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

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

.camp-badge {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(120px, 10vw, 200px);
  height: clamp(120px, 10vw, 200px);
  border-radius: 50%;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  animation: elba-badge-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.camp-badge-ages {
  top: clamp(20px, 4vw, 60px);
  left: clamp(3%, 8vw, 12%);
  background: #FFD23F;
  color: #1C244B;
  animation-delay: 0.2s;
}

.camp-badge-price {
  top: clamp(20px, 4vw, 60px);
  right: clamp(3%, 8vw, 12%);
  background: #2EC4B6;
  color: #1C244B;
  animation-delay: 0.4s;
}

.badge-label {
  font-size: clamp(0.65rem, 0.8vw, 1rem);
  letter-spacing: 0.1em;
}

.badge-value {
  font-size: clamp(1.5rem, 2.2vw, 2.8rem);
  line-height: 1;
}

@keyframes elba-badge-pop {
  0%   { transform: scale(0) rotate(-20deg); opacity: 0; }
  60%  { transform: scale(1.15) rotate(4deg); opacity: 1; }
  80%  { transform: scale(0.95) rotate(-2deg); }
  100% { transform: scale(1) rotate(0deg);   opacity: 1; }
}

.camp-badge-ages {
  animation:
    elba-badge-pop 0.8s cubic-bezier(0.34,1.56,0.64,1) 0.2s both,
    elba-badge-glow-yellow 3s ease-in-out 1s infinite,
    elba-badge-bob 4s ease-in-out 1.2s infinite;
}
.camp-badge-price {
  animation:
    elba-badge-pop 0.8s cubic-bezier(0.34,1.56,0.64,1) 0.4s both,
    elba-badge-glow-teal 3s ease-in-out 1.5s infinite,
    elba-badge-bob 4.5s ease-in-out 1.8s infinite;
}

@keyframes elba-badge-glow-yellow {
  0%, 100% { box-shadow: 0 6px 24px rgba(0,0,0,0.25); }
  50%      { box-shadow: 0 6px 40px rgba(255,210,63,0.55), 0 0 80px rgba(255,210,63,0.2), inset 0 0 20px rgba(255,255,255,0.1); }
}

@keyframes elba-badge-glow-teal {
  0%, 100% { box-shadow: 0 6px 24px rgba(0,0,0,0.25); }
  50%      { box-shadow: 0 6px 40px rgba(46,196,182,0.55), 0 0 80px rgba(46,196,182,0.2), inset 0 0 20px rgba(255,255,255,0.1); }
}

@keyframes elba-badge-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

.camp-date-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  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: 14px 36px;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFF8F0;
  margin: 0 auto 20px;
  animation: elba-fade-up 0.8s ease both, elba-ribbon-glow 4s ease-in-out 1s infinite;
}

@keyframes elba-ribbon-glow {
  0%, 100% { border-color: rgba(255,255,255,0.2); box-shadow: none; }
  50%      { border-color: rgba(255,210,63,0.5); box-shadow: 0 0 20px rgba(255,210,63,0.12); }
}

.date-icon {
  font-size: 1.4rem;
  animation: elba-sun-spin 6s linear infinite;
}

@keyframes elba-sun-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes elba-fade-up {
  0%   { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

.camp-headline-cluster {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.camp-title {
  margin: 0 0 16px;
  padding: 0;
  line-height: 0.9;
}

.title-line {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.title-line-1 {
  font-size: clamp(4rem, 12vw, 9rem);
  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 4px 0 rgba(0,0,0,0.15));
  animation:
    elba-title-slide-left 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both,
    elba-gold-shimmer 4s linear 1.5s infinite;
}

.title-line-2 {
  font-size: clamp(4.5rem, 14vw, 10.5rem);
  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 4px 0 rgba(0,0,0,0.15));
  animation:
    elba-title-slide-right 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both,
    elba-camp-shimmer 5s linear 2s infinite;
  position: relative;
}

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

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

.title-line-2::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 0;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #FFD23F, #2EC4B6, #FFD23F);
  background-size: 200% 100%;
  animation: elba-line-grow 1s ease 0.9s forwards, elba-line-shimmer 3s linear 1.9s infinite;
}

@keyframes elba-title-slide-left {
  0%   { opacity: 0; transform: translateX(-60px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes elba-title-slide-right {
  0%   { opacity: 0; transform: translateX(60px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes elba-line-grow {
  0%   { width: 0; }
  100% { width: min(80%, 500px); }
}

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

.camp-schedule {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 248, 240, 0.9);
  margin: 0;
  animation: elba-fade-up 0.8s ease 0.6s both;
}

.camp-emphasis-block {
  position: relative;
  z-index: 1;
  margin: 0 auto 40px;
  max-width: 600px;
  animation: elba-fade-up 0.8s ease 0.8s both;
}

.emphasis-lead {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 248, 240, 0.75);
  margin: 0 0 6px;
}

.emphasis-highlight {
  font-size: clamp(1.6rem, 5vw, 2.8rem);
  font-weight: 900;
  color: #FFD23F;
  margin: 0;
  position: relative;
  display: inline-block;
  animation: elba-text-glow 3s ease-in-out infinite;
}

@keyframes elba-text-glow {
  0%, 100% { text-shadow: 0 2px 0 rgba(0,0,0,0.12), 0 0 10px rgba(255,210,63,0.0); }
  50%      { text-shadow: 0 2px 0 rgba(0,0,0,0.12), 0 0 30px rgba(255,210,63,0.4), 0 0 60px rgba(255,210,63,0.15); }
}

.emphasis-highlight::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 4px;
  background: #FFD23F;
  border-radius: 2px;
  opacity: 0.5;
  animation: elba-glow-pulse 2s ease-in-out infinite;
}

@keyframes elba-glow-pulse {
  0%, 100% { opacity: 0.3; box-shadow: 0 0 8px rgba(255,210,63,0.3); }
  50%      { opacity: 0.7; box-shadow: 0 0 20px rgba(255,210,63,0.6); }
}

.camp-activities {
  position: relative;
  z-index: 1;
  margin: 0 auto 44px;
  max-width: 700px;
  animation: elba-fade-up 0.8s ease 1s both;
}

.activities-heading {
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2EC4B6;
  margin: 0 0 20px;
  text-decoration: underline;
  text-decoration-color: rgba(46, 196, 182, 0.4);
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
}

.activities-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.activities-list li {
  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: 12px 28px;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 700;
  color: #FFF8F0;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: default;
}

.activities-list li:hover {
  background: #FFD23F;
  color: #1C244B;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 24px rgba(255, 210, 63, 0.35);
  border-color: #FFD23F;
  animation: elba-wiggle 0.5s ease;
}

@keyframes elba-wiggle {
  0%   { transform: translateY(-4px) scale(1.05) rotate(0deg); }
  25%  { transform: translateY(-4px) scale(1.05) rotate(-3deg); }
  50%  { transform: translateY(-4px) scale(1.05) rotate(3deg); }
  75%  { transform: translateY(-4px) scale(1.05) rotate(-1.5deg); }
  100% { transform: translateY(-4px) scale(1.05) rotate(0deg); }
}

.activities-list li:nth-child(1) { animation: elba-pill-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 1.1s both, elba-pill-rotate 10s ease 3s infinite; }
.activities-list li:nth-child(2) { animation: elba-pill-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 1.25s both, elba-pill-rotate 10s ease 5s infinite; }
.activities-list li:nth-child(3) { animation: elba-pill-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 1.4s both, elba-pill-rotate 10s ease 7s infinite; }
.activities-list li:nth-child(4) { animation: elba-pill-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 1.55s both, elba-pill-rotate 10s ease 9s infinite; }
.activities-list li:nth-child(5) { animation: elba-pill-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 1.7s both, elba-pill-rotate 10s ease 11s infinite; }

@keyframes elba-pill-rotate {
  0%, 2%   { background: rgba(255,255,255,0.1); color: #FFF8F0; transform: translateY(0) scale(1); box-shadow: none; border-color: rgba(255,255,255,0.18); }
  5%       { background: #FFD23F; color: #1C244B; transform: translateY(-4px) scale(1.05); box-shadow: 0 8px 24px rgba(255,210,63,0.35); border-color: #FFD23F; }
  17%      { background: #FFD23F; color: #1C244B; transform: translateY(-4px) scale(1.05); box-shadow: 0 8px 24px rgba(255,210,63,0.35); border-color: #FFD23F; }
  20%, 100% { background: rgba(255,255,255,0.1); color: #FFF8F0; transform: translateY(0) scale(1); box-shadow: none; border-color: rgba(255,255,255,0.18); }
}

@keyframes elba-pill-pop {
  0%   { opacity: 0; transform: scale(0.5) translateY(20px); }
  100% { opacity: 1; transform: scale(1)   translateY(0); }
}

.camp-location {
  position: relative;
  z-index: 1;
  margin: 0 auto 44px;
  padding: 26px 34px;
  max-width: 500px;
  background: rgba(28, 36, 75, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  animation: elba-fade-up 0.8s ease 1.8s both;
  border: none;
}

.camp-location::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(
    var(--elba-border-angle, 0deg),
    #FFD23F,
    #2EC4B6,
    #6D419D,
    #FFD23F
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: elba-border-spin 4s linear infinite;
}

@property --elba-border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes elba-border-spin {
  to { --elba-border-angle: 360deg; }
}

.location-name {
  font-size: clamp(1.3rem, 3.5vw, 1.7rem);
  font-weight: 800;
  margin: 0 0 4px;
  color: #FFF8F0;
}

.location-address {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  margin: 0;
  color: rgba(255, 248, 240, 0.8);
}

.elba-location-link {
  color: #FFF8F0;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 248, 240, 0.5);
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.elba-location-link:hover {
  color: #FFD23F;
  text-decoration-color: transparent;
}

.elba-location-link:focus-visible {
  outline: 3px solid #FFF8F0;
  outline-offset: 4px;
  border-radius: 4px;
}

.camp-cta {
  position: relative;
  z-index: 1;
  margin: 0 auto 44px;
  animation: elba-fade-up 0.8s ease 2s both;
}

.cta-text {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: rgba(255, 248, 240, 0.85);
  margin: 0 0 16px;
}

.cta-button {
  display: inline-block;
  padding: 18px 48px;
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1C244B;
  background: #FFD23F;
  border: 3px solid #FFD23F;
  border-radius: 100px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 6px 24px rgba(255, 210, 63, 0.3);
  animation: elba-cta-glow 2.5s ease-in-out 2.5s infinite;
}

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

.cta-button:focus-visible {
  outline: 3px solid #FFF8F0;
  outline-offset: 4px;
}

.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-shimmer-sweep 3s ease-in-out 3s infinite;
}

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

@keyframes elba-cta-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.55), 0 0 80px rgba(255,210,63,0.15); }
}

.cta-email-display {
  margin: 14px 0 0;
}

.cta-email-display a {
  color: #FFF8F0;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  transition: text-decoration-color 0.3s ease, color 0.3s ease;
}

.cta-email-display a:hover {
  color: #FFD23F;
  text-decoration-color: transparent;
}

.cta-email-display a:focus-visible {
  outline: 3px solid #FFF8F0;
  outline-offset: 4px;
  border-radius: 4px;
}

.camp-welcome-banner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  animation: elba-fade-up 0.8s ease 2.2s both;
}

.camp-welcome-banner p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: rgba(255, 248, 240, 0.85);
  margin: 0;
  line-height: 1.6;
}

.camp-welcome-banner strong {
  color: #FFD23F;
  font-weight: 800;
}

.shape-9 { width: 45px; height: 45px; top: 40%; left: 15%; animation: elba-float-1 10s ease-in-out infinite; }
.shape-10 { width: 55px; height: 55px; bottom: 15%; right: 15%; animation: elba-float-3 11s ease-in-out infinite; }

.camp-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

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

.sparkle-1 { top: 12%; left: 25%; animation-delay: 0s; }
.sparkle-2 { top: 28%; right: 18%; animation-delay: 0.6s; }
.sparkle-3 { top: 50%; left: 35%; animation-delay: 1.2s; }
.sparkle-4 { top: 65%; right: 30%; animation-delay: 1.8s; }
.sparkle-5 { top: 80%; left: 18%; animation-delay: 2.4s; }
.sparkle-6 { top: 20%; left: 60%; animation-delay: 0.9s; }

@keyframes elba-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); }
}

@media (min-width: 1400px) {
  .elba-camp-hero {
    padding: 100px 48px 80px;
  }

  .camp-badge {
    width: clamp(160px, 12vw, 220px);
    height: clamp(160px, 12vw, 220px);
  }

  .badge-value { font-size: clamp(2rem, 2.5vw, 3.2rem); }
  .badge-label { font-size: clamp(0.8rem, 0.9vw, 1.1rem); }

  .camp-badge-ages { top: 40px; left: 10%; }
  .camp-badge-price { top: 40px; right: 10%; }

  .activities-list li {
    padding: 16px 36px;
    font-size: 1.3rem;
  }

  .camp-location {
    max-width: 580px;
    padding: 32px 44px;
  }

  .cta-button {
    padding: 22px 60px;
    font-size: 1.6rem;
  }

  .camp-welcome-banner {
    max-width: 700px;
  }
}

@media (min-width: 1920px) {
  .camp-badge {
    width: 220px;
    height: 220px;
  }

  .badge-value { font-size: 3.2rem; }
  .badge-label { font-size: 1.1rem; }

  .camp-badge-ages { top: 50px; left: 12%; }
  .camp-badge-price { top: 50px; right: 12%; }
}

@media (prefers-reduced-motion: reduce) {
  .elba-camp-hero,
  .shape,
  .sparkle,
  .date-icon,
  .title-line-1,
  .title-line-2,
  .title-line-2::after,
  .emphasis-highlight,
  .emphasis-highlight::after,
  .activities-list li,
  .camp-badge,
  .camp-badge-ages,
  .camp-badge-price,
  .camp-date-ribbon,
  .camp-schedule,
  .camp-emphasis-block,
  .camp-activities,
  .camp-location,
  .camp-location::before,
  .camp-cta,
  .camp-welcome-banner,
  .cta-button,
  .cta-button::before {
    animation: none !important;
    transition-duration: 0.01s !important;
  }

  .title-line-1,
  .title-line-2,
  .camp-date-ribbon,
  .camp-schedule,
  .camp-emphasis-block,
  .camp-activities,
  .activities-list li,
  .camp-location,
  .camp-cta,
  .camp-welcome-banner {
    opacity: 1 !important;
    transform: none !important;
  }

  .title-line-1 {
    -webkit-text-fill-color: #FFD23F !important;
  }

  .title-line-2 {
    -webkit-text-fill-color: #FFF8F0 !important;
  }

  .camp-badge {
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .title-line-2::after {
    width: min(80%, 500px) !important;
  }
}

@media (max-width: 1024px) {
  .elba-camp-hero {
    padding: 70px 20px 50px;
  }

  .camp-badge {
    width: 100px;
    height: 100px;
  }

  .badge-value { font-size: 1.35rem; }
}

@media (max-width: 767px) {
  .elba-camp-hero {
    padding: 110px 16px 40px;
  }

  .camp-badge {
    width: 90px;
    height: 90px;
  }

  .camp-badge-ages {
    top: 12px;
    left: 3%;
  }

  .camp-badge-price {
    top: 12px;
    right: 3%;
  }

  .badge-value { font-size: 1.2rem; }
  .badge-label { font-size: 0.6rem; }

  .activities-list {
    gap: 10px;
  }

  .activities-list li {
    padding: 10px 20px;
  }

  .cta-button {
    padding: 16px 36px;
  }

  .camp-location {
    padding: 20px 20px;
  }
}

@media (max-width: 400px) {
  .camp-badge {
    position: relative;
    display: inline-flex;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 8px 16px;
    width: 85px;
    height: 85px;
  }

  .elba-camp-hero {
    padding-top: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3bbb3d */.elba-camp-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 40px;
  color: #1C244B;
  font-family: inherit;
}

.elba-camp-section-heading {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  color: #1C244B;
  margin: 0 0 24px;
  line-height: 1.15;
  text-align: center;
}

.elba-camp-body-text {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.7;
  color: #324A6D;
  margin: 0 0 20px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.elba-camp-body-strong {
  font-weight: 700;
  color: #1C244B;
}

.elba-camp-why {
  margin-bottom: 64px;
  padding-top: 20px;
}

.elba-camp-benefits {
  margin-bottom: 64px;
}

.elba-camp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.elba-camp-benefit-card {
  background: #FFF8F0;
  border: 2px solid rgba(109, 65, 157, 0.12);
  border-radius: 16px;
  padding: 36px 28px 32px;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.elba-camp-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(109, 65, 157, 0.18);
}

.elba-camp-benefit-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #6D419D, #1C244B);
  color: #FFD23F;
  font-size: 1.8rem;
  animation: elba-icon-glow 3s ease-in-out infinite;
}

@keyframes elba-icon-glow {
  0%, 100% { box-shadow: 0 4px 16px rgba(109, 65, 157, 0.25); }
  50%      { box-shadow: 0 4px 28px rgba(109, 65, 157, 0.45), 0 0 50px rgba(255, 210, 63, 0.12); }
}

.elba-camp-benefit-title {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 800;
  color: #1C244B;
  margin: 0 0 12px;
}

.elba-camp-benefit-desc {
  font-size: clamp(1rem, 1.5vw, 1.1875rem);
  line-height: 1.65;
  color: #324A6D;
  margin: 0;
}

.elba-camp-activities-detail {
  margin-bottom: 64px;
  padding: 56px 0;
  background: linear-gradient(160deg, #1C244B 0%, #6D419D 100%);
  border-radius: 24px;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.elba-camp-activities-detail .elba-camp-section-heading {
  color: #FFF8F0;
}

.elba-camp-activity-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.elba-camp-activity-block {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 36px 28px 32px;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
}

.elba-camp-activity-block:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.14);
}

.elba-camp-activity-icon-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFD23F;
  color: #1C244B;
  font-size: 2rem;
  animation: elba-icon-bounce 2.5s ease-in-out infinite;
}

@keyframes elba-icon-bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

.elba-camp-activity-name {
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: #FFD23F;
  margin: 0 0 12px;
}

.elba-camp-activity-desc {
  font-size: clamp(1rem, 1.5vw, 1.1875rem);
  line-height: 1.65;
  color: rgba(255, 248, 240, 0.88);
  margin: 0;
}

.elba-camp-who {
  margin-bottom: 64px;
  padding-top: 20px;
}

.elba-camp-who-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 820px;
  margin: 32px auto 0;
}

.elba-camp-who-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #FFF8F0;
  border: 2px solid rgba(109, 65, 157, 0.12);
  border-radius: 12px;
  padding: 20px 24px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

.elba-camp-who-item:hover {
  transform: translateY(-3px);
  border-color: #6D419D;
}

.elba-camp-who-icon {
  font-size: 1.6rem;
  color: #6D419D;
  flex-shrink: 0;
  animation: elba-icon-pulse 3s ease-in-out infinite;
}

@keyframes elba-icon-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.15); opacity: 0.85; }
}

.elba-camp-who-text {
  font-size: clamp(1rem, 1.5vw, 1.1875rem);
  font-weight: 600;
  color: #1C244B;
  line-height: 1.45;
}

.elba-camp-reviews {
  margin-bottom: 64px;
  padding: 56px 0 20px;
}

.elba-camp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.elba-camp-review-card {
  background: #FFF8F0;
  border: 2px solid rgba(109, 65, 157, 0.12);
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.elba-camp-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(109, 65, 157, 0.15);
}

.elba-camp-review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.elba-camp-review-stars .fa-star {
  color: #FFD23F;
  font-size: 1.25rem;
  animation: elba-star-twinkle 3s ease-in-out infinite;
}

.elba-camp-review-stars .fa-star:nth-child(1) { animation-delay: 0s; }
.elba-camp-review-stars .fa-star:nth-child(2) { animation-delay: 0.15s; }
.elba-camp-review-stars .fa-star:nth-child(3) { animation-delay: 0.3s; }
.elba-camp-review-stars .fa-star:nth-child(4) { animation-delay: 0.45s; }
.elba-camp-review-stars .fa-star:nth-child(5) { animation-delay: 0.6s; }

@keyframes elba-star-twinkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.7; transform: scale(1.1); }
}

.elba-camp-review-text {
  font-size: clamp(1rem, 1.5vw, 1.1875rem);
  line-height: 1.65;
  color: #324A6D;
  margin: 0 0 20px;
  font-style: italic;
}

.elba-camp-review-author {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 800;
  color: #1C244B;
  margin: 0 0 2px;
}

.elba-camp-review-source {
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  color: #6D419D;
  font-weight: 600;
  margin: 0;
}

.elba-camp-gallery {
  margin-bottom: 64px;
}

.elba-camp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.elba-camp-gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.elba-camp-gallery-item {
  aspect-ratio: 3 / 4;
}

.elba-camp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.elba-camp-gallery-item:hover img {
  transform: scale(1.06);
}

.elba-camp-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 36, 75, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
  pointer-events: none;
}

.elba-camp-gallery-item:hover::after {
  opacity: 1;
}

.elba-camp-bottom-cta {
  background: linear-gradient(160deg, #1C244B 0%, #6D419D 100%);
  border-radius: 24px;
  padding: 56px 32px;
  text-align: center;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 20px;
}

.elba-camp-cta-heading {
  color: #FFF8F0 !important;
}

.elba-camp-bottom-cta .elba-camp-body-text {
  color: rgba(255, 248, 240, 0.88);
}

.elba-camp-cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 32px 0 24px;
}

.elba-camp-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 44px;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1C244B;
  background: #FFD23F;
  border: 3px solid #FFD23F;
  border-radius: 100px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease, background 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, text-decoration-color 0.35s ease, border-color 0.35s ease;
  box-shadow: 0 6px 24px rgba(255, 210, 63, 0.3);
  animation: elba-content-cta-glow 2.5s ease-in-out infinite;
}

.elba-camp-cta-btn-primary:hover {
  color: #1C244B;
  background: #FFF8F0;
  border-color: #FFF8F0;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 40px rgba(255, 210, 63, 0.5);
  text-decoration-color: #1C244B;
}

.elba-camp-cta-btn-primary:focus-visible {
  outline: 3px solid #FFF8F0;
  outline-offset: 4px;
}

.elba-camp-cta-btn-primary::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-content-shimmer 3.5s ease-in-out 2s infinite;
}

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

@keyframes elba-content-cta-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.55), 0 0 80px rgba(255, 210, 63, 0.15); }
}

.elba-camp-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 44px;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #FFF8F0;
  background: transparent;
  border: 3px solid #FFF8F0;
  border-radius: 100px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color 0.35s ease, background 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, text-decoration-color 0.35s ease, border-color 0.35s ease;
  box-shadow: none;
}

.elba-camp-cta-btn-secondary:hover {
  color: #1C244B;
  background: #FFF8F0;
  border-color: #FFF8F0;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 32px rgba(255, 248, 240, 0.25);
  text-decoration-color: #1C244B;
}

.elba-camp-cta-btn-secondary:focus-visible {
  outline: 3px solid #FFD23F;
  outline-offset: 4px;
}

.elba-camp-cta-btn-primary .fa-envelope {
  animation: elba-envelope-wiggle 2s ease-in-out 3s infinite;
}

@keyframes elba-envelope-wiggle {
  0%, 100% { transform: rotate(0deg); }
  10%      { transform: rotate(-12deg); }
  20%      { transform: rotate(12deg); }
  30%      { transform: rotate(-8deg); }
  40%      { transform: rotate(0deg); }
}

.elba-camp-cta-btn-secondary .fa-phone {
  animation: elba-phone-ring 2.5s ease-in-out 4s infinite;
}

@keyframes elba-phone-ring {
  0%, 100% { transform: rotate(0deg); }
  5%       { transform: rotate(15deg); }
  10%      { transform: rotate(-15deg); }
  15%      { transform: rotate(12deg); }
  20%      { transform: rotate(-10deg); }
  25%      { transform: rotate(5deg); }
  30%      { transform: rotate(0deg); }
}

.elba-camp-cta-email-line {
  margin: 0;
}

.elba-camp-cta-email-link {
  color: #FFF8F0;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 248, 240, 0.5);
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.elba-camp-cta-email-link:hover {
  color: #FFD23F;
  text-decoration-color: transparent;
}

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

@media (prefers-reduced-motion: reduce) {
  .elba-camp-benefit-icon,
  .elba-camp-activity-icon-wrap,
  .elba-camp-who-icon,
  .elba-camp-review-stars .fa-star,
  .elba-camp-cta-btn-primary,
  .elba-camp-cta-btn-primary::before,
  .elba-camp-cta-btn-primary .fa-envelope,
  .elba-camp-cta-btn-secondary .fa-phone {
    animation: none !important;
  }

  .elba-camp-benefit-card,
  .elba-camp-activity-block,
  .elba-camp-who-item,
  .elba-camp-review-card,
  .elba-camp-gallery-item img {
    transition-duration: 0.01s !important;
  }
}

@media (min-width: 1400px) {
  .elba-camp-content {
    max-width: 1320px;
    padding: 80px 48px 60px;
  }

  .elba-camp-section-heading {
    font-size: 3.2rem;
  }

  .elba-camp-benefit-card {
    padding: 44px 32px 36px;
  }

  .elba-camp-cta-btn-primary,
  .elba-camp-cta-btn-secondary {
    padding: 22px 56px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .elba-camp-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .elba-camp-activity-row {
    grid-template-columns: repeat(2, 1fr);
  }

    .elba-camp-activity-block:last-child {
    grid-column: 1 / -1;
    max-width: 480px;
    margin: 0 auto;
  }

  .elba-camp-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

    .elba-camp-review-card:last-child {
    grid-column: 1 / -1;
    max-width: 480px;
    margin: 0 auto;
  }

  .elba-camp-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .elba-camp-content {
    padding: 40px 16px 30px;
  }

  .elba-camp-benefits-grid {
    grid-template-columns: 1fr;
  }

  .elba-camp-activity-row {
    grid-template-columns: 1fr;
  }

  .elba-camp-activity-block:last-child {
    max-width: none;
  }

  .elba-camp-who-grid {
    grid-template-columns: 1fr;
  }

  .elba-camp-reviews-grid {
    grid-template-columns: 1fr;
  }

  .elba-camp-review-card:last-child {
    max-width: none;
  }

  .elba-camp-gallery-grid {
    grid-template-columns: 1fr;
  }

  .elba-camp-activities-detail {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
  }

  .elba-camp-bottom-cta {
    margin-left: -16px;
    margin-right: -16px;
    padding: 44px 20px;
    border-radius: 16px;
  }

  .elba-camp-cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .elba-camp-cta-btn-primary,
  .elba-camp-cta-btn-secondary {
    width: 100%;
    max-width: 360px;
    justify-content: center;
    padding: 16px 32px;
  }
}/* End custom CSS */