﻿/* style.css */
body {
    font-family: 'Segoe UI', sans-serif;
    background: #f8f9fa;
}

h2 {
    font-weight: 600;
}

#eventList {
    padding-bottom: 56px;
    border-bottom: 2px solid #ddd;
}

.event-card {
    background-color: #de6e1f;
    color: white;
    /*display: flex;*/
    flex-direction: column; /* stacks <h6> and <p> vertically */
    justify-content: center; /* centers vertically */
    align-items: center; /* centers horizontally */
    height: 52px; /* give it a fixed height */
    border-radius: 8px; /* optional: rounded corners, matches your image */
    padding-top: 14px;
}

    .event-card:hover {
        transform: scale(1.05);
    }


    .event-card h6 {
        /*line-height: 130;*/
        min-width: 120px;
        font-family: "Akshar", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        background-color: #de6e1f;
        color: white;
        justify-content: center;
        align-items: center;
        height: 60px;
        border-radius: 8px;
    }

    .event-card p {
         
        background-color: #ddd;
        color: black;
        justify-content: center;
        align-items: center;
        height: 20px;
        border-radius: 8px;
    }

.mySwiper {
    width: 100%;
    /*height: 450px;*/
}

    .mySwiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.event-details {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    
}

.eventMonth{color:#bbbbbb;}
.eventSummary {
    font-size: 20px;
    font-family: "Akshar", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}


@media (min-width:1200px) {
    .event-details {
        float: left;
        width: 896px;
        height: 598px;
    }

    .swiper {
        width: 400px;
        height: 600px;
        float: left;
    }
     
}

.swiper {
    width: 400px;
    height: 600px;
}