.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-61dc7dc:#BD1032;--e-global-color-f91635b:#24325B;--e-global-color-7d59d3c:#CAFFD9;--e-global-color-a0925cf:#FCFFD2;--e-global-typography-primary-font-family:"Noto Kufi Arabic";--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-6 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);}.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-kit-6{--e-global-typography-primary-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button {
  background: linear-gradient(45deg, #E30B17, #61CE70);
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(227, 11, 23, 0.6);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  outline: none;
}

.elementor-button:hover {
  box-shadow: 0 8px 25px rgba(97, 206, 112, 0.8);
  transform: scale(1.1);
}

.elementor-button::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.4) 100%
  );
  transform: rotate(25deg);
  transition: all 0.7s ease;
  z-index: 0;
  pointer-events: none;
}

.elementor-button:hover::before {
  left: 100%;
  transition: all 0.7s ease;
}

.elementor-button span {
  position: relative;
  z-index: 2;
  transition: text-shadow 0.3s ease;
}

.elementor-button:hover span {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}/* End custom CSS */