.faqsection details{margin-bottom: 5px!important;}

.faqsection summary{background-color: #F5F5F5;}

.single-post .page-header h1{margin-top: 100px;}

.page-id-12283 article h3 a{color: #333;}
.blogsec{margin-bottom: 50px;}

.blogsec article img{width: 100% !important;}

@media (max-width: 767px) {
    .page-id-12283 .elementor-element.elementor-element-ec6d109 .elementor-posts-container .elementor-post__thumbnail {
        padding-bottom: calc(0.7 * 100%);
    }
}


.tg-events-section{
    padding:80px 20px;
    background:#f7f7f7;
}

.tg-events-wrapper{
    max-width:1200px;
    margin:0 auto;
}

.tg-events-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.tg-event-card{
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:12px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    transition:.3s ease;
}

.tg-event-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.tg-event-image img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
}

.tg-event-content{
    padding:24px;
    flex:1;
}

.tg-event-title{
    margin:0 0 15px;
    font-size:28px;
    font-weight:700;
    line-height:1.3;
    color:#222;
}

.tg-event-description{
    margin:0 0 20px;
    color:#555;
    font-size:16px;
    line-height:1.7;
}

.tg-event-meta{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    font-size:14px;
    color:#666;
}

.tg-event-footer{
    padding:0 24px 24px;
}

.tg-event-button{
    display:block;
    width:100%;
    padding:15px;
    text-align:center;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    color:#fff;
    border-radius:8px;
    background:linear-gradient(90deg,#4d5cff,#cf1ea8);
}

.tg-event-button:hover{
    opacity:.9;
}

@media(max-width:991px){

.tg-events-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.tg-events-section{
    padding:50px 15px;
}

.tg-events-grid{
    grid-template-columns:1fr;
}

.tg-event-title{
    font-size:24px;
}

.tg-event-image img{
    height:200px;
}

}