.elementor-kit-13{--e-global-color-primary:#51ACFB;--e-global-color-secondary:#093B60;--e-global-color-text:#252525;--e-global-color-accent:#DD1515;--e-global-color-f55e718:#005299;--e-global-color-86c0faf:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--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:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;line-height:27px;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-86c0faf );border-radius:4px 4px 4px 4px;padding:22px 30px 22px 30px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-86c0faf );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{font-family:"Montserrat", Sans-serif;font-size:80px;font-weight:700;line-height:88px;}.elementor-kit-13 h2{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:700;line-height:48px;}.elementor-kit-13 h3{font-family:"Montserrat", Sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;line-height:15px;}.elementor-kit-13 h4{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:700;line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@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-13 h2{font-size:30px;line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Pulsing Button */
.special-btn .elementor-button {
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


/* Special offer effect */
.special-offer {
  animation: glow 2s infinite, scalePulse 2s infinite;
}

/* Glow */
@keyframes glow {
  0% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px rgba(255, 255, 255, 1);
  }
  100% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.7);
  }
}

/* Zoom */
@keyframes scalePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02); /* +10% */
  }
  100% {
    transform: scale(1);
  }
}/* End custom CSS */