.subjudul{
    color: #000;
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 600;
}

.visi-title{
    color: #000;
font-family: Archivo;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 325% */
letter-spacing: 1px;
}
.brand-filter {
            scrollbar-width: thin;
        }
 
        .btn-filter {
            white-space: nowrap;
            border: 1px solid #e2e2e2;
            background: #fff;
            color: #1a1a2e;
            border-radius: 999px;
            padding: 10px 22px;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.2s ease;
        }
 
        .btn-filter:hover {
            border-color: #1a1a2e;
        }
 
        .btn-filter.active {
            background: #14142b;
            border-color: #14142b;
            color: #fff;
            font-weight: 600;
        }
        .brand-filter {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE & Edge */
}

.brand-filter::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.brand-filter .btn-filter {
    white-space: nowrap;
    flex-shrink: 0;
}

.product-detail{
    background:#f5f5f5;
}

/* Image */
.product-image-box{
    background:#ececec;
    border-radius:24px;
    padding:30px;
    text-align:center;
}

.product-image-box img{
    max-height:300px;
}

/* Breadcrumb */
.breadcrumb-product{
    color:#000;
    font-family:'Archivo',sans-serif;
    font-size:16px;
    font-weight:500;
    line-height:28px;
}

.breadcrumb-product span{
    font-weight:600;
    color:#1d2344;
}

/* Title */
.product-title{
  color: #000;
font-family: Archivo;
font-size: 26px;
font-style: normal;
font-weight: 600;
}

/* Category */
.product-category{
    color:#767676;
    font-family:'Archivo',sans-serif;
    font-size:14px;
    font-weight:500;
}

.product-category span{
    color:#1d2344;
    font-weight:600;
}

/* Description */
.product-description p{
    color:#000;
    font-family:'Archivo',sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:28px;
    margin-bottom:8px;
}

/* Button */
.btn-contact{
    background:#02073d;
    color:#fff;
    min-width:170px;
    height:40px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:500;
    text-decoration:none;
    margin-top:10px;
    color: #FFF;
font-size: 13px;
font-style: normal;
}

.btn-contact:hover{
    background:#02073d;
    color:#fff;
}

/* Feature Section */
.feature-heading{
   color: #090C2B;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.feature-line{
    width:190px;
    height:3px;
    background:#cfcfcf;
}

.feature-content h3{
    color:#000;
    font-family:'Archivo',sans-serif;
    font-size:26px;
    font-weight:600;
    line-height:40px;
    margin-top:30px;
    margin-bottom:20px;
}

.feature-content ol{
    padding-left:22px;
}


.feature-content h3{
    color: #000;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 25px; /* 138.889% */
}

.feature-content li{
   color: #767676;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 25px;
}

.power-tools-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.power-tools-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.power-tools-gallery .main-image {
    height: 420px;
}

.power-tools-gallery .side-image {
    height: 208px;
}

.power-tools-content {
    margin-top: 60px;
    color: #162533;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 178.571% */
letter-spacing: 0.014px;
}



.power-tools-content h3 {
   color: #F46408;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 23.4px */
}

.power-tools-label {
   color: #000;
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: var(--typography-line-height-body-lg, 28px); /* 175% */
}

.power-tools-title {
   color: #000;
font-size: 24px;
font-style: normal;
font-weight: 500;
}

.power-tools-text {
  color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
}

.power-tools-services {
    margin-top: 50px;
}

.power-tools-services h2 {
  color: #000;
font-family: Archivo;
font-size: 24px;
font-style: normal;
font-weight: 500;
}

.power-tools-item {
    margin-bottom: 30px;
}

.power-tools-item h4 {
  color: #000;
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 600;
}

.power-tools-item p {
   color: #000;
font-family: Archivo;
font-size: 14px;
font-style: normal;
font-weight: 400;
}

@media (max-width: 991px) {
    .power-tools-gallery .main-image,
    .power-tools-gallery .side-image {
        height: auto;
    }

    .power-tools-title {
        font-size: 32px;
    }

    .power-tools-services h2 {
        font-size: 28px;
    }
}

