.elementor-kit-5177{--e-global-color-primary:#A08D63;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#A08D63;--e-global-color-e8ed501:#6EC1E4;--e-global-color-6697b264:#61CE70;--e-global-color-46d68170:#333333;--e-global-color-48cea5a6:#23A455;--e-global-color-179cc993:#000;--e-global-color-6445be0b:#FFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:300;}.elementor-kit-5177 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5177 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color:#a08d63;--lightbox-ui-color-hover:#a08d63;}.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 *//* Styles for screens up to 767px wide (typical mobile breakpoint in Elementor) */
@media only screen and (max-width: 767px) {
    /* Example: Adjust font size for a heading on mobile */
    .elementor-heading-title {
        font-size: 24px !important;
    }

    /* Example: Center a button on mobile */
    .elementor-button-wrapper {
        text-align: center;
    }

    /* Example: Hide an element on mobile */
    .my-desktop-element {
        display: none;
    }

    /* Example: Change column width on mobile */
    .elementor-column.elementor-col-50 { /* Targeting a 50% width column */
        width: 100% !important; /* Make it full width on mobile */
    }
}

/* You can also target specific breakpoints if needed, for instance, for smaller phones */
@media only screen and (max-width: 480px) {
    /* Specific styles for very small mobile screens */
    .my-element-for-small-mobile {
        padding: 10px;
    }
}/* End custom CSS */