.event-listing-area {
            font-family: "Open Sans", sans-serif;
        }

        /* Month Section Styles */
        .month-section {
            margin-bottom: 40px;
        }

        .month-heading {
            font-family: "Ubuntu", sans-serif;
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #0073aa;
            position: relative;
        }

        .month-heading:before {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 50px;
            height: 3px;
            background: #46b450;
        }

        .month-events {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        /* Social Share Styles */
        .ev-share ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
        }

        .social-share:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .facebook-share:hover {
            background-color: #1877f2;
            color: white;
            border-color: #1877f2;
        }

        .twitter-share:hover {
            background-color: #1da1f2;
            color: white;
            border-color: #1da1f2;
        }

        .linkedin-share:hover {
            background-color: #0077b5;
            color: white;
            border-color: #0077b5;
        }

        .email-share:hover {
            background-color: #28a745;
            color: white;
            border-color: #28a745;
        }

        .section-title h2 {
            font-family: "Ubuntu", sans-serif;
            font-weight: 500;
            font-size: 36px
        }

        .section-title {
            text-align: center
        }

        .container {
            max-width: 1200px;
            padding: 0 20px;
            margin: 0 auto
        }

        .event-filter {
            display: flex;
            justify-content: center;
            align-items: center
        }

        .event-filter .left {
            display: flex;
            align-items: center
        }

        .ef-item select {
            padding: 10px 15px;
            border: 1px solid #ddd;
            height: 55px;
            width: 170px
        }

        .ef-search {
            position: relative;
            height: 55px;
            border: 1px solid #ddd;
            width: 170px
        }

        .ef-item {
            margin-right: 15px
        }

        .ef-search input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            padding: 10px 15px;
            padding-left: 40px
        }

        .ef-search label {
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
            z-index: 1;
        }

        .event-listing-area {
            box-sizing: border-box
        }

        .ef-search label svg {
            height: 15px
        }

        .ef-search input:focus {
            outline: none
        }

        .event-filter .right button {
            cursor: pointer;
            border: none;
            background: transparent
        }

        .event-listing h3 {
            font-family: "Ubuntu", sans-serif;
            font-weight: 500;
            font-size: 22px;
            text-transform: uppercase;
            text-align: center;
            background: #fff;
            padding: 0 10px;
            position: relative;
            z-index: 1;
            display: inline-block
        }

        .event-listing .head {
            position: relative;
            text-align: center
        }

        .event-listing .head::after {
            position: absolute;
            content: "";
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background: #ddd;
            transform: translateY(-50%)
        }

        .event-listing {
            margin-top: 50px
        }

        .inner-listing .event-item {
            border: 1px solid #ddd;
            position: relative;
            display: flex;
            align-items: center;
            margin-top: 20px
        }

        .inner-listing .event-item .event-thumb {
            min-width: 300px;
            width: 300px;
            display: block
        }

        .inner-listing .event-item .event-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .event-details .left {
            padding: 40px
        }

        .event-details h4 {
            font-size: 26px;
            font-family: "Ubuntu", sans-serif;
            font-weight: 500;
            margin: 0
        }

        .event-details h4 a {
            color: #111;
            text-decoration: none
        }

        .event-details {
            display: flex;
            align-items: center
        }

        .event-details .right {
            min-width: 320px;
            width: 320px;
            border-left: 1px solid #ddd;
            padding-left: 40px;
            padding-right: 30px
        }

        .event-details .right ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .event-details .right ul li {
            margin: 20px 0;
            position: relative;
            padding-left: 30px
        }

        .event-details .right ul li svg {
            position: absolute;
            top: 0;
            left: 0;
            color: #602E91
        }

        .event-date {
            font-weight: 700
        }

        .event-btn {
            border-radius: 50px;
            display: inline-flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            padding: 15px 30px;
            background: #602E91;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font-family: "Open Sans", Sans-serif;
            font-weight: 600;
            font-size: 15px;
            letter-spacing: 1px
        }

        .ev-share {
            display: flex;
            align-items: center
        }

        .ev-share ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .ev-share ul li {
            display: inline-block;
            margin-left: 10px
        }

        .ev-share ul li svg {
            color: #602E91;
            width: 18px
        }

        .event-listing-area {
            padding: 70px 0
        }

        @media(max-width:991px) {
            .inner-listing .event-item {
                display: block
            }

            .event-details {
                display: block
            }

            .event-details .right {
                min-width: 100%;
                width: 100%;
                border-left: 0;
                padding-left: 0;
                padding-right: 0;
                padding: 20px;
                padding-top: 0;
            }

            .inner-listing .event-item .event-thumb {
                width: 100%;
                min-width: 100%
            }

            .event-details .left {
                padding: 20px;
                padding-bottom: 0
            }

            .event-listing .inner-listing {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap
            }

            .inner-listing .event-item {
                display: block;
                width: 48%;
                margin-top: 15px
            }
        }

        @media(max-width:767px) {
            .inner-listing .event-item {
                display: block
            }

            .event-filter .left {
                flex-direction: column;
                margin-bottom: 10px
            }

            .ef-item {
                margin-right: 0;
                margin-bottom: 10px;
                width: 100%
            }

            .event-filter {
                display: block;
                text-align: center
            }

            .event-filter select {
                width: 100%
            }

            .ef-search {
                width: 100%
            }

            .event-listing {
                margin-top: 30px;
            }

            .event-listing .inner-listing {
                display: block;
            }

            .inner-listing .event-item {
                display: block;
                width: 100%;
            }


        }