.project-section{
    padding:80px 0;
    background:#f7f7f7;
}

.project-tabs .nav-link{
    color:#222;
    font-weight:600;
    border:none;
    background:none;
    border-radius:0;
}

.project-tabs .nav-link.active{
    background:none;
    color:#0f172a;
    border-bottom:2px solid #0f172a;
}

.project-card{
    background:#fff;
    border-radius:20px;
    padding:26px;
}

.project-title{
    color: #090C2B;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 175% */
letter-spacing: 0.48px;
    margin-bottom:40px;
    position:relative;
}

.project-title:after{
    content:"";
    width:80px;
    height:2px;
    background:#0f172a;
    display:block;
    margin-top:5px;
}

.project-image-main{
    border-radius:12px;
    overflow:hidden;
}

.project-image-main img{
    width:100%;
    height:350px;
    object-fit:cover;
}

.project-caption{
    margin-top:12px;
    color: #000;
font-family: Archivo;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 233.333% */
letter-spacing: 0.36px;
}

.project-info{
    background:#f3f3f3;
    border-radius:14px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 350px;
}

.project-info h3{
  color: #000;
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 175% */
letter-spacing: 0.48px;
    margin-bottom:10px;
}

.project-desc{
   color: #000;
font-family: Archivo;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 150% */
letter-spacing: 0.3px;
    margin-bottom:10px;
}

.project-meta{
    margin-bottom:20px;
}

.project-meta .label{
   color: #000;
font-family: Archivo;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 10px; /* 254.545% */
letter-spacing: 0.33px;
    margin-bottom:4px;
}

.project-meta .value{
    color: #828282;
font-family: Archivo;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 11px; /* 137.5% */
letter-spacing: 0.24px;
}

.project-meta .completed{
    color:#28a745;
    font-weight:600;
}

.project-thumb{
    width:100%;
    height:125px;
    border-radius:10px;
    object-fit:cover;
}

@media(max-width:991px){

    .project-card{
        padding:20px;
    }

    .project-image-main img{
        height:300px;
    }

    .project-info{
        margin-top:25px;
    }
}

.judul-hero{
        font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: .05em;
    color: #fff;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.wa-btn {
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 999;
    width: 200px;
    display: block;
    transition: transform 0.3s ease;
}
.tentang-section {
    background: #fff;
    padding: 80px 0;
}

/* Section Heading */
.tentang-label {
    color: #284b96;
    font-size: 14.27px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.tentang-line {
    width: 54px;
    height: 3px;
    background: #284b96;
    display: inline-block;
    border-radius: 10px;
}

/* Main Title */
.tentang-title {
    font-size: 24.46px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
    margin-bottom: 20px;
}

/* Paragraph */
.tentang-text {
    font-size: 14px;
    line-height: 2;
    color: #4b5563;
    margin-bottom: 20px;
}

/* Subtitle */
.tentang-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
}

/* Highlight List */
.tentang-highlight-list {
    margin: 0;
    padding-left: 22px;
}

.tentang-highlight-list li {
    font-size: 14px;
    line-height: 2;
    color: #222;
    margin-bottom: 4px;
}

/* Vision Text */
.tentang-vision-text {
    font-size: 14px;
    line-height: 2;
    color: #222;
    margin-bottom: 0;
}

/* Mission List */
.tentang-mission-list {
    margin: 0;
    padding-left: 24px;
}

.tentang-mission-list li {
    font-size: 14px;
    line-height: 2;
    color: #222;
    margin-bottom: 12px;
}

/* Spacing */
.tentang-block {
    margin-bottom: 60px;
}

