/**
Theme Name: suvaratna
Author: suvaratna
Author URI: https://www.suvaratna.com
Description: Welcome to suvaratna.com we are a media company.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suvaratna
Template: astra
*/

a {
    text-decoration: none; /* Removes underline */
}

    .list-group-item, .card, .myEventSwiper , .myHomeSwiper {
        box-shadow: 1px 1px 10px 0px #00000047;
    }
	
	
    .event-card {
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        position: relative; /* Needed for absolute positioning of pagination */
    }

    .event-image-container {
        width: 100%;
        /*   padding-top: 66.66%; /* 3:2 aspect ratio (2/3 * 100%) */ 
        position: relative;
        background-color: #f0f0f0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        font-weight: 600;
        color: #333;
    }

    .event-image-container img {
        /* position: absolute; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .event-details {
        display: flex;
        padding: 1rem; 
        width:100%;
    }
	.myEventSwiper .event-details { padding-bottom: 2em;}

    .event-date {
        flex-shrink: 0;
        text-align: center;
        margin-right: 1rem;
        overflow: hidden;
		min-width:90px;
    }

    .event-date-day {
        font-size: 2rem;
        font-weight: 700;
        color: #333;
        background-color: #fff;
		border:1px solid #ef4444;
        padding: 0.1rem 1.5rem;
		border-radius: 8px 8px 0px 0px;
    }

    .event-date-month {
        font-size: 1.2rem;
        font-weight: 600;
        color: white;
        background-color: #ef4444; /* Red color */
        padding: 0.3rem 0.8rem;
        text-transform: uppercase;
		border-radius:0 0 8px 8px;
    }

    .event-info h3 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 0.25rem;
    }

    .event-info p {
        font-size: 0.9rem;
        color: #666;
    }
	
	
	.media-list-event li img.size-thumbnail,.small-square-img {
		max-width:100px;
	}
	
	.swiper-slide {

	}
	
	.card-img-top img {
		min-height:100px;
		width:100%;
	}
	
	/* FIXING FOOTER */
	footer .widget ul#menu-primary.menu {
	padding-left:0px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap
	}
	
	footer .widget ul.menu-primary a {
		color:#fff;
	}
	
	footer a {
		color: #fff;
	}

		footer .widget ul#menu-primary.menu li {
		
		padding: 3px 10px;
		margin: 3px 6px;
		border: 1px solid #ccc;

	}


	.wp-singular.page-template-default.page main {
		padding-top:2em;
	}
	
	
	
	
	.swiper-pagination-bullet-active, .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #bc8000;
}



.gumetabox-lightbox-content img{
		max-height: 90vh !important;
}