/* =====================================================
   CALENDAR OF EVENTS — CLEAN + FINAL
   ===================================================== */

.calendar-events {
    background-image: url("../images/2024/Home/Calender_Of_Events.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

/* Heading styling */
.calendar-events h2 {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

/* Wrapper maintains aspect ratio for responsiveness */
.calendar-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 80%;  /* Responsive height */
    overflow: hidden;
    border-radius: 20px; /* Matches rounded-4 in HTML */
}

/* Responsive iframe */
.calendar-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 10
@charset "utf-8";
/* CSS Document */

