/* Maksud dan Tujuan */

/*==================================================
        MAKSUD & TUJUAN
==================================================*/

.purpose-section{

    padding:90px 0;

    background:#fff;

}

/*======================
        MAKSUD
=======================*/

.purpose-main{

    background:#ffffff;

    border-radius:20px;

    padding:45px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border-top:5px solid #f58220;

}

.purpose-main-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#fff3e8;

    color:#f58220;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:35px;

    margin-bottom:25px;

}

.purpose-main h3{

    font-size:32px;

    font-weight:700;

    margin-bottom:20px;

    color:#222;

}

.purpose-main p{

    font-size:18px;

    line-height:32px;

    color:#666;

}

/*======================
        TUJUAN
=======================*/

.purpose-card{

    background:#fff;

    border-radius:18px;

    padding:35px 25px;

    height:100%;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    border-top:4px solid transparent;

}

.purpose-card:hover{

    transform:translateY(-8px);

    border-top:4px solid #f58220;

}

.purpose-number{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#f58220;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    margin:0 auto 20px;

    font-size:18px;

}

.purpose-card p{

    margin:0;

    color:#666;

    line-height:28px;

    font-size:15px;

}

/*======================
        MOBILE
=======================*/

@media(max-width:768px){

    .purpose-main{

        padding:30px 20px;

    }

    .purpose-main h3{

        font-size:24px;

    }

    .purpose-main p{

        font-size:16px;

        line-height:28px;

    }

}
/* End Maksud */


/* Staff */
/*==================================================
            STAFF PREMIUM PT MEA
==================================================*/

/*==================================================
                STAFF PREMIUM
==================================================*/

.staff-premium-section{

    background:#f8fafc;

    padding:90px 0;

}

.staff-premium-item{

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

    height:100%;

    transition:.35s;

}

.staff-premium-item:hover{

    transform:translateY(-8px);

}

/* FOTO */

.staff-premium-photo{

    width:135px;

    height:135px;

    border-radius:50%;

    overflow:hidden;

    border:5px solid #fff;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

    margin-bottom:25px;

}

.staff-premium-photo img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.35s;

}

.staff-premium-item:hover .staff-premium-photo{

    box-shadow:0 15px 35px rgba(245,130,32,.35);

}

/* NAMA */

.staff-premium-name{

    width:100%;

    height:80px;                 /* semua nama sama tinggi */

    display:flex;

    align-items:center;

    justify-content:center;

    padding:0 10px;

    font-size:19px;

    font-weight:700;

    line-height:1.35;

    color:#1d1d1d;

}

/* JABATAN */

.staff-premium-job{

    width:100%;

    height:70px;                 /* semua jabatan sejajar */

    display:flex;

    align-items:flex-start;

    justify-content:center;

    padding:0 12px;

    font-size:15px;

    color:#6f6f6f;

    line-height:1.6;

}

/* Hover */

.staff-premium-item:hover .staff-premium-name{

    color:#f58220;

}

/*=====================
      Tablet
======================*/

@media(max-width:991px){

    .staff-premium-photo{

        width:120px;

        height:120px;

    }

    .staff-premium-name{

        height:70px;

        font-size:18px;

    }

    .staff-premium-job{

        height:65px;

        font-size:14px;

    }

}

/*=====================
      Mobile
======================*/

@media(max-width:767px){

    .staff-premium-section{

        padding:70px 0;

    }

    .staff-premium-photo{

        width:95px;

        height:95px;

    }

    .staff-premium-name{

        height:60px;

        font-size:16px;

    }

    .staff-premium-job{

        height:55px;

        font-size:13px;

    }

}

/* End Staff */
/* ===========================================
   HERO CAROUSEL PETRONAS STYLE
===========================================*/

#heroCarousel {
    position: relative;
}

.hero-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Overlay tidak terlalu gelap */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.45) 40%,
        rgba(0, 0, 0, 0.1) 100%
    );
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 8%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
    width: 650px;
    z-index: 10;
}

.hero-tag {
    display: inline-block;
    padding: 8px 18px;

    background: #ff7f00;
    color: #fff;

    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;

    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 35px;
    font-weight: 800;

    line-height: 1.1;

    color: #fff;

    margin-bottom: 25px;
}

.hero-content p {
    color: #f8f8f8;

    font-size: 18px;

    line-height: 1.8;

    max-width: 600px;

    margin-bottom: 35px;
}

.hero-btn {
    padding: 14px 38px;

    border-radius: 40px;

    font-size: 16px;

    font-weight: 600;

    transition: 0.4s;
}

.hero-btn:hover {
    transform: translateY(-4px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.carousel-item {
    transition: transform 1.4s ease-in-out;
}

/* Indicator */

.carousel-indicators {
    bottom: 45px;
}

.carousel-indicators button {
    width: 45px;

    height: 4px;

    border-radius: 50px;

    background: #ffffff;

    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;

    background: #ff7f00;
}

/* Panah */

.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}

/* Responsive */

@media (max-width: 992px) {
    .hero-image {
        height: 80vh;
    }

    .carousel-caption {
        width: 90%;

        left: 5%;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .hero-image {
        height: 75vh;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-btn {
        padding: 10px 25px;
    }
}

/*======================================
    VISION MISSION PREMIUM
=======================================*/

.vm-section {
    background: #f8f9fc;
    position: relative;
    overflow: hidden;
}

.vm-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 120, 0, 0.05);
    border-radius: 50%;
    top: -220px;
    left: -180px;
}

.vm-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255, 120, 0, 0.04);
    border-radius: 50%;
    right: -180px;
    bottom: -200px;
}

