.elementor-4995 .elementor-element.elementor-element-3d11e6d > .elementor-background-overlay{background-color:#000000;opacity:0.52;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4995 .elementor-element.elementor-element-3d11e6d > .elementor-container{min-height:698px;}.elementor-4995 .elementor-element.elementor-element-3d11e6d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-4995 .elementor-element.elementor-element-6bfda8b{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:var( --e-global-color-39176ff );}.elementor-4995 .elementor-element.elementor-element-6bfda8b .elementor-headline{text-align:center;font-family:"Roboto", Sans-serif;font-size:50px;font-weight:600;}.elementor-4995 .elementor-element.elementor-element-6bfda8b .elementor-headline-plain-text{color:var( --e-global-color-text );}.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-4995 .elementor-element.elementor-element-919f805 > .elementor-widget-container{margin:31px 31px 31px 31px;}.elementor-4995 .elementor-element.elementor-element-919f805{text-align:center;}.elementor-4995 .elementor-element.elementor-element-919f805 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;line-height:35px;color:var( --e-global-color-astglobalcolor6 );}.elementor-4995 .elementor-element.elementor-element-91b95f0.elementor-column > .elementor-widget-wrap{justify-content:center;}.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-4995 .elementor-element.elementor-element-ccda49b .elementor-button{background-color:var( --e-global-color-39176ff );font-family:"Roboto", Sans-serif;font-size:23px;font-weight:500;border-radius:8px 8px 8px 8px;}.elementor-4995 .elementor-element.elementor-element-ccda49b{width:auto;max-width:auto;}@media(max-width:782px){.elementor-4995 .elementor-element.elementor-element-6bfda8b .elementor-headline{font-size:20px;}}/* Start custom CSS for button, class: .elementor-element-ccda49b *//* --- Base Glassmorphism Style --- */
.elementor-4995 .elementor-element.elementor-element-ccda49b {
  /* This will only work if the background color is CLEARED in the Style tab */
  
  /* Ensure text is white and readable */
  color: #FFFFFF !important;

  /* Initial state of the glow - completely transparent */
  box-shadow: 0 0 0 0 rgba(255, 184, 19, 0) !important; 
  
  /* Smooth transition for all properties we are changing */
  transition: all 0.4s ease-out !important;
}

/* --- Hover State: Animated Glow and Lift --- */
.elementor-4995 .elementor-element.elementor-element-ccda49b:hover {
  /* Make the button lift up and slightly grow */
  transform: translateY(-5px) scale(1.15) !important;

  /* Enhance the glass effect on hover */
  
  backdrop-filter: blur(px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  
  /* 
   Layered, realistic ORANGE glow to match your original button color.
  */
  box-shadow: 0 0 25px 4px rgba(255, 184, 19, 0.7), /* Inner Orange Glow */
              0 0 45px 12px rgba(255, 165, 0, 0.5) !important; /* Outer Orange Glow */
}/* End custom CSS */