@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:wght@400;500;600;700&display=swap');

body,
html {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'TikTok Sans', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    width: 100%;
}

/* Container utama */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Bootstrap row dan col */
.row {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.col-lg-5,
.col-lg-7,
.col-lg-12 {
    box-sizing: border-box;
    padding: 0 15px;
}

/* ================= HEADER / NAVBAR ================= */
.header-navbar {
    background: #003350;
    padding: 0;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 100;
    transition: background 0.3s, color 0.3s;
    width: 100%;
    max-width: 100vw;
}

/* Hamburger Menu */
.navbar-toggler {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-icon {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all 0.3s;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
}

.navbar-toggler-icon::before {
    top: -6px;
}

.navbar-toggler-icon::after {
    bottom: -6px;
}

/* Hamburger Menu Active State */
.navbar-toggler.active .navbar-toggler-icon {
    background: transparent;
}

.navbar-toggler.active .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler.active .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 0;
}

/* Mobile Navigation */
.mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #003350;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 0px !important;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

/* Custom scrollbar untuk mobile nav */
.mobile-nav::-webkit-scrollbar {
    width: 4px;
}

.mobile-nav::-webkit-scrollbar-track {
    background: transparent;
}

.mobile-nav::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.mobile-nav::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.mobile-nav.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.mobile-nav-item {
    margin-bottom: 12px;
    width: 100%;
}

.mobile-nav-item:last-child {
    margin-bottom: 0;
}

.mobile-nav-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: color 0.2s;
    text-align: left;
}

.mobile-nav-item a:hover {
    color: #00e0d6;
}

.header-navbar .logo img {
    height: 24px;
}

.header-navbar .color-logo img {
    height: 35px;
}

.header-navbar nav {
    display: flex;
    gap: 32px;
}

.header-navbar nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.header-navbar nav a.active,
.header-navbar nav a:hover {
    color: #00e0d6;
}

/* Animasi rotasi untuk ikon chevron */
.header-navbar nav a i {
    transition: transform 0.3s ease;
}

.header-navbar nav a:hover i {
    transform: rotate(90deg);
}

.header-navbar .btn-kontak {
    background: linear-gradient(90deg, #1e7fae 0%, #00e0d6 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}

.header-navbar.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    color: #2a4d7a;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: background 0.3s, color 0.3s;
}

.header-navbar.sticky-navbar .logo,
.header-navbar.sticky-navbar nav a,
.header-navbar.sticky-navbar .btn-kontak {
    color: #2a4d7a;
}

.header-navbar.sticky-navbar .mobile-nav a {
    color: #ffffff;
}

.sticky-navbar .navbar-toggler-icon,
.sticky-navbar .navbar-toggler-icon::after,
.sticky-navbar .navbar-toggler-icon::before {
    background-color: #000000;
}

.header-navbar.sticky-navbar nav a.active,
.header-navbar.sticky-navbar nav a:hover {
    color: #1e7fae;
}

/* Animasi rotasi untuk ikon chevron pada sticky navbar */
.header-navbar.sticky-navbar nav a i {
    transition: transform 0.3s ease;
}

.header-navbar.sticky-navbar nav a:hover i {
    transform: rotate(90deg);
}

.header-navbar.sticky-navbar .btn-kontak {
    background: linear-gradient(90deg, #ecf7fb 0%, #b3e0e7 100%);
    color: #2a4d7a;
}

/* Tambahan: styling khusus link Tentang Kami saat sticky navbar */
.header-navbar.sticky-navbar #tentang a {
    color: #2a4d7a;
}

.header-navbar.sticky-navbar #tentang a:hover {
    color: #1e7fae;
}

/* ========== LOGO VISIBILITY CONTROL ========== */
/* Default state (not sticky): show .logo, hide .color-logo */
.header-navbar .color-logo {
    display: none;
}

.header-navbar .logo {
    display: block;
}

/* Sticky state: show .color-logo, hide .logo */
.header-navbar.sticky-navbar .color-logo {
    display: block;
}