.vm-title {
    font-size: 14px;
    font-weight: 700;
    color: #ff6b00;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.vm-heading {
    font-weight: 700;
    font-size: 48px;
    margin-top: 10px;
}

.vision-box {
    background: linear-gradient(135deg, #0b1d35, #1f3a5f);
    color: #fff;
    border-radius: 25px;
    padding: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.vision-box::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    right: -70px;
    top: -70px;
}

.vision-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.45);
}

.vision-icon i {
    font-size: 38px;
}

.vision-text {
    font-size: 28px;
    line-height: 1.9;
    font-style: italic;
    text-align: center;
}

.mission-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 0.4s;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.mission-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.mission-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #ff6b00;
    transition: 0.4s;
}

.mission-number {
    font-size: 65px;
    font-weight: 800;
    color: #f1f1f1;
    line-height: 1;
    margin-bottom: 20px;
}

.mission-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
}

.mission-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.mission-text {
    color: #777;
    line-height: 1.9;
}

/* Berita */

.news-card {
    background: #fff;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    transition: 0.35s;

    height: 100%;
}

.news-card:hover {
    transform: translateY(-10px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.news-image {
    overflow: hidden;

    height: 250px;
}

.news-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 0.5s;
}

.news-card:hover img {
    transform: scale(1.08);
}

.news-content {
    padding: 25px;
}

.news-meta {
    display: flex;

    justify-content: space-between;

    font-size: 14px;

    color: #777;

    margin-bottom: 15px;
}

.news-meta span {
    display: flex;

    align-items: center;

    gap: 6px;
}

.news-content h4 {
    font-size: 22px;

    font-weight: 700;

    margin-bottom: 15px;

    min-height: 60px;
}

.news-content p {
    color: #666;

    line-height: 1.8;

    min-height: 90px;
}

/* Tentang */
.section-subtitle {
    color: #ff6b00;

    text-transform: uppercase;

    letter-spacing: 3px;

    font-size: 14px;

    font-weight: 700;
}

.about-title {
    font-size: 48px;

    font-weight: 700;

    margin-top: 12px;

    margin-bottom: 15px;

    color: #1d1d1d;
}

.title-line {
    width: 90px;

    height: 4px;

    background: #ff6b00;

    border-radius: 30px;
}

.about-image {
    overflow: hidden;

    border-radius: 24px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-image img {
    width: 100%;

    transition: 0.5s;
}

.about-image:hover img {
    transform: scale(1.06);
}

.about-content {
    color: #666;

    line-height: 2;

    font-size: 17px;
}

/* ==========================================================
   GLOBAL DESIGN SYSTEM
   PT. MALUKU ENERGI ABADI
========================================================== */

/* Jarak antar section */
.section {
    padding: 100px 0;
    position: relative;
}

.section-sm {
    padding: 80px 0;
}

.section-lg {
    padding: 120px 0;
}

/* Background */
.bg-soft {
    background: #f8f9fc;
}

.bg-white {
    background: #fff;
}

/* Judul */
.section-subtitle {
    color: #ff6b00;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 14px;
}

.section-title {
    font-size: 35px;
    font-weight: 700;
    color: #222;
    margin-top: 10px;
    margin-bottom: 18px;
}

.section-line {
    width: 80px;
    height: 4px;
    background: #ff6b00;
    margin: auto;
    border-radius: 30px;
}

/* Card */
.card-premium {
    background: #fff;

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);

    transition: 0.4s;

    height: 100%;
}

.card-premium:hover {
    transform: translateY(-10px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* Image */

.img-premium {
    border-radius: 24px;

    overflow: hidden;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.img-premium img {
    transition: 0.5s;
}

.img-premium:hover img {
    transform: scale(1.05);
}

/* Tombol */

.btn-premium {
    border-radius: 50px;

    padding: 12px 28px;

    font-weight: 600;
}

/* Divider */

/* Navbar */
/* ===========================
/*======================
TOPBAR
=======================*/

.topbar{

    background:#071c2c;
    color:#fff;
    font-size:14px;
    padding:10px 0;

}

.topbar-left{

    display:flex;
    gap:30px;
    flex-wrap:wrap;

}

.topbar-left span{

    display:flex;
    align-items:center;
}

.topbar-left i{

    color:#ff9800;
    margin-right:8px;

}

.topbar-right{

    display:flex;
    justify-content:end;
    gap:12px;

}

.topbar-right a{

    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    color:#fff;
    transition:.3s;

}

.topbar-right a:hover{

    background:#ff9800;
    color:#fff;

}

/*======================
NAVBAR
=======================*/

.navbar{

    padding:14px 0;
    transition:.3s;

}

/* ======================
   Navbar Brand
====================== */

.navbar-brand{

    display:flex;
    align-items:center;
    gap:5px;              /* sebelumnya 15px */

}

.navbar-brand img{

    width:90px;            /* sebelumnya 58px */
    height:90px;
    object-fit:contain;
    flex-shrink:0;

}

.navbar-brand h4{

    font-size:24px;
    font-weight:700;
    color:#071c2c;
    margin:0;
    line-height:1.2;

}

.navbar-brand small{

    display:block;
    color:#7b8794;
    font-size:13px;
    margin-top:2px;

}
.navbar-nav .nav-link{

    font-weight:600;
    padding:14px 18px;
    color:#222;
    transition:.3s;

}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{

    color:#ff9800;

}

.dropdown-menu{

    border:none;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
     /* min-width:260px; */

}

.dropdown-item{

    padding:10px 20px;

}

.dropdown-item:hover{

    background:#ff9800;
    color:#fff;

}

@media(max-width:991px){

.navbar-collapse{

    background:#fff;
    margin-top:20px;
    padding:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.navbar-nav{

    margin-bottom:20px;

}

@media (max-width:991px){

    .navbar-brand{
        gap:8px;
    }

    .navbar-brand img{

        width:65px;
        height:65px;

    }

    .navbar-brand h4{

        font-size:20px;

    }

}

}

@media(max-width:576px){

@media (max-width:576px){

    .navbar-brand{

        gap:8px;

    }

    .navbar-brand img{

        width:55px;
        height:55px;

    }

    .navbar-brand h4{

        font-size:17px;

    }

    .navbar-brand small{

        display:none;

    }

}

}
/* End Navbar */
/* Baru */

.vm-section {
    background: #f8f9fc;
    position: relative;
    overflow: hidden;
}

.vm-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 120, 0, 0.05);
    border-radius: 50%;
    top: -220px;
    left: -180px;
}

.vm-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255, 120, 0, 0.04);
    border-radius: 50%;
    right: -180px;
    bottom: -200px;
}

.vm-title {
    font-size: 14px;
    font-weight: 700;
    color: #ff6b00;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.vm-heading {
    font-weight: 700;
    font-size: 35px;
    margin-top: 10px;
}

.vision-box {
    background: linear-gradient(135deg, #0b1d35, #1f3a5f);
    color: #fff;
    border-radius: 25px;
    padding: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.vision-box::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    right: -70px;
    top: -70px;
}

.vision-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.45);
}

