.footer-section {
    color: #ffffff;
    padding: 70px 0 0;
    position: relative;
    background-color: #727272 !important;
    background-image: none !important;
    background: #727272 !important;
}

.footer-section * {
    position: relative;
    z-index: 2;
}

.footer-section::before {
    content: none !important;
    background-image: none !important;
    background: none !important;
    display: none !important;
}

.footer-section::after {
    content: none !important;
    background-image: none !important;
    background: none !important;
    display: none !important;
}

.footer-widget-wrap {
    padding-bottom: 50px;
}

.footer-widget {
    margin-bottom: 30px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.footer-widget-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: #ffffff;
    height: 30px;
}

.footer-widget-about p {
    margin-top: 20px;
    color: #ffffff;
}

.footer-widget-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget-menu ul li {
    margin-bottom: 10px;
}

.footer-widget-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-widget-menu ul li a:hover {
    padding-left: 5px;
}

.footer-widget-contact p {
    margin-bottom: 20px;
    color: #ffffff;
}

.contact-info {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.contact-info .single-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    height: 24px;
    width: 100%;
}

.contact-info .single-contact i {
    margin-right: 10px;
    color: #ffffff;
    width: 15px;
    text-align: center;
}

.contact-info .single-contact p {
    margin: 0;
}

.footer-copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}

.copyright-text {
    text-align: center;
    width: 100%;
}

.copyright-text p {
    margin: 0;
    color: #ffffff;
}

@media (max-width: 991px) {
    .footer-widget {
        min-height: auto;
        margin-bottom: 40px;
    }
    
    .contact-info {
        margin-top: 20px;
    }
}
