body {
    background-image: url('<?php echo $base_url; ?>public/assets/background.jpg');
    background-size: cover;
    /* Ensures the image covers the entire background */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-attachment: fixed;
}

.category-section {
    display: none;
}

.card-header {
    font-weight: 600;
}

.cp1 {
    background-color: #e92d30;
}

.cp2 {
    background-color: #231f20;
}

.cp3 {
    background-color: #ffffff;
}