.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-30 .elementor-element.elementor-element-6b89c8de:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-30 .elementor-element.elementor-element-6b89c8de > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-30 .elementor-element.elementor-element-6b89c8de > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-30 .elementor-element.elementor-element-6b89c8de > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-30 .elementor-element.elementor-element-3a4b3e6e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3a4b3e6e */.site-footer {
    background: #ffffff;
    padding: 40px 20px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #333;
    border-top: 1px solid #eee;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 160px;
    height: auto;
}

.footer-links {
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
    font-weight: 500;
}

.footer-links a {
    text-decoration: none;
    color: #444;
    margin: 0 6px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffdd00; /* Yellow hover effect */
}

.footer-bottom {
    font-size: 13px;
    color: #666;
}

.footer-bottom a {
    color: #444; /* Normal link color */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #ffdd00; /* Yellow hover on bottom links too */
    text-decoration: underline;
}/* End custom CSS */