.elementor-315 .elementor-element.elementor-element-a8bd5e6{--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-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-1865b87 *//* Footer Base Styling */
.custom-footer {
    background-color: #1a1a1a;
    color: #ffffff; /* Sets base text to white */
    padding: 40px 20px 20px;
    font-family: sans-serif;
    border-top: 1px solid #333;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-section .logo-container img {
    height: 60px;
    width: auto;
    display: block;
    margin-bottom: 15px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #ffffff;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

/* Force all footer text and links to white */
.footer-links a, 
.footer-section p, 
.footer-section p a {
    color: #ffffff !important; 
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 1;
}

/* Subtle hover effect so links feel interactive */
.footer-links a:hover, 
.footer-section p a:hover {
    text-decoration: underline;
    opacity: 0.8; 
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 0.8rem;
}

.footer-bottom p {
    margin: 5px 0;
    color: #ffffff;
}

/* Specific styling for your credit link */
.credit-link {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
}

/* Responsive centering for mobile */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-section .logo-container img {
        margin: 0 auto 15px;
    }
}/* End custom CSS */