/* ===========================
   STYLE WEBSITE SMPN 1 RUBARU
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f5f7fa;
    color:#333;
}

/*======================================
NAVBAR
======================================*/

.custom-navbar{

    background:rgba(11,59,99,.90);

    backdrop-filter:blur(12px);

    transition:.4s;

}

.navbar-brand h6{

    font-size:18px;

    margin:0;

}

.navbar-brand small{

    color:#ddd;

}

.navbar-nav .nav-link{

    color:#fff;

    font-weight:500;

    margin-left:15px;

    position:relative;

    transition:.3s;

}

.navbar-nav .nav-link:hover{

    color:#FFD54F;

}

.navbar-nav .nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:0;

    height:2px;

    background:#FFD54F;

    transition:.3s;

}

.navbar-nav .nav-link:hover::after{

    width:100%;

}
/*======================================
DROPDOWN
======================================*/

.dropdown-menu{

    border:none;

    border-radius:15px;

    overflow:hidden;

    padding:8px 0;

    margin-top:10px;

}

.dropdown-item{

    padding:12px 20px;

    transition:.3s;

    font-weight:500;

}

.dropdown-item i{

    color:#0d6efd;

    width:20px;

}

.dropdown-item:hover{

    background:#0d6efd;

    color:#fff;

    padding-left:28px;

}

.dropdown-item:hover i{

    color:#fff;

}
/*=========================
DROPDOWN PELAYANAN
=========================*/

.dropdown-toggle-custom{

    color:#fff;
    text-decoration:none;
    font-weight:500;
    display:flex;
    align-items:center;
    transition:.3s;

}

.dropdown-toggle-custom i{

    font-size:12px;
    margin-left:6px;
    transition:.3s;

}

.dropdown-toggle-custom:hover{

    color:#FFD54F;

}

/* panah berputar saat menu terbuka */

.dropdown.show .dropdown-toggle-custom i{

    transform:rotate(180deg);

}

/* Bootstrap 5 */

.show > .dropdown-toggle-custom i{

    transform:rotate(180deg);

}
@media (min-width:992px){

.dropdown:hover .dropdown-menu{

display:block;

margin-top:0;

}

}

/* ===========================
   SOCIAL ICON
=========================== */

.navbar .fa-instagram,
.navbar .fa-youtube,
.navbar .fa-tiktok{

    font-size:22px;
    transition:.3s;

}

.navbar a:hover .fa-instagram{

    color:#E1306C;

}

.navbar a:hover .fa-youtube{

    color:#ff0000;

}

.navbar a:hover .fa-tiktok{

    color:#111;

}

/* ===========================
   SLIDER
=========================== */

.slider-img{

    height:650px;

    object-fit:cover;

    filter:brightness(60%);

}

.carousel-caption{

    bottom:22%;

}

.carousel-caption h1{

    font-size:55px;

    font-weight:700;

    text-shadow:0 3px 10px rgba(0,0,0,.5);

}

.carousel-caption p{

    font-size:22px;

    margin-bottom:25px;

}

.carousel-caption .btn{

    padding:12px 35px;

    border-radius:50px;

    font-size:18px;

}

/* ===========================
   SECTION TITLE
=========================== */

section h2{

    color:#0d6efd;

    font-weight:700;

    position:relative;

}

section h2::after{

    content:"";

    width:90px;

    height:4px;

    background:#ffc107;

    display:block;

    margin:15px auto;

}



/* ==================================================
   CARD BERITA
================================================== */

.card{
    border:none;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}




/* ==================================================
   BERITA UTAMA
================================================== */

.berita-utama{

    width:100%;

    height:350px;

    object-fit:cover;

    object-position:center center;

    display:block;

}

.card-body{

    padding:28px;

}

.card-body h3{

    color:#0d6efd;

    font-size:32px;

    font-weight:700;

    line-height:1.35;

    margin-bottom:12px;

}

.card-body p{

    font-size:16px;

    color:#555;

    line-height:1.8;

}

.card-body a{

    font-weight:600;

    text-decoration:none;

}


/* ==================================================
   BERITA KECIL
================================================== */

.berita-kecil{

    display:flex;

    gap:15px;

    background:#fff;

    padding:15px;

    border-radius:14px;

    box-shadow:0 6px 20px rgba(0,0,0,.08);

    transition:.3s;

    align-items:flex-start;

}

