.elementor-6 .elementor-element.elementor-element-ac91806{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6 .elementor-element.elementor-element-da627a1 .elementor-heading-title{color:#F1FBFF;}.elementor-6 .elementor-element.elementor-element-272fa2b{--display:flex;}.elementor-6 .elementor-element.elementor-element-5ee0630 .elementor-heading-title{font-family:"RocknRoll One", Sans-serif;font-weight:600;color:#DDE3E6;}.elementor-6 .elementor-element.elementor-element-c6b3589{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-countdown .elementor-countdown-item{background-color:var( --e-global-color-primary );}.elementor-widget-countdown .elementor-countdown-digits{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-countdown .elementor-countdown-label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-countdown .elementor-countdown-expire--message{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6 .elementor-element.elementor-element-8f23209 .elementor-countdown-wrapper{max-width:100%;}.elementor-6 .elementor-element.elementor-element-8f23209 .elementor-countdown-item{background-color:#6EC1E400;}body:not(.rtl) .elementor-6 .elementor-element.elementor-element-8f23209 .elementor-countdown-item:not(:first-of-type){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-6 .elementor-element.elementor-element-8f23209 .elementor-countdown-item:not(:last-of-type){margin-right:calc( 10px/2 );}body.rtl .elementor-6 .elementor-element.elementor-element-8f23209 .elementor-countdown-item:not(:first-of-type){margin-right:calc( 10px/2 );}body.rtl .elementor-6 .elementor-element.elementor-element-8f23209 .elementor-countdown-item:not(:last-of-type){margin-left:calc( 10px/2 );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6 .elementor-element.elementor-element-2b67144 .elementor-button-content-wrapper{flex-direction:row;}.elementor-6 .elementor-element.elementor-element-2b67144 .elementor-button .elementor-button-content-wrapper{gap:0px;}.elementor-6 .elementor-element.elementor-element-2cba3ea .elementor-heading-title{color:#E9F1F5;}.elementor-6 .elementor-element.elementor-element-c29c90b{--display:flex;}.elementor-6 .elementor-element.elementor-element-982ae4e .elementor-heading-title{color:#F6FCFF;}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-da627a1{margin:29px 29px calc(var(--kit-widget-spacing, 0px) + 29px) 29px;}.elementor-6 .elementor-element.elementor-element-5ee0630{text-align:center;}.elementor-6 .elementor-element.elementor-element-2b67144 .elementor-button{border-radius:14px 14px 14px 14px;padding:19px 19px 19px 19px;}.elementor-6 .elementor-element.elementor-element-2cba3ea{margin:9px 9px calc(var(--kit-widget-spacing, 0px) + 9px) 9px;text-align:center;}.elementor-6 .elementor-element.elementor-element-982ae4e{margin:31px 31px calc(var(--kit-widget-spacing, 0px) + 31px) 31px;text-align:center;}}/* Start custom CSS for button, class: .elementor-element-2b67144 *//* 4-Color Blinking Background and Glow */
@keyframes multi-color-blink-4-bg {
  
  /* 0% & 100% (Red) */
  0%, 100% { 
    /* Button Background Color */
    background-color: #FF0000; 
    
    /* Glow Color (Matching Red) */
    box-shadow: 0 0 20px rgba(255, 0, 0, 1); 
    
    opacity: 1; /* Fully visible */
  }
  
  /* 25% (Yellow) */
  25% {
    /* Button Background Color */
    background-color: #FFFF00;
    
    /* Glow Color (Matching Yellow) */
    box-shadow: 0 0 20px rgba(255, 255, 0, 1);
    
    opacity: 0.8; /* Slight fade for a pulse effect */
  }
  
  /* 50% (Blue) */
  50% {
    /* Button Background Color */
    background-color: #0000FF;
    
    /* Glow Color (Matching Blue) */
    box-shadow: 0 0 20px rgba(0, 0, 255, 1);
    
    opacity: 1; 
  }
  
  /* 75% (Green) */
  75% {
    /* Button Background Color */
    background-color: #00FF00;
    
    /* Glow Color (Matching Green) */
    box-shadow: 0 0 20px rgba(0, 255, 0, 1);
    
    opacity: 0.8;
  }
}

/* Apply the Animation to your Elementor Button */
.elementor-6 .elementor-element.elementor-element-2b67144 .elementor-button {
  /* Set the initial text color so it remains visible against all backgrounds */
  color: #000 !important; 
  
  /* Apply the new animation */
  animation: multi-color-blink-4-bg 4s linear infinite; 
}/* End custom CSS */