.elementor-kit-5{--e-global-color-primary:#F77F00;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00BB9B;--e-global-color-04211c2:#1B1C1F;--e-global-color-233ad84:#FFFFFF;--e-global-color-b507c9c:#C3C3C3;--e-global-color-d06f9c5:#F4F9FF;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-family:"Cinzel";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:40px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:20px;--e-global-typography-12f7857-font-family:"Montserrat";--e-global-typography-12f7857-font-weight:500;}.elementor-kit-5 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);}.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-kit-5{--e-global-typography-primary-font-size:45px;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:35px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:35px;--e-global-typography-secondary-font-size:27px;--e-global-typography-secondary-line-height:32px;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-size:15px;--e-global-typography-accent-line-height:20px;--e-global-typography-12f7857-font-size:25px;--e-global-typography-12f7857-line-height:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hover-overlay {
    position: relative;
    overflow: hidden;
}

.hover-overlay img {
    transition: transform 0.5s ease;
    display: block;
    width: 100%;
}

.hover-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hover-overlay:hover img {
    transform: scale(1.1);
}

.hover-overlay:hover::after {
    opacity: 1;
}/* End custom CSS */