/* TITLE */
.store-page h1{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;   /* 🔥 INI KUNCINYA */
}
.store-page h1{
    font-size: 28px;
    letter-spacing: 0.5px;
}

/* CONTAINER GLOBAL */
.store-page{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
}
.store-wrapper{
    padding: 0 30px; /* lebih kecil & seimbang */
}
@media (max-width: 768px){

    #map{
        height: 260px; /* lebih pas */
    }

}
/* WRAPPER */
.store-wrapper {
    display: flex;
    gap: 40px;
}

/* MAP */
.store-map {
    width: 65%;
}

.map-placeholder {
    height: 500px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LIST */
.store-list {
    width: 35%;
}

.store-card h4 {
    font-size: 18px;   /* sebelumnya gede */
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
/* MOBILE FIX */
@media (max-width: 768px) {
    .store-wrapper {
        flex-direction: column;
        padding: 0 20px;
    }

    .store-map,
    .store-list {
        width: 100%;
    }
}
.find-info {
    max-width: 700px;
    margin: 100px auto; /* center */
    padding: 0 20px;
    text-align: center;
    border-top: 1px solid #eee;
   
}
.info-box {
    margin-bottom: 50px;
}

.info-box h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}
/* ITEM BOX */
.store-item {
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    background: #fff;
}

/* HOVER */
.store-item:hover {
    border-color: #000;
}
.info-box h3 {
    font-size: 18px;          
    letter-spacing: 0.5px;    
    font-weight: 600;         
    margin-bottom: 10px;
}
.store-item p {
    font-size: 12.5px;
    color: #777;
    margin: 2px 0;
}
.store-item {
    border: 1px solid #e5e5e5;
    padding: 18px 20px;
    margin-bottom: 16px;
    background: #fff;
    transition: all 0.3s ease;
}
.store-item h4 {
    text-transform: uppercase;
}
.store-tabs {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    font-size: 13px;
}

.store-tabs span {
    cursor: pointer;
    color: #999;
    position: relative;
    padding-bottom: 5px;
}

/* ACTIVE */
.store-tabs span.active {
    color: #000;
}

/* GARIS BAWAH */
.store-tabs span.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.store-item {
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 18px;
    background: #fff;
}

/* TITLE */
.store-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

/* TYPE */
.store-type {
    font-size: 13px;
    color: #666;
    margin-bottom: 12px;
}

/* ADDRESS */
.store-address {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

/* PHONE */
.store-contact {
    font-size: 13px;
    margin-bottom: 3px;
}

/* EMAIL */
.store-email {
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
.store-contact a,
.store-email a {
    color: #000;
    text-decoration: none;
}

.store-email a {
    text-decoration: underline;
}

/* hover halus */
.store-contact a:hover,
.store-email a:hover {
    opacity: 0.7;
}
.store-item,
.store-item p,
.store-item h4 {
    color: #000;
}

/* link (telp & email) */
.store-item a {
    color: #000;
    text-decoration: none;
}

/* email tetap underline */
.store-email a {
    text-decoration: underline;
}

/* optional hover halus */
.store-item a:hover {
    opacity: 0.6;
}

.store-map-real {
    width: 100%;
    height: 500px;
}
#map {
    width: 100%;
    height: 500px;
}
.store-tabs span.active {
    border-bottom: 1px solid #000;
}

body{
    padding-top: 80px; /* tinggi navbar */
}
.store-title{
    margin-top: 50px;
}
.navbar-custom{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999; /* 🔥 paling atas */
}

.hamburger{
    z-index: 10000;
    position: relative;
}
/* DEFAULT (DESKTOP) */
.hamburger{
    display: none;
}

/* ===== FINAL MOBILE FIX (JANGAN HAPUS YANG ATAS) ===== */
@media (max-width: 768px){

    .store-page{
        padding: 0; /* hilangkan dorongan */
    }

    .store-map{
        width: 100%;
    }

    #map{
        width: 100%;
        height: 300px;
    }

    /* hamburger fix posisi */
    .navbar-custom{
        padding: 0 15px;
    }

    .hamburger{
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

}
@media (max-width: 768px){

    /* tampilkan hamburger hanya di halaman ini */
    .hamburger{
        display: block;
    }

}
@media (max-width: 768px){

    .hamburger{
        z-index: 99999;     /* 🔥 paling atas */
        pointer-events: auto;
    }

}
@media (max-width: 768px){

    .nav-links{
        pointer-events: none; /* 🔥 supaya tidak nutup klik */
    }

}
