.footer-modern {
    background: #34495e;
    color: #fff;
    padding: 80px 0 40px;
    position: relative;
    text-decoration:none !important;
}
.footer-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #2c3e50;
}
.footer-modern h6 {
    color: #e67e21;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.footer-modern ul {
    list-style: none;
    padding: 0;
}
.footer-modern ul li {
    margin-bottom: 15px;
    text-decoration:none !important;
}
.footer-modern a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
}
.footer-modern a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #fff;
    transition: width 0.3s;
}
.footer-modern a:hover::after {
    width: 100%;
    text-decoration:none !important;
}
.social-modern {
    display: flex;
    gap: 15px;
}
.social-modern a {
    width: 40px;
    height: 40px;
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s; 
}
.social-modern a:hover {
    background: #2c3e50;
    transform: translateY(-3px);
    text-decoration:none !important;
}
.contact-modern {
    background: #111;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #333;
}
.social_icon_footer{
    color:#fff !important;
}
.payment-modern i {
    font-size: 28px;
    margin-right: 15px;
    color: #fff;
    transition: color 0.3s;
}
.payment-modern i:hover {
    color: #fff;
}
.logo-footer {
    max-height:80px;
    margin-bottom: 20px;
}
.contact-modern{
    background: #2c3e50;
}