:root {
    --suzuki-blue: #00309d;
}

.page-hybrid .grid-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}

.page-hybrid .grid-gallery img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

/* ========== Button ========== */
.page-hybrid .btn-primary {
    background-color: var(--suzuki-blue);
    border-color: var(--suzuki-blue);
}

.page-hybrid .btn-outline-primary {
    color: var(--suzuki-blue);
    background-color: var(--bs-dark);
    border-color: var(--suzuki-blue);
    border: 2px solid;
    font-weight: 600;
}

/* .page-hybrid .btn-outline-primary:hover,
.page-hybrid .btn-outline-primary:focus {
    background-color: var(--suzuki-blue) !important;
    border-color: var(--suzuki-blue) !important;
    color: #fff;
    box-shadow: none;
} */

.page-hybrid .navigation-panel {
    padding: 60px 0;
}

.page-hybrid .navigation-panel .panel-group {
}

.page-hybrid .navigation-panel .panel-group ul > li a {
    font-family: Montserrat;
    font-weight: 600;
    border: 1px solid #e6f6ff;
    color: #014b72;
    padding-left: 3rem;
    padding-right: 3rem;
}

.page-hybrid .navigation-panel .panel-group ul > li a.active {
    background-color: #e6f6ff;
    color: #014b72;
    border: 1px solid #e6f6ff;
}

.page-hybrid .navigation-panel .panel-group ul > li:first-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-hybrid .navigation-panel .panel-group ul > li:last-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-hybrid .heading {
    padding: 60px 0;
}

.page-hybrid .heading h3 {
    /* font-family: Montserrat; */
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 59px;
    color: #333333;
    width: 40%;
    margin: 0 auto;
}

.page-hybrid .product-data h3 {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 59px;
    color: #333333;
}

.page-hybrid .colour-switcher ul li a {
    height: 35px;
    width: 35px;
}

.page-hybrid .color-name {
    font-family: Montserrat;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
}

.page-hybrid .product-gallery {
    background-color: #f4f4f4;
}

.page-hybrid .product-gallery h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 59px;
    color: #333333;
}

.page-hybrid .product-video {
    padding: 60px 0;
    background-color: #f4f4f4;
}

.page-hybrid .table .thead th {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

.page-hybrid .price-list .table .thead th:first-child {
    background: linear-gradient(90deg, #00a3ba 16.29%, #0048a3 89.37%);
}

.page-hybrid .price-list .table .thead th:last-child {
    background: linear-gradient(90deg, #0048a3 16.29%, #00a3ba 89.37%);
}
.page-hybrid .price-list .table tbody td {
    border: 0;
    font-weight: 600;
}
.page-hybrid .price-list .table tbody tr:nth-child(even) {
    background: #f2f6ff;
}
.nav-gallery .btn-group a.active {
    background-color: #003399 !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 40px !important;
}

/* Responsive */

@media (max-width: 768px) {
    .page-hybrid .navigation-panel,
    .page-hybrid .heading {
        padding: 30px 0;
    }

    .page-hybrid .navigation-panel .panel-group ul > li:first-child a {
        border-top-right-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    .page-hybrid .navigation-panel .panel-group ul > li:last-child a {
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .page-hybrid .heading h3 {
        width: 100%;
        font-size: 22px;
        padding: 0 15px;
        line-height: 1.8rem;
    }

    .page-hybrid .grid-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-hybrid .grid-gallery img {
        /* height: 100%;
        height: 116px;*/
        height: auto;
    }

    .col-md-8.offset-md-2 h3 {
        margin-top: 25px;
        margin-bottom: 0px;
        font-size: 20px;
    }

    .page-hybrid .color-name {
        font-size: 15px;
    }

    .nav-gallery .btn-group a {
        border: none !important;
        color: #003399 !important;
        font-weight: bold !important;
        background-color: transparent !important;
        border-radius: 40px !important;
    }

    

    .nav-gallery .btn-group {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        padding: 10px;
    }

    /* Opsional: Sesuaikan posisi kontainer agar sesuai */
    .mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
