/*==================================================
GALLERY PAGE
==================================================*/

/* Hero */

.page-hero{
    position:relative;
    background:linear-gradient(rgba(2,25,47,.85),rgba(2,25,47,.85)),
    url("../images/gallery/gallery-banner.jpg") center center/cover no-repeat;
    padding:240px 0 140px;
    color:#fff;
    text-align:center;
}

.page-hero h1{
    font-size:clamp(2.6rem,5vw,4rem);
    font-weight:700;
    margin-bottom:20px;
}

.page-hero p{
    max-width:760px;
    margin:auto;
    line-height:1.8;
    opacity:.9;
}

.breadcrumb{
    justify-content:center;
    margin-top:25px;
}

.breadcrumb-item a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-item.active{
    color:#ffc107;
}

/*=========================================
INTRO
=========================================*/

.gallery-intro{
    padding:100px 0;
}

.gallery-intro img{
    border-radius:18px;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

/*=========================================
FILTER BUTTONS
=========================================*/

.gallery-filter{
    padding-bottom:50px;
}

.filter-btn{

    border:none;

    background:#f5f5f5;

    padding:12px 28px;

    border-radius:50px;

    margin:8px;

    font-weight:600;

    transition:.3s;

    cursor:pointer;

}

.filter-btn:hover,
.filter-btn.active{

    background:#0d6efd;

    color:#fff;

}

/*=========================================
GALLERY
=========================================*/

.gallery-section{

    padding-bottom:100px;
    padding: 0px 0px 150px 0px;

}

.gallery-card{

    position:relative;

    overflow:hidden;

    border-radius:18px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    cursor:pointer;

}

.gallery-card img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.6s;

}

.gallery-card:hover img{

    transform:scale(1.08);

}

.gallery-overlay{

    position:absolute;

    inset:0;

    background:rgba(2,25,47,.82);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:#fff;

    opacity:0;

    transition:.35s;

    padding:30px;

}

.gallery-card:hover .gallery-overlay{

    opacity:1;

}

.gallery-overlay h4{

    margin-bottom:10px;

}

.gallery-overlay p{

    opacity:.9;

    margin-bottom:20px;

}

.gallery-link{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#fff;

    color:#0d6efd;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    font-size:22px;

}

/*=========================================
VIDEOS
=========================================*/

.videos-section{

    background:#f8fafc;

    padding:100px 0;

}

.video-card{

    overflow:hidden;

    border-radius:18px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.video-card iframe{

    width:100%;

    height:350px;

    border:none;

}

/*=========================================
PROJECTS
=========================================*/

.project-highlights{

    padding:100px 0;

}

/*=========================================
STATISTICS
=========================================*/

.statistics-section{

    background:#0d6efd;

    color:#fff;

    padding:90px 0;

}

.stat-card{

    padding:20px;

}

.stat-card h2{

    font-size:3rem;

    font-weight:700;

    margin-bottom:10px;

}

.stat-card p{

    font-size:1.05rem;

    opacity:.9;

}

/*=========================================
CTA
=========================================*/

.cta-section{

    padding:100px 0;

}

/*=========================================
LIGHTBOX
=========================================*/

.lightbox{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.92);

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:9999;

    opacity:0;

    visibility:hidden;

    transition:.3s;

}

.lightbox.active{

    opacity:1;

    visibility:visible;

}

.lightbox img{

    max-width:90%;

    max-height:90%;

    border-radius:12px;

}

/*=========================================
ANIMATIONS
=========================================*/

.gallery-card{

    transition:.35s;

}

.gallery-card:hover{

    transform:translateY(-8px);

}

.gallery-item{

    transition:.35s;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.page-hero{

padding:190px 0 110px;

}

.video-card iframe{

height:300px;

}

}

@media(max-width:768px){

.page-hero h1{

font-size:2.4rem;

}

.gallery-card img{

height:250px;

}

.filter-btn{

display:inline-block;

margin:6px;

padding:10px 20px;

font-size:.9rem;

}

.video-card iframe{

height:220px;

}

.stat-card h2{

font-size:2.2rem;

}

}

/*=========================================
GALLERY REVEAL
=========================================*/

.gallery-hidden{

    opacity:0;

    transform:translateY(40px);

    transition:.8s ease;

}

.gallery-show{

    opacity:1;

    transform:translateY(0);

}

/*=========================================
FILTER ANIMATION
=========================================*/

.gallery-item{

    opacity:1;

    transform:scale(1);

    transition:.35s ease;
    width: 100%;

}

/*=========================================
LIGHTBOX ANIMATION
=========================================*/

.lightbox img{

    animation:zoomIn .3s ease;

}

@keyframes zoomIn{

    from{

        transform:scale(.8);

        opacity:0;

    }

    to{

        transform:scale(1);

        opacity:1;

    }

}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    height:320px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s ease;
}

.gallery-card:hover img{
    transform:scale(1.08);
}


/* ==========================
PAGE HERO
========================== */

.page-hero{
    position: relative;
    padding: 180px 0 120px;
    background: url("../images/banner/about-banner.jpeg") center center/cover no-repeat;
    overflow: hidden;
}

/* Dark Overlay */

.page-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.72);
    z-index:1;
}

/* Optional blue gradient for a corporate look */

.page-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(5,35,65,.65),
        rgba(0,0,0,.45)
    );
    z-index:2;
}

/* Keep content above overlays */

.page-hero .container{
    position:relative;
    z-index:3;
}

/* Text */

.page-hero h1{
    color:#fff;
    font-size:3.2rem;
    font-weight:700;
    margin-bottom:20px;
}

.page-hero p{
    color:rgba(255,255,255,.88);
    font-size:1.15rem;
    max-width:760px;
    margin:auto;
    line-height:1.8;
}

.page-hero .breadcrumb{
    margin-top:30px;
}

.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item.active{
    color:#ddd;
}

.page-hero .breadcrumb-item a{
    color:#fff;
    text-decoration:none;
}

.page-hero .breadcrumb-item + .breadcrumb-item::before{
    color:#ccc;
}

@media(max-width:768px){

    .page-hero{
        padding:140px 0 90px;
    }

    .page-hero h1{
        font-size:2.2rem;
    }

    .page-hero p{
        font-size:1rem;
    }

}