.elementor-kit-21{--e-global-color-primary:#765C45;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#DAD5CB;--e-global-color-accent:#EDEBE4;--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:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;color:#765C45;font-family:"Montserrat", Montserrat;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:100%;}.elementor-kit-21 button,.elementor-kit-21 input[type="button"],.elementor-kit-21 input[type="submit"],.elementor-kit-21 .elementor-button{background-color:#765C45;color:#FFFFFF;}.elementor-kit-21 e-page-transition{background-color:#FFFFFF;}.elementor-kit-21 a{color:#723B00;font-family:"Montserrat", Montserrat;}.elementor-kit-21 h1{color:#FFFFFF;}.elementor-kit-21 h2{color:#765C45;}.elementor-kit-21 h3{color:#FFFFFF;}.elementor-kit-21 h4{color:#FFFFFF;}.elementor-kit-21 h5{color:#FFFFFF;}.elementor-kit-21 h6{color:#723B00;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.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 *//* Import Montserrat font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* Set background of entire site */
body, html {
    background-color: #ffffff !important;  /* White background */
    font-family: 'Montserrat', sans-serif !important; /* Apply Montserrat globally */
}

/* Set default text color */
body, html, p, span, li, a, h1, h2, h3, h4, h5, h6 {
    color: #765C45 !important; /* Beige text */
    font-family: 'Montserrat', sans-serif !important; /* Ensure all elements use Montserrat */
}

/* Force button text to pure white */
a.elementor-button, 
button.elementor-button, 
.schedule-appointment-btn {
    color: #ffffff !important; /* Pure white text */
    background-color: #ffffff !important; /* Dark beige/brown */
    font-weight: 600; /* Slightly bolder for readability */
    font-family: 'Montserrat', sans-serif !important;
    text-shadow: none !important; /* Remove any shadow making it dull */
}

/* Optional hover effect */
a.elementor-button:hover, 
button.elementor-button:hover, 
.schedule-appointment-btn:hover {
    background-color: #B58D71 !important; /* Lighter beige */
    color: #ffffff !important;
}/* End custom CSS */