.elementor-30501 .elementor-element.elementor-element-45dae4a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-30501 .elementor-element.elementor-element-dad336f{width:var( --container-widget-width, 100.964% );max-width:100.964%;--container-widget-width:100.964%;--container-widget-flex-grow:0;}.elementor-30501 .elementor-element.elementor-element-dad336f.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-dad336f *//* Footer Section */
.custom-footer {
    background-color: #111;
    color: #fff;
    padding: 50px 20px 20px 20px;
    font-family: Arial, sans-serif;
}

.custom-footer h3 {
    color: #FFD531;
    margin-bottom: 15px;
    font-size: 18px;
}

.custom-footer p,
.custom-footer li,
.custom-footer a {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
}

.custom-footer a:hover {
    color: #FFD531;
}

/* Footer Columns */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.footer-column {
    flex: 1 1 250px;
}

/* Quick Links */
.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 8px;
}

/* Social Icons */
.social-icons {
    margin-top: 15px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    transition: 0.3s;
}

.social-icons img:hover {
    filter: brightness(0) invert(0.8) sepia(1) hue-rotate(45deg);
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #777;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}/* End custom CSS */