.berita-kecil:hover{

    transform:translateY(-5px);

}

.berita-kecil img{

    width:125px;

    height:95px;

    object-fit:cover;

    border-radius:10px;

    flex-shrink:0;

}

.berita-kecil small{

    color:#0d6efd;

    font-size:13px;

    font-weight:500;

}

.berita-kecil h6{

    margin:8px 0;

    font-size:15px;

    line-height:1.5;

    font-weight:600;

}

.berita-kecil a{

    color:#0d6efd;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

}

.berita-kecil a:hover{

    color:#084298;

}


/* ==================================================
   RESPONSIVE
================================================== */

@media(max-width:992px){

    .berita-utama{

        height:360px;

    }

    .card-body h3{

        font-size:28px;

    }

}

@media(max-width:768px){

    .berita-utama{

        height:250px;

    }

    .card-body{

        padding:20px;

    }

    .card-body h3{

        font-size:24px;

    }

}

/*==================================
  HEADER PROFIL
==================================*/

.profil-header{
    padding:80px 0;
    background:#f8f9fa;
}

.profil-header img{
    border-radius:20px;
    transition:.4s;
}

.profil-header img:hover{
    transform:scale(1.03);
}

.profil-header h1{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
}

.profil-deskripsi{
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-top: 20px;
    padding-left: 10px;
}
/*==================================
  KEPALA SEKOLAH
==================================*/

.kepala-sekolah{

    background:#ffffff;
    padding:18px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.1);

}

.kepala-sekolah p{

    color:#555;
    font-size:17px;

}
/*==================================
VISI & MISI
==================================*/

.visi-misi{

    padding:70px 0;
    background:#f8fafc;

}

.visi-box,
.misi-box{

    max-width:900px;
    margin:auto;
    border-radius:18px;
    padding:30px 40px;
    margin-bottom:30px;

}

