.elementor-kit-8{--e-global-color-primary:#14419B;--e-global-color-secondary:#39B8EE;--e-global-color-text:#404040;--e-global-color-accent:#61CE70;--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-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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@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 */#footer {
    display: none;
}

#masthead {
    display: none;
}

hr {
  display: none;
}



/* Base styles for the WhatsApp button */
.wa__btn_popup {
  animation: intenseShake 1.6s infinite;
}

/* Keyframes for the shake animation */
@keyframes intenseShake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* Larger button and icon for desktop */
@media (min-width: 768px) {
  .wa__btn_popup {
    width: 80px;
    height: 80px;
  }
  .wa__btn_popup .wa__btn_popup_icon {
    width: 100%;
    height: 100%;
    background-size: 80%; /* Adjust this value to make the icon larger */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Smaller button and icon for mobile */
@media (max-width: 767px) {
  .wa__btn_popup {
    width: 50px;
    height: 50px;
  }
  .wa__btn_popup .wa__btn_popup_icon {
    width: 100%;
    height: 100%;
    background-size: 80%; /* Adjust this value to make the icon larger */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}/* End custom CSS */