.logo {
    position: relative;
    display: inline-block;
}

.logo-img {
    height: 40px;
    transition: opacity 0.3s ease;
}

/* default tampil */
.logo-top {
    opacity: 1;
    position: relative;
}

/* hidden awal */
.logo-scroll {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

/* saat scroll */
.scrolled .logo-top {
    opacity: 0;
}

.scrolled .logo-scroll {
    opacity: 1;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

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

.img-detail-artikel{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.wa-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    text-decoration: none;
}

.wa-text {
    background: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 18px;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    white-space: nowrap;
}

.wa-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.wa-float:hover .wa-text {
    transform: translateX(-5px);
    transition: 0.2s;
}
.hero-content-col {
    padding-top: 150px; /* desktop */
}

@media (max-width: 768px) {
    .hero-content-col {
        padding-top: 120px; /* mobile lebih kecil */
    }
}
.custom-gap{
    --bs-gutter-x: 2rem;
}

@media(min-width:992px){
    .custom-gap{
        --bs-gutter-x: 7rem;
    }
}

.ln-150{
    line-height: 200% !important;
}

.stat-icon {
    width: 64px;
    height: 64px;
    background-color: #C0152A; /* sesuaikan warna merah brand */
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-number {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
}

.stat-desc {
    font-size: 0.9rem;
    color: #555;
}
.section-service {
    background-color: #FEF8F6; /* warna background krem */
}

.service-label {
    font-size: 0.9rem;
    color: #555;
}

.service-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.service-desc {
    font-size: 0.95rem;
    color: #0A0A0A;
}

/* Card */
.service-card {
    border-radius: 16px;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.service-card-desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid rgba(255,255,255,0.7);
    color: #D4584B;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 50px;
    text-decoration: none;
    width: fit-content;
    transition: background 0.2s;
}

.service-card-btn:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.section-certification {
    background-color: #fff;
}

.cert-label {
    font-size: 0.9rem;
    color: #555;
}

.cert-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
}

.cert-desc {
    font-size: 0.95rem;
    color: #666;
    max-width: 750px;
}

.cert-card {
    border-radius: 12px;
    border: 1px solid #FCDED0;
    background: #FFF;
    box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.05);
    padding: 32px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    transition: box-shadow 0.2s;
}

.cert-card:hover {
    box-shadow: 4px 6px 16px -1px rgba(0, 0, 0, 0.15);
}
.cert-card img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.section-client {
    background-color: #FDF8F8;
}

.client-label {
    font-size: 0.9rem;
    color: #555;
}

.client-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
}

.client-desc {
    font-size: 0.95rem;
    color: #666;
    max-width: 700px;
}

.client-card {
    border-radius: 12px;
    border: 1px solid #ffffff;
    background: #FFF;
    box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition: box-shadow 0.2s;
}

.client-card:hover {
    box-shadow: 4px 6px 16px -1px rgba(0, 0, 0, 0.15);
}

.client-card img {
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(0%);
    transition: filter 0.2s;
}

.client-card:hover img {
    filter: grayscale(0%);
}

.section-testimony {
    background-color: #fff;
}

/* Foto Grid */
.testimony-photos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.photo-top img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.photo-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.photo-bottom img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
}

/* Header */
.testi-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #C0392B;
}

.testi-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
}

.testi-desc {
    font-size: 0.95rem;
    color: #666;
}

/* Card */
.testi-card {
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.testi-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
}

.testi-company {
    font-size: 0.85rem;
    color: #888;
}

.testi-stars {
    color: #F5A623;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.testi-text {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.7;
}

/* Navigasi */
.testi-prev,
.testi-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #C0392B;
    background: #fff;
    color: #C0392B;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.testi-next {
    background: #C0392B;
    color: #fff;
}

.testi-prev:hover {
    background: #C0392B;
    color: #fff;
}

.testi-next:hover {
    background: #a02d22;
}

.section-contact {
    background-color: #FAF5F0;
}

/* Header */
.contact-label {
    font-size: 0.9rem;
    color: #555;
}

.contact-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
}

.contact-desc {
    font-size: 0.95rem;
    color: #666;
}

/* Map */
.contact-map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
    display: block;
}

/* Contact Info */
.contact-info-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.contact-icon-wrap {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2px;
}

.contact-info-sub {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
}

/* Foto */
.contact-photo {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.1);
}

.contact-photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .contact-title {
        font-size: 1.5rem;
    }

    .contact-map iframe {
        height: 250px;
    }
}

.section-cta {
    background-color: #FAF5F0;
}

.cta-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 260px;
    display: flex;
    align-items: center;
}

/* Foto background kanan */
.cta-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%; /* sesuaikan lebar area foto */
    z-index: 0;
}

.cta-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Overlay gradient merah dari kiri */
.cta-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        #B71C1C 0%,
        #B71C1C 45%,
        rgba(183, 28, 28, 0.85) 60%,
        rgba(183, 28, 28, 0.3) 80%,
        rgba(183, 28, 28, 0.0) 100%
    );
}

/* Konten */
.cta-content {
    position: relative;
    z-index: 2;
    padding: 48px 52px;
    max-width: 560px;
}

.cta-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.cta-desc {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s;
}

.cta-btn:hover {
    background: #f0f0f0;
    color: #1a1a1a;
    transform: translateX(4px);
}

/* Mobile */
@media (max-width: 768px) {
    .cta-content {
        padding: 36px 28px;
    }

    .cta-title {
        font-size: 1.4rem;
    }

    .cta-overlay {
        background: linear-gradient(
            to right,
            #B71C1C 0%,
            #B71C1C 60%,
            rgba(183, 28, 28, 0.75) 100%
        );
    }
}

.copy-text {
    font-size: 0.85rem;
    color: #fff;
}

.copy-links {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.copy-link {
    font-size: 0.85rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.copy-link:hover {
    color: #fff;
}

.copy-divider {
    color: #fff;
    font-size: 0.85rem;
}

/* Mobile: center semua */
@media (max-width: 768px) {
    .copy-text,
    .copy-links {
        justify-content: center;
        text-align: center;
    }
}
.breadcrumb-wrapper {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 12px;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #171717 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #B81C1C !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #171717;
  font-size: 24px;
  font-weight: 500;
}
.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.custom-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #171717;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.custom-list li img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px; /* agar icon sejajar dengan baris pertama teks */
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 514.1px;
  border-radius: 12px;
  overflow: hidden;
}

.img-left-top {
  grid-column: 1;
  grid-row: 1;
  border-radius: 10px;
  overflow: hidden;
}

.img-left-bottom {
  grid-column: 1;
  grid-row: 2;
  border-radius: 10px;
  overflow: hidden;
}

.img-right {
  grid-column: 2;
  grid-row: 1 / 3; /* span 2 baris */
  border-radius: 10px;
  overflow: hidden;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-tabs { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.tab-item { font-size: 15px; color: #171717; cursor: pointer; padding: 4px 14px; }
.tab-item.active { color: #B81C1C; font-weight: 700; }
.tab-item:hover { color: #B81C1C; }
.tab-separator { color: #171717; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }