.elementor-390 .elementor-element.elementor-element-564995b{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-390 .elementor-element.elementor-element-564995b:not(.elementor-motion-effects-element-type-background), .elementor-390 .elementor-element.elementor-element-564995b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-390 .elementor-element.elementor-element-e47ba9c img{width:100%;height:500px;object-fit:cover;object-position:center center;}.elementor-390 .elementor-element.elementor-element-a2357b8{--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:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-390 .elementor-element.elementor-element-a2357b8:not(.elementor-motion-effects-element-type-background), .elementor-390 .elementor-element.elementor-element-a2357b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-theme-post-title .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-390 .elementor-element.elementor-element-1f79e8f > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-390 .elementor-element.elementor-element-1f79e8f{text-align:center;}.elementor-390 .elementor-element.elementor-element-1f79e8f .elementor-heading-title{font-family:"Source Code Pro", Sans-serif;font-size:60px;font-weight:700;color:#FBFDFF;}.elementor-390 .elementor-element.elementor-element-5ee6f3a{--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;}.elementor-390 .elementor-element.elementor-element-5ee6f3a:not(.elementor-motion-effects-element-type-background), .elementor-390 .elementor-element.elementor-element-5ee6f3a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-390 .elementor-element.elementor-element-cff9f9c{--display:flex;--padding-top:4px;--padding-bottom:4px;--padding-left:120px;--padding-right:0120px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-390 .elementor-element.elementor-element-f6da447 > .elementor-widget-container{padding:050px 0px 050px 0px;}.elementor-390 .elementor-element.elementor-element-f6da447{text-align:justify;font-family:"Georgia", Sans-serif;font-size:23px;font-weight:300;}.elementor-390 .elementor-element.elementor-element-9dc374b{--display:flex;}@media(min-width:768px){.elementor-390 .elementor-element.elementor-element-cff9f9c{--width:100%;}}/* Start custom CSS for theme-post-featured-image, class: .elementor-element-e47ba9c */.elementor-390 .elementor-element.elementor-element-e47ba9c {
    position: relative; /* Ensures pseudo-elements position correctly */
    display: block; /* Makes sure the image behaves as a block element */
}

.elementor-390 .elementor-element.elementor-element-e47ba9c::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(1, 1, 1, 0.2) 10%, rgba(9, 9, 9, 9) 70%);
    /* 
       - The first color (rgba(0, 0, 0, 0)) controls the transparency in the center. 
       - The second color (rgba(0, 0, 0, 0.8)) controls the darkness at the edges.
       - Adjust the 50% value to expand or shrink the visible middle area.
       - Adjust the 100% value to control how strong the dark effect is at the edges.
    */
    pointer-events: none; /* Ensures the overlay does not interfere with clicks */
}/* End custom CSS */