/* Tablet */
@media (max-width: 991.98px) {
    .tentang-section {
        padding: 60px 0;
    }

    .tentang-title {
        font-size: 22px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .tentang-section {
        padding: 50px 0;
    }

    .tentang-label {
        font-size: 13px;
    }

    .tentang-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .tentang-text,
    .tentang-vision-text,
    .tentang-highlight-list li,
    .tentang-mission-list li {
        font-size: 14px;
        line-height: 1.8;
    }

    .tentang-subtitle {
        font-size: 15px;
    }

    .tentang-line {
        width: 40px;
    }
}
.subjudul-hero{
    display: inline-block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #100C63 !important;
    text-align: center;
    font-family: Poppins;
    font-size: 17.373px;
    font-style: normal;
    font-weight: 600;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 22px;
}
.subjudul-hero .highlight{
   color: #F46408;
font-family: Poppins;
font-size: 17.373px;
font-style: normal;
font-weight: 600;
line-height: 30.402px;
}

.judul-herobanner{
    color: #FFF !important;
text-align: center;
font-family: Poppins;
font-size: 49.946px !important;
font-style: normal;
font-weight: 700 !important;
line-height: 58px; /* 116.125% */
letter-spacing: 0.999px;
}
.hero-title-wrap {
    position: relative;
}

.hero-ornamen {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;           /* boleh 0 atau 1, yang penting DI BAWAH teks (z-index:2) */
    max-width: 100%;       /* biar responsive, gak keluar dari container */
    height: auto;
    pointer-events: none;  /* biar gak ganggu klik/hover di belakangnya */
}



.hero-ornamen1 {
    position: absolute;
    bottom: -10%;
    right: 15%;
    transform: translateX(-50%);
    z-index: 1;           /* boleh 0 atau 1, yang penting DI BAWAH teks (z-index:2) */
    max-width: 100%;       /* biar responsive, gak keluar dari container */
    height: auto;
    pointer-events: none;  /* biar gak ganggu klik/hover di belakangnya */
}
@media (max-width: 767.98px) {
    .hero-ornamen {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;           /* boleh 0 atau 1, yang penting DI BAWAH teks (z-index:2) */
        max-width:85%;       /* biar responsive, gak keluar dari container */
        height: 30px;
        object-fit: cover;
        border-radius: 15px;
        pointer-events: none;      
    }
    .hero-ornamen1 {
        display: none;
    }

}

.btn-explore{
    background: #100C63 !important;
    border: 1px solid #100C63;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 12px !important;
}

.btn-contact{
    background: rgba(155, 146, 146, 0.32);
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px !important;
}

.overview-label {
    display: block;
    color: #F46408;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
}

.overview-title {
    color: #100C63;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 192.308% */
    letter-spacing: 0.13px;
    margin: 0;
}

.overview-desc {
    color: #162533;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
    letter-spacing: 0.014px;
}

.card-layanan {
    background: #fff;
    padding: 32px;
    border-radius: 14.191px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.11);
    height: 100%;
}

.card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.icon-wrap {
    flex-shrink: 0;
    padding: 12px;
    border-radius: 6px;
border: 0.689px solid #C5C4E8;
background: #EFEEFF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrap img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.card-title {
    color: #0A0A0A;
font-family: Poppins;
font-size: 18.922px;
font-style: normal;
font-weight: 600;
line-height: 21.76px; /* 115% */
letter-spacing: 0.095px;
}

.card-desc {
   color: #162533;
    font-family: Poppins;
    font-size: 11.353px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.975px; /* 158.333% */
    letter-spacing: 0.011px;
}

