.elementor-kit-394{--e-global-color-primary:#1B4332;--e-global-color-secondary:#A3B18A;--e-global-color-text:#2E2E2E;--e-global-color-accent:#F5F5F0;--e-global-color-f3577f9:#B97A57;--e-global-color-026da13:#000000;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Comfortaa";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;--e-global-typography-9e3e722-font-family:"DM Serif Display";}.elementor-kit-394 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */.hover-caption-gallery .elementor-gallery-item {
    position: relative;
    overflow: hidden;
}

.hover-caption-gallery .elementor-gallery-item::after {
    content: attr(data-caption);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.hover-caption-gallery .elementor-gallery-item:hover::after {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */