﻿
<style >

.calendar-section {
    padding: 40px 0;
    background: #f4f7fc;
}

.calendar-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0d6efd;
}

.calendar-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.fc-toolbar-title {
    font-size: 28px !important;
    font-weight: 700;
    color: #222;
}

.fc-button {
    background: #0d6efd !important;
    border: none !important;
    padding: 8px 15px !important;
    border-radius: 5px !important;
}

    .fc-button:hover {
        background: #084298 !important;
    }

.fc-daygrid-event {
    border: none !important;
    padding: 5px 8px !important;
    border-radius: 5px !important;
    font-size: 13px;
    font-weight: 600;
}

.holiday-event {
    background: #dc3545 !important;
    color: #fff !important;
}

.normal-event {
    background: #198754 !important;
    color: #fff !important;
}

.event-details {
    margin-top: 35px;
}

.event-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.event-date {
    display: inline-block;
    background: #eef3ff;
    color: #0d6efd;
    padding: 6px 14px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.event-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.event-type {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 12px;
}

.holiday {
    background: #dc3545;
}

.event {
    background: #198754;
}

.event-desc {
    color: #666;
    line-height: 1.7;
}

.download-btn {
    display: inline-block;
    margin-top: 15px;
    background: #0d6efd;
    color: #fff;
    padding: 10px 18px;
    border-radius: 5px;
    text-decoration: none;
}

    .download-btn:hover {
        background: #084298;
        color: #fff;
    }

</style >
