/* ===== FOOTER PREMIUM ===== */
/* ===== FOOTER PREMIUM BG IMAGE ===== */
.footer {
    position: relative;
    color: #fff;
    padding-top: 60px;
    overflow: hidden;

    background: url("{{ asset('assets/img/cover1.jpeg') }}") center/cover
        no-repeat;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 147, 30, 0.85);
    /* 🔥 orange transparan */
    z-index: 1;
}

.footer .container,
.footer-bottom {
    position: relative;
    z-index: 2;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1.3fr;
    gap: 40px;
    padding-bottom: 40px;
}

/* ===== FOOTER ENHANCEMENT ===== */

.footer-brand p {
    font-size: 13px;
    opacity: 0.9;
}

.footer-help p {
    margin: 6px 0;
    font-size: 14px;
}

.footer-phone {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.footer-email {
    margin-top: 8px;
    font-weight: 600;
}

/* BRAND */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.footer-logo img {
    height: 36px;
    background: #000;
    /* 🔥 background hitam */
    padding: 6px 10px;
    /* 🔥 kasih ruang */
    border-radius: 6px;
    /* 🔥 biar halus */
    display: inline-block;
}

.footer-brand p {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.6;
}

/* COLUMN */
.footer-col h4 {
    margin-bottom: 12px;
    color: white;
}

.footer-col a {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
    transition: 0.2s;
}

.footer-col a:hover {
    color: #f7931e;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 18px 0;
    font-size: 13px;
    color: white;
}
