:root {
    --brand-orange: #fe7b00;
    --brand-orange-dark: #e56f00;
    --brand-orange-light: #ff940a;
    --brand-dark: #020618;
    --brand-slate: #314158;
    --brand-gray: #62748e;
    --brand-border: #cad5e2;
    --brand-bg: #f1f5f9;
}

html,
body {
    overflow-x: clip;
    top: 0 !important;
}

.bg-orange {
    background: var(--brand-orange);
}

.btn-orange {
    color: white;
    border-radius: 5px;
    background: var(--brand-orange);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

.btn-orange:hover {
    background: var(--brand-orange-dark);
    font-weight: 500;
}

.btn-outline-orange {
    border: 1.5px solid var(--brand-orange);
    color: var(--brand-orange) !important;
    font-weight: 500;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

.btn-outline-orange:hover {
    background: var(--brand-orange);
    color: #fff !important;
}

.garis-bawah {
    border-bottom: 4px solid var(--brand-orange);
}

.garis-kiri {
    border-left: 4px solid var(--brand-orange);
}

.map-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    padding: 5px;
    width: 56px;
    height: 56px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.swal2-toast .swal2-title {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

/* Sembunyikan widget asli Google Translate */
#google_translate_element {
    display: none;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-frame {
    display: none !important;
}

.goog-te-ftab-float {
    display: none !important;
}

.goog-te-gadget {
    display: none !important;
}

iframe.skiptranslate {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}

.truncate {
    display: -webkit-box;
    --webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.produk-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.btn-nav {
    background-color: #0f0f0f;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-nav:hover {
    background-color: #1f1f1f;
    transform: scale(1.1);
}
