.elementor-21890 .elementor-element.elementor-element-a536d4c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-21890 .elementor-element.elementor-element-a536d4c{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-68bfd5f */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

.hw-loc-mega-container {
    display: flex;
    width: 100%;
    min-height: 350px;
    background: #000;
    font-family: 'Montserrat', sans-serif; /* Pastikan font name sesuai import */
    overflow: hidden;
}

/* Kolom Kiri */
.hw-loc-mega-branding {
    width: 30%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-right: 1px solid #333;
}

.hw-loc-mega-content {
    text-align: left;
    color: #fff !important;
}

.hw-loc-mega-plus {
    font-size: 18px;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
}

.hw-loc-mega-content h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0;
    color: #fff !important;
}

.hw-loc-mega-content p {
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 10px;
    text-decoration: underline;
    text-underline-offset: 5px;
    opacity: 0.8;
}

/* Dots */
.hw-loc-mega-dots {
    margin-top: 30px;
    display: flex;
    gap: 8px;
}

.hw-loc-mega-dot {
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.hw-loc-mega-dot.active {
    background: #fff;
}

/* Kolom Kanan */
.hw-loc-mega-stores {
    width: 70%;
    display: flex;
}

.hw-loc-mega-item {
    flex: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hw-loc-mega-overlay {
    background: rgba(0, 0, 0, 0.5); /* Overlay dipertegas biar teks alamat kontras */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    transition: background 0.3s;
}

.hw-loc-mega-item h3 {
    font-size: 18px;
    font-weight: 800;
    color: #fff !important;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}

/* Alamat (Langsung Muncul) */
.hw-loc-mega-address {
    font-size: 11px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.5;
    max-width: 280px;
    opacity: 1; /* Langsung kelihatan */
    font-weight: 400;
}

/* Hover Effects (Opsional: Tetap bikin melebar biar interaktif) */
.hw-loc-mega-item:hover {
    flex: 1.4;
}

.hw-loc-mega-item:hover .hw-loc-mega-overlay {
    background: rgba(0, 0, 0, 0.65);
}

/* Responsive */
@media (max-width: 768px) {
    .hw-loc-mega-container { flex-direction: column; }
    .hw-loc-mega-branding { 
        width: 100%; 
        min-height: 180px; 
        border-right: none; 
        border-bottom: 1px solid #333; 
    }
    .hw-loc-mega-stores { 
        width: 100%; 
        height: 500px; 
        flex-direction: column; 
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a536d4c *//* Script khusus scroll Mobile untuk Menu ini */
@media (max-width: 1024px) {
    /* 1. Target pembungkus utama Mega Menu */
    .wpr-sub-mega-menu {
        /* KUNCI SCROLLNYA DI SINI LE: */
        max-height: 65vh !important;  /* Batas tinggi cuma 65% layar HP */
        overflow-y: auto !important;  /* Paksa munculin scroll vertikal */
        
        /* Reset tampilan biar rapi */
        overflow-x: hidden !important; /* Hapus scroll samping */
        position: relative !important; /* Biar gak melayang keluar layar */
        width: 100vw !important;       /* Paksa lebar full layar */
        left: 0 !important;            /* Reset posisi kiri */
        padding-bottom: 50px !important; /* Jarak bawah biar tombol gak kepotong */
        
        /* Biar licin scrollnya di iPhone */
        -webkit-overflow-scrolling: touch; 
    }
}/* End custom CSS */