.elementor-kit-6{--e-global-color-primary:#1C3047;--e-global-color-secondary:#111111;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B29063;--e-global-color-7087100:#FFFFFF;--e-global-color-654ebfe:#C4C4C4;--e-global-typography-primary-font-family:"Marcellus";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Marcellus";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Marcellus";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:300;}.elementor-kit-6 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){--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 */.bg-scale-hover {
    position: relative;
    overflow: hidden; /* Prevents image from spilling out */
}

.bg-scale-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: inherit; /* Use the same background */
    transform: scale(1);
    transition: transform 0.4s ease;
    z-index: 0;
}

/* Hover effect */
.bg-scale-hover:hover::before {
    transform: scale(1.01);
}

/* Ensure content stays above */
.bg-scale-hover > * {
    position: relative;
    z-index: 2;
}/* End custom CSS */