.card-link {
   color: #F46408;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.975px; /* 149.796% */
    letter-spacing: 0.012px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.card-link:hover {
    color: #d9560a;
}

.card-link span {
    transition: transform 0.2s ease;
}

.card-link:hover span {
    transform: translateX(4px);
}
.jaringan-section {
    position: relative;
    width: 100%;                 /* pastikan full width, bukan ikut max-width container */
    background-image: url('../../../mex/bgcurve.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 80px;
}
.jaringan-label {
    display: block;
    color: #F46408;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
}

.jaringan-title {
    color: #100C63;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 192.308% */
    letter-spacing: 0.13px;
    margin: 0;
}

.jaringan-desc {
    color: var(--Neutral-500, #162533);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
    letter-spacing: 0.014px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.lokasi-unggulan-wrap {
    padding: 32px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(16, 12, 99, 0.08);
    position: relative;
}

.lokasi-card {
    width: 100%;
}

.lokasi-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 16px;
}

.badge-premium {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #fff;
    color: #F46408;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.badge-premium img {
    width: 14px;
    height: 14px;
}

.lokasi-subtitle {
   color: #0D0763;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 19.5px */
}

.lokasi-title {
  color: #0A0A0A;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 208.333% */
letter-spacing: 0.12px;
margin-bottom: 0px;
}

.lokasi-desc {
   color: var(--Neutral-500, #162533);
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 208.333% */
letter-spacing: 0.012px;
}

.spec-box {
    background: #100C63;
    border-radius: 16px;
    padding: 16px;
    height: 100%;
    display: flex;
    align-items: start;
    gap: 12px;
}

.spec-icon-circle img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1); /* jaga-jaga kalau SVG icon aslinya hitam, dipaksa jadi putih */
}

.spec-text {
    color: #fff;
    font-family: Poppins;
}

.spec-label {
    color: #FFF;
font-family: Poppins;
font-size: 11.558px;
font-style: normal;
font-weight: 500;
line-height: 20.639px; /* 178.571% */
letter-spacing: 0.012px;
}

.spec-value {
   color: #FFF;
font-family: Poppins;
font-size: 12.383px;
font-style: normal;
font-weight: 600;
line-height: 20.639px; /* 166.667% */
letter-spacing: 0.012px;
}

.spec-sub {
   color: #FFF;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 20.639px; /* 206.388% */
letter-spacing: 0.01px;
}

.btn-lokasi-detail {
    background: #F46408;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-lokasi-detail:hover { background: #d9560a; color: #fff; }

.btn-lokasi-peta {
    background: transparent;
    color: #F46408;
    border: 1px solid #F46408;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-lokasi-peta img {
    width: 19px;
    height: 19px;
}
.btn-lokasi-peta:hover { background: #fff5ee; }

/* Navigation arrows */
.lokasi-nav-btn {
    position: absolute;
    top: 32px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #100C63;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.lokasi-nav-btn img {
    width: 16px;
    height: 16px;
}
.lokasi-nav-prev { right: 84px; }
.lokasi-nav-next { right: 32px; }

@media (max-width: 767px) {
    .lokasi-nav-btn {
        position: static;
        display: inline-flex;
        margin-top: 16px;
    }
}

.lokasi-pagination {
    position: static;
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
}

.lokasi-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    opacity: 1;
    margin: 0;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.lokasi-pagination .swiper-pagination-bullet-active {
    background: #F46408;
    width: 10px;
    height: 10px;
    border-radius: 50%; /* tetap bulat, bukan pill */
}
.lokasi-lainnya{
    --lokasi-lainnya-navy:#100C63;
    --lokasi-lainnya-orange:#F46408;
    --lokasi-lainnya-muted:#8C8C8C;
    --lokasi-lainnya-text-dark:#0A0A0A;
    --lokasi-lainnya-text-body:#3E3E3E;
    --lokasi-lainnya-bg:#F1F0FA;
    font-family:'Poppins', sans-serif;
    background:var(--lokasi-lainnya-bg);
    padding: 40px 0;
}
.lokasi-lainnya-title{
    color:var(--lokasi-lainnya-text-dark);
    font-size:20px;
    font-weight:600;
    letter-spacing:0.1px;
    margin:0;
}

/* Nav Tabs bawaan Bootstrap, di-style jadi pill seperti mockup */
.lokasi-lainnya .nav-tabs{
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;  /* ini yang bikin ke kanan */
}
.lokasi-lainnya .nav-tabs .nav-item{
    margin: 0;
}
.lokasi-lainnya .nav-tabs .nav-link{
    color: var(--lokasi-lainnya-navy);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 22px;
    transition: all .18s ease;
}
.lokasi-lainnya .nav-tabs .nav-link:hover{
    background: #e9e8f7;
    color: var(--lokasi-lainnya-navy);
    border-color: transparent;
}
.lokasi-lainnya .nav-tabs .nav-link.active{
    background: var(--lokasi-lainnya-navy);
    color: #fff;
    border: none;
}
.lokasi-lainnya .nav-tabs .nav-link.active:hover{
    background: var(--lokasi-lainnya-navy);
}

/* Cards */
.lokasi-lainnya-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    height:100%;
    box-shadow:0 1px 3px rgba(0,0,0,0.04);
    transition:transform .2s ease, box-shadow .2s ease;
}
.lokasi-lainnya-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(16,12,99,0.12);
}
.lokasi-lainnya-card img.lokasi-lainnya-photo{
    width:100%;
    height:170px;
    object-fit:cover;
    display:block;
}
.lokasi-lainnya-card-body{
    padding:14px 16px 16px;
}
.lokasi-lainnya-name{
    color:#000;
    font-size:14px;
    font-weight:500;
    letter-spacing:0.051px;
    margin:0 0 2px;
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lokasi-lainnya-city{
    color:var(--lokasi-lainnya-text-body);
    font-size:11px;
    font-weight:400;
    letter-spacing:0.036px;
    display:flex;
    align-items:center;
    gap:4px;
    margin-bottom:8px;
}
.lokasi-lainnya-icon{
    width:13px;
    height:13px;
    display:inline-block;
    flex-shrink:0;
}
.lokasi-lainnya-link{
    color:var(--lokasi-lainnya-orange);
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    letter-spacing:0.008px;
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    gap:4px;
}
.lokasi-lainnya-link:hover{ color:#d35700; }
.lokasi-lainnya-link .lokasi-lainnya-icon{ width:10px; height:10px; }
.lokasi-lainnya-stats{
    display:flex;
    gap:16px;
    align-items:flex-start;
}
.lokasi-lainnya-stat{
    color:#000;
    font-size:11.5px;
    font-weight:400;
    letter-spacing:0.037px;
    display:flex;
    align-items:start;
    gap:5px;
    line-height:1.1;
}
.lokasi-lainnya-stat .lokasi-lainnya-icon{ width:14px; height:14px; }
.lokasi-lainnya-stat-text{ display:flex; flex-direction:column; }
.lokasi-lainnya-stat-sub{
    color:var(--lokasi-lainnya-muted);
    font-size:8.5px;
    font-weight:400;
    letter-spacing:0.024px;
    display:block;
    margin-top:2px;
}

/* Grid sendiri, tidak bergantung ke class row/col Bootstrap */
.lokasi-lainnya-grid{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:16px;
}
@media (max-width: 1200px){
    .lokasi-lainnya-grid{ grid-template-columns:repeat(4, 1fr); }
}
@media (max-width: 992px){
    .lokasi-lainnya-grid{ grid-template-columns:repeat(3, 1fr); }
}
@media (max-width: 768px){
    .lokasi-lainnya-grid{ grid-template-columns:repeat(2, 1fr); gap:12px; }
}
@media (max-width: 480px){
    .lokasi-lainnya-grid{ grid-template-columns:1fr; }
}

@media (max-width: 576px){
    .lokasi-lainnya{ padding:28px 16px; }
    .lokasi-lainnya-title{ margin-bottom:14px; }
    .lokasi-lainnya .nav-tabs{ flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
    .lokasi-lainnya .nav-tabs .nav-link{ white-space: nowrap; }
}
  .why-section {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px 48px;
  }
  .why-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .why-header-left { max-width: 480px; }
  .eyebrow {
    color: #F46408;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 6px 0;
  }
  .heading {
    color: #100C63;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.13px;
    margin: 0;
  }
  .why-header-right {
    max-width: 460px;
    padding-top: 4px;
  }
  .why-desc {
    color: var(--Neutral-500, #162533);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.014px;
    margin: 0;
  }
  .why-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .why-card {
    border-radius: 11.565px;
    background: #FFF5EF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.11);
    padding: 24px 20px;
  }
  .why-card img.icon {
    width: 95.41px;
    display: block;
    margin-bottom: 16px;
  }
  .why-card-title {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15.421px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.986px;
    letter-spacing: 0.463px;
    margin: 0 0 8px 0;
  }
  .why-card-desc {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 11.565px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.203px;
    letter-spacing: 0.347px;
    margin: 0;
  }
 
  @media (max-width: 900px) {
    .why-cards { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px) {
    .why-section { padding: 28px 20px; }
    .why-cards { grid-template-columns: 1fr; }
  }

   .brand-section {
    max-width: 1200px;
    margin: 0 auto;
  }
  .brand-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 32px auto;
  }
  .eyebrow {
    color: #F46408;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 6px 0;
  }
  .heading {
    color: #100C63;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.13px;
    margin: 0 0 4px 0;
  }
  .brand-desc {
    color: var(--Neutral-500, #162533);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.014px;
    margin: 0;
  }
  .brand-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
  .brand-card {
    display: flex;
    width: 100%;
    height: 155.598px;
    padding: 25.933px 20px;
    justify-content: center;
    align-items: center;
    gap: 9.262px;
    background: #fff;
    border-radius: 12px;
  }
  .brand-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

   .testi-section {
    max-width: 1200px;
    margin: 0 auto;
    background: #EDEBFB;
    border-radius: 20px;
    padding: 48px;
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
  }
  .testi-left {
    flex: 0 0 300px;
    max-width: 300px;
  }
  .eyebrow {
    color: #F46408;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 6px 0;
  }
  .heading {
    color: #100C63;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.13px;
    margin: 0 0 12px 0;
  }
  .testi-desc {
    color: var(--Neutral-500, #162533);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.014px;
    margin: 0;
  }
  .testi-right {
    flex: 1 1 0;
    min-width: 0;
  }
  .testi-swiper {
    overflow: hidden;
    padding: 8px 4px 44px 4px;
  }
  .testi-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
  }
  .testi-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }
  .testi-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .testi-name {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 7px;
  }
  .testi-role {
    color: #555;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-top: -5px;
  }
  .testi-stars {
    color: #F4C400;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }
  .testi-text {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
  }
  .swiper-pagination-bullet {
    background: #100C63;
    opacity: 0.25;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
  }
 
  @media (max-width: 900px) {
    .testi-section { flex-direction: column; align-items: flex-start; }
    .testi-left { flex: 1 1 auto; max-width: 100%; }
    .testi-right { width: 100%; }
  }

   .contact-section {
    max-width: 1200px;
    margin: 0 auto;
    background: #FDF1E7;
    border-radius: 20px;
    padding: 40px;
  }
  .contact-top {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
 
  /* Left info column */
  .contact-info {
    flex: 0 0 340px;
    max-width: 340px;
  }
  .eyebrow {
    color: #F46408;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 6px 0;
  }
  .heading {
    color: #100C63;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.13px;
    margin: 0 0 24px 0;
  }
  .info-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
  }
  .info-row .icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #100C63;
  }
  .info-row .icon svg { width: 20px; height: 20px; }
  .info-row span {
    color: #162533;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
  }
 
  /* Right form column */
  .contact-form {
    flex: 1 1 480px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .form-row {
    display: flex;
    gap: 16px;
  }
  .field {
    background: #fff;
    border-radius: 10px;
    padding: 14px 18px;
    flex: 1;
  }
  .field label {
    display: block;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .field input,
  .field textarea {
    width: 100%;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    background: transparent;
    padding: 0;
  }
  .field input::placeholder,
  .field textarea::placeholder {
    color: #9CA3AF;
  }
  .field textarea {
    resize: none;
    height: 70px;
  }
  .btn-kirim {
    align-self: flex-start;
    background: #F46408;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
  }
  .btn-kirim:hover {
    background: #dd5a06;
  }
 
  /* Map */
  .map-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 286px;
  }
  .map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  .map-pin-card {
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-30%);
    background: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    max-width: 210px;
  }
  .map-pin-card strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
  }
  .map-pin-card span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #444;
    line-height: 16px;
  }
 
  /* Bottom info bar */
  .info-bar {
    background: #100C63;
    border-radius: 0 0 16px 16px;
    margin-top: -4px;
    padding: 24px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
  }
  .info-bar-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1 1 260px;
    color: #fff;
  }
  .info-bar-item .icon {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex-shrink: 0;
  }
  .info-bar-item .icon svg { width: 20px; height: 20px; }
  .info-bar-item strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .info-bar-item p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 150%;
  }
 
  @media (max-width: 900px) {
    .contact-info { flex: 1 1 100%; max-width: 100%; }
    .contact-form { flex: 1 1 100%; }
    .form-row { flex-direction: column; }
    .map-pin-card { left: 16px; right: 16px; max-width: none; }
  }

  /* ===== Gallery ===== */
.mex-gallery-img {
    border-radius: 12px;
    overflow: hidden;
}
.mex-gallery-img img {
    display: block;
    border-radius: 12px;
}
 
.mex-gallery-img--1 {
    height: 470px;
}
.mex-gallery-img--2,
.mex-gallery-img--3 {
    height: 230px;
}
 
/* ===== Visi Misi ===== */
.mex-visi-misi__eyebrow {
    color: #F46408;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
 
.mex-visi-misi__card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(10, 10, 10, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 
.mex-visi-misi__title {
    color: #0A0A0A;
    font-family: 'Poppins', sans-serif;
    font-size: 18.922px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.76px; /* 115% */
    letter-spacing: 0.095px;
    margin-bottom: 12px;
}
 
.mex-visi-misi__desc {
    color: #162533;
    font-family: 'Poppins', sans-serif;
    font-size: 11.353px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.975px; /* 158.333% */
    letter-spacing: 0.011px;
    margin-bottom: 20px;
}
 
.mex-visi-misi__list {
    color: #162533;
    font-family: 'Poppins', sans-serif;
    font-size: 11.353px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.975px;
    letter-spacing: 0.011px;
    margin-bottom: 20px;
    padding-left: 18px;
}
 
.mex-visi-misi__list li {
    margin-bottom: 4px;
}
 
.mex-visi-misi__link {
    color: #F46408;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.975px; /* 149.796% */
    letter-spacing: 0.012px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}
 
.mex-visi-misi__link:hover {
    color: #F46408;
    gap: 10px;
}
 
@media (max-width: 991.98px) {
    .mex-gallery-img--1 {
        height: 300px;
    }
    .mex-gallery-img--2,
    .mex-gallery-img--3 {
        height: 200px;
    }
}
 
.mex-gallery-img a {
    display: block;
    height: 100%;
    cursor: pointer;
}

 .gallery-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1b1b1f;
  }
  .gallery-wrap h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
  }
  .gallery-wrap p.sub {
    color: #6b6b76;
    font-size: 14px;
    margin: 0 0 20px;
  }
 
  .projekSwiper {
    padding-bottom: 40px; /* ruang untuk pagination dots */
  }
 
  .projekSwiper .swiper-slide {
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 4 / 3;
  }
 
  .projekSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 
  .projekSwiper .swiper-button-next,
  .projekSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    color: #1b1b1f;
  }
  .projekSwiper .swiper-button-next::after,
  .projekSwiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
  }
 
  .projekSwiper .swiper-pagination-bullet-active {
    background: #d1223a;
  }
 
  .empty-state {
    text-align: center;
    color: #6b6b76;
    font-size: 14px;
    padding: 40px 0;
  }

  .artikel-mex-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s ease, transform .25s ease;
}

.artikel-mex-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.artikel-mex-img {
    width: 100%;
    height: 230px;
    padding: 12px 12px 0 12px;
}

.artikel-mex-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.artikel-mex-content {
    padding: 20px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.artikel-mex-title {
    font-size: 22px;
    font-weight: 700;
    color: #171717;
    margin-bottom: 10px;
    line-height: 1.35;
}

.artikel-mex-desc {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.6;
    margin-bottom: 18px;
    flex: 1;
}

.artikel-mex-link {
    color: #f07f1a;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.artikel-mex-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #f07f1a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: background .2s ease, color .2s ease;
}

.artikel-mex-card:hover .artikel-mex-arrow {
    background: #f07f1a;
    color: #ffffff;
}