/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: black;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffb03b;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15px;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
}

#footer .social-links {
    margin: 0 0 40px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffc451;
    color: black;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: white;
}

#footer .footer-links a {
    color: #ffb03b;
    text-decoration: none;
    transition: color 0.3s;
}

#footer .footer-links a:hover {
    color: white;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}
@media (max-width: 768px) {
    #footer .footer-links a {
        font-size: 14px;
    }

   
}

/******footer logo tuuits*****/

.credits {
    text-align: center; 
}

.credit-logo {
    width: 100%;
    max-width: 150px; 
    height: auto; 
    object-fit: contain; 
}
