.elementor-kit-3616{--e-global-color-primary:#FF0000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#DBA221;--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-3616 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 */.dorBTN {
  background: linear-gradient(90deg, #881010, #881010, #881010);
  background-size: 300%;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 14px 45px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(229, 9, 20, 0.3);
  transition: all 0.3s ease;
  transform: scale(1);
  background-position: 0%;
}

.dorBTN:hover {
  
  background-position: 100%;
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(229, 9, 20, 0.5);

}/* End custom CSS */