.elementor-kit-6{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFD700;--e-global-color-b278f27:#D4AF37;--e-global-color-04d3514:#B8962E;--e-global-color-0b414f7:#F5D97E;--e-global-color-4636429:#8C6A1F;--e-global-color-ad985fc:#1A1A1A;--e-global-color-6dd1670:#2A2A2A;--e-global-color-0650b38:#BFBFBF;--e-global-color-a8c6438:#8A8A8A;--e-global-color-84317c5:#1E3A5F;--e-global-color-fad95da:#5A0F1C;--e-global-color-ee42a6e:#DDDBC3;--e-global-color-d23d07c:#EFEEE4;--e-global-typography-primary-font-family:"Montserrat";--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;font-size:20px;line-height:24px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-size:20px;line-height:24px;}.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 */.white, .white a{color:#fff;}
.white a:hover{color:#ffd700;}
#site-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff; /* your luxury black */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#site-loader img {
    width: 120px; /* adjust size */
}

/* Hide loader */
#site-loader.hide {
    opacity: 0;
    visibility: hidden;
}
.sig-btn .elementor-button {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent !important;
    padding: 0;
}
.sig-btn .elementor-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #FFD700;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.sig-btn:hover .elementor-button-icon {
    transform: translateX(6px);
}/* End custom CSS */