.header-navbar.sticky-navbar .logo {
    display: none;
}

/* ========== NAVBAR DROPDOWN ========== */
.nav-dropdown {
    position: relative;
    display: inline-block;
    z-index: 300;
}

.nav-dropdown .dropdown-menu {
    display: none;
    position: fixed;
    top: 72px;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    opacity: 0;
    background: #fff;
    min-width: 1100px;
    max-width: 95vw;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 16px 16px;
    z-index: 200;
    padding: 32px 32px 24px 32px;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(.4, 1.4, .6, 1), opacity 0.25s cubic-bezier(.4, 1.4, .6, 1);
    border-top: 2px solid #0cc0ec;
}

.nav-dropdown.dropdown-open .dropdown-menu {
    display: block;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown .dropdown-menu:hover {
    display: block;
}

.dropdown-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px 16px;
}

.dropdown-grid a {
    color: #003350;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    font-size: 0.98rem;
    text-align: left;
    white-space: nowrap;
}

.dropdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    transition: background 0.2s;
    cursor: pointer;
}

.dropdown-item img {
    height: 120px;
    object-fit: cover;
    margin-bottom: 6px;
    border-radius: 4px;
    background: #f7fafd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.dropdown-item a img {
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-item a:hover img {
    transform: translateY(-5px);
}

.dropdown-title {
    font-size: 0.95rem;
    color: #003350;
    font-weight: 500;
    white-space: normal;
}

/* Override Bootstrap dropdown-item active/focus background */
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item.active {
    background-color: transparent !important;
}

.dropdown-item a:active,
.dropdown-item a:focus {
    background-color: transparent !important;
    outline: none;
}

@media (max-width: 1200px) {
    .nav-dropdown .dropdown-menu {
        min-width: 90vw;
        padding: 24px 8px 16px 8px;
    }
}

@media (max-width: 700px) {
    .nav-dropdown .dropdown-menu {
        min-width: 98vw;
        max-width: 98vw;
        padding: 10px 2px;
    }

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

/* ================= HERO SECTION ================= */
.hero-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0;
    overflow: hidden;
    max-width: 100vw;
}

.hero-section .hero-content {
    max-width: 600px;
    padding: 0 40px;
    text-align: left;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 12px;
}

.hero-section p {
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.hero-section .btn-hero {
    background: #1e7fae;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 32px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* ================= DETAIL SECTION ================= */
.detail-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 64px 0 32px 0;
    overflow: hidden;
    height: 300px;
    max-width: 100vw;
}

.detail-section .title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
    padding-top: 40px;
}

.detail-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* ================= LAYANAN KAMI ================= */
.layanan-section {
    background: #efeff0;
    padding: 100px 0;
    text-align: center;
    width: 100%;
    max-width: 100vw;
    box-shadow: inset 0 10px 40px rgba(0, 224, 214, 0.1);
}

.layanan-section h2 {
    color: #2a4d7a;
    font-size: 1.7rem;
    margin-bottom: 32px;
    font-weight: bold;
}

.layanan-list {
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
}

.layanan-item {
    background: #f7fafd;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 32px 24px;
    width: 260px;
    text-align: left;
}

.layanan-item .icon {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 12px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #003350 0%, #1e7fae 100%);
    box-shadow: 0 4px 12px rgba(30, 127, 174, 0.3);
}

.layanan-item .icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.layanan-item h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.h3-line {
    width: 50px;
    height: 3px;
    background: #A0B0D4;
    margin-bottom: 16px;
    border-radius: 2px;
}

.layanan-item p {
    font-size: 0.98rem;
    color: #444;
}

/* ================= PRODUK KAMI ================= */
.produk-section {
    background-image: url('../circle-produk.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left bottom;
    background-color: #ecf7fb;
    padding: 100px 0 ;
    text-align: center;
    width: 100%;
    max-width: 100vw;
}

.produk-section h2 {
    color: #2a4d7a;
    font-size: 1.7rem;
    margin-bottom: 32px;
    font-weight: bold;
}

.produk-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.produk-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 0;
    width: 260px;
    text-align: center;
    transition: box-shadow 0.2s;
    overflow: hidden;
}

.produk-item .img-group {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.produk-item .img-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.produk-item .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(10, 77, 94, 0.4));
    padding: 20px 10px 10px 10px;
    z-index: 2;
    transition: background 0.3s ease;
}

