footer {
    background-color: #111111; /* Background color of the footer */
}

footer .container {
    max-width: 1200px; /* Maximum width for the footer container */
    margin: auto; /* Center the container */
}

footer .row {
    margin: 0; /* Remove default margin */
}

footer h3 {
    color: #333; /* Heading color */
    margin-bottom: 15px; /* Space below headings */
    font-size: 1.2rem; /* Adjust font size */
}

footer ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
}

footer ul li {
    margin-bottom: 10px; /* Space between list items */
}

footer a {
    text-decoration: none; /* Remove underline from links */
    color: #007bff; /* Link color */
    transition: color 0.3s; /* Smooth color transition */
}

footer a:hover {
    color: #0056b3; /* Darker color on hover */
}

/* footer .widget {
    flex: 1; 
    min-width: 200px; 
} */

footer .widget-address {
    margin-top: 20px; /* Space above contact section */
}

.subfooter {
    background-color: #0b0b0b; /* Dark background for the subfooter */
    color: #fff; /* White text color */
    padding: 10px 0; /* Padding for subfooter */
}

.social-icons a {
    margin: 0 10px; /* Space between social icons */
    color: #fff; /* Color of the icons */
    transition: color 0.3s; /* Smooth color transition */
}



@media (max-width: 768px) {
    footer .col-lg-9 {
        flex-direction: column; /* Stack sections on smaller screens */
        align-items: flex-start; /* Align items to start */
    }
}
.widget_recent_post li {
    /* padding-left: 200px; */
    background: url(../images/list-arrow.png) left 2px no-repeat;
    border-bottom: solid 0px #000000;
    padding-bottom: 7px;
    margin-bottom: 5px;
}
address span {
    border-bottom-color: #00000000;
}
footer {
    background: #111;
    color: #ccc;
    padding: 34px 0px 0px 0px;
}