 */
footer {
    background-color: #222222;
    color: #ffffff;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.btn-orange {
    background-color: #FF4500;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
}

.btn-outline-orange {
    border: 1px solid #FF4500;
    color: #ffffff;
    padding: 8px 20px;
}

.footer-heading {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 2px;
    background-color: #FF4500;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #9e9e9e;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #FF4500;
}

.footer-address p {
    color: #9e9e9e;
    margin-bottom: 10px;
}

.footer-address i {
    color: #FF4500;
    margin-right: 10px;
}

.copyright-bar {
    border-top: 1px solid #333;
    padding-top: 20px;
}

.text-orange {
    color: #FF4500 !important;
    text-decoration: none;
}

.social-links a {
    color: #ffffff;
    margin-left: 15px;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #FF4500;
}

@media (max-width: 768px) {
    .social-links {
        text-align: center;
        margin-top: 15px;
    }
    
    .copyright-bar p {
        text-align: center;
    }
}