.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-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-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* This applies to all bullet points */
.my-bullets ul li {
  padding-bottom: 9px;
}

/* This specifically targets and overrides the last bullet point */
.my-bullets ul li:last-child {
  padding-bottom: 18px;
}

/* Style the list item container */
.main-nav-button {
    display: flex;
    align-items: center;
}

/* Style the actual link inside the menu item */
.main-nav-button a {
    background-color: #E4342A !important;
    color: #ffffff !important;
    padding: 10px 25px !important; /* Adjusted for a better button shape */
    border-radius: 5px; /* Optional: gives it rounded corners */
    transition: all 0.3s ease-in-out !important;
    line-height: 1 !important;
}

/* Hover State */
.main-nav-button a:hover {
    background-color: #CC2F26 !important;
    
}

/* Remove Elementor's default underline/pointer animation for this specific button */
.main-nav-button a:before, 
.main-nav-button a:after {
    display: none !important;
}/* End custom CSS */