body{
    background:
        radial-gradient(circle at top right,
        rgba(13,110,253,.08),
        transparent 40%),

        radial-gradient(circle at top left,
        rgba(0,123,255,.05),
        transparent 35%),

        linear-gradient(
        180deg,
        #eef5fb 0%,
        #f5f9fd 45%,
        #ffffff 100%);

    min-height:100vh;
}

/*.hero-card{

    background:white;

    border-radius:24px;

    box-shadow:
        0 10px 35px rgba(0,0,0,.08);

    border:1px solid rgba(255,255,255,.6);

    backdrop-filter:blur(8px);

}*/

.header{

    width:100%;

    height:140px;

    background:linear-gradient(
90deg,
#0d6efd,
#2f80ed);

color:white;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:20px 45px;

    color:white;

    box-shadow:0 5px 15px rgba(0,0,0,.2);

}


/*.hero-wrapper{

    position:relative;

}*/

.hero-wrapper::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:#0d6efd22;

    filter:blur(120px);

    right:-120px;

    top:-80px;

    border-radius:50%;

    z-index:-1;

}

.logo-kiri img,
.logo-kanan img{

    width:90px;
    height:90px;
    object-fit:contain;

}

.judul{

    text-align:center;

    flex:1;

}

.judul h2{

    margin:0;

    font-size:18px;

    letter-spacing:3px;

}

.judul h1{

    margin:5px 0;

    font-size:34px;

    font-weight:bold;

}

.judul p{

    margin:0;

    font-size:18px;

}
.card-dashboard{

    background:white;

    border-radius:20px;

    padding:25px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

    transition:.3s;

}

.card-dashboard:hover{

    transform:translateY(-8px);

}

.card-dashboard i{

    font-size:45px;

    color:#1565c0;

}

.card-dashboard h5{

    margin-top:15px;

    color:#666;

}

.card-dashboard h3{

    font-weight:bold;

    color:#0d47a1;

}
/*======================
INFO BAR
=======================*/

.info-bar{

    width:100%;

    background:white;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:12px 40px;

    box-shadow:0 3px 10px rgba(0,0,0,.08);

    font-size:18px;

    font-weight:600;

    color:#0d47a1;

}

/* ==========================================
   SECTION TITLE
========================================== */

.section-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
    color:#1f4ea3;
}

.section-title i{
    margin-right:10px;
}

.monitoring-title{
    border-left:6px solid #0d6efd;
    padding-left:15px;
    margin-top:25px;
}
/* ======================================
   DASHBOARD CARD
====================================== */

.dashboard-card{

    background:#ffffff;

    border-radius:18px;

    height:155px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.3s;

    border-top:5px solid transparent;

}

.dashboard-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.18);

    border-top-color:#0d6efd;

}

.dashboard-icon{

    font-size:56px;

    color:#0d6efd;

    margin-bottom:18px;

}

.dashboard-title{

    font-size:20px;

    font-weight:600;

    color:#1d3557;

}
/* ===================================
   CARD SIMON
=================================== */

.dashboard-card{

    background:#ffffff;

    border-radius:18px;

    height:155px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.dashboard-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.18);

}

.dashboard-icon{

    font-size:48px;

    color:#0d6efd;

    margin-bottom:15px;

}

.dashboard-title{

    text-align:center;

    color:#24467a;

    font-size:20px;

    font-weight:600;

}

/* ===================================
   SEKRETARIAT
=================================== */

.sekretariat-title{

    border-left:6px solid #0b5ed7;

    padding-left:15px;

    color:#0b5ed7;

}
.pemberdayaan-title{
    border-left:6px solid #198754;
    padding-left:15px;
    color:#198754;
}

.section-desc{
    color:#6c757d;
    margin-top:-10px;
    margin-bottom:20px;
    font-size:15px;
}
html{

    scroll-behavior:smooth;

}

/* =====================================
   QUICK NAVIGATION
===================================== */

