/*==================================
NAVBAR
==================================*/
*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    margin:0;

    padding:0;

    overflow-x:hidden;

}
.custom-navbar{

    background:#ffffff;

    padding:12px 0;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    transition:.3s;

}

.logo{

    width:55px;

}

.brand-text h5{

    margin:0;

    font-size:18px;

    font-weight:700;

    color:#222;

    line-height:1;

}

.brand-text span{

    font-size:13px;

    color:#777;

}

.navbar-nav .nav-link{

    color:#333;

    font-weight:600;

    margin-left:18px;

    transition:.3s;

}

.navbar-nav .nav-link:hover{

    color:#198754;

}

.navbar-nav .nav-link.active{

    color:#198754;

}

.navbar-toggler{

    border:none;

}

.navbar-toggler:focus{

    box-shadow:none;

}

/* Scroll */

.navbar-scrolled{

    padding:8px 0;

    background:#ffffff;

    box-shadow:0 8px 25px rgba(0,0,0,.12);

}

/* Mobile */

@media(max-width:991px){

    .navbar-collapse{

        background:white;

        padding:20px;

        margin-top:15px;

        border-radius:15px;

        box-shadow:0 10px 30px rgba(0,0,0,.1);

    }

    .navbar-nav .nav-link{

        margin:10px 0;

    }

}
/*==================================
FOOTER
==================================*/

.footer{

    background:#111;

    color:#fff;

    padding:80px 40px 25px;

    width:100%;

    margin:0;

}

.footer-logo{

    width:80px;

}

.footer h4{

    font-weight:700;

}

.footer h5{

    margin-bottom:20px;

    font-weight:700;

}

.footer p{

    color:#cfcfcf;

    line-height:1.8;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#cfcfcf;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#20c997;

    padding-left:8px;

}
/*=========================================
FOOTER CERTIFICATION
=========================================*/

.footer-certification{

    margin-top:10px;

}

.footer-certification h6{

    color:#fff;

    font-size:10px;

    font-weight:600;

    margin-bottom:10px;

}

.certification-logo{

    display:flex;

    align-items:center;

    gap:15px;

}

.certification-logo img{

    width:55px;

    height:55px;

    object-fit:contain;

    background:#fff;

    border-radius:8px;

    padding:6px;

    transition:.3s;

}

.certification-logo img:hover{

    transform:scale(1.08);

}

.social-media{

    margin-top:20px;

}

.social-media a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:45px;

    height:45px;

    border-radius:50%;

    background:#222;

    color:#fff;

    text-decoration:none;

    margin-right:10px;

    transition:.3s;

}

.social-media a:hover{

    background:#198754;

    transform:translateY(-5px);

}

.footer hr{

    border-color:#444;

    margin:40px 0 20px;

}

.footer-bottom{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

    flex-wrap:wrap;

    text-align:center;

}

.footer-bottom p{

    margin:0;

}
/*==================================
BOARD OF DIRECTORS
==================================*/

.board-directors{

    background:#f8f9fa;

}



.director-card img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.4s;

}

.director-content{

    padding:25px;

}

.director-content h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:8px;

    transition:.3s;

}

.director-content span{

    color:#6c757d;

    font-size:15px;

    font-weight:500;

}

.director-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.director-card:hover img{

    transform:scale(1.08);

}

.director-card:hover h4{

    color:#198754;

}
/*==================================
VISION & MISSION
==================================*/

.vision-mission{

    background:#ffffff;

}

.vm-card{

    background:#fff;

    border-radius:18px;

    padding:40px 35px;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

}

.vm-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.vm-icon{

    width:70px;

    height:70px;

    background:#198754;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-bottom:25px;

}

.vm-card h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:20px;

}

.vm-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:0;

}

.vm-card ul{

    margin:0;

    padding-left:20px;

}

.vm-card ul li{

    margin-bottom:12px;

    color:#666;

    line-height:1.8;

}
/* ===========================
   NILAI PERUSAHAAN
=========================== */

