.elementor-197 .elementor-element.elementor-element-952ba07{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-f08ca3e *//* Footer Base Styles */
.footer {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 5% 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.footer-logo { width: 150px; margin-bottom: 15px; }
.footer-col h3 { color: #ff9900; margin-bottom: 20px; font-size: 1.2rem; }

/* Lists and Contact Info */
.footer-col ul, .footer-col .contact-info { 
    list-style: none; 
    padding: 0; 
}

.footer-col ul li, .footer-col .contact-info li { 
    margin-bottom: 12px; 
    line-height: 1.5;
}

/* Link Styling */
.footer-col ul li a, .footer-col .contact-info li a { 
    color: #cccccc; 
    text-decoration: none; 
    transition: 0.3s; 
}

.footer-col ul li a:hover, .footer-col .contact-info li a:hover { 
    color: #ffffff; 
    padding-left: 5px; 
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 0.85rem;
    color: #888;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-container { 
        text-align: center; 
        gap: 30px; 
    }
    
    /* Remove hover indentation on mobile for better center alignment */
    .footer-col ul li a:hover, .footer-col .contact-info li a:hover { 
        padding-left: 0; 
    }
}/* End custom CSS */