/* Custom CSS for footer alignment and copyright */
.footer-widget-title.services-title {
    margin-right: 20px; /* Adjust this value to move "Our Services" slightly to the left */
}

.footer-copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3); /* Make border more visible */
    margin-top: 30px;
    text-align: center;
    width: 100%;
    position: relative;
    clear: both;
    display: flex;
    justify-content: center;
}

.copyright-text {
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.copyright-text p {
    text-align: center;
    margin: 0 auto;
}

/* Ensure proper spacing between contact and copyright */
.contact-section {
    margin-bottom: 20px;
}
