.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;
}

.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;
    }
}