
/* Responsive Design */
@media (max-width: 768px) {
    .single-event-hero {
        flex-direction: column;
        padding: 20px;
        height: 25vh;
    }
    
    
    .banner-content{
            padding: 0px;
    }
.banner-content h1 {
    font-size: 3.5em;
    margin: 1em auto;
    line-height: 1em;
}

.single-event-main-cont{
        margin-top: -35%;
        padding: 20px;
    }

    .single-event-container{
        padding: 10px;
    }
    .event-category{
        font-weight: 600;
        font-size: 14px;
    }

    .event-meta-item {
        font-size: 18px;
    }


    .event-image-wrapper {
        flex: 1 1 50%;
        position: relative;
    }
    
    .event-details-wrapper {
        flex: 1 1 60%;
        padding-left: 0;
        margin-top: 5px;
    }

    .event-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .event-meta {
        gap: 0.5rem;
    }

 
/* -------------Agenda --- */

    .agenda-section {
        padding: 20px;
    }
    .agenda-section h2 {
        font-size: 26px;
    }
    .agenda-section ul > li > strong {
        font-size: 16px;
    }
    .agenda-section ul ul li strong {
        font-size: 14px;
    }


    .agenda-item .topic-list .topic-item  {
        flex-direction: column;
        align-items: flex-start;
    }
    .agenda-item .topic-list .topic-item .topic-left{
        border: none;
    }
    .topic-right {
        text-align: left;
        margin-top: 10px;
    }

/*   Gallery     */


.popup-content{
    padding: 10px;
    max-width: 315px;
    max-height: 315px;
}
.popup-content img {
    max-width: 310px;
    max-height: 310px;
    border-radius: 6px;
}






/* Responsive tweaks */

    .home-banner h1 {
        font-size: 36px;
    }

    .home-banner p {
        font-size: 18px;
    }



    .reports-grid {
        grid-template-columns: repeat(1, 1fr); /* 2 columns on medium screens */
    }

    .newsletter-box {
        width: 90%;
        padding: 0.8rem;
    }
    .newsletter-text h2{
        font-size: 1.5rem;
    }
    .newsletter-form button{
        width: 100%;
    }
    .footer-content{
        justify-content: center;
    }
    
    .newsletter-container {
    display: block;
    text-align: center;
}
    
    
    
    
/*=================================  Single Front/Home Page  Start  ========================== */

.front-page-template .banner-content{
       width: 100%;
}
.front-page-template .banner-content .event-category {
        width: 75%;
}

.front-page-template .banner-content h1 {
    font-size: 2.5em;
    line-height: 1;
    margin: 1em auto;
}

.tab-buttons {
    display: flex;
    justify-content: flex-start;
}



/*=================================  Single Front/Home Page  End  ========================== */
    
    
    
    
    
    
    
    
    
    
    
/*=================================  Single Publications Page  Start  ========================== */    
    
   .publications-page-template .publications-grid {
   grid-template-columns: repeat(1, 1fr);
} 
    
  /*=================================  Single Publications Page  End  ========================== */  
    
    
}
