.elementor-kit-6{--e-global-color-primary:#B59548;--e-global-color-secondary:#A38642;--e-global-color-text:#FFFFFF;--e-global-color-accent:#332D1F;--e-global-color-c4c0f8e:#000000;--e-global-color-f0f4a79:#0B0C10;--e-global-typography-primary-font-family:"Bebas Neue";--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:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{color:var( --e-global-color-text );}.elementor-kit-6 h2{color:var( --e-global-color-text );}.elementor-kit-6 h3{color:var( --e-global-color-text );}.elementor-kit-6 h4{color:var( --e-global-color-text );}.elementor-kit-6 h5{color:var( --e-global-color-text );}.elementor-kit-6 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:60px;--container-default-padding-right:40px;--container-default-padding-bottom:60px;--container-default-padding-left:40px;}.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: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;--container-default-padding-top:60px;--container-default-padding-right:15px;--container-default-padding-bottom:60px;--container-default-padding-left:15px;}}/* Start custom CSS *//* Base Button */
.elementor-button {
    position: relative;
    background: #b69347 !important; /* Gold */
    color: #fff !important;         /* Text always white */
    padding: 12px 30px 12px 65px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Text always white */
.elementor-button:hover {
    color: #fff !important;
}

/* LEFT SIDE SEMI-CIRCLE WITH ARROW */
.elementor-button:before {
    content: "»";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55px;
    background: rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 20px;
    color: #fff;
    transition: all 0.4s ease;
}

/* Hover darker shade */
.elementor-button:hover:before {
    background: rgba(0, 0, 0, 0.25);
}

/* SHINE EFFECT */
.elementor-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.0), rgba(255,255,255,0.4), rgba(255,255,255,0.0));
    transform: skewX(-25deg);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% { left: -75%; }
    100% { left: 125%; }
}/* End custom CSS */