.vision-icon i {
    font-size: 38px;
}

.vision-text {
    font-size: 20px;
    line-height: 1.9;
    font-style: italic;
    text-align: center;
}

.mission-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 0.4s;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.mission-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.mission-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #ff6b00;
    transition: 0.4s;
}

.mission-number {
    font-size: 65px;
    font-weight: 800;
    color: #f1f1f1;
    line-height: 1;
    margin-bottom: 20px;
}

.mission-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
}

.mission-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.mission-text {
    color: #777;
    line-height: 1.9;
}

.section-divider {
    width: 90px;

    height: 4px;

    background: #ff6b00;

    margin: 25px auto 50px;

    border-radius: 30px;
}

/*=========================================
    LEGAL SECTION PREMIUM
=========================================*/

.legal-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #081b33 0%, #0f2d52 60%, #123b63 100%);
    padding: 110px 0;
}

/* Lingkaran dekorasi */

.legal-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    top: -220px;
    left: -150px;
}

.legal-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(255, 107, 0, 0.08);
    border-radius: 50%;
    right: -120px;
    bottom: -150px;
}

/* Grid tipis */

.legal-section .container {
    position: relative;
    z-index: 2;
}

.legal-section .section-subtitle {
    color: #ff8c32;
}

.legal-section .section-title {
    color: #fff;
}

.legal-section .section-line {
    background: #ff8c32;
}

.legal-card {
    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 22px;

    padding: 35px;

    transition: 0.4s;

    height: 100%;
}

.legal-card:hover {
    transform: translateY(-10px);

    background: #fff;
}

.legal-card:hover h4 {
    color: #111;
}

.legal-card:hover p {
    color: #666;
}

.legal-card h4 {
    color: #fff;

    font-weight: 700;

    margin-top: 25px;
}

.legal-card p {
    color: rgba(255, 255, 255, 0.8);

    line-height: 1.9;
}

.legal-icon {
    width: 75px;

    height: 75px;

    border-radius: 50%;

    background: #ff6b00;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 30px;

    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.45);
}

/* Pertanyaan */

/*==================================================
CONTACT PREMIUM
==================================================*/

.contact-section {
    position: relative;

    padding: 120px 0;

    overflow: hidden;

    background: linear-gradient(135deg, #071a2f 0%, #0c2d55 45%, #0f3d6b 100%);
}

/* Glow kiri */

.contact-section::before {
    content: "";

    position: absolute;

    width: 550px;

    height: 550px;

    background: rgba(255, 120, 0, 0.08);

    border-radius: 50%;

    left: -250px;

    top: -200px;
}

/* Glow kanan */

.contact-section::after {
    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    background: rgba(255, 255, 255, 0.03);

    border-radius: 50%;

    right: -150px;

    bottom: -150px;
}

.contact-section .container {
    position: relative;

    z-index: 10;
}

.contact-title {
    font-size: 52px;

    color: #fff;

    font-weight: 700;
}

.contact-desc {
    color: #cbd5e1;

    line-height: 2;

    margin: 25px 0 40px;
}

/* Card Info */

.contact-info {
    display: flex;

    align-items: flex-start;

    margin-bottom: 30px;
}

.contact-icon {
    width: 65px;

    height: 65px;

    min-width: 65px;

    border-radius: 50%;

    background: #ff6b00;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 24px;

    margin-right: 20px;

    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.45);
}

