/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{
    background:#f5f7fb;
    color:#333;
}

section{
    padding:80px 0;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
}

h2{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

p{
    font-size:17px;
    line-height:30px;
    color:#555;
}

.btn{
    border-radius:10px;
    padding:12px 25px;
    font-weight:600;
}

.title{
    text-align:center;
    margin-bottom:60px;
}

.title h2{
    color:#0d6efd;
}

img{
    max-width:100%;
}

/* ================= NAVBAR ================= */

.navbar-custom{
    background:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 8%;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:1000;
}

.brand{
    text-decoration:none;
    font-size:28px;
    font-weight:700;
    color:#0d6efd;
}

.brand span{
    color:#ffc107;
}

.nav-links{
    display:flex;
    align-items:center;
    gap:20px;
}

.nav-links a{
    text-decoration:none;
    color:#333;
    font-size:16px;
    font-weight:500;
    transition:.3s;
}

.nav-links a:hover{
    color:#0d6efd;
}

.btn-login{
    background:#0d6efd;
    color:#fff !important;
    padding:10px 18px;
    border-radius:8px;
}

.btn-login:hover{
    background:#0b5ed7;
}

.hero{
    background:#f5f7fb;
}

.hero .row{
    display:flex;
    align-items:center;
}

.hero img{
    width:100%;
}

.about{
    text-align:center;
}

.footer{
    background:#0d6efd;
    color:#fff;
    text-align:center;
    padding:20px;
}

.footer p{
    color:#fff;
    margin:0;
}

.hero{

padding:100px 0;

}

.hero h1{

font-size:55px;

font-weight:700;

color:#0d6efd;

}

.hero p{

font-size:20px;

margin-top:20px;

}

.hero img{

max-height:450px;

transition:.4s;

}

.hero img:hover{

transform:scale(1.05);

}

.card{

border:none;

border-radius:15px;

overflow:hidden;

transition:.3s;

}

.card:hover{

transform:translateY(-8px);

box-shadow:0 15px 30px rgba(0,0,0,.15);

}

section{

padding:80px 0;

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

body{
    background:#f5f5f5;
}

.wrapper{
    display:flex;
}

.sidebar{
    width:240px;
    min-height:100vh;
    background:#2f343a;
}

.logo{
    padding:20px;
    text-align:center;
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.menu{
    list-style:none;
    padding:15px 0;
}

.menu li{
    margin:5px 0;
}

.menu li a{
    display:block;
    color:#d7d7d7;
    text-decoration:none;
    padding:12px 20px;
    transition:.3s;
}

.menu li a{
    font-size:15px;
    padding:14px 22px;
}

.menu li a:hover{
    background:#0d6efd;
    color:#fff;
}

.main{
    flex:1;
    background:#f5f7fb;
    min-height:100vh;
}

.card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    transition:.3s;
}

.card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.card img{
    transition:.3s;
}

.card img:hover{
    transform:scale(1.05);
}

.lead{
    font-size:18px;
}

.welcome-img{
    width:100%;
    max-width:420px;
    transition:.4s;
}

.welcome-img:hover{
    transform:scale(1.05);
}

/* ================= DASHBOARD ================= */

.welcome-card h2{
    font-size:46px;
    font-weight:700;
}

.welcome-card h2{
    font-weight:700;
    color:#0d6efd;
}

.welcome-card p{
    font-size:16px;
    color:#555;
}

.welcome-img{
    width:100%;
    max-width:420px;
    transition:.4s;
}

.welcome-img:hover{
    transform:scale(1.05);
}

.alert{
    border-radius:12px;
}

.navbar{
    border-bottom:1px solid #eee;
}

.logo{
    font-size:24px;
    font-weight:700;
}

.menu li{
    margin:8px 0;
}

.menu li a{
    padding:13px 22px;
    border-radius:8px;
    margin:0 10px;
}

.menu li a:hover{
    background:#0d6efd;
}

.menu li.active a{
    background:#0d6efd;
    color:#fff;
}

.dashboard-card{
    border:none;
    border-radius:15px;
    color:#fff;
    padding:20px;
    transition:.3s;
}

.dashboard-card:hover{
    transform:translateY(-5px);
}

.dashboard-card i{
    font-size:40px;
}

.dashboard-card h2{
    font-weight:bold;
    margin:10px 0 0;
}

.bg-blue{
    background:#0d6efd;
}

.bg-green{
    background:#198754;
}

.bg-orange{
    background:#fd7e14;
}

.bg-red{
    background:#dc3545;
}

/* ===== DASHBOARD MODERN ===== */

.dashboard-card{
    border: none;
    border-radius: 18px;
    color: #fff;
    padding: 25px;
    transition: .3s;
    cursor: pointer;
}

.dashboard-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.dashboard-card i{
    font-size: 38px;
}

.dashboard-card h5{
    margin-top:15px;
    font-weight:600;
}

.dashboard-card h2{
    font-weight:700;
}

.welcome-card{
    border:none;
    border-radius:20px;
    padding:40px;
}

.welcome-img{
    max-width:430px;
    transition:.4s;
}

.welcome-img:hover{
    transform:scale(1.05);
}

.footer-admin{
    text-align:center;
    color:#888;
    margin-top:40px;
    padding:15px;
    font-size:14px;
}
.menu li.active a{
    background:#0d6efd;
    color:#fff;
}
.welcome-img{
    max-width:420px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.2));
}

@media print{

.sidebar,
.navbar,
.btn{
    display:none !important;
}

body{
    background:#fff;
}

.main{
    margin:0;
    width:100%;
}

.card{
    border:none;
    box-shadow:none !important;
}

table{
    font-size:12px;
}

}