
/* --- Header & Lines --- */
#header {
    width: 100%;
    height: 40px;
    background-image: url('../../main_images/001_001_blank20.jpg');
    background-size: cover;
}

#linehead2 { height: 3px; background: #09c; }
#linehead3 { height: 2px; background: #999; }
#linehead4 { height: 1px; background: #ccc; }

/* --- Layout Utama (Flexbox) --- */

/* --- Reset Default --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Sangat penting untuk responsivitas */
    font-family: Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- Container Utama --- */
.wrap {
    width: 100%;
    max-width: 1920px; /* Batas maksimal */
    margin: 0 auto;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}


.content {
    display: flex;
    flex-direction: column; /* Stack vertikal di HP */
    flex: 1;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* Bagian Konten Kiri/Tengah */
.conexp {
    width:1850px;
    flex: 1;
    display: flex;
    flex-direction: column;
    /*background-color:yellow;*/
}

.leftside {
    width:300px;
    height:900px;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: blue;*/
}


.rightbox {
    width:1465px;
    height:900px;
    border-right: 1px solid #ccc;
    /*background: #ccc;*/
}


/* -------- Paging gallery -------- */

.gallery-container {
    width:1450px;
    height:800px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 10px;
    margin-left: 15px;
    margin-top: 5px;
    /*background: skyblue;*/
}

/* Frame luar 150 x 150 */
.frame-foto{
    width: 190px;
    height: 260px;
    border-radius: 8px;
    background: #eee;
    margin-left:5px;
}

.frame-outer {
    width: 190px;
    height: 190px;
    background: #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Frame dalam 280 x 280 */
.frame-inner {
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.frame-text {
    width:190px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* ---------- paging -------- */

/* -------- Paging box 4 foto-------- */


.gallery-container4nt {
    width:1450px;
    height:650px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    margin-top: 105px;
    /*background: skyblue;*/
}

.gallery-container4 {
    width:1450px;
    height:500px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    margin-top: 155px;
    /*background: skyblue;*/
}

/* Frame luar 150 x 150 */
.frame-foto4{
    width: 350px;
    height: 450px;
    border-radius: 8px;
    background: #eee;
    margin-left:10px;
    float: left;
}

.frame-foto4nt{
    width: 350px;
    height: 600px;
    border-radius: 8px;
    background: #eee;
    margin-left:10px;
    float: left;
}

.frame-outer4 {
    width: 350px;
    height: 350px;
    background: #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Frame dalam 280 x 280 */
.frame-inner4 {
    width: 330px;
    height: 330px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-inner4 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.frame-text4 {
    width:330px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.frame-text4nt {
    width:350px;
    height:250px;
    /*background: skyblue;*/
    float: left;

}

/* ---------- paging -------- */

/* -------- Paging box 10 foto-------- */

.gallery-container10 {
    width:1450px;
    height:435px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    margin-top: 10px;
    /*background: skyblue;*/
}

/* Frame luar 150 x 150 */
.frame-foto10{
    width: 275px;
    height: 370px;
    border-radius: 8px;
    background: #eee;
    margin-left:7px;
    float: left;
}

.frame-outer10 {
    width: 275px;
    height: 275px;
    background: #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Frame dalam 280 x 280 */
.frame-inner10 {
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-inner10 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.frame-text10 {
    width:250px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* ---------- paging -------- */


.photo-display {
    width: 60%;
    height: 90vh;
    /*background-color:yellow;*/
    float:left;
}

.headbox {
    width: 100%;
    height:70px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    /*background-color:skyblue;*/
    font-family:arial;
    font-size:30pt;
    font-weight:bolt;
    float:left;
}

.fotobox-H {
    width: 100%;
    position:relative;
    left:70px;
    top:70px;
}

.fotobox-V {
    width: 100%;
    position:relative;
    left:200px;
    top:25px;
}

.photo-wrapper {
    width: 70%;
}



.data-display {
    width: 40%;
    min-height: 90vh;
    padding-left: 70px;
    padding-top: 30px;
    float:left;
    background-color:#eee;
}



/* --- Area Gambar & Penulis --- */
.leftbox{width:150px; border-right:1px solid #ccc; display:flex; align-items:center; justify-content: center;}

.pixbox {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.pixframe {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.pixframe img {
    width: 100%;
    max-width: 550px;
    border: 3px solid rgb(131, 101, 2);
}

/* --- Area Judul & Box --- */
.texbox {
    width: 100%;
    padding: 20px;
}

.judul {
    width: 100%;
    font-size: clamp(20px, 5vw, 30px); /* Ukuran font fleksibel */
    font-family: 'Times New Roman', Times, serif;
    border-bottom: 2px solid #555;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Grid untuk Ikon/Grup */
.workikon, .workikon2, .workikon3 {
    display: flex;
    flex-wrap: wrap; /* Supaya ikon turun ke bawah jika layar sempit */
    gap: 15px;
    justify-content: center;
    padding: 0;
}

.headline, .headline2, .headline3 {
    width:100%;
    max-width:900px;
    margin-top:20px;
    border-bottom: 2px solid #ccc;
    gap: 15px;
    font-size: clamp(16px, 4vw, 24px); /* Ukuran font fleksibel */
    font-family: 'Arial', Helvetica, sanserif;
}

.workikon li {
    list-style: none;
    margin-top:10px;
}

.workikon2 li {
    list-style: none;
    margin-top:10px;
}

.workikon3 li {
    list-style: none;
    margin-top:10px;
}

.workikon li img, .workikon3 li img {
    width: 80px; /* Lebih kecil di HP */
    height: 80px;
    border: 2px solid #ccc;
    border-radius: 15px;
}



/* PAGING */
.paging {
    margin-top: 10px;
    text-align: center;
}

.paging a {
    background: rgba(255,0,0,0.1);
}

.page-number {
    width:45px;
    height:50px;
    border:1px solid #aaa;
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    background: #eee;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-size:24pt;
    font-weight: bold;
}

.page-number.active {
    background: #3f8efc;
    color: #fff;
}

.page-number:hover {
    background-color: #f00; /* Orange */
    color: #fff;
}


.page-btn img {
    margin-right: 20px;
    margin-left: 20px;
}


 /*Tombol arrow (next & prev) */
.page-btn.arrow img {
    width: 40px;
    height: 40px;
    /*margin-bottom:-15px;*/
}



.page-info {
    width: 1450px;
    height: 35px;
    /*background: yellow;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------- paging -------- */

/* --- Navigasi Samping/Bawah --- */
.connav {
    width: 100%;
    background: #eee;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.connav1 {
    width: 170px;
    height:90vh;
    /*background: #eee;*/
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.pagenav {
        width: 130px;
        height: 900px;
        margin-left: 25px;
        /* background: #09c; */
    }

    .pgmenu {
        width: 120px;
        height: 700px;
        /* background: #eee; */
        list-style: none;

    }

.pgmenu1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
}

.pgmenu2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
}

.pgmenu1 li img, .pgmenu2 li img {
    width: 80px; /* Lebih kecil di HP */
    height: 80px;
    border: 2px solid #ccc;
    border-radius: 15px;
}


    .pgmenu li img {
        width: 100px;
        height: 100px;
        margin-top: 12px;
        border: 2px solid #ccc;
        border-radius: 15px;
        float: left;
    }

/* --- Footer --- */
.footsection {
    width: 100%;
}

.navigasi { height: 19px; background: #035; width: 100%; }
.linebar { height: 3px; background: #09c; width: 100%; }
.copyright {
    background: #222;
    color: grey;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

/* =========================================
   MEDIA QUERY: UNTUK LAYAR DESKTOP (1024px ke atas)
   ========================================= */
@media (min-width: 1024px) {
    .content {
        flex-direction: row; /* Berjejer ke samping */
    }

    .conexp {
        flex-direction: row;
        width: 80%;
    }

    .pixbox {
        width: 400px; /* Ukuran tetap untuk sidebar gambar */
        border-right: 1px solid #ccc;
        border-bottom: none;
    }

    .texbox {
        flex: 1;
    }

    .connav {
        width: 270px; /* Sidebar navigasi kanan */
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .judul {
        width:100%;
        max-width:900px;
        
    }

    .workikon, .workikon2, .workikon3 {
        justify-content: flex-start;
    }

    .workikon li img, .workikon3 li img {
        width: 100px;
        height: 100px;
    }
    
    .pgmenu1, .pgmenu2 {
        justify-content: flex-start;
    }

    .pgmenu1 li img, .pgmenu2 li img {
        width: 100px;
        height: 100px;
    }
}

/* Media Query khusus permintaan Anda (1367px - 1920px) */
@media (min-width: 1367px) and (max-width: 1920px) {
    .pixbox { width: 650px; }
    .judul { font-size: 43px; }
}