.elementor-kit-5{--e-global-color-primary:#4A4A4A;--e-global-color-secondary:#BFBFBF;--e-global-color-text:#4A4A4A;--e-global-color-accent:#F28C28;--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 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{color:var( --e-global-color-primary );background-color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#F28C28;border-radius:5px 5px 5px 5px;padding:12px 12px 12px 12px;}.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;}{}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:1000px){.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 *//* Floating toast-style success message — GS Orange, slide-in */
.elementor-form .elementor-message-success {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #F28C28;          /* GS brand orange */
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 10px;          /* softer, reply-style bubble */
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    z-index: 9999;

    /* Start hidden and slightly off-screen */
    opacity: 0;
    transform: translateX(40px);

    /* Slide in, then fade out */
    animation: toastSlideIn 0.45s ease-out forwards,
               toastFadeOut 1s ease-in forwards 4s;
}

/* Remove any leftover pseudo-elements */
.elementor-form .elementor-message-success:before {
    display: none !important;
    content: none !important;
}

/* Slide-in animation */
@keyframes toastSlideIn {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    60% {
        opacity: 1;
        transform: translateX(-4px); /* slight overshoot for premium feel */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fade-out animation */
@keyframes toastFadeOut {
    to {
        opacity: 0;
        transform: translateX(20px);
    }
}
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-x: hidden;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.e-con, .elementor-section, .elementor-container {
    max-width: 100% !important;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/* Must be global because this element is outside the form */
.pac-container {
    z-index: 9999999 !important;
    font-family: sans-serif;
}/* End custom CSS */