.produk-item .text-overlay h5 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.produk-item h4 {
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 4px;
}

/* Styling untuk container produk dan teks title */

/* Styling untuk link produk */
.produk-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.produk-link:hover {
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}

.produk-link:hover .produk-item {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.produk-link:hover .produk-item .img-group img {
    transform: scale(1.05);
}

.produk-link:hover .produk-item .text-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.produk-link:hover .produk-item .text-overlay h5 {
    transform: translateY(-2px);
}

/* Styling untuk produk list h5 sudah dipindah ke text-overlay */

/* ================= AKSESORIS ================= */
.aksesoris-section {
    background: #ffffff;
    padding: 100px 0;
    text-align: center;
    width: 100%;
    max-width: 100vw;
}

.aksesoris-section h2 {
    color: #2a4d7a;
    font-size: 1.7rem;
    margin-bottom: 32px;
    font-weight: bold;
}

.aksesoris-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.aksesoris-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 0;
    width: 340px;
    text-align: center;
    transition: box-shadow 0.2s;
    overflow: hidden;
}

.aksesoris-item .img-group {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
}

.aksesoris-item .img-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.aksesoris-item .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(10, 77, 94, 0.4));
    padding: 20px 10px 10px 10px;
    z-index: 2;
    transition: background 0.3s ease;
}

.aksesoris-item .text-overlay h5 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.aksesoris-item h4 {
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 4px;
}

/* Styling untuk link aksesoris */
.aksesoris-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aksesoris-link:hover {
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}

