.elementor-kit-5{--e-global-color-primary:#AD7E38;--e-global-color-secondary:#0B2B50;--e-global-color-text:#0B2B50;--e-global-color-accent:#C9934A;--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-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:#FFFFFF;}.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);}@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 */.gradiente-oro {
    background: linear-gradient(
        135deg, 
        #614124 0%, 
        #B58A63 25%, 
        #CEAB8A 50%, 
        #916843 75%, 
        #614124 100%
    ) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    display: inline-block;
    filter: drop-shadow(0px 1px 1px rgba(255, 255, 255, 0.3)) !important;
}


.bottone-base .elementor-button {
    background: #C9934A !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    padding: 16px 32px !important;
    border-radius: 50px !important; /* Arrotondato moderno, molto sinuoso */
    box-shadow: 0 4px 15px rgba(201, 147, 74, 0.2) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1;
    
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease, 
                background 0.5s ease !important;
}

.bottone-base .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg, 
        #C9934A 0%, 
        #E3B473 50%, 
        #B07B35 100%
    ) !important;
    opacity: 0;
    transition: opacity 0.4s ease !important;
    z-index: -1;
}

.bottone-base .elementor-button:hover {
    color: #ffffff !important;
    
    transform: scale(1.04) !important; 
    box-shadow: 0 8px 25px rgba(201, 147, 74, 0.35) !important;
}

.bottone-base .elementor-button:hover::before {
    opacity: 1 !important;
}

.bottone-base .elementor-button:active {
    transform: scale(0.98) !important;
    box-shadow: 0 2px 8px rgba(201, 147, 74, 0.2) !important;
}


html body #ast-scroll-top {
    background: linear-gradient(
        135deg, 
        #614124 0%, 
        #B58A63 25%, 
        #CEAB8A 50%, 
        #916843 75%, 
        #614124 100%
    ) !important;
    border: none !important;
    opacity: 1 !important;
}

html body #ast-scroll-top .ast-icon.icon-arrow svg,
html body #ast-scroll-top .ast-icon.icon-arrow svg path {
    fill: #ffffff !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
}

html body #ast-scroll-top .ast-icon.icon-arrow {
    transform: none !important;
    display: inline-flex !important;
}/* End custom CSS */