.quick-nav{

    background:#fff;
    border-radius:18px;

    padding:20px 25px;

    margin:20px 0 30px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.quick-title{

    font-size:24px;

    font-weight:700;

    color:#1f4ea3;

    margin-bottom:20px;

}

.quick-link{

    display:block;

    text-align:center;

    background:#f8f9fa;

    padding:12px 18px;

    border-radius:12px;

    font-size:16px;

    font-weight:600;

    color:#1f4ea3;

    text-decoration:none;

    transition:.3s;

}

.quick-link:hover{

    background:#0d6efd;

    color:white;

    transform:translateY(-3px);

}
html{

    scroll-behavior:smooth;

}
/* ===================================
   PEMERINTAHAN DESA
=================================== */

.pemerintahan-title{

    border-left:6px solid #6f42c1;

    padding-left:15px;

    color:#6f42c1;

}

.search-app{

    max-width:620px;
    margin:auto;
margin-bottom:18px;
}

.search-app input{

    height:60px;

    border-radius:50px;

    padding:0 25px;

    padding-left:50px;

    font-size:18px;

    border:2px solid #dbeafe;

    transition:.3s;

}

.search-app input:focus{

    border-color:#2563eb;

    box-shadow:0 0 18px rgba(37,99,235,.18);

}

/* ===================================
   TOTAL APLIKASI
=================================== */

/* ======================================
   APP COUNTER
====================================== */

.app-counter{

    text-align:center;

    margin-top:20px;

    margin-bottom:30px;

}

.app-counter i{

    font-size:28px;

    color:#2563eb;

}

.app-counter h2{

    margin:6px 0;

    font-size:52px;

    font-weight:700;

    color:#1e3a8a;

    line-height:1;

}

.app-counter small{

    display:block;

    font-size:16px;

    color:#64748b;

    font-weight:600;

}
/*=====================================
 MINI COUNTER PENCARIAN
======================================*/

.app-counter-mini{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    height:60px;

    font-weight:600;

    color:#1e3a8a;

}

.app-counter-mini i{

    font-size:28px;

    color:#2563eb;

}

.app-counter-mini span{

    font-size:18px;
    
}

.quick-menu {
    transition: all .3s ease;
    border-radius: 15px;
    cursor: pointer;
}

.quick-menu:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,.15);
}

.quick-menu i {
    font-size: 42px;
}

.quick-menu h6 {
    margin-top: 12px;
    font-weight: 600;
}

.card-stat {
    border-top: 5px solid transparent;
    transition: .3s;
}

.card-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,.12);
}

.border-primary-top {
    border-top-color: #0d6efd;
}

.border-success-top {
    border-top-color: #198754;
}

.border-danger-top {
    border-top-color: #dc3545;
}

.border-warning-top {
    border-top-color: #ffc107;
}
.room-card{
    transition:.3s;
}

.room-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 22px rgba(0,0,0,.12);
}
.quick-menu-card{
    background:#fff;
    border-radius:16px;
    padding:30px 20px;
    text-align:center;
    transition:.3s;
    border:1px solid #eef2f7;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
    cursor:pointer;
}

.quick-menu-card:hover{
    transform:translateY(-6px);
    box-shadow:0 14px 28px rgba(0,0,0,.12);
}

.quick-menu-card .icon{
    width:72px;
    height:72px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
}

#jam{

    font-size:34px;

}

#tanggal{

    font-size:14px;

}

.simon-card{
    border-radius:18px;
    transition:.25s;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
}

.simon-card:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 30px rgba(0,0,0,.12);
}

.icon-circle{
    width:62px;
    height:62px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
}

.counter{
    font-size:34px;
}

/* ===========================
   HERO BACKGROUND PREMIUM
=========================== */

/*.hero-background{

    position:relative;

    margin-bottom:28px;

    padding:24px;

    border-radius:30px;

    overflow:hidden;

    background:
        linear-gradient(
            135deg,
            #2d72d9 0%,
            #5d9cf5 45%,
            #dbeafe 100%
        );

    box-shadow:
        0 18px 45px rgba(0,0,0,.10);

}*/

.hero-background::before{

    content:"";

    position:absolute;

    inset:0;

    background:url("../images/hero-watermark.png");

    background-repeat:no-repeat;

    background-position:center;

    background-size:cover;

    opacity:.28;

    pointer-events:none;

}

.hero-background .card{

    position:relative;

    z-index:2;

    background:white;

    border:none;

    border-radius:26px;

}

.hero-background::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    left:-120px;

    top:-120px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    filter:blur(30px);

}

.hero-card{

    background:white;

    border-radius:24px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

/* ======================================================
   HERO PREMIUM SIMON DPMD
====================================================== */

.premium-hero{

    position:relative;

    overflow:hidden;

    border-radius:28px;

    background:
    linear-gradient(
        135deg,
        #0b4db6 0%,
        #2f7fe8 30%,
        #eef6ff 70%,
        #ffffff 100%
    );

    padding:24px;

    box-shadow:
    0 12px 35px rgba(16,80,180,.18);

}


/* cahaya kiri */

.premium-hero::before{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    left:-180px;

    top:-220px;

    border-radius:50%;

    background:
    rgba(255,255,255,.20);

}


/* cahaya kanan */

.premium-hero::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    right:-120px;

    bottom:-220px;

    border-radius:50%;

    background:
    rgba(255,255,255,.18);

}

/* card putih */

.premium-hero .card{

    position:relative;

    z-index:5;

    border:none;

    border-radius:24px;

    background:rgba(255,255,255,.96);

    backdrop-filter:blur(8px);

    box-shadow:

    0 12px 35px rgba(0,0,0,.10);

}

/* ===================================================
   WATERMARK MENARA KUDUS
=================================================== */

/*.hero-watermark{

    position:absolute;

    right:35px;

    top:50%;

    transform:translateY(-50%);

    width:420px;

    opacity:.08;

    z-index:1;

    pointer-events:none;

}

/* isi hero berada di atas watermark */

.hero-background .card{

    position:relative;

    z-index:10;

}
.card-body{

    position:relative;

}