.contact-info h5 {
    color: #fff;

    font-weight: 600;
}

.contact-info p {
    color: #cbd5e1;

    margin: 0;
}

/* FORM */

.contact-form {
    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(20px);

    border-radius: 30px;

    padding: 45px;

    border: 1px solid rgba(255, 255, 255, 0.15);

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.contact-form h3 {
    color: #fff;

    margin-bottom: 30px;
}

.contact-form .form-control,
.contact-form .form-select {
    height: 58px;

    border: none;

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.95);
}

.contact-form textarea {
    border-radius: 14px;

    border: none;

    background: rgba(255, 255, 255, 0.95);
}

.contact-form .btn {
    height: 58px;

    border-radius: 50px;

    font-weight: 600;

    font-size: 17px;

    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.35);
}

/* Team */
/*=========================================
TEAM PREMIUM
=========================================*/

.team-card {
    background: #fff;

    border-radius: 24px;

    overflow: hidden;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

    transition: 0.4s;

    height: 100%;
}

.team-card:hover {
    transform: translateY(-12px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
}

.team-image {
    position: relative;

    overflow: hidden;

    height: 430px;
}

.team-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 0.6s;
}

.team-card:hover img {
    transform: scale(1.08);
}

.team-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.team-content {
    padding: 30px;

    text-align: center;
}

.team-content h4 {
    font-size: 22px;

    font-weight: 700;

    color: #222;

    margin-bottom: 8px;
}

.team-content span {
    color: #ff6b00;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 14px;
}

.team-card:hover .team-content h4 {
    color: #ff6b00;
}

@media (max-width: 991px) {
    .team-image {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .team-image {
        height: 320px;
    }
}

/* Galeri */
/*==================================================
                GALLERY PREMIUM
==================================================*/

.gallery-section {
    padding: 110px 0;

    background: #f8fafc;
}

.gallery-card {
    position: relative;

    overflow: hidden;

    border-radius: 20px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

    cursor: pointer;
}

.gallery-card img {
    width: 100%;

    height: 280px;

    object-fit: cover;

    transition: 0.5s;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;

    inset: 0;

    background: linear-gradient(
        to top,

        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.1)
    );

    display: flex;

    align-items: flex-end;

    padding: 25px;

    opacity: 0;

    transition: 0.4s;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h5 {
    color: #fff;

    margin: 0;

    font-size: 18px;

    font-weight: 600;
}

.swiper {
    padding-bottom: 60px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #ff6b00;

    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;

    font-weight: bold;
}

.swiper-pagination-bullet {
    width: 12px;

    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #ff6b00;
}

@media (max-width: 768px) {
    .gallery-card img {
        height: 220px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* Bisnis */
/*==================================================
            BUSINESS SECTION PREMIUM
==================================================*/

.business-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, #07182d 0%, #0d3159 50%, #144878 100%);
}

/* Background Glow */
.business-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(255, 107, 0, 0.08);
    top: -250px;
    left: -250px;
    filter: blur(10px);
}

.business-section::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    bottom: -220px;
    right: -220px;
    filter: blur(10px);
}

.business-section .container {
    position: relative;
    z-index: 10;
}

/*==========================
    Section Heading
==========================*/

.section-subtitle {
    display: inline-block;

    color: #ff9d2f;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.business-section .section-title {
    color: #fff;

    font-size: 42px;

    font-weight: 700;

    margin-bottom: 15px;
}

.section-line {
    width: 90px;
    height: 4px;
    background: #ff6b00;
    margin: 20px auto;
    border-radius: 10px;
}

.business-section .text-muted {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 17px;
    line-height: 1.9;
}

/*==========================
      Card
==========================*/

.business-card {
    position: relative;

    overflow: hidden;

    height: 100%;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 24px;

    padding: 45px 35px;

    transition: 0.4s;
}

