/* Style 1 */
.section-component-1 {
    margin: 10px;
    background-color: #f0f4f8;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.section-component-1 h2 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 16px;
}

.section-component-1 p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

/* Style 2 */
.section-component-2 {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 32px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.section-component-2 h3 {
    font-size: 20px;
    color: #2d3748;
    margin-bottom: 12px;
}

.section-component-2 ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #4a5568;
}

.section-component-2 li {
    font-size: 16px;
    line-height: 1.6;
}

/* Style 3 */
.section-component-3 {
    background-color: #edf2f7;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.section-component-3 h4 {
    font-size: 18px;
    color: #2d3748;
    margin-bottom: 20px;
}

.section-component-3 .button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #3182ce;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.section-component-3 .button:hover {
    background-color: #2c5282;
}








/* Style for User Dashboard Section */ /* Style for User Dashboard Section */
/* Style for User Dashboard Section */ /* Style for User Dashboard Section */
.u-section-component-4 {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.u-section-component-4 h2 {
    font-size: 24px;
    color: #3f63a0;
    margin-bottom: 16px;
}

.u-section-component-4 p {
    font-size: 16px;
    line-height: 1.6;
    color: #4869a3;
}

.u-section-component-4 .button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #3182ce;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 16px;
}

.u-section-component-4 .button:hover {
    background-color: #256bc2;
}
/* Style for User Dashboard Section */ /* Style for User Dashboard Section */
/* Style for User Dashboard Section */ /* Style for User Dashboard Section */



/* Style for Schedule Table */ /* Style for Schedule Table *//* Style for Schedule Table */
/* Style for Schedule Table */ /* Style for Schedule Table *//* Style for Schedule Table */


/* Customized Card Styles for Schedule Display */ /* Customized Card Styles for Schedule Display */
/* Customized Card Styles for Schedule Display */ /* Customized Card Styles for Schedule Display */


.u-section-component-4 {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.u-section-component-4 h2 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 16px;
}

.u-section-component-4 p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.u-section-component-4 .button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #3182ce;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 16px;
}

.u-section-component-4 .button:hover {
    background-color: #2c5282;
}

/* Customized Card Styles for Schedule Display */
.u-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    padding: 16px;
}

.u-card .card-row {
    display: flex;
    flex-wrap: wrap;
}

.u-card .card {
    flex: 1 1 calc(33.333% - 16px); /* 3 cards per row, with spacing */
    margin: 8px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
    box-sizing: border-box;
}

.u-card img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.u-card .card-content {
    padding: 16px;
}

.u-card h3 {
    font-size: 20px;
    color: #2d3748;
    margin-bottom: 8px;
}

.u-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.u-card a {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    background-color: #3182ce;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.u-card a:hover {
    background-color: #2c5282;
}

/* Media Queries for Responsive Layout */
@media (max-width: 768px) {
    .u-card .card {
        flex: 1 1 100%; /* 1 card per row on small screens */
    }
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .card-row {
        flex-direction: column; /* Stack cards vertically on smaller screens */
    }

    .card {
        flex: 1 1 100%; /* Full width on small screens */
    }
}