.aksesoris-link:hover .aksesoris-item {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.aksesoris-link:hover .aksesoris-item .img-group img {
    transform: scale(1.05);
}

.aksesoris-link:hover .aksesoris-item .text-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.aksesoris-link:hover .aksesoris-item .text-overlay h5 {
    transform: translateY(-2px);
}

/* Styling untuk aksesoris list h5 sudah dipindah ke text-overlay */

/* ================= FOOTER ================= */
.footer-section {
    background: #003350;
    color: #9BAAB1;
    padding: 100px 0 16px 0;
    font-size: 0.98rem;
    width: 100%;
    max-width: 100vw;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    gap: 32px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-logo img {
    height: 24px;
    margin-bottom: 20px;
}

.logo-jak {
    font-weight: 700;
    color: #00e0d6;
}

.footer-about {
    color: #b3e0e7;
    line-height: 1.6;
    margin-bottom: 16px;
}

.footer-section-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #fff;
}

.title-line {
    width: 30px;
    height: 2px;
    background: #1F456C;
    margin-top: 8px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links a {
    color: #b3e0e7;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #00e0d6;
}

.footer-info {
    color: #b3e0e7;
    line-height: 1.6;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: #1e7fae;
    margin: 24px 0 16px 0;
}

.footer-section .copyright {
    text-align: center;
    color: #b3e0e7;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* ================= RESPONSIVE ================= */

/* Large Monitor (min-width: 1200px) */
@media (min-width: 1200px) {
    .footer-content {
        max-width: 1400px;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* Tablet (max-width: 991px) */
@media (max-width: 991px) {
    .header-navbar {
        padding: 0;
    }

    .hero-section .hero-content {
        padding: 0;
    }

    .detail-section .title {
        font-size: 2rem;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .layanan-section,
    .produk-section,
    .aksesoris-section {
        padding: 48px 0;
    }

    .layanan-list,
    .produk-list,
    .aksesoris-list {
        gap: 20px;
    }

    .produk-item {
        width: 180px;
        padding: 0;
    }

    .produk-item img {
        height: 140px;
    }

    .produk-list h5 {
        max-width: 180px;
    }

    .produk-link {
        max-width: 180px;
    }

    .footer-content {
        flex-direction: column;
        gap: 24px;
        max-width: 100%;
        padding: 0;
    }

    .footer-column {
        min-width: auto;
    }
}

/* iPhone/Mobile (max-width: 600px) */
@media (max-width: 600px) {
    .header-navbar {
        flex-direction: row;
        height: 64px;
        padding: 0;
        align-items: center;
    }

    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .header-navbar .logo {
        font-size: 1.3rem;
    }

    .hero-section {
        padding: 0;
    }

    .hero-section .hero-content {
        padding: 0;
    }

    .detail-section {
        padding: 32px 0 16px 0;
        height: 400px;
    }

    .detail-section .title {
        font-size: 1.8rem;
    }

    .produk-card .img-group {
        height: 150px;
    }

    .produk-card h5 {
        font-size: 0.9rem;
        margin: 8px 12px;
    }

    .layanan-section,
    .produk-section,
    .aksesoris-section {
        padding: 32px 0;
    }

    .layanan-list,
    .produk-list,
    .aksesoris-list {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .layanan-item,
    .aksesoris-item {
        width: 95vw;
        max-width: 340px;
    }

    .produk-item {
        width: 95vw;
        max-width: 340px;
        padding: 0;
    }

    .produk-item img {
        height: 200px;
    }

    .produk-list h5 {
        max-width: 95vw;
        font-size: 0.95rem;
    }

    .produk-link {
        max-width: 95vw;
    }

    .footer-content {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }

    .footer-column {
        min-width: auto;
    }

    .footer-logo {
        font-size: 1.3rem;
    }

    .footer-section-title {
        font-size: 1rem;
    }

    .footer-section {
        font-size: 0.92rem;
        padding: 40px 0 16px 0;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .produk-card .img-group {
        height: 180px;
    }

    .produk-card h5 {
        font-size: 1rem;
        margin: 12px 16px;
    }
}

/* ========== MOBILE DROPDOWN ========== */
.mobile-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 0;
}

.mobile-dropdown-toggle i {
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
}

.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-left: 8px;
    transform: rotate(-90deg);
    /* Awalnya mengarah ke kanan */
}

.dropdown-arrow.rotate {
    transform: rotate(0deg);
    /* Saat diklik mengarah ke bawah */
}

.mobile-dropdown-menu {
    display: none;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.mobile-dropdown-menu.show {
    display: block;
}

.mobile-dropdown-item {
    border-bottom: 1px solid #003350;
}

.mobile-dropdown-item:last-child {
    border-bottom: none;
}

.mobile-dropdown-item a {
    padding: 12px 16px !important;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8) !important;
    border-bottom: none !important;
    display: block;
    width: 100%;
}

.mobile-dropdown-item a:hover {
    color: #00e0d6 !important;
    background: rgba(255, 255, 255, 0.05);
}

/* Section produk detail */
.produk-detail {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.produk-detail .row {
    width: 100%;
    margin: 0;
}

.produk-detail .col-lg-5,
.produk-detail .col-lg-7 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

/* Section produk lainnya */
.mt-5 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.mt-5 .row {
    width: 100%;
    margin: 0;
}

.mt-5 .col-lg-12 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

/* Text center untuk judul produk lainnya */
.text-center {
    width: 100%;
    max-width: 100%;
}

.mb-4 {
    width: 100%;
    max-width: 100%;
}

/* Produk Swiper Styles */

.produk-card {
    background: #702929;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 0;
    text-align: center;
    transition: box-shadow 0.2s;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.produk-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.produk-card .img-group {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.produk-card .img-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.produk-card .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 2;
    transition: background 0.3s ease;
}

.produk-card .text-overlay h6 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
    text-align: center;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.produk-card:hover .img-group img {
    transform: scale(1.05);
}

.produk-card:hover .text-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.produk-card:hover .text-overlay h6 {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

.produk-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 12px 16px;
    line-height: 1.3;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tentang a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

#tentang a:hover {
    color: #00e0d6;
}
