.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2d3840e:#9A97A2;--e-global-color-a27fd20:#F7F7F7;--e-global-color-697e51a:#131727;--e-global-color-59a5e7f:#8817EB;--e-global-color-65dbd65:#6C7180;--e-global-color-d906f48:#F9FAFB;--e-global-color-8e2455c:#F6F2FF;--e-global-color-87de956:#DE3ADC;--e-global-color-32a6001:#EC4772;--e-global-color-90e6e7e:#FDF4FF;--e-global-color-94863bc:#C201D1;--e-global-color-53cb08f:#C201D1;--e-global-color-01a1fc7:#F27F22;--e-global-color-c1a2801:#EF9C20;--e-global-color-09b81ab:#FEFCEB;--e-global-color-320511e:#D47D1A;--e-global-color-0bdfe7b:#20BA87;--e-global-color-a5643a1:#2AB79F;--e-global-color-2143571:#ECFDF5;--e-global-color-4b42903:#1D9B71;--e-global-color-cf6cbdf:#4E5564;--e-global-color-87c82dd:#AE83F8;--e-global-color-10d888d:#D7B0F8;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--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:500;color:var( --e-global-color-697e51a );font-family:"Inter", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Inter", Sans-serif;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;}.elementor-kit-6 h6{font-family:"Inter", Sans-serif;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* --- ГЛОБАЛЕН LED БУТОН --- */

/* 1. Настройки на самия бутон */
.adway-led-button .elementor-button {
    position: relative !important;
    overflow: hidden !important; 
    background: #1a1924 !important; /* Тъмен фон */
    border: none !important; 
    border-radius: 12px !important; 
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    z-index: 1;
}

/* 2. Псевдо-елемент ::before: "Лед лентата" */
.adway-led-button .elementor-button::before {
    content: "" !important;
    position: absolute !important;
    top: -4px !important; 
    left: -4px !important; 
    right: -4px !important; 
    bottom: -4px !important;
    z-index: -2 !important;
    background: conic-gradient(
        from 0deg at 50% 50%, 
        #ff0000,   /* Червено */
        #a754ff,   /* Лилаво */
        #007bff,   /* Синьо */
        #00ff00,   /* Зелено */
        #ff8800,   /* Оранжево */
        #ff0000    /* Обратно към червено */
    ) !important;
    animation: led-rotate 6s linear infinite !important; 
    filter: blur(1px) !important; 
}

/* 3. Псевдо-елемент ::after: "Маската" */
.adway-led-button .elementor-button::after {
    content: "" !important;
    position: absolute !important;
    inset: 1.5px !important; /* Дебелината на светещата рамка */
    background: inherit !important; 
    border-radius: inherit !important;
    z-index: -1 !important;
}

/* 4. Hover ефекти */
.adway-led-button .elementor-button:hover::before {
    filter: blur(3px) brightness(1.2) !important; 
}

.adway-led-button .elementor-button:hover {
    transform: translateY(-2px) scale(1.01) !important; 
    box-shadow: 
        0 8px 15px rgba(0, 0, 0, 0.3), 
        0 20px 30px -5px rgba(167, 84, 255, 0.25) !important; 
}

/* 5. Анимацията за въртене */
@keyframes led-rotate {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */