.footer-section-copy-right {
    background-color: #0000ff; /* Blue background */
    color: #ffffff; /* White text */
    text-align: center; /* Center text */
    padding: 10px 0; /* Top and bottom padding */
    font-size: 15px; /* Default font size */
    font-weight: bold; /* Bold text */
    margin: 0; /* No margins */
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .footer-section-copy-right {
        font-size: 12px; /* Smaller font size for mobile */
        padding: 5px 0; /* Reduced padding */
    }
}