.business-card::before {
    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 5px;

    background: linear-gradient(90deg, #ff6b00, #ffae42);

    transform: scaleX(0);

    transition: 0.4s;
}

.business-card:hover::before {
    transform: scaleX(1);
}

.business-card:hover {
    transform: translateY(-12px);

    background: #ffffff;

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

/*==========================
      Icon
==========================*/

.business-icon {
    width: 90px;

    height: 90px;

    border-radius: 50%;

    margin: auto;

    margin-bottom: 30px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: linear-gradient(135deg, #ff6b00, #ff9d2f);

    color: #fff;

    font-size: 34px;

    box-shadow: 0 15px 35px rgba(255, 107, 0, 0.35);

    transition: 0.4s;
}

.business-card:hover .business-icon {
    transform: rotateY(180deg);
}

/*==========================
      Text
==========================*/

.business-card h4 {
    color: #fff;

    text-align: center;

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 18px;

    transition: 0.3s;
}

.business-card p {
    color: rgba(255, 255, 255, 0.82);

    text-align: center;

    line-height: 1.9;

    margin-bottom: 0;

    transition: 0.3s;
}

.business-card:hover h4 {
    color: #ff6b00;
}

.business-card:hover p {
    color: #666;
}

/*==========================
     Responsive
==========================*/

@media (max-width: 991px) {
    .business-section {
        padding: 90px 0;
    }

    .section-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .business-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .business-card {
        padding: 35px 25px;
    }

    .business-icon {
        width: 75px;

        height: 75px;

        font-size: 28px;
    }

    /* Berita */
    .detail-hero {
        padding: 140px 0 80px;

        background: linear-gradient(255, rgb(255, 255, 255), rgb(255, 255, 255));

        color: #fff;
    }

    .detail-label {
        color: #ff6b00;

        font-weight: 700;

        letter-spacing: 4px;
    }

    .detail-title {
        font-size: 48px;

        font-weight: 700;

        max-width: 900px;

        margin: 20px 0;
    }

    .detail-meta {
        display: flex;

        gap: 30px;

        color: #ddd;
    }

    .detail-wrapper {
        padding: 90px 0;

        background: #f8f9fc;
    }

    .detail-box {
        background: #fff;

        border-radius: 25px;

        padding: 40px;

        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    }

    .detail-photo img {
        width: 100%;

        height: 500px;

        object-fit: cover;

        border-radius: 20px;
    }

    .detail-text {
        font-size: 18px;

        line-height: 2;

        color: #555;

        margin-top: 40px;
    }

    .btn-share {
        width: 50px;

        height: 50px;

        display: inline-flex;

        align-items: center;

        justify-content: center;

        border-radius: 50%;

        color: #fff;

        margin-right: 10px;

        background: #ff6b00;
    }

    .related-news {
        padding: 90px 0;
    }

    .related-card {
        background: #fff;

        border-radius: 20px;

        overflow: hidden;

        height: 100%;

        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    }

    .related-img img {
        width: 100%;

        height: 240px;

        object-fit: cover;
    }

    .related-body {
        padding: 25px;
    }

    .related-body h3 {
        font-size: 22px;

        font-weight: 700;
    }

    /* gaalerrriiiiii */

    /*==================================================
GALERI PAGE
==================================================*/

    /* HEADER */

    .gallery-header {
        padding: 90px 0 70px;
        background: linear-gradient(255, #ffffff, #ffffff);
        color: #fff;
    }

    .section-subtitle {
        display: inline-block;
        padding: 8px 18px;
        background: #ff7a00;
        color: #fff;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    /* BODY */

    .gallery-section {
        padding: 90px 0;
        background: #f5f7fb;
    }

    /* CARD */

    .gallery-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: 0.35s;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .gallery-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    }

    /* IMAGE */

    .gallery-image {
        position: relative;
        width: 100%;
        aspect-ratio: 4/3;
        overflow: hidden;
        background: #eee;
    }

    .gallery-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        transition: 0.5s;
    }

    .gallery-card:hover .gallery-image img {
        transform: scale(1.08);
    }

    /* OVERLAY */

    .gallery-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: 0.35s;
    }

    .gallery-card:hover .gallery-overlay {
        opacity: 1;
    }

    .gallery-overlay i {
        color: #fff;
        font-size: 34px;
    }

    /* CONTENT */

    .gallery-content {
        padding: 22px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    /* BADGE */

    .gallery-badge {
        display: inline-block;
        width: fit-content;
        padding: 6px 14px;
        background: #ff7a00;
        color: #fff;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    /* TITLE */

    .gallery-content h5 {
        font-size: 22px;
        font-weight: 700;
        color: #1b2845;
        line-height: 1.5;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;

        min-height: 66px;
        margin-bottom: 20px;
    }

    /* FOOTER */

    .gallery-footer {
        margin-top: auto;
        border-top: 1px solid #ececec;
        padding-top: 15px;

        display: flex;
        align-items: center;

        color: #777;
        font-size: 14px;
    }

    .gallery-footer i {
        color: #ff7a00;
        margin-right: 8px;
    }

    /* RESPONSIVE */

    @media (max-width: 991px) {
        .gallery-content h5 {
            font-size: 20px;
        }
    }

    @media (max-width: 768px) {
        .section-title {
            font-size: 34px;
        }

        .gallery-image {
            aspect-ratio: 16/10;
        }

        .gallery-content {
            padding: 18px;
        }

        .gallery-content h5 {
            font-size: 18px;
            min-height: auto;
        }

        /* Video */
        /*============================
VIDEO PAGE
============================*/

        .video-hero {
            padding: 120px 0 90px;

            background: linear-gradient(135deg, #d87708, #df9b09);
        }

        .video-card {
            background: #fff;

            border-radius: 20px;

            overflow: hidden;

            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

            transition: 0.35s;

            height: 100%;
        }

        .video-card:hover {
            transform: translateY(-10px);

            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
        }

        .video-card iframe {
            width: 100%;

            height: 100%;

            border: none;
        }

        .video-body {
            padding: 25px;

            text-align: center;
        }

        .video-body h4 {
            font-size: 22px;

            font-weight: 700;

            margin-bottom: 15px;

            line-height: 1.5;

            min-height: 65px;
        }

        .video-body .btn {
            padding: 12px 28px;

            font-weight: 600;
        }

 
    /*==============================
    ENERGY HERO
==============================*/

    .energy-hero {
        padding: 120px 0;

        background: linear-gradient(135deg, #07182d, #0d3159, #144878);

        color: #fff;

        position: relative;

        overflow: hidden;
    }

    .energy-hero::before {
        content: "";

        position: absolute;

        width: 500px;

        height: 500px;

        border-radius: 50%;

        background: rgba(255, 255, 255, 0.05);

        left: -180px;

        top: -180px;
    }

    .hero-title {
        font-size: 52px;

        font-weight: 700;

        margin: 20px 0;
    }

    .hero-text {
        color: #d9e3ef;

        line-height: 2;
    }

    .hero-icon {
        width: 180px;

        height: 180px;

        border-radius: 50%;

        background: #ff6b00;

        display: flex;

        justify-content: center;

        align-items: center;

        color: #fff;

        font-size: 70px;

        margin: auto;

        box-shadow: 0 20px 50px rgba(255, 107, 0, 0.35);
    }

    /*==============================
        MAP CARD
==============================*/

    .energy-map-section {
        padding: 100px 0;

        background: #f8fafc;
    }

    .energy-map-card {
        background: #fff;

        border-radius: 25px;

        overflow: hidden;

        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    }

    .energy-map-header {
        padding: 30px;

        display: flex;

        justify-content: space-between;

        align-items: center;

        border-bottom: 1px solid #eee;
    }

    .energy-map-header h3 {
        margin: 0;

        font-weight: 700;
    }

    .energy-map {
        padding: 30px;

        text-align: center;
    }

    .energy-map img {
        width: 100%;

        border-radius: 18px;

        transition: 0.4s;

        cursor: pointer;
    }

    .energy-map img:hover {
        transform: scale(1.02);
    }

    /*==============================
        DESCRIPTION
==============================*/

    .energy-description {
        background: #fff;

        padding: 45px;

        border-radius: 20px;

        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    }

    .energy-description h3 {
        font-weight: 700;
    }

    .divider {
        width: 80px;

        height: 4px;

        background: #ff6b00;

        margin: 15px 0 30px;

        border-radius: 30px;
    }

    /*==============================
        RESPONSIVE
==============================*/

    @media (max-width: 768px) {
        .hero-title {
            font-size: 34px;
        }

        .energy-map-header {
            display: block;

            text-align: center;
        }

        .energy-map-header .btn {
            margin-top: 20px;
        }
    }

    /*** Footer ***/
  /*=====================================
        FOOTER
=====================================*/

.footer-section{

    background:#071421;
    color:#d5dce5;
    padding:80px 0 0;
}

.footer-logo img{

    width:65px;
    height:65px;
    object-fit:contain;
    background:#fff;
    border-radius:50%;
    padding:8px;
}

.footer-logo h4{

    color:#fff;
    font-weight:700;
    margin:0;
}

.footer-logo span{

    color:#f59e0b;
    font-size:14px;
}

.footer-text{

    line-height:1.9;
    margin-top:20px;
    color:#bfc8d4;
}

.footer-section h5{

    color:#fff;
    margin-bottom:25px;
    font-weight:700;
    position:relative;
}

.footer-section h5:after{

    content:"";
    width:45px;
    height:3px;
    background:#f59e0b;
    position:absolute;
    left:0;
    bottom:-10px;
}

.footer-links,
.footer-contact{

    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li,
.footer-contact li{

    margin-bottom:14px;
}

.footer-links a{

    color:#c8d0da;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{

    color:#f59e0b;
    padding-left:8px;
}

.footer-contact i{

    color:#f59e0b;
    width:24px;
}

.footer-social{

    margin-top:25px;
}

.footer-social a{

    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    margin-right:10px;
    transition:.3s;
}

.footer-social a:hover{

    background:#f59e0b;
    transform:translateY(-4px);
}

.office-hours strong{

    color:#fff;
}

.office-hours p{

    margin-bottom:18px;
    color:#bfc8d4;
}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.1);
    margin-top:60px;
    padding:25px 0;
    color:#adb7c2;
}

.footer-bottom strong{

    color:#f59e0b;
}

@media(max-width:991px){

.footer-section{

    text-align:center;
}

.footer-section h5:after{

    left:50%;
    transform:translateX(-50%);
}

.footer-contact i{

    display:block;
    margin:0 auto 10px;
}

.footer-social{

    justify-content:center;
}

}

@media(max-width:768px){

.footer-logo{

    justify-content:center;
}

.footer-bottom{

    text-align:center;
}




/* Apply Karir */
.apply-header{

padding:90px 0 40px;
background:#f8fafc;

}

.apply-header h1{

font-size:42px;
font-weight:700;
color:#0b2239;

}

.apply-card{

background:#fff;
padding:45px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.apply-card label{

font-weight:600;
margin-bottom:8px;
display:block;

}

.apply-card .form-control{

height:55px;
border-radius:12px;
border:1px solid #ddd;

}

.apply-card .form-control:focus{

border-color:#ffb400;
box-shadow:0 0 0 .15rem rgba(255,180,0,.2);

}

.apply-card input[type=file]{

padding:14px;

}

.apply-card button{

height:55px;
font-weight:600;
padding:0 45px;

}


/* End Apply Karir */
}

/* Saham */
.shareholder-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
    
    /* Tambahan agar isi card rapi dari atas ke bawah */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.shareholder-card:hover {
    transform: translateY(-8px);
}

/* Kotak Logo (Pembatas Ukuran Gambar) */
.shareholder-logo {
    width: 200px;  /* Lebar maksimal area logo */
    height: 120px; /* Tinggi maksimal area logo */
    margin: 0 auto 20px auto;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gambar Logo (SUDAH DIPERBAIKI) */
.shareholder-logo img {
    /* Mengikuti besar kotak pembungkusnya (max 200px x 120px) */
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; /* Gambar utuh dan tidak gepeng */
}

/* Nama Instansi */
.shareholder-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d2340;
    margin-bottom: 15px;
}

/* Badge Persen / Jumlah */
.shareholder-percent {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 40px;
    background: #ff9800;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: auto; /* Memaksa posisi selalu paling bawah */
}

/* Responsif Layar */
@media (max-width: 992px) {
    .shareholder-logo {
        width: 160px;
        height: 100px;
    }
}

@media (max-width: 576px) {
    .shareholder-logo {
        width: 130px;
        height: 90px;
    }
    .shareholder-card h4 {
        font-size: 18px;
    }
    .shareholder-percent {
        font-size: 18px;
        padding: 8px 20px;
    }

    .shareholder-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .35s;
    
    /* PENTING AGAR RATA TENGAH */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;     /* Meratakan item di dalamnya ke tengah */
    justify-content: center !important;  /* Memusatkan secara vertikal */
    width: 100% !important;
    margin: 0 auto !important;           /* Mengetengahkan card */
}

.shareholder-logo {
    width: 100% !important;
    height: 120px !important;
    margin: 0 auto 20px auto !important; /* Margin auto kiri-kanan */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.shareholder-card h4 {
    text-align: center !important;
    width: 100% !important;
}
}
/* End Saham */
/* Wilayah Migas */
/* ============================
   PREMIUM WILAYAH MIGAS
============================ */


.wilayah-hero{

    height:520px;
    position:relative;

    background:
    linear-gradient(
        rgba(5,15,25,.75),
        rgba(5,15,25,.85)
    ),
    url('/assets/img/migas-bg.jpg');

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;

    color:white;

}



.wilayah-hero .breadcrumb{

    margin-bottom:50px;

}



.wilayah-hero .breadcrumb-item,
.wilayah-hero .breadcrumb-item a{

    color:#ddd;
    font-size:14px;

}




.hero-content{

    max-width:900px;
    margin:auto;

}



.hero-tag{


background:#ff9800;

padding:12px 25px;

border-radius:50px;

font-size:14px;

font-weight:700;

display:inline-block;


}




.hero-content h1{


font-size:60px;

font-weight:800;

line-height:1.1;

margin-top:25px;

color:white;


}



.hero-content p{


font-size:20px;

max-width:750px;

margin:auto;

color:#ddd;

}





/* ====================
   CONTENT
==================== */


.wilayah-section{


margin-top:-100px;

position:relative;

z-index:5;

padding-bottom:80px;


}



.wilayah-premium-card{


background:white;

border-radius:25px;

padding:50px;

box-shadow:

0 25px 80px rgba(0,0,0,.15);


}




.wilayah-label{


background:#fff3e0;

color:#ef6c00;

display:inline-flex;

gap:10px;

padding:10px 22px;

border-radius:50px;

font-weight:700;


}





.wilayah-premium-card h2{


font-size:42px;

font-weight:800;

color:#101820;

margin-top:25px;


}




.premium-line{


height:5px;

width:90px;

background:#ff9800;

margin:25px 0;

border-radius:20px;

}



.wilayah-description{


font-size:17px;

line-height:2;

color:#555;

}






/* INFO BOX */


.energy-info-card{


background:#0c1722;

color:white;

padding:25px;

border-radius:20px;

display:flex;

align-items:center;

gap:20px;

margin-bottom:20px;

}



.energy-icon{


width:60px;

height:60px;

background:#ff9800;

border-radius:15px;

display:flex;

justify-content:center;

align-items:center;

font-size:25px;


}



.energy-info span{


font-size:13px;

color:#bbb;


}



.energy-info h5{


margin-top:5px;

font-size:17px;

color:white;

font-weight:700;


}




.active-status{

color:#4ade80!important;

}






@media(max-width:768px){


.wilayah-hero{

height:430px;

}



.hero-content h1{

font-size:36px;

}



.wilayah-section{

margin-top:-50px;

}



.wilayah-premium-card{

padding:30px 20px;

}



.wilayah-premium-card h2{

font-size:30px;

}


}
/* End Wilayah Migas */


/* ==================================
WILAYAH MIGAS SECTION
================================== */


.wm-section{

padding:90px 0;

background:#f7f7f7;

}



.wm-header{

max-width:750px;

margin:auto;

}



.wm-header span{

font-size:14px;

font-weight:700;

letter-spacing:3px;

color:#f58220;

}



.wm-header h1{

font-size:45px;

font-weight:800;

color:#111;

margin:15px 0;

}



.wm-header p{

font-size:18px;

color:#666;

line-height:1.8;

}





/* CARD */


.wm-card{

position:relative;

background:white;

border-radius:25px;

padding:40px 30px;

height:100%;

overflow:hidden;

box-shadow:

0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}



.wm-card:hover{

transform:translateY(-10px);

box-shadow:

0 25px 50px rgba(0,0,0,.15);

}





/* NUMBER */


.wm-number{

position:absolute;

right:25px;

top:15px;


font-size:80px;

font-weight:900;

color:rgba(245,130,32,.12);

}





.wm-content{

position:relative;

z-index:2;

}




.wm-content h3{

font-size:25px;

font-weight:800;

color:#1b1b1b;

margin-bottom:20px;

}




.wm-line{

height:4px;

width:60px;

background:#f58220;

margin-bottom:20px;

border-radius:10px;

}



.wm-content p{

font-size:15px;

line-height:1.8;

color:#666;

}





.wm-business{

margin-top:25px;

padding:12px 18px;

background:#111;

border-radius:30px;

display:inline-flex;

align-items:center;

gap:10px;

color:white;

font-size:14px;

}



.wm-business i{

color:#f58220;

}





@media(max-width:768px){


.wm-section{

padding:60px 0;

}


.wm-header h1{

font-size:32px;

}


.wm-header p{

font-size:16px;

}



.wm-card{

padding:30px 25px;

}



}

/* ===============================
DOCUMENT
===============================*/

.document-section{

    padding:90px 0;

    background:#f8f9fa;

}

.document-wrapper{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.document-wrapper table{

    margin:0;

}

.document-wrapper thead{

    background:#222;

    color:#fff;

}

.document-wrapper thead th{

    border:none;

    padding:20px;

    font-weight:600;

}

.document-wrapper tbody td{

    padding:22px 20px;

    vertical-align:middle;

    border-color:#efefef;

}

.document-wrapper tbody tr{

    transition:.3s;

}

.document-wrapper tbody tr:hover{

    background:#fff8f1;

}

.file-icon{

    width:52px;

    height:52px;

    border-radius:12px;

    background:#fff2e6;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:18px;

}

.file-icon i{

    font-size:24px;

    color:#f58220;

}

.btn-download{

    background:#f58220;

    color:#fff;

    padding:10px 22px;

    border-radius:30px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-download:hover{

    background:#222;

    color:#fff;

}

@media(max-width:768px){

    .document-wrapper{

        overflow-x:auto;

    }

}

/* WA */

/* End Wa */

/* Pengadaan Barang dan Jasa */
/*==================================================
PENGADAAN BARANG DAN JASA
==================================================*/

.procurement-section{
    background:#f7f9fc;
}

.procurement-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.procurement-card table{
    margin:0;
}

.procurement-card thead{
    background:#f7941d;
    color:#fff;
}

.procurement-card thead th{
    border:none;
    font-weight:600;
    padding:18px;
}

.procurement-card tbody td{
    padding:18px;
    vertical-align:middle;
}

.procurement-card tbody tr:hover{
    background:#fff8ef;
}

.procurement-card .badge{
    padding:8px 14px;
    font-size:13px;
    border-radius:30px;
}

.procurement-card .btn{
    font-size:14px;
    font-weight:600;
}

.dataTables_wrapper .dataTables_filter input{
    border-radius:10px;
    border:1px solid #ddd;
    padding:7px 12px;
    margin-left:10px;
}

.dataTables_wrapper .dataTables_length select{
    border-radius:10px;
    border:1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background:#f7941d !important;
    color:#fff !important;
    border:none !important;
    border-radius:8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background:#f7941d !important;
    color:#fff !important;
    border:none;
}

@media(max-width:768px){

.procurement-card{
    overflow-x:auto;
}

.procurement-card table{
    min-width:900px;
}

}
/* End Pengadaan Barang dan Jasa */
/* PDF */
#pdfModal .modal-content{
    border:0;
    border-radius:0;
}

#pdfModal .modal-header{
    background:#f7941d;
    color:#fff;
}

#pdfModal .btn-close{
    filter:invert(1);
}

#pdfFrame{
    background:#f5f5f5;
}


/* End PDF */

/* Struktur */
/* =====================================
   STRUKTUR ORGANISASI
===================================== */

.struktur-card{
    background:#fff;
    border-radius:24px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border:1px solid #ececec;
    transition:.35s;
    text-align:center;
    overflow:hidden;
}

.struktur-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 55px rgba(0,0,0,.12);
}

.struktur-image{
    width:100%;
    max-width:1200px;
    height:auto;
    display:block;
    margin:auto;
    border-radius:15px;
}

@media (max-width:991px){

    .struktur-card{
        padding:20px;
    }

}

@media (max-width:768px){

    .struktur-card{
        padding:15px;
    }

    .struktur-image{
        width:100%;
    }

}


/* End Struktur */
/* Staff */


/* End Staff */
