.pay-infotech-net-bd-footer-section-copy-right {
    background-color: #f00; /* Red background */
    color: #fff; /* White text */
    text-align: center; /* Center text */
    padding: 20px 0; /* Top and bottom padding */
    font-size: 15px; /* Default font size */
    font-weight: bold; /* Bold text */
    margin: 0; /* No margins */
    
    position: fixed; /* Fixes footer position */
    bottom: 0; /* Anchors it to the bottom */
    left: 0; /* Aligns to the left edge */
    width: 100%; /* Stretches across the page */
    z-index: 999; /* Keeps it above other elements */
}

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