/* =========================
   EVENTS HERO
========================= */

.events-hero{

    position:relative;

    height:40vh;

    min-height:300px;

    background:url('../images/events-banner.jpg');

    background-size:cover;

    background-position:center;

    display:flex;

    align-items:center;
}

.events-hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(20,55,183,0.78);
}

.events-hero-content{

    position:relative;

    z-index:2;

    max-width:750px;

    padding:0 80px;

    color:white;
}

.breadcrumb{

    display:flex;

    gap:12px;

    margin-bottom:25px;
    font-size:1rem;
}

.breadcrumb a{

    color:#D6DDFD;

    text-decoration:none;
}

.current-page{

    color:#E6A61B;

    font-weight:600;
}

.events-hero h1{

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:clamp(1.7rem,3vw,2.5rem);

    line-height:1.05;

    margin-bottom:18px;

    color:white;
}

.events-hero p{

    font-size:1.05rem;

    line-height:1.8;

    max-width:620px;

    color:#E2E8FF;
}

.hero-line{

    width:70px;

    height:4px;

    background:#E6A61B;

    margin-top:25px;

    border-radius:10px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .events-hero{

        height:35vh;

        min-height:260px;
    }

    .events-hero-content{

        padding:0 25px;
    }

    .events-hero h1{

        font-size:44px;
    }

    .events-hero p{

        font-size:15px;
    }
}  

/* =========================
   FEATURED EVENT
========================= */

.featured-event-section{

    padding:80px;

    background:#EEF3FA;
}

.featured-label{

    color:#E6A61B;

    font-size:1rem;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:20px;
}

.featured-event-card{

    background:#ffffff;

    border-radius:28px;

    overflow:hidden;

    border:1px solid #DDE4EF;

    display:grid;

    grid-template-columns:1fr 1fr;
}

.featured-event-image{

    position:relative;

    min-height:650px;

    background:#ffffff;
}

.featured-event-image img{

    width:100%;

    height:100%;

    object-fit:contain;

    display:block;
}

.featured-status{

    position:absolute;

    top:25px;

    left:25px;

    background:#E6A61B;

    color:#24314D;

    padding:10px 20px;

    border-radius:30px;
    font-size:1rem;

    font-weight:600;
}

.featured-event-content{

    padding:70px;
}

.featured-category{

    color:#E6A61B;

     font-size:1rem;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;
}

.featured-event-content h2{

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:clamp(1.7rem,3vw,2.5rem);
    line-height:1.1;

    color:#24314D;

    margin:18px 0 25px;
}

.featured-description{

    font-size:1.05rem;

    line-height:1.9;

    color:#5F6B7A;

    margin-bottom:35px;
}

.featured-meta{

    display:flex;

    flex-direction:column;

    gap:18px;

    margin-bottom:35px;
}

.featured-meta div{

    color:#5F6B7A;

    font-size:1.05rem;
}

.featured-meta i{

    color:#E6A61B;

    margin-right:12px;
}

.featured-highlights{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:40px;
}

.featured-highlights span{

    background:#F4F7FC;

    border:1px solid #DDE4EF;

    padding:12px 18px;
    font-size:1rem;

    border-radius:30px;

    color:#24314D;
}

.featured-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    background:#E6A61B;

    color:#24314D;

    padding:16px 32px;

    border-radius:40px;
    font-size:1.05rem;

    font-weight:600;

    transition:0.3s;
}

.featured-btn:hover{

    transform:translateY(-3px);
}  

/* =========================
   FEATURED EVENT RESPONSIVE
========================= */

@media(max-width:1100px){

    .featured-event-card{

        grid-template-columns:1fr;
    }

    .featured-event-image{

        min-height:500px;
    }

    .featured-event-content{

        padding:40px;
    }

    .featured-event-content h2{

        font-size:52px;
    }

}

@media(max-width:768px){

    .featured-event-section{

        padding:60px 25px;
    }

    .featured-event-content h2{

        font-size:42px;
    }

    .featured-description{

        font-size:16px;
    }

} 

/* =========================
   ALL EVENTS
========================= */

.events-section{

    padding:90px 80px;

    background:#EEF3FA;
}

.events-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

    margin-bottom:45px;

    flex-wrap:wrap;
}

.events-header h2{

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:clamp(1.7rem,3vw,2.5rem);

    color:#24314D;
}

/* =========================
   FILTERS
========================= */

.event-filters{

    display:flex;

    flex-wrap:wrap;

    gap:12px;
}

.filter-btn{

    background:white;

    border:1px solid #DDE4EF;

    padding:12px 22px;

    border-radius:40px;

    cursor:pointer;

    transition:.3s;
    font-size:1rem;

    color:#24314D;
}

.filter-btn.active{

    background:#E6A61B;

    color:white;

    border-color:#E6A61B;
}

/* =========================
   GRID
========================= */

.events-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(380px,1fr));

    gap:35px;

    width:100%;

    align-items:start;
}

/* =========================
   CARD
========================= */

.event-card{

    background:#ffffff;

    border-radius:24px;

    overflow:hidden;

    border:1px solid #DDE4EF;

    transition:.3s;

    width:100%;

    display:flex;

    flex-direction:column;
}

.event-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

/* =========================
   IMAGE
========================= */

.event-image{

    position:relative;

    height:380px;

    overflow:hidden;

    background:#f5f5f5;
}

