.elementor-2439 .elementor-element.elementor-element-8e749f3{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2439 .elementor-element.elementor-element-46d9cd6{padding:65px 50px 0px 40px;text-align:center;}.elementor-2439 .elementor-element.elementor-element-46d9cd6 .elementor-heading-title{font-family:"times", Sans-serif;font-size:47px;font-weight:500;line-height:55px;color:#000000;}.elementor-2439 .elementor-element.elementor-element-fff1735{--display:flex;}.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-2439 .elementor-element.elementor-element-90341b6{--display:flex;}.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-2439 .elementor-element.elementor-element-8717596{padding:20px 0px 100px 0px;text-align:justify;color:#000000;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;line-height:30px;}.elementor-2439 .elementor-element.elementor-element-488f407{--display:flex;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2439 .elementor-element.elementor-element-46d9cd6{padding:43px 0px 0px 0px;}.elementor-2439 .elementor-element.elementor-element-46d9cd6 .elementor-heading-title{font-size:32px;line-height:1.3em;}.elementor-2439 .elementor-element.elementor-element-8717596{padding:0px 10px 0px 10px;text-align:justify;}}/* Start custom CSS for html, class: .elementor-element-fb03159 *//* Initial hidden state */
.animate-social {
    opacity: 0;
    transform: translateX(80px);
    animation: slideInRight 0.8s ease-out forwards;
    animation-delay: 0.4s;
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Existing styles (keep these) */
.sticky-social-icons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background: #642122;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.sticky-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: background 0.3s ease;
}

.sticky-social-icons a:last-child {
    border-bottom: none;
}

.sticky-social-icons a:hover {
    background: #7a2a2a;
}



/* Mobile position adjustment */
@media (max-width: 768px) {
    .sticky-social-icons {
        top: 70%;
        transform: translateY(-50%);
    }
}/* End custom CSS */