.main-footer {
    background-color: #f8f9fa;
    border-top: 2px solid #f17a37;
    margin-top: 50px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #6c757d;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f17a37;
    padding-left: 5px;
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #e9ecef;
    color: #333;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #f17a37;
    color: #fff;
    transform: translateY(-3px);
}

.btn-orange {
    background-color: #f17a37;
    border: none;
}

.btn-orange:hover {
    background-color: #d6652d;
}