#nilai{

    background:#f5f5f5;

}

.core-value-card{
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);

    height: 100%;
}

.core-value-card:hover{

    transform:translateY(-10px);

    background:#4CAF50;

    color:white;
}

.core-value-card:hover p{

    color:white;

}

.value-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    height:100%;

    transition:all .35s ease;

    cursor:pointer;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.value-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}
.core-value-card:hover .value-letter{

    color:#fff;

}

.value-card h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}

.value-card p{

    font-size:15px;

    line-height:1.8;

    color:#666;

}

.value-card:hover p{

    color:#fff;

}

.value-letter{
    font-size:60px;
    font-weight:700;
    color:#4CAF50;
    transition:.3s;
}

/* ===========================
   BUDAYA PERUSAHAAN
=========================== */

#budaya{

    background:white;

}

.culture-card{

    background:white;

    border-radius:20px;

    text-align:center;

    padding:40px 25px;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    margin-bottom:30px;

}

.culture-card:hover{

    background:#4CAF50;

    color:white;

    transform:translateY(-10px);

}

.culture-card i{

    font-size:55px;

    color:#4CAF50;

    margin-bottom:20px;

    transition:.3s;

}

.culture-card:hover i{

    color:white;

}

.culture-card h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}

.culture-card p{

    color:#666;

    line-height:1.8;

}

.culture-card:hover p{

    color:white;

}


/*==================================
HERO FULL SCREEN
==================================*/

.hero{

    position:relative;

    width:100%;

    height:100vh;

    min-height:100vh;

    overflow:hidden;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:0;

    padding:0;

}

.hero-video{

    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    z-index:-2;

}
.hero-bg{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center center;

    z-index:-2;

}

.overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.45);

    z-index:-1;

}

.hero-content{

    text-align:center;

    color:#fff;

    padding:20px;

    width:100%;

}

.hero-logo{

    width:230px;

    margin-bottom:20px;

    filter:drop-shadow(0 8px 20px rgba(0,0,0,.4));

}

.hero h1{

    font-size:72px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:20px;

}

.hero p{

    font-size:28px;

    margin-bottom:35px;

}

.hero-button{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}
/*==================================
ABOUT SECTION
==================================*/

.about-company{

    padding:100px 0;

}

.about-company h5{

    color:#198754;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

}

.about-company h2{

    font-size:52px;

    font-weight:700;

    margin-bottom:30px;

    color:#222;

}

.about-text{

    font-size:19px;

    font-weight:400;      /* Tidak bold */

    line-height:1.9;

    color:#555;

    text-align:justify;   /* Rata kanan kiri */

    margin-bottom:22px;

}

#direksi{
    background:#f8f9fa;
}

.director-card{

    background:#fff;

    border-radius:20px;

    padding:30px 20px;

    text-align:center;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    align-items:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.director-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.director-card img{

    width:190px;

    height:190px;

    border-radius:50%;

    object-fit:contain;

    object-position:center;

    background:#fff;

    border:5px solid #4CAF50;

    padding:5px;

    display:block;

    margin:0 auto 20px;

}

.director-card:hover img{

    transform:scale(1.08);

}

.director-card h4{

    font-size:22px;

    font-weight:700;

    color:#222;

    margin-bottom:8px;

}

.director-card h4{

    min-height:60px;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    font-size:20px;

    font-weight:700;

    margin-bottom:10px;

}
.section-title{

    text-align:center;
    justify-content:center;
    margin-bottom:70px;

}

.section-title h2{

    font-size:42px;

    font-weight:700;

    color:#222;

    position:relative;

}

.section-title h2::after{

    content:"";

    width:90px;

    height:4px;

    background:#4CAF50;

    display:block;

    margin:15px auto;

    border-radius:30px;

}

#visi{

    background:#ffffff;

}

.visi-box,
.misi-box{

    background:white;

    border-radius:25px;

    padding:40px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

}

.visi-box:hover,
.misi-box:hover{

    transform:translateY(-10px);

}

