.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-dd98f7e:#2F80ED;--e-global-color-42b07b8:#213969;--e-global-color-1db7db0:#D9D9D9;--e-global-color-bd66abc:#CEC8C8;--e-global-color-c7b7f24:#2476E5;--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;font-family:"Inter", Sans-serif;font-size:24px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-42b07b8 );font-family:"Inter", Sans-serif;color:#FFFFFF;border-radius:8px 8px 8px 8px;padding:15px 50px 15px 50px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-dd98f7e );}.elementor-kit-5 h1{font-size:56px;font-weight:700;line-height:70px;}.elementor-kit-5 h2{color:var( --e-global-color-dd98f7e );font-size:36px;font-weight:600;line-height:45px;}.elementor-kit-5 h3{line-height:28px;}.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-kit-5{font-size:18px;}.elementor-kit-5 h1{font-size:25px;line-height:1.3em;}.elementor-kit-5 h2{font-size:23px;line-height:1.4em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{padding:10px 25px 10px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ✅ Applies to all unordered lists across the site */
ul {
  margin-bottom: 15px; /* spacing after the list */
  padding-left: 1.2em; /* default padding to maintain bullets */
}

ul li {
  margin-bottom: 15px; /* spacing between items */
}

ul li:last-child {
  margin-bottom: 0; /* remove extra space after last item */
}

/* ✅ Mobile-only centering of lists and bullets */
@media (max-width: 767px) {
  ul {
    list-style-position: inside;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  ul li {
    text-align: center;
    display: list-item;
  }
}/* End custom CSS */