.elementor-kit-639{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3a6c6eb:#FFFFFF;--e-global-color-648a1e3:#2F2F2F;--e-global-color-62ea2e7:#82FF1F;--e-global-color-8da2a59:#101010;--e-global-color-63f6d05:#C9A227;--e-global-color-56f4004:#DADADA;--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;background-color:var( --e-global-color-8da2a59 );}.elementor-kit-639 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* CUSTOM SCROLL TO TOP */

#rk-scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(16, 16, 16, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid #54595F;
    border-radius: 3px;

    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

/* Show button after scrolling */
#rk-scroll-top.rk-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Custom gold arrow */
#rk-scroll-top .rk-arrow {
    width: 10px;
    height: 10px;

    border-left: 1px solid #D4AF37;
    border-top: 1px solid #D4AF37;

    transform: rotate(45deg) translate(2px, 2px);
}

/* Subtle hover */
#rk-scroll-top:hover {
    border-color: #D4AF37;
    background: rgba(16, 16, 16, 0.55);
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 767px) {
    #rk-scroll-top {
        width: 38px;
        height: 38px;
        right: 16px;
        bottom: 16px;
    }
}
/* NAVIGATION ANCHOR OFFSET — ONLY THESE SECTIONS */

#perspective {
    scroll-margin-top: 140px;
}

#ventures {
    scroll-margin-top: 140px;
}

#appearances {
    scroll-margin-top: 140px;
}

#contact {
    scroll-margin-top: 140px;
}/* End custom CSS */