.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a94feaf:#000000;--e-global-color-9667f48:#FFFFFF;--e-global-color-5bbd1bb:#EC1C25;--e-global-color-7756baa:#252525;--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-10 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){margin-block-end: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 */.gradient-border-red {
  position: relative;
  padding: 20px;
  background: #000;
  z-index: 1;
}

.gradient-border-red::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(90deg, #ff0000, #b30000, #ff0000); /* Brighter red gradient */
  z-index: -1;
  border-radius: 6px;
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 1px;
}



.gradient-divider-red .elementor-divider-separator {
  height: 2px;
  background: linear-gradient(90deg, #ff0000, #b30000, #ff0000);
  border: none;
}


.glow-gradient-box {
  position: relative;
  padding: 20px;
  background: #000;
  z-index: 1;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.4); /* Red glow */
}

..glow-gradient-box {
  position: relative;
  padding: 20px;
  background: #000;
  z-index: 1;
  box-shadow: 
    0 0 15px rgba(255, 0, 0, 0.5),
    0 0 30px rgba(255, 0, 0, 0.4),
    0 0 45px rgba(255, 0, 0, 0.3); /* Multi-layer glow */
}



.glow-gradient-box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(90deg, #ff0000, #b30000, #ff0000);
  z-index: -1;
  border-radius: 6px;
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 1px;
  box-shadow: 
    0 0 20px rgba(255, 0, 0, 0.5),
    0 0 35px rgba(255, 0, 0, 0.4),
    0 0 60px rgba(255, 0, 0, 0.3); /* Glow on gradient border */
}/* End custom CSS */