.hero-section {
    background: linear-gradient(#051329, #051329),
    url('../bg-bio.jpg') center/cover no-repeat;
    padding: 140px 0;
    color: white;
}

.feature-box {
    padding: 30px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

footer {
    background: #0f172a;
    color: #cbd5e1;
}


/* FIX: Logo besar tapi navbar tidak ikut membesar */
.navbar-brand img {
    height: 100px !important;   /* ukuran ideal */
    object-fit: contain;
}

/* PERKECIL PADDING NAVBAR */
.navbar {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

/* PERKECIL TEKS MENU */
.nav-link {
    font-size: 1rem !important; 
    padding: 8px 14px !important;
}

/* BRAND TEXT NORMAL */
.navbar-brand {
    font-size: 1.2rem !important;
    letter-spacing: 0.5px;
}

/* Warna navbar */
.custom-navbar {
    background-color: #051329 !important;
}

/* Card utama */
.adv-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

/* Hover effect */
.adv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* Gambar */
.adv-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
}

/* Judul */
.advantages-section h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.product-card {
        transition: transform 0.1s ease, box-shadow 0.1s ease;
        border-radius: 15px;
        overflow: hidden;
        background: #ffffff;
    }

    .product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0px 12px 25px rgba(0,0,0,0.15);
    }

    .product-img-box {
        overflow: hidden;
        height: 230px;
    }

    .product-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .1s ease;
    }

    .product-card:hover img {
        transform: scale(1.07);
    }

    .testimonial-slider {
    position: relative;
    overflow: hidden;
}
.adv-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    background: #051329;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}
.produk-slider {
    overflow: hidden;
    width: 100%;
}

.produk-track {
    display: flex;
    transition: transform 0.9s ease-in-out;
}

.produk-item {
    min-width: 100%;
    padding: 0 12px;
}

/* Desktop: tampil 3 sekaligus */
@media (min-width: 768px) {
    .produk-item {
        min-width: 33.3333%;
    }
}

/* WRAPPER UNTUK GESER */
.slides-wrapper {
    display: flex;
    transition: transform 0.7s ease-in-out;
}

/* SETIAP SLIDE (BERISI 2 FEEDBACK) */
.slide {
    min-width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* EFEK GLASS */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.3);
    width: 45%;
}

/* DOTS */
.dots .dot {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    border-radius: 50%;
    background: #cbd3e1;
    cursor: pointer;
    transition: 0.3s;
}

.dots .dot.active {
    background: #031126;
    width: 26px;
    border-radius: 12px;
}
/* =========================
   FIX PRODUK SLIDER (HOME)
   1 PRODUK SAJA
========================= */
.produk-item {
    min-width: 100% !important;
}

.produk-card {
    max-width: 420px;
    margin: auto;
    min-height: 520px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.produk-card p {
    min-height: 120px;
}/* =========================
   FIX PRODUK SLIDER (HOME)
   1 PRODUK SAJA
========================= */
.produk-item {
    min-width: 100% !important;
}

.produk-card {
    max-width: 420px;
    margin: auto;
    min-height: 520px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.produk-card p {
    min-height: 120px;
}


/* ======================
   VARIABLES
====================== */
:root {
    --primary: #2f7cc0;
    --dark: #051329;
    --soft-bg: #f5f7fb;
}

/* ======================
   PRODUCT SECTION
====================== */
.product-detail-section {
    position: relative;
    overflow: hidden;
    background: #ffffff !important;
}

/* BACKGROUND DECOR */
.product-detail-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(47,124,192,0.12), transparent 70%);
    top: -140px;
    left: -140px;
    z-index: 0;
}

.product-detail-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(76,175,80,0.10), transparent 70%);
    bottom: -120px;
    right: -120px;
    z-index: 0;
}

.product-detail-section > .container {
    position: relative;
    z-index: 1;
}

/* ======================
   TEXT
====================== */
.product-text {
    max-width: 520px;
}

.product-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 22px;
}

.product-text p {
    line-height: 1.75;
    color: #555;
    margin-bottom: 14px;
}

/* ======================
   CARD
====================== */
.product-card {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(10px);
    padding: 28px;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.06);
}

/* ======================
   MECHANISM BOX
====================== */
.mechanism-box {
    margin-top: 22px;
    padding: 16px 20px;
    background: var(--soft-bg);
    border-radius: 14px;
    font-size: 15px;
    color: #1b2a4e;
}

/* ======================
   VISUAL & IMAGE
====================== */
.product-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    overflow: hidden;
}

.product-image {
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

/* FLOAT ANIMATION (SUBTLE) */
.product-visual img {
    animation: float 7s ease-in-out infinite;
}

/* HOVER */
.product-visual:hover img {
    transform: scale(1.06);
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* ======================
   SERVICE / PILLS
====================== */
.service-pill {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    background: #f1f5ff;
    border-radius: 40px;
    font-weight: 600;
    color: #1b2a4e;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
}

.service-pill:hover {
    transform: translateY(-5px);
    background: var(--primary);
    color: #ffffff;
    box-shadow: 0 15px 40px rgba(47,124,192,0.4);
}

.service-list {
    padding-left: 18px;
}

.service-list li {
    margin-bottom: 8px;
    color: #555;
}

/* ======================
   DIVIDER
====================== */
.product-divider {
    border: none;
    height: 1px;
    max-width: 720px;
    margin: 10px auto;
    background: linear-gradient(
        to right,
        transparent,
        rgba(0,0,0,0.15),
        transparent
    );
}

/* ======================
   ANIMATION
====================== */
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* ======================
   RESPONSIVE
====================== */
@media (max-width: 991px) {
    .product-title {
        font-size: 1.9rem;
    }

    .product-text {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .product-card {
        padding: 22px;
    }
}
/* ======================
   COMPACT SECTION SPACING
====================== */
.product-detail-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}

.news-section {
    padding: 80px 20px;
    background: #f5f7fb;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #051329;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.news-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-8px);
}

.news-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news-content {
    padding: 20px;
}

.news-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #051329;
}

.news-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.date {
    font-size: 13px;
    color: #999;
}
