.elementor-kit-8{--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-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#C53100;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#9E2700;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#FFFFFF;padding-inline-end:0px;padding-inline-start:0px;}.site-footer{background-color:#FFFFFF;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .site-navigation ul.menu li a{color:#000000;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#000000;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.site-header {
    border-bottom: 3px solid #CC5027;
}

.site-footer {
    border-top: 3px solid #CC5027;
}

.site-header .site-navigation ul.menu li {
    display: inline-block; /* Ensures the list items are displayed inline */
    margin-right: 10px; /* Adjust the space between buttons as needed */
}

.site-header .site-navigation ul.menu li a {
    display: inline-block; /* Ensures the element respects padding and border */
    padding: 10px 20px; /* Adjust padding as needed */
    border-radius: 25px; /* Creates the rounded effect */
    background-color: #C53100; /* Background color of the button */
    color: #fff; /* Text color */
    text-decoration: none; /* Removes underline from links */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.site-header .site-navigation ul.menu li a:hover {
    background-color: #9E2700; /* Darker shade for hover effect */
}

/* Remove the margin on the last list item to avoid extra space at the end */
.site-header .site-navigation ul.menu li:last-child {
    margin-right: 0;
}

footer .site-navigation ul.menu a {
    color: #C53100;
}/* End custom CSS */