.event-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;
}
/* =========================
   BADGES
========================= */

.event-badges{

    position:absolute;

    top:18px;

    left:18px;

    right:18px;

    display:flex;

    justify-content:space-between;
}

.event-status{

    background:#E6A61B;

    color:#24314D;

    padding:8px 16px;

    border-radius:30px;

    font-size:.95rem;

    font-weight:600;
}

.event-category{

    background:white;

    color:#24314D;

    padding:8px 16px;

    border-radius:30px;

    font-size:.95rem;

    font-weight:500;
}

/* =========================
   CONTENT
========================= */

.event-content{

    padding:22px;
}

.event-content h3{

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:1.6rem;

    line-height:1.2;

    color:#24314D;

    margin-bottom:16px;

    min-height:90px;
}

.event-meta p{

    color:#6B7280;

    margin-bottom:10px;
    font-size:1.05rem;
}

.event-meta i{

    color:#E6A61B;

    margin-right:8px;
}

.register-link{

    display:inline-block;

    margin-top:10px;

    color:#E6A61B;

    text-decoration:none;

    font-weight:600;
    font-size:1.05rem;
} 

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .events-grid{

        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .events-section{

        padding:60px 25px;
    }

    .events-grid{

        grid-template-columns:1fr;
    }

    .events-header h2{

        font-size:48px;
    }
} 

/* hidden events */ 
.hidden-events{

    display:none;
    margin-top:35px;
}

.hidden-events.show{

    display:grid;

    grid-template-columns:
    repeat(3,minmax(320px,1fr));

    gap:35px;
}

.view-more-wrapper{

    text-align:center;

    margin-top:50px;
}

.view-more-btn{

    background:#E6A61B;

    color:white;

    border:none;

    padding:16px 34px;

    border-radius:40px;

   font-size:1.05rem;

    font-weight:600;

    cursor:pointer;

    transition:.3s;
}

.view-more-btn:hover{

    transform:translateY(-3px);
} 
.hidden-card{

    display:none !important;
} 


/* =========================
   EVENT GALLERY
========================= */

.event-gallery{

    background:#EEF3FA;

    padding:100px 80px;
}

.gallery-header{

    text-align:center;

    max-width:850px;

    margin:0 auto 60px;
}

.gallery-tag{

    color:#E6A61B;

    font-size:1rem;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;
}

.gallery-header h2{

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:clamp(1.7rem,3vw,2.5rem);

    color:#24314D;

    margin:18px 0;
}

.gallery-header p{

    color:#6B7280;

    font-size:1.05rem;

    line-height:1.8;
}



/* =========================
   SLIDER
========================= */

.gallery-slider{

    position:relative;

    max-width:1400px;

    margin:auto;
}

.gallery-slide-container{

    border-radius:28px;

    overflow:hidden;
}

.gallery-slide-container img{

    width:100%;

    height:650px;

    object-fit:cover;

    display:block;
}

.gallery-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:white;

    color:#24314D;

    cursor:pointer;

    font-size:22px;

    box-shadow:0 10px 25px rgba(0,0,0,.1);

    z-index:5;
}

.gallery-arrow.prev{

    left:-25px;
}

.gallery-arrow.next{

    right:-25px;
}

.gallery-arrow:hover{

    background:#E6A61B;

    color:white;
}

/* =========================
   RESPONSIVE
========================= */



@media(max-width:768px){

    .event-gallery{

        padding:70px 25px;
    }

    .gallery-grid{

        grid-template-columns:1fr;
    }

    .gallery-header h2{

        font-size:44px;
    }

    .gallery-slide-container img{

        height:320px;
    }

    .gallery-arrow{

        display:none;
    }
} 

/* =========================
   PAST EVENTS ARCHIVE
========================= */

.past-events{

    background:#EEF3FA;

    padding:100px 80px;
}

.archive-header{

    text-align:center;

    max-width:850px;

    margin:0 auto 60px;
}

.archive-tag{

    color:#E6A61B;

    font-size:1rem;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;
}

.archive-header h2{

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:clamp(1.7rem,3vw,2.5rem);

    color:#24314D;

    margin:18px 0;
}

.archive-header p{

    color:#6B7280;

    line-height:1.8;

     font-size:1.05rem;
}

/* =========================
   GRID
========================= */

.archive-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;
}

/* =========================
   CARD
========================= */

.archive-card{

    background:white;

    border:1px solid #DDE4EF;

    border-radius:24px;

    padding:28px;

    display:flex;

    align-items:center;

    gap:22px;

    transition:.3s;
}

.archive-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.archive-year{

    min-width:70px;

    height:70px;

    border-radius:18px;

    background:#FFF3D9;

    color:#E6A61B;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    font-size:1.2rem;
}

.archive-content h3{

    color:#24314D;

    font-size:1.5rem;


    line-height:1.4;

    margin-bottom:8px;

    font-weight:600;
}

.archive-content p{

    color:#8A94A6;

    font-size:1.05rem;

    margin:0;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

    .archive-grid{

        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .past-events{

        padding:70px 25px;
    }

    .archive-grid{

        grid-template-columns:1fr;
    }

    .archive-header h2{

        font-size:44px;
    }

    .archive-card{

        flex-direction:column;

        text-align:center;
    }
}

