.elementor-kit-8{--e-global-color-primary:#D2222A;--e-global-color-secondary:#1F5EA8;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Poppins", Sans-serif;font-weight:600;border-style:solid;border-width:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.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 *//* Button base (RED دائم) */
.elementor-kit-8 .elementor-button {
  position: relative;
  background: #D2222A;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}

/* Blue mask layer (hidden by default) */
.elementor-kit-8 .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1F5EA8;

  -webkit-mask-image: url("https://damagerestorationdc.com/wp-content/uploads/2026/03/nature-sprite.png-scaled.png");
  mask-image: url("https://damagerestorationdc.com/wp-content/uploads/2026/03/nature-sprite.png-scaled.png");

  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;

  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  z-index: 0;
  pointer-events: none;
}

/* Text always on top */
.elementor-kit-8 .elementor-button span {
  position: relative;
  z-index: 2;
}

/* HOVER → show BLUE */
.elementor-kit-8 .elementor-button:hover::before {
  animation: maskIn 0.7s steps(22) forwards;
}

/* LEAVE → back to RED */
.elementor-kit-8 .elementor-button:not(:hover)::before {
  animation: maskOut 0.7s steps(22) forwards;
}

/* Animations */
@keyframes maskIn {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes maskOut {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}/* End custom CSS */