.visi-box{

    background:linear-gradient(135deg,#0d6efd,#0b4db5);
    color:white;
    text-align:center;

}

.visi-box h3{

    margin-bottom:20px;

}

.visi-box p{

    font-size:22px;
    line-height:38px;
    margin:0;

}

.misi-box{

    background:white;
    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.misi-box h3{

    color:#0d6efd;
    margin-bottom:20px;

}

.misi-list{

    list-style:none;
    padding:0;
    margin:0;

}

.misi-list li{

    position:relative;
    padding-left:35px;
    margin-bottom:15px;
    line-height:28px;
    font-size:17px;

}

.misi-list li::before{

    content:"✔";
    position:absolute;
    left:0;
    color:#0d6efd;
    font-weight:bold;

}
/*====================================
ANIMASI TAMPIL
====================================*/

.profil-hidden{
    display:none;
}

.profil-hidden.show{
    display:block;
    animation:fadeProfil .6s ease;
}

@keyframes fadeProfil{

    from{
        opacity:0;
        transform:translateY(30px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}
/*==================================
GURU & TENAGA KEPENDIDIKAN
==================================*/

.guru-section{

    background:#f7f9fc;
    overflow:hidden;

}

.guru-slider{

    overflow:hidden;
    position:relative;

}

.guru-track{

    display:flex;
    gap:25px;
    width:max-content;

    animation:sliderGuru 60s linear infinite;

}

.guru-slider:hover .guru-track{

    animation-play-state:paused;

}

@keyframes sliderGuru{

    0%{

        transform:translateX(0);

    }

    100%{

        transform:translateX(-50%);

    }

}

.guru-card{

    width:230px;
    flex-shrink:0;

    background:#ffffff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 20px rgba(0,0,0,.12);

    transition:.4s;

}

.guru-card:hover{

    transform:translateY(-8px);

}

.guru-card img{

    width:100%;
    height:280px;
    object-fit:cover;

    transition:.4s;

}

.guru-card:hover img{

    transform:scale(1.08);

}

.guru-card h5{

    font-size:18px;
    color:#0d6efd;
    text-align:center;
    margin-top:15px;
    font-weight:700;

}

.guru-card p{

    text-align:center;
    color:#666;
    margin-bottom:20px;

}

/* ===========================
   STRUKTUR ORGANISASI
=========================== */

.struktur-section{
    padding:80px 0;
}

.struktur-img{
    width: 220px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.section-line{
    width:90px;
    height:4px;
    background:#ffc107;
    margin:15px auto;
    border-radius:20px;
}
/*==============================
HEADER HALAMAN
==============================*/

.page-header{

    background:
    linear-gradient(
        rgba(11,59,99,.78),
        rgba(11,59,99,.78)
    ),
    url("../img/header-fasilitas.jpg");

    background-size:cover;
    background-position:center;

    height:240px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    color:#fff;

}

.page-header h1{

    font-size:44px;
    font-weight:700;
    margin-bottom:10px;
    letter-spacing:1px;

}

.page-header p{

    max-width:650px;

    margin:auto;

    font-size:17px;

    line-height:28px;

    color:rgba(255,255,255,.90);

}

.breadcrumb-header{

    margin-top:18px;

    font-size:15px;

}

.breadcrumb-header a{

    color:#FFD54F;

    text-decoration:none;

    font-weight:600;

}

.breadcrumb-header span{

    color:white;

    margin:0 5px;

}
/*====================================================
HALAMAN FASILITAS SMP NEGERI 1 RUBARU
====================================================*/

/* Scroll Halus */
html{
    scroll-behavior:smooth;
}

/*====================================================
HEADER FASILITAS
====================================================*/

.fasilitas-header{

    padding:90px 0;

    background:#ffffff;

}

.fasilitas-cover{

    width:100%;

    height:420px;

    object-fit:cover;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

    transition:.5s;

}

.fasilitas-cover:hover{

    transform:scale(1.02);

}

.judul-fasilitas{

    display:inline-block;

    color:#0d6efd;

    font-size:17px;

    font-weight:700;

    letter-spacing:5px;

    text-transform:uppercase;

    margin-bottom:10px;

}

.fasilitas-header h1{

    color:#0b3b63;

    font-size:50px;

    font-weight:700;

    margin-bottom:20px;

}

.fasilitas-header p{

    color:#666;

    font-size:18px;

    line-height:34px;

    text-align:justify;

    margin-bottom:35px;

}

.fasilitas-header .btn{

    padding:13px 35px;

    border-radius:50px;

    font-size:17px;

    font-weight:600;

    transition:.4s;

}

.fasilitas-header .btn:hover{

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(13,110,253,.35);

}

/*====================================================
DAFTAR FASILITAS
====================================================*/

.fasilitas-list{

    background:#f7f9fc;

    padding:80px 0;

    overflow:hidden;

    opacity:0;

    max-height:0;

    transform:translateY(-40px);

    transition:all .8s ease;

}

.fasilitas-list.show{

    opacity:1;

    max-height:9000px;

    transform:translateY(0);

}

.fasilitas-list h2{

    color:#0b3b63;

    font-size:40px;

    font-weight:700;

}

.fasilitas-list p{

    color:#777;

    font-size:17px;

}

/*====================================================
CARD FASILITAS
====================================================*/

.fasilitas-card{

    background:#ffffff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

}

.fasilitas-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 30px rgba(0,0,0,.15);

}

.fasilitas-card img{

    width:100%;

    height:220px;

    object-fit:cover;

    transition:.5s;

}

.fasilitas-card:hover img{

    transform:scale(1.08);

}

.fasilitas-card .p-3{

    padding:20px !important;

}

.fasilitas-card h5{

    color:#0b3b63;

    font-size:20px;

    font-weight:700;

    margin-bottom:10px;

}

.fasilitas-card p{

    color:#666;

    font-size:14px;

    line-height:25px;

    text-align:justify;

    margin-bottom:0;

}

/*====================================================
RESPONSIVE
====================================================*/

@media(max-width:1200px){

.fasilitas-header h1{

font-size:42px;

}

.fasilitas-cover{

height:360px;

}

}

@media(max-width:992px){

.fasilitas-header{

text-align:center;

}

.fasilitas-header p{

text-align:center;

}

.fasilitas-cover{

margin-bottom:35px;

height:320px;

}

}

@media(max-width:768px){

.fasilitas-header{

padding:60px 0;

}

.fasilitas-header h1{

font-size:36px;

}

.fasilitas-header p{

font-size:16px;

line-height:30px;

}

.fasilitas-cover{

height:250px;

}

.fasilitas-list h2{

font-size:30px;

}

}

@media(max-width:576px){

.fasilitas-header h1{

font-size:30px;

}

.fasilitas-header p{

font-size:15px;

}

.fasilitas-header .btn{

width:100%;

}

}
/*====================================================
HALAMAN STANDAR PELAYANAN
====================================================*/

/* Header */

.pelayanan-header{

    padding:90px 0;
    background:#ffffff;

}

.pelayanan-cover{

    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    transition:.4s;

}

.pelayanan-cover:hover{

    transform:scale(1.02);

}

.judul-pelayanan{

    display:inline-block;
    color:#0d6efd;
    font-size:16px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:10px;

}

.pelayanan-header h1{

    color:#0b3b63;
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;

}

.pelayanan-header p{

    color:#666;
    font-size:18px;
    line-height:33px;
    text-align:justify;
    margin-bottom:35px;

}

.pelayanan-header .btn{

    border-radius:50px;
    padding:14px 35px;
    font-weight:600;
    transition:.4s;

}

.pelayanan-header .btn:hover{

    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(13,110,253,.35);

}


/*====================================================
SECTION STANDAR PELAYANAN
====================================================*/

.standar-pelayanan{

    background:#f7f9fc;
    padding:80px 0;

    opacity:0;
    max-height:0;
    overflow:hidden;
    transform:translateY(-40px);

    transition:.8s;

}

.standar-pelayanan.show{

    opacity:1;
    max-height:10000px;
    transform:translateY(0);

}

.standar-pelayanan h2{

    color:#0b3b63;
    font-weight:700;

}


/*====================================================
SK & MAKLUMAT
====================================================*/

.service-box{

    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;

}

.service-box:hover{

    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.service-icon{

    width:85px;
    height:85px;

    margin:auto;

    background:#eaf3ff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:20px;

}

.service-icon i{

    font-size:34px;
    color:#0d6efd;

}

.service-box h4{

    color:#0b3b63;
    font-weight:700;
    margin-bottom:15px;

}

.service-box p{

    color:#666;
    line-height:28px;
    margin-bottom:25px;

}


/*====================================================
CARD LAYANAN
====================================================*/

.layanan-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    text-align:center;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

}

.layanan-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.layanan-icon{

    width:80px;
    height:80px;

    background:#0d6efd;

    color:#fff;

    margin:auto;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:20px;

    transition:.4s;

}

.layanan-card:hover .layanan-icon{

    transform:rotate(10deg) scale(1.1);

}

.layanan-icon i{

    font-size:30px;

}

.layanan-card h5{

    color:#0b3b63;
    font-weight:700;
    margin-bottom:15px;

}

.layanan-card p{

    color:#666;
    font-size:15px;
    line-height:28px;
    margin-bottom:20px;

}

.layanan-card a{

    text-decoration:none;
    font-weight:600;
    color:#0d6efd;

}

.layanan-card a:hover{

    color:#0b3b63;

}


/*====================================================
RESPONSIVE
====================================================*/

@media(max-width:992px){

.pelayanan-header{

text-align:center;

}

.pelayanan-header p{

text-align:center;

}

.pelayanan-cover{

height:300px;
margin-bottom:30px;

}

}

@media(max-width:768px){

.pelayanan-header{

padding:60px 0;

}

.pelayanan-header h1{

font-size:35px;

}

.pelayanan-header p{

font-size:16px;

line-height:30px;

}

}
/*=====================================
PDF VIEWER dokymen standar pelayanan
=====================================*/

.pdf-viewer{

    width:100%;
    height:90vh;

    border:none;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.text-end .btn{

    border-radius:30px;

    padding:10px 22px;

}
/* ==============================
   HALAMAN MAKLUMAT PELAYANAN
============================== */

.maklumat-container {
    min-height: 100vh;
    width: 100%;
    background: #f5f8fc;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 40px 20px;
    box-sizing: border-box;
}


.maklumat-container img {

    width: 420px !important;

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    border-radius: 10px;

    box-shadow: 0 8px 20px rgba(0,0,0,0.15);

}


/* tombol download */

.btn-download {

    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    margin-top: 30px;

    padding: 15px 45px;

    background: #0866ff !important;

    color: white !important;

    font-size: 18px;

    font-weight: 600;

    border-radius: 12px;

    text-decoration: none !important;

    box-shadow: 0 8px 18px rgba(0,102,255,0.3);

    transition: .3s;

}


.btn-download:hover {

    background:#004bcc !important;

    transform: translateY(-3px);

}

/* =====================================================
   DETAIL LAYANAN
===================================================== */

.detail-layanan-page{
    background:#f4f8fd;
    min-height:100vh;
    padding:45px 20px;
}

/* ================= CARD ================= */

.detail-card{
    width:75%;
    max-width:850px;
    margin:0 auto;
    background:#fff;
    border-radius:16px;
    padding:35px 40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* ================= HEADER ================= */

.detail-header{
    text-align:center;
    margin-bottom:35px;
}

.detail-header h1{
    font-size:32px;
    color:#0d6efd;
    font-weight:700;
    margin-bottom:10px;
    line-height:1.4;
}

.detail-header .line{
    width:70px;
    height:4px;
    background:#ffc107;
    border-radius:50px;
    margin:12px auto 18px;
}

.detail-header p{
    font-size:15px;
    color:#666;
    line-height:1.9;
    text-align:justify;
}

/* ================= SECTION ================= */

.layanan-section{
    margin-bottom:25px;
}

.layanan-section h3{
    font-size:20px;
    font-weight:600;
    color:#0d6efd;
    margin-bottom:15px;
    border-left:4px solid #0d6efd;
    padding-left:10px;
}

.layanan-section ul,
.layanan-section ol{
    padding-left:22px;
    margin:0;
}

.layanan-section li{
    font-size:15px;
    line-height:1.9;
    color:#444;
    margin-bottom:8px;
}

.layanan-section ul li::marker,
.layanan-section ol li::marker{
    color:#0d6efd;
    font-weight:bold;
}

/* ================= BOX INFORMASI ================= */

.layanan-box,
.info-box{

    background:#f8fbff;

    border-left:4px solid #0d6efd;

    border-radius:12px;

    padding:18px 22px;

    margin-bottom:18px;

    transition:.3s;

}

.layanan-box:hover,
.info-box:hover{

    transform:translateY(-2px);

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.layanan-box h4,
.info-box strong{

    display:flex;

    align-items:center;

    gap:8px;

    font-size:17px;

    font-weight:600;

    color:#0d6efd;

    margin-bottom:10px;

}

.layanan-box p,
.info-box p{

    font-size:15px;

    line-height:1.8;

    color:#444;

    margin:0;

    text-align:justify;

}

/* ================= TOMBOL ================= */

.btn-kembali{

    display:inline-block;

    margin-top:25px;

    padding:12px 28px;

    background:#0d6efd;

    color:#fff !important;

    text-decoration:none;

    border-radius:8px;

    font-size:15px;

    font-weight:600;

    transition:.3s;

}

.btn-kembali:hover{

    background:#084298;

}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

.detail-card{

    width:90%;
    padding:30px;

}

}

@media(max-width:768px){

.detail-layanan-page{

    padding:20px 10px;

}

.detail-card{

    width:95%;
    padding:22px;

}

.detail-header h1{

    font-size:26px;

}

.detail-header p{

    font-size:14px;

}

.layanan-section h3{

    font-size:18px;

}

.layanan-section li{

    font-size:14px;

}

.layanan-box h4,
.info-box strong{

    font-size:16px;

}

.layanan-box p,
.info-box p{

    font-size:14px;

}

.btn-kembali{

    width:100%;
    text-align:center;

}

}


/* ==================================
   QR CODE SECTION
================================== */


.qr-pengaduan{

    text-align: center;

    background: #f5f9ff;

    padding: 35px;

    border-radius: 20px;

    margin-top: 30px;

}



.qr-pengaduan h2{

    color:#003b75;

    font-size:26px;

    margin-bottom:10px;

}



.qr-pengaduan p{

    color:#666;

}





.gambar-qr{

    width:250px;

    height:250px;

    object-fit:contain;

    background:white;

    padding:20px;

    border-radius:20px;

    margin:25px auto;

    display:block;

    box-shadow:

    0 8px 25px rgba(0,0,0,.12);

}





/* TOMBOL FORM */


.btn-pengaduan{

    display:inline-block;

    background:#0866ff;

    color:white !important;

    padding:15px 45px;

    border-radius:30px;

    font-weight:600;

    text-decoration:none;

    font-size:16px;

    transition:.3s;

}



.btn-pengaduan:hover{

    background:#004dcc;

    transform:translateY(-3px);

}






/* ==================================
   ALUR PENGADUAN
================================== */


.alur-pengaduan{

    margin-top:55px;

}



.alur-pengaduan h2{

    text-align:center;

    color:#003b75;

    font-size:28px;

    margin-bottom:30px;

}





.alur-box{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

}





.alur-item{

    background:#f7faff;

    border-radius:18px;

    padding:25px 15px;

    text-align:center;

    border:1px solid #e6efff;

    transition:.3s;

}



.alur-item:hover{

    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}





.alur-item span{

    width:45px;

    height:45px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 15px;

    background:#0866ff;

    color:white;

    border-radius:50%;

    font-size:18px;

    font-weight:bold;

}





.alur-item h3{

    color:#0866ff;

    font-size:17px;

    margin-bottom:10px;

}





.alur-item p{

    color:#666;

    font-size:14px;

    line-height:1.6;

}





/* ==================================
   KOMITMEN PELAYANAN
================================== */


.komitmen-pelayanan{

    margin-top:45px;

    padding:30px;

    background:#eef5ff;

    border-radius:20px;

    text-align:center;

}



.komitmen-pelayanan h2{

    color:#0866ff;

    font-size:25px;

}



.komitmen-pelayanan p{

    color:#555;

    line-height:1.8;

}






/* ==================================
   TOMBOL KEMBALI
================================== */


.btn-kembali{

    display:flex;

    width:max-content;

    margin:40px auto 0;

    padding:14px 35px;

    background:#003b75;

    color:white !important;

    border-radius:30px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}



.btn-kembali:hover{

    background:#002952;

}





/* ==================================
   RESPONSIVE MOBILE
================================== */


@media(max-width:768px){


.layanan-detail{

    margin:30px 15px;

    padding:30px 20px;

}



.layanan-detail h1{

    font-size:28px;

}



.qr-pengaduan{

    padding:25px 15px;

}



.gambar-qr{

    width:200px;

    height:200px;

}



.alur-box{

    grid-template-columns:1fr;

}



.alur-item{

    padding:25px;

}


}
/* ==================================================
   HALAMAN KONTAK
   SMP NEGERI 1 RUBARU
================================================== */


/* =====================
   HEADER KONTAK
===================== */

.hero-kontak{

    background:#075985;

    color:white;

    padding:60px 10% 35px;

}


.hero-kontak h1{

    font-size:32px;

    margin:0 0 8px;

    font-weight:700;

}


.hero-kontak p{

    font-size:15px;

    margin:0;

}





/* =====================
   AREA KONTAK
===================== */


.kontak-section{

    width:90%;

    max-width:1100px;

    margin:55px auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:50px;

}





/* =====================
   INFORMASI KONTAK
===================== */


.kontak-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin-bottom:28px;

}



.icon{

    width:42px;

    height:42px;

    background:#e8f3ff;

    border-radius:10px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    flex-shrink:0;

}



.kontak-item h3{

    margin:0 0 5px;

    font-size:18px;

    color:#003b66;

}



.kontak-item p{

    margin:0;

    color:#555;

    font-size:14px;

    line-height:1.6;

}
.hero-kontak{
    background:#075985;
    color:white;
    padding:100px 10% 45px;
}




/* =====================
   GOOGLE MAP
===================== */


.maps iframe{

    width:100%;

    height:350px;

    border:0;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}





/* =====================
   MEDIA SOSIAL
===================== */


.judul-sosmed{

    color:#003b66;

    font-size:18px;

    margin-top:30px;

    margin-bottom:15px;

}



.social{

    display:flex;

    gap:15px;

}



.social a{
    text-decoration:none;
    padding:10px 20px;
    background:#e8f3ff;
    color:#005bea;
    border-radius:20px;
    font-size:14px;
}


.social a:hover{

    background:#075985;

    color:white;

    transform:translateY(-4px);

}

/* ===========================
   FOOTER SIMPLE
=========================== */

.footer-simple{
    background:#0b3b63;
    padding:20px 0;
    margin-top:60px;
}

.footer-simple .copyright{
    text-align:center;
    color:#fff;
    font-size:15px;
    letter-spacing:.3px;
}




/*======== HALAMAN BERITA=======*/
.header-berita{

    background:#0d4f7d;

    color:#fff;

    padding:70px 0;

    margin-bottom:45px;

}

.header-berita h1{

    font-size:38px;

    font-weight:700;

    margin-bottom:8px;

}

.header-berita p{

    margin:0;

    opacity:.9;

    font-size:17px;

}

.berita-list{
    width:100%;
}

.berita-item{
    display:flex;
    gap:18px;
    padding:15px 18px;
    margin-bottom:20px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.berita-item:hover{
    transform:translateY(-3px);
}

.berita-img{
    width:230px;
    flex-shrink:0;
}

.berita-img img{
    width:100%;
    height:145px;
    object-fit:cover;
    border-radius:8px;
}

.berita-content{
    flex:1;
}

.tanggal-berita{
    font-size:13px;
    color:#0d6efd;
}

.judul-berita{
    font-size:17px;
    line-height:1.4;
    margin:6px 0 10px;
    font-weight:700;
    color:#222;

}

.ringkasan-berita{
    font-size:15px;
    line-height:1.6;
    color:#666;
    margin-bottom:10px;
}

.btn-baca{
    text-decoration:none;
    color:#0d6efd;
    font-weight:600;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1px;
}

.btn-baca:hover{
    color:#084298;
}

@media(max-width:768px){

.berita-item{
    flex-direction:column;
}

.berita-img{
    width:100%;
}

.berita-img img{
    height:220px;
}

.judul-berita{
    font-size:22px;
}

}

/*====NAVLINK BERITA=====*/
.navbar .nav-link{
    color:#fff;
    transition:.3s;
}

.navbar .nav-link:hover{
    color:#ffc107;
}

.navbar .nav-link.active{
    color:#ffc107 !important;
    font-weight:700;
    position:relative;
}

.navbar .nav-link.active::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:3px;
    background:#ffc107;
    border-radius:10px;
}

/*==============================
        FOOTER BARU
==============================*/

.footer{

    background:#0a3b63;

    color:#fff;

    padding:70px 0 25px;

    margin-top:80px;

}

.footer .container{

    max-width:1250px;

}

.footer h3{

    font-size:20px;

    font-weight:700;

    margin-bottom:10px;

}

.footer-line{

    width:60px;

    height:4px;

    background:#ffc107;

    border-radius:20px;

    margin-bottom:25px;

}

.footer-logo{

    width:95px;

    height:95px;

    object-fit:contain;

    background:#fff;

    padding:8px;

    border-radius:50%;

    margin-bottom:20px;

}

.footer p{

    color:#e7e7e7;

    line-height:34px;

    font-size:17px;

}

/*=========================
KONTAK
=========================*/

.footer-item{

    display:flex;

    align-items:flex-start;

    gap:15px;

    margin-bottom:22px;

}

.footer-item i{

    color:#ffc107;

    width:22px;

    font-size:20px;

    margin-top:5px;

}

.footer-item span{

    color:#fff;

    line-height:30px;

    font-size:17px;

}

/*=========================
SOSMED
=========================*/

.footer-social{

    display:flex;

    gap:18px;

    margin-top:10px;

}

.footer-social a{

    width:55px;

    height:55px;

    border-radius:15px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:rgba(255,255,255,.12);

    color:#fff;

    font-size:24px;

    text-decoration:none;

    transition:.3s;

}

.footer-social a:hover{

    background:#ffc107;

    color:#0a3b63;

    transform:translateY(-5px);

}

/*=========================
MAP
=========================*/

.footer-map iframe{

    width:100%;

    height:240px;

    border:none;

    border-radius:15px;

}

/*=========================
GARIS PEMBATAS
=========================*/

.footer hr{

    margin:45px 0 20px;

    border-color:rgba(255,255,255,.15);

}

.copyright{

    text-align:center;

    color:#ddd;

    font-size:15px;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.footer{

    text-align:center;

}

.footer-line{

    margin:0 auto 25px;

}

.footer-item{

    justify-content:center;

}

.footer-social{

    justify-content:center;

}

.footer-logo{

    margin:auto auto 20px;

}

.footer-map{

    margin-top:20px;

}

}