@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    box-sizing: border-box;
}
a{
    text-decoration: none; 
}
.float-left{
    float: left;
}
.container{
    width: 1140px;
    margin: 0 auto;
}
.container::after{
    content: "";
    display: block;
    clear: both;
}
.bg-light{
    background-color: #fefefe;
}
.clearfix{
    clear: both;
}

.page-login{
    width: 100%;
    height: 100vh;
    background-color: #145da0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box{
    border: 1px solid #ddd;
    background-color: #fff;
}

.box-header{
    padding: 16px ;
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2;
}

.box-body{
    padding: 16px;
}
.box-footer{
    border-top: 1px solid #ddd;
    background-color: #f2f2f2;
    padding: 16px ;
}

form{
    margin: 15px 0;
}

.form-group{
    margin-bottom: 15px;
}

.form-group label{
    display: block;
    margin-bottom: 8px;
}

.form-group .input-control{
    padding: 10px 16px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ddd;
}

.box-login{
    width: 300px;
}

.btn{
    border: 1px solid #ddd;
    padding: 10px 16px;
    font-size: 16px;
}

.btn:hover{
    cursor: pointer;
}
.btn-simpan{
    background-color: #0a7029;
    color: #fff;
    border: 1px solid #0a7029;
}
.btn-simpan:hover{
    background-color: #116530;
}
.btn-kembali{
    background-color: #003366;
    color: #fff;
    border: 1px solid #003366;
}
.btn-kembali:hover{
    background-color: #003366;
}
.btn-daftar {
        display: inline-block;
        margin-top: 20px;
        padding: 12px 24px;
        font-size: 16px;
        color: #fff;
        background-color: #007bff;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color 0.3s ease;
}
.btn-daftar-highlight {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #ffde00;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.btn-daftar-highlight:hover {
    background-color: #f6c800;
    transform: translateY(-2px);
}
.btn-daftar:hover {
        background-color: #0056b3;
}

.text-center{
    text-align: center !important;
}

.alert{
    padding: 10px 16px;
    border: 1px solid;
}

.alert-error{
    background-color: #f8afa6;
    border: 1px solid #f8afa6;
    color: #f9f1f0;
}
.alert-success{
    background-color: #0a7029;
    border: 1px solid #0a7029;
    color: #f9f9f9;
}
.navbar{
    height: 60px;
    width: 100%;
    background-color: #0a7029;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.navbar li a{
    color: #fff;
}
.nav-brand{
    display: inline-block;
    padding: 15px 0;
    margin-right: 16px;
}
.nav-brand a{
    color: #fff;
}
.nav-menu{
    display: flex;
    list-style: none;
}
.nav-menu li a{
    padding: 20px;
    display: inline-block;
}
.nav-menu li:hover{
    background-color: #116530;
}
.nav-menu li .dropdown{
    border: 1px solid #ddd;
    background-color: #fff;
    list-style: none;
    position: absolute;
    display: none;
}
.nav-menu li .dropdown a{
    color: #333;
}
.nav-menu li .dropdown li:hover a{
    color: #fff;
}
.nav-menu li:hover .dropdown{
    display: block;
}
.content{
    padding: 100px 0 30px 0;

}
.footer{
    padding: 20px 0;
}
.table{
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0;
}
.table th,
.table td{
    border: 1px solid #ddd;
    padding: 10px;
}
.table td:first-child{
    width: 50px;
    text-align: center;
}
.table td:last-child{
    width: 150px;
    text-align: center;
}
.table td a{
    color: #000;
}
.text-red{
    color: #0a7029;
}
.input-group::after{
    content: "";
    clear: both;
    display: block;
}
.input-group input[type="text"]{
    width: 90%;
    padding: 10px;
    font-size: 16px;
    float: left;
    border: 1px solid #ddd;
}
.input-group input[type="text"]:focus{
    outline: none;
}
.input-group button{
    width: 10%;
    padding: 10px;
    font-size: 16px;
    float: left;
    border: 1px solid #ddd;
    border-left: none;
}
.image{
    border: 1px solid #ddd;
    padding: 5px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff; /* Pastikan background solid agar tidak transparan */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Tambahkan bayangan agar terlihat lebih baik */
}
.header a{
    color: #333;
}
.header a:hover{
    color: #0118D8;
}
.header-logo{
    float: left;
    line-height: 70px;
    padding: 5px 0;
}
.header-logo img{
    float: left;
    margin-right: 10px;
}
.header-logo h2{
    float: left;
}
.header-menu{
    float: right;
}
.header-menu li{
    float: left;
    list-style: none;
    padding: 29px 10px;
}
.banner{
    border: 1px solid;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20%;
    position: relative;
}
.banner-text{
    padding: 30px 0;
    background-color: rgba(0, 0, 0, .7);
    color: #ddd;
    position:absolute;
    bottom: 0;
    width: 100%;
}
.section{
    padding : 100px 0;
}
.section-daftar {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.section h3{
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}
.section h3::after{
    content: "";
    display: block;
    width: 100px;
    border: 3px solid red;
    position: absolute;
    bottom: 0;
    left: 100;
}
.section img{
    margin: 0px;
}
.section h4{
    margin-bottom: 30px;
}
.col-2{
    min-height: 200px;
    width: 25%;
    float: left;
    padding: 10px;
}
.thumbnail-box{
    border: 1px solid #ccc;
    width: 100%;
    min-height: 200px;
}
.thumbnail-img{
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}
.thumbnail-text{
    height: 55px;
    padding: 5px;
}
.thumbnail-link{
    color: #333;
}
.thumbnail-link:hover{
    color: #0118D8;
}
footer {
    padding: 50px;
    background-color: #0E2148;
    color: #fff;
}
.banner-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px; /* Atur tinggi banner sesuai keinginan */
}

