.main {
    color: #fff;
}

#footers {
    background-color: #000;
}

.footer-mid {
    background-color: #000;
    padding: 40px 0;
}

.footer-widgets-item .f-logo img {
    max-height: 60px;
}

.about-text {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    max-width: 450px;
}

.footer-social h6 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.social-icon i {
    color: #000;
}

.social-icon:hover {
    background: #ffc107;
    color: #000;
}

.widget-title {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.footer-list li a {
    color: #c1c1c1ff;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list li a:hover {
    color: #ffc107;
}

.newsletter-form input[type="email"] {
    border: 1px solid #ddd;
    padding: 10px;
    width: 65%;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.newsletter-form .subscribe-btn {
    background-color: #ffc107;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form .subscribe-btn:hover {
    background-color: #e0ac00;
}

.download-app img {
    max-width: 140px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-app a:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.copyright-text {
    font-size: 0.9em;
    color: #fff;
}

@media (max-width: 768px) {
    .footer-mid .col-lg-5, .col-lg-3 {
        margin-bottom: 30px;
    }

    .about-text {
        max-width: 100%;
    }
}