.visi-box i,
.misi-box i{

    font-size:55px;

    color:#4CAF50;

    margin-bottom:20px;

}

.visi-box h3,
.misi-box h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:20px;

}

.visi-box p{

    color:#666;

    line-height:1.8;

    text-align:justify;

}

.misi-box ul{

    padding-left:18px;

}

.misi-box li{

    margin-bottom:15px;

    color:#666;

    line-height:1.8;

}
/* ===================================
   BUSINESS ACTIVITIES
=================================== */

#kbli{

    background:#f8f9fa;

}

.kbli-category{

    color:#198754;

    font-weight:700;

    margin-bottom:30px;

}

.kbli-card{

    background:#fff;

    border-radius:20px;

    padding:35px 25px;

    height:100%;

    text-align:center;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    cursor: pointer;
}

.kbli-card:hover{

    transform:translateY(-10px);

    background:#198754;

    color:#fff;

    transform:translateY(-10px);


}

.kbli-icon{

    font-size:50px;

    margin-bottom:20px;

}

.kbli-card h5{

    font-size:18px;

    font-weight:600;

    line-height:1.6;

    margin:0;

}

.kbli-card:hover .kbli-icon{

    transform:scale(1.15);

    transition:.3s;

}

.kbli-card a{

    text-decoration:none;

    color:inherit;

}
.page-header{

    margin-top:85px;

    padding:90px 0 70px;

    background:#f8f9fa;

    text-align:center;

}

.page-header h1{

    font-size:48px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

}

.page-header p{

    font-size:18px;

    color:#666;

}
/* ==========================================
   GALERI KEGIATAN
========================================== */

.gallery-folder{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    height:100%;

    display:flex;

    flex-direction:column;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.gallery-folder:hover{

    transform:translateY(-10px);

}

.gallery-folder img{

    width:100%;

    height:250px;

    object-fit:cover;

}

.gallery-info{

    padding:25px;

    display:flex;

    flex-direction:column;

    flex:1;

}

.gallery-info h4{

    font-size:18px;

    font-weight:700;

    min-height:90px;      /* semua judul sama tinggi */

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

}

.gallery-info p{

    color:#777;

    margin-bottom:20px;

    min-height:28px;

}

.gallery-info .btn{

    margin-top:auto;

}
/* ==========================
   MODAL GALERI
========================== */

.modal-content{

    border-radius:20px;

}

.modal-body img{

    height:550px;

    object-fit:contain;

    background:#eee;

}

.modal-body video{

    border-radius:15px;

}

.modal-header{

    background:#198754;

    color:white;

}


/*==================================
NEWS
==================================*/

#news{

    background:#f8f9fa;

    padding:90px 0;

}

.news-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    height:100%;

    display:flex;

    flex-direction:column;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.news-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.news-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.news-image{

    width:100%;

    height: 100px;

    object-fit:contain;

    object-position:center;

    background:#f5f5f5;

    border-radius:15px;

}


.news-content{

    padding:30px;

    display:flex;

    flex-direction:column;

    flex:1;

}

.news-date{

    display:inline-block;

    background:#198754;

    color:#fff;

    padding:6px 15px;

    border-radius:30px;

    font-size:14px;

    margin-bottom:20px;

}

.news-content h3{

    font-size:24px;

    font-weight:700;

    line-height:1.5;

    min-height:110px;

}

.news-content p{

    color:#666;

    line-height:1.8;

    text-align:justify;

}

.news-content .btn{

    margin-top:auto;

}
 
/*======================================
BUSINESS PROFILE
======================================*/

.business-profile{

    padding:80px 0;

}

.business-profile img{

    width:100%;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.business-profile h3{

    font-size:38px;

    font-weight:700;

    margin-bottom:20px;

}

.business-profile p{

    text-align:justify;

    line-height:2;

    color:#666;

}

.business-profile ul{

    padding-left:20px;

}

.business-profile li{

    margin-bottom:12px;

}
