.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.planning-section-title-left {
   /* 👈 evita que se mueva hacia arriba */
  transform: rotate(0.deg); /* 👈 inclinación leve */position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #64158d; /* Color base más oscuro */
  text-shadow:
    0 0 10px #8b2dd1,
    0 0 25px #a855f7,
    0 0 45px #9333ea,
    0 0 70px rgba(147, 51, 234, 0.7);
  filter: blur(5px); /* Desenfoque gaussiano suave */
  letter-spacing: 2px;
  animation: neon-glow 3s ease-in-out infinite alternate,
             neon-flicker 0.12s infinite;
  transition: all 0.3s ease;
}

/* ✨ Reflejo inferior tipo vidrio */
.planning-section-title-left:after {
  content: attr(data-text); /* duplica el texto */
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #64158d;
  opacity: 0.25;
  transform: scaleY(-1);
  filter: blur(3px);
  text-shadow:
    0 0 8px #a855f7,
    0 0 20px #9333ea,
    0 0 35px rgba(147, 51, 234, 0.5);
  animation: reflection-glow 4s ease-in-out infinite alternate;
}

/* Animación del brillo neón */
@keyframes neon-glow {
  0% {
    text-shadow:
      0 0 10px #8b2dd1,
      0 0 25px #a855f7,
      0 0 45px #9333ea;
  }
  50% {
    text-shadow:
      0 0 25px #a855f7,
      0 0 50px #9333ea,
      0 0 75px #7e22ce;
  }
  100% {
    text-shadow:
      0 0 10px #8b2dd1,
      0 0 25px #a855f7,
      0 0 45px #9333ea;
  }
}

/* Vibración luminosa */
@keyframes neon-flicker {
  0%, 18%, 5%, 50%, 15%, 80%, 100% {
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0.85;
  }
}

/* Brillo reflejado */
@keyframes reflection-glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(3px);
  }
  50% {
    opacity: 0.35;
    filter: blur(4px);
  }
}

.footer-top-logo {
    display: none;
}
.padding-bottom-50{
    padding-bottom: 50px;
    display: none;
}

.nav-left-search {

    display: none;
}
.dark-area .switch .slider.round{
    border-radius: 30px;
    display: none;
}
.nav-right-part .right-btn-text{
    border: 1px solid #686868;
    border-radius: 35px;
    padding: 10px 18px;
    display: none;
}
.logo-wrapper{
    display: none;
}/* End custom CSS */