body{
    background:#f5f7fb;
}

.hero{
    padding:80px 0;
}

.hero-title{
    font-size:3rem;
    font-weight:700;
}

.upload-box{
    background:#fff;
    border-radius:15px;
    padding:40px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.stat-card{
    background:#fff;
    border-radius:12px;
    padding:25px;
    text-align:center;
    box-shadow:0 3px 12px rgba(0,0,0,.08);

    min-height:180px;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.gallery-image{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:10px;
}

.ad-box{
    min-height:90px;
    background:#ffffff;
    border:1px dashed #dcdcdc;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:20px 0;
    color:#999;
}

.ad-sidebar{
    min-height:250px;
}

.image-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
    height:100%;
}

.image-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.image-card-body{
    padding:15px;
}

.stat-card{
    background:#fff;
    border-radius:12px;
    padding:25px;
    text-align:center;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.navbar .nav-link{
    color:rgba(255,255,255,.85);
    font-weight:500;
}

.navbar .nav-link:hover{
    color:#fff;
}

.navbar-brand{
    font-size:1.5rem;
}

.drop-zone{
    border:3px dashed #0d6efd;
    border-radius:15px;
    padding:60px 20px;
    text-align:center;
    cursor:pointer;
    background:#f8fbff;
    transition:.3s;
}

.drop-zone:hover{
    background:#eef6ff;
}

.drop-zone.dragover{
    background:#dcecff;
    border-color:#084298;
}

.drop-zone-text h4{
    margin-bottom:10px;
}

.drop-zone-text p{
    margin-bottom:5px;
}

.uploading{
    opacity:.7;
    pointer-events:none;
}



.site-footer{
    background:#ffffff;
    border-top:3px solid #0183BE;
    padding:40px 0;
}

.site-footer h5{
    font-weight:600;
    margin-bottom:15px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:8px;
}

.footer-links a{
    text-decoration:none;
    color:#555;
    transition:.3s;
}

.footer-links a:hover{
    color:#0d6efd;
    padding-left:3px;
}
