.elementor-375 .elementor-element.elementor-element-1dc9cee{--display:flex;--min-height:40vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-375 .elementor-element.elementor-element-1dc9cee:not(.elementor-motion-effects-element-type-background), .elementor-375 .elementor-element.elementor-element-1dc9cee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://oldpostofficega.com/wp-content/uploads/2026/01/Old-Post-Office-scaled.png");background-position:center center;background-size:cover;}.elementor-375 .elementor-element.elementor-element-3893761{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-375 .elementor-element.elementor-element-7d2396b{text-align:center;padding:0% 0% 0% 0%;}.elementor-375 .elementor-element.elementor-element-7d2396b .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:66px;font-weight:600;font-style:italic;line-height:1.2em;color:#FFFFFF;}.elementor-375 .elementor-element.elementor-element-b7eb8fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-375 .elementor-element.elementor-element-01b12f1{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-375 .elementor-element.elementor-element-01b12f1 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-375 .elementor-element.elementor-element-01b12f1 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}:root{--page-title-display:none;}@media(max-width:767px){.elementor-375 .elementor-element.elementor-element-7d2396b .elementor-heading-title{font-size:36px;line-height:1.2em;}.elementor-375 .elementor-element.elementor-element-7d2396b{padding:0% 0% 0% 0%;}.elementor-375 .elementor-element.elementor-element-b7eb8fe{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-1dc9cee */.elementor-375 .elementor-element.elementor-element-1dc9cee {
    position: relative;
    overflow: hidden;
    min-height: 40vh;
}

/* Background Image with Animation */
.elementor-375 .elementor-element.elementor-element-1dc9cee::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit; /* Uses container's background image */
    background-size: cover;
    background-position: center;
    animation: zoomAnimation 20s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes zoomAnimation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

/* Dark Overlay */
.elementor-375 .elementor-element.elementor-element-1dc9cee::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 1;
}

/* Content Above Overlay */
.elementor-375 .elementor-element.elementor-element-1dc9cee > * {
    position: relative;
    z-index: 2;
}/* End custom CSS */