.banner-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none;
}
.banner-slide.active {
    display: block;
    animation: fade 4s horizontal scroll;
}
.banner-prev,
.banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.banner-prev {
    left: 30px; /* Ubah dari 10px ke 30px agar tidak terlalu ke tengah */
}

.banner-next {
    right: 30px; /* Ubah dari 10px ke 30px agar tidak terlalu ke tengah */
}

.banner-prev:hover,
.banner-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.banner-dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 5px;
    width: 5px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}
@keyframes fade {
    from { opacity: .4 }
    to { opacity: 1 }
}

.ppdb-highlight {
    background-color: #0E2148; /* Warna oranye terang */
    color: white !important;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
    border: 2px solid #0E2148;

}
.ppdb-highlight:hover {
    background-color: #0E2148;
    color: #fff;
    text-decoration: none;
}
.ppdb-item {
    margin-left: 25px; /* Geser ke kanan sejauh mungkin */
}
.judul-sekolah {
    color: #003366;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.judul-daftar {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
}
.deskripsi-daftar {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
}
.judul-sambutan {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    color: #2c3e50;
}
.sambutan-wrap {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 40px 20px;
    flex-wrap: wrap;
    align-items: center;
}
.sambutan-foto img {
    width: 150px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.sambutan-teks {
    max-width: 700px;
}
.sambutan-teks h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #2c3e50;
}
.sambutan-teks h4 {
    font-size: 20px;
    color: #34495e;
    margin-bottom: 15px;
}
.sambutan-teks p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

@media (max-width: 768px) {
    .sambutan-wrap {
        flex-direction: column;
        align-items: center;
    }

    .sambutan-teks {
        text-align: center;
    }
}
/* Dropdown profil */
.header-menu .menu-dropdown {
    position: relative;
}

.header-menu .menu-dropdown > a::after {
    content: " ▼";
    font-size: 10px;
    vertical-align: middle;
}

.header-menu .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
    list-style: none;
    margin: 5;
    padding: 0;
    z-index: 1000;
    min-width: 180px;
    border-radius: 3px;
    top: 90%;
    left: 3;
}
.header-menu .submenu li {
    width: 100%; /* Pastikan item submenu memanjang penuh */
}
.header-menu .submenu li a {
    display: block;
    padding: 0px 10px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s;
    width: 100%;
    box-sizing: border-box;
}
.header-menu .menu-dropdown:hover .submenu {
    display: block;
}
.header-menu .submenu li a:hover {
    background-color: #f0f0f0;
    color: #0056b3;
}
.tentang-sekolah {
    padding: 40px 20px;
}
.image-container {
    flex: 0 0 400px;
}
.image-container img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.content {
    flex: 1 1 50%;
}
.section-title {
    color: #b30000;
    font-size: 18px;
    margin-bottom: 5px;
}

.school-name {
    font-size: 32px;
}

.title-divider {
    width: 60px;
    height: 4px;
    background-color: #b30000;
    border: none;
    margin: 15px 0;
}
.description {
    font-size: 16px;
    line-height: 3.0;
    text-align: justify;
}
/* Layout utama */
.sarpras-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    margin: 60px 0;
}

/* Gambar di kiri */
.sarpras-image {
    position: relative;
    width: 420px;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sarpras-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* Overlay teks pada gambar */
.sarpras-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    color: #fff;
}

.sarpras-overlay h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.sarpras-overlay p {
    margin: 4px 0 0;
    font-size: 16px;
}

/* Deskripsi di kanan */
.sarpras-description {
    flex: 1;
    max-width: 600px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    padding-top: 1px;
}

/* Responsif */
@media (max-width: 768px) {
    .sarpras-section {
        flex-direction: column;
        align-items: center;
    }

    .sarpras-description {
        max-width: 100%;
        padding: 10px;
    }

}.galeri-title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.galeri-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.galeri-card {
    width: 200px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}

.galeri-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin-bottom: 10px;
}
.lightbox {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: zoom-out;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.form-container {
    max-width: 800px;
    margin: 60px auto; /* tambahkan jarak atas dan bawah */
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.tatib-title {
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 10% 0;
}

.tatib-box {
    max-height: 1000px;
    overflow-y: auto;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
}

.tatib-box ol {
    padding-left: 20px;
}

.checkbox-agree {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

button[type="submit"] {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 10px 18px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}

.form-title {
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 10% 0;
}

.form-container {
    background: #fff;
    width: 90%;
    max-width: 450px;
    margin: 30px auto;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}

label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="file"],
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    resize: vertical;
}

button {
    margin-top: 20px;
    padding: 12px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

button:hover {
    background-color: #0056b3;
}

/*pembayaran*/

.pembayaran-title {
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 10% 0;
}

.pembayaran-container {
    max-width: 450px;
    margin: 20px auto;
    padding: 30px;
    background: #f0f9ff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.pembayaran-container h2 {
    color: #003366;
}

.pembayaran-container input[type="text"],
.pembayaran-container input[type="file"],
.pembayaran-container button {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

.pembayaran-container button {
    background-color: #007bff;
    color: white;
    border: none;
    margin-top: 15px;
    cursor: pointer;
}

.pembayaran-container button:hover {
    background-color: #0056b3;
}
.btn-kembali, .btn-whatsapp {
    display: inline-block;
    margin: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}
.btn-whatsapp {
    background-color: #25D366;
}
.box-beranda, .box-wa {
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    max-width: 300px;
}

.btn-kembali {
    background-color: #3498db;
}
/* === Bagian Seragam === */
.section-seragam {
    padding: 40px 0;
    background-color: #fff;
}

.seragam-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* biarkan wrap agar bisa turun jika layar kecil */
    gap: 30px; /* beri jarak antar gambar */
    padding: 20px;
}

.seragam-item {
    flex: 0 0 auto;
    width: 300px; /* gambar lebih lebar */
    text-align: center;
}

.seragam-img {
    width: 100%;
    height: 400px; /* sesuaikan tinggi */
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    transition: transform 0.3s;
}

.seragam-img:hover {
    transform: scale(1.05);
}

.seragam-hari {
    margin-top: 12px;
    font-weight: bold;
    font-size: 16px;
}

.seragam-title {
    position: relative;
    text-align: center;
}

.seragam-title::after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 3px solid red;
    margin: 8px auto 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}
.informasi-title {
    position: relative;
    text-align: center;
}
.informasi-title::after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 3px solid red;
    margin: 8px auto 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px; /* Jarak dari bawah teks, bisa disesuaikan */
}
/* Container utama */
.section.berita-berita {
    padding: 40px 0;
    background: #f8f8f8;
}

/* Container isi */
.berita-container-berita {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Judul dan garis di kiri */
.berita-heading-berita {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 7%;
}

.berita-title-berita {
    font-size: 1.8rem;
    font-weight: bold;
    color: #222;
    margin: 0;
}       

/* List berita horizontal */
.berita-list-berita {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 24px;
    padding-bottom: 10px;
}

/* Item berita */
.berita-item-berita {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    text-decoration: none;
    color: #222;
    min-width: 400px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.berita-item-berita:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

/* Gambar berita */
.berita-img-berita {
    width: 150px;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* Isi berita */
.berita-isi-berita {
    padding: 12px;
    flex: 1;
}

.judul-berita {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 6px;
    color: #000;
}

.keterangan-berita {
    font-size: 0.95rem;
    color: #555;
}

.berita-kosong-berita {
    font-size: 1.2rem;
    color: #888;
    text-align: center;
    margin: 32px auto;
}
/* ======== DETAIL BERITA ======== */
.section.detail-berita {
    padding: 50px 0;
    background-color: #fefefe;
}

.detail-berita-container {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
}

.detail-berita-judul {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
    margin-top: 7%;
}

.detail-berita-gambar {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.detail-berita-keterangan {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    white-space: pre-line;
}

/* Jika ID tidak ditemukan */
.detail-berita-notfound {
    text-align: center;
    font-size: 1.3rem;
    color: #888;
    padding: 60px 20px;
}
/* Tombol Selengkapnya */
.btn-selengkapnya-kepsek {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    background-color: #003366; /* warna orange */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-selengkapnya-kepsek:hover {
    background-color: #0056b3;
}

/* Statistik */
.statistik-dgk {
    margin-top: 40px;
    margin-left: 23%;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.stat-item-dgk {
    text-align: center;
    color: #111827;
}

.stat-item-dgk h2 {
    font-size: 2.5rem;
    margin: 0;
    font-weight: 700;
    color: #111827;
}

.stat-item-dgk h2 span {
    color: #003366;
}

.stat-item-dgk p {
    margin: 5px 0 0;
    font-size: 1rem;
    color: #000; /* merah */
    font-weight: 500;
}

/*biaya */
.container-biaya {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f9fafb;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.judul-biaya {
    text-align: center;
    font-size: 400%;
    color: #1f2937;
    margin-bottom: 20px;
}

.isi-biaya {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #374151;
    white-space: pre-line;
}

.textarea-biaya {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    resize: vertical;
    margin-bottom: 10px;
}

.btn-biaya {
    padding: 10px 20px;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.btn-biaya:hover {
    background-color: #1d4ed8;
}
.judul-biaya {
    font-size: 1.8rem;
    font-weight: 450;
    color: #1f2937;
    text-align: center;
    margin-bottom: 20px;
}

.isi-biaya {
    font-size: 1.05rem;
    color: #374151;
    line-height: 1.6;
    white-space: pre-line;
}

/*footer*/
.footer-custom {
    background: #181c23;
    color: #fff;
    padding: 30px 0 10px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.footer-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
    background: #181c23;
    color: #fff;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.footer-left {
    display: flex;
    align-items: center; /* Logo & nama sejajar */
    min-width: 320px;
    gap: 20px;
}

.footer-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.footer-school-name {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    white-space: normal;
}

.footer-divider {
    width: 1px;
    height: 200px;
    margin: 0 30px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 230px;
    gap: 16px;
}

.footer-social-list {
    display: flex;
    flex-direction: column; /* Vertikal */
    gap: 10px;
    margin-bottom: 10px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.social-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.footer-social:hover .social-icon {
    filter: brightness(0.7);
}

.footer-map {
    min-width: 300px;
    max-width: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px (0,0,0,0.3);
}

.footer-copyright {
    text-align: center;
    width: 100%;
    color: #bbb;
    padding: 10px 0;
    font-size: 0.95em;
    background: #181c23;
}

/* Responsif */
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-divider {
        display: none;
    }
    .footer-left, .footer-right, .footer-map {
        min-width: auto;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }
    .footer-map {
        margin-bottom: 0;
    }
}
.kontak-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.header-sekolah {
  text-align: center;
  margin-bottom: 30px;
}

.logo-sekolah {
  max-width: 100px;
  height: auto;
  margin-top: 10%;
}

.nama-sekolah {
  font-size: 24px;
  margin-top: 10px;
  color: #2c3e50;
}

.kontak-info, .alamat-sekolah {
  margin-bottom: 30px;
}

.kontak-info h2, .alamat-sekolah h2 {
  font-size: 20px;
  color: #2980b9;
  margin-bottom: 10px;
}

.kontak-info ul {
  list-style-type: none;
  padding: 0;
}

.kontak-info li {
  margin-bottom: 10px;
}

.kontak-info a {
  color: #2980b9;
  text-decoration: none;
}

.kontak-info a:hover {
  text-decoration: underline;
}

.google-map {
  width: 100vw;
  margin: 0;
  margin-top: 20px;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

.kontak-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.kontak-social:hover .social-icon {
    filter: brightness(0.7);
}

/*sambutan kepsek*/
.section-kepsek {
    padding: 40px 0;
    background-color: #fff;
    margin-top: 5%;
}

.detail-sambutan-kepsek {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap; /* agar responsif di layar kecil */
    margin-top: 20px;
}

.detail-sambutan-img-kepsek {
    width: 250px;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.detail-sambutan-text-kepsek {
    flex: 1;
    min-width: 280px;
}

.detail-sambutan-text-kepsek h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.detail-sambutan-text-kepsek p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

.judul-sambutan-kepsek {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-right: 22%;
}

.garis-merah-detail-kepsek {
    width: 80px;
    border-bottom: 3px solid red;
    margin: 0 auto 20px auto;
    margin-right: 68%;
}

/*css mobile*/

@media screen and (max-widht: 768px) {

    .header{
        background-color: red;
    }
    
}