
#footer-wrapper {
    background: transparent;
    padding: 40px 0 20px;
    margin-top: 0;
}
#footer .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#footer .col-3 {
    flex: 1;
    min-width: 220px;
}
.widget h3 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #222;
}

ul.style2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.style2 li {
    margin: 10px 0;
}
ul.style2 li a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
}
ul.style2 li a:hover {
    color: #c00000;
}

.widget.contact p {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

#copyright {
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}
#copyright ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    color: #666;
}
#copyright ul.menu li a {
    text-decoration: none;
    color: #666;
}
#copyright ul.menu li a:hover {
    color: #c00000;
}
