/* YARININD FOOTER - Matching yaringroup.com exact design */
#footer {
    background-color: #1e3a5f !important;
    color: #ffffff;
    padding: 50px 0 0 0;
}

#footer .elementor-section,
#footer .elementor-element,
#footer .elementor-column-wrap,
#footer .elementor-widget-wrap {
    background: transparent !important;
}

#footer .elementor-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer .elementor-image img {
    filter: brightness(0) invert(1);
    max-width: 180px;
}

#footer .links-widget-title,
#footer h2,
#footer .pos-links-widget h2 span {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    border: none !important;
    padding: 0;
}

#footer .links-widget-content,
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .links-widget-content li,
#footer ul li {
    margin-bottom: 12px;
}

#footer .links-widget-content li a,
#footer ul li a,
#footer a {
    color: #a0aec0 !important;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

#footer .links-widget-content li a:hover,
#footer ul li a:hover,
#footer a:hover {
    color: #ffffff !important;
}

#footer .elementor-text-editor,
#footer .elementor-text-editor p,
#footer p {
    color: #a0aec0 !important;
    font-size: 14px;
    line-height: 1.7;
}

/* Footer bottom bar */
#footer .footer-container {
    background: #162d4a;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

#footer .footer-container p,
#footer .footer-container .copyright {
    color: #7f8c9a !important;
    font-size: 13px;
    margin: 5px 0;
}

/* Hide collapse icons on desktop */
#footer .collapse-icons {
    display: none;
}

#footer .links-widget-content {
    display: block !important;
    height: auto !important;
}

/* Support section icons */
#footer .contact-icon,
#footer .material-icons {
    color: #ffffff;
    margin-right: 10px;
    font-size: 18px;
}

/* Payment icons */
#footer img[src*=payment] {
    display: none;
}

@media (max-width: 768px) {
    #footer {
        padding: 30px 0 0 0;
    }
    
    #footer .elementor-column {
        margin-bottom: 25px;
        width: 50% !important;
    }
    
    #footer .collapse-icons {
        display: inline-block;
        color: #fff;
    }
}
