.elementor-1170 .elementor-element.elementor-element-6acadc1:not(.elementor-motion-effects-element-type-background), .elementor-1170 .elementor-element.elementor-element-6acadc1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1170 .elementor-element.elementor-element-6acadc1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1170 .elementor-element.elementor-element-6acadc1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-f02683e */.q-anchor-footer {
    --primary: #0573E3;    /* Biru lo */
    --text-main: #222222;  /* Hitam lembut */
    --text-dim: #54565A;   /* Abu Gelap lo */
    --bg-light: #F7F7F7;   /* Off-White lo */
    --serif: 'Cormorant Garamond', serif;
    --sans: 'DM Sans', sans-serif;
    
    background-color: #ffffff; /* Putih bersih biar corporate */
    color: var(--text-main);
    padding: 0;
    width: 100%;
}

/* Proteksi Email dari Bot Spammer */
.q-secure-mail {
    direction: rtl;
    unicode-bidi: bidi-override;
    display: inline-block; /* Memastikan bidi-override bekerja dengan baik di beberapa browser */
}

.q-footer-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- FINAL CALL TO ACTION --- */
.q-final-call {
    text-align: center;
    padding: 100px 0 80px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 80px;
}

.q-cta-title {
    font-family: var(--sans);
    font-weight: 800;
    font-size: clamp(32px, 5vw, 55px);
    line-height: 0.95;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.q-serif-alt {
    font-family: var(--serif);
    font-weight: 300;
    text-transform: none;
    font-style: italic;
    color: var(--text-dim);
}

.q-cta-desc {
    font-family: var(--sans);
    font-size: 16px;
    color: var(--text-dim);
    margin-bottom: 40px;
}

.q-cta-btn {
    display: inline-block;
    font-family: var(--sans);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background-color: #111;
    text-decoration: none;
    padding: 18px 45px;
    border-radius: 4px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.q-cta-btn:hover {
    background-color: var(--primary);
    transform: translateY(-5px);
}

/* --- MAIN FOOTER GRID --- */
.q-footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

.q-footer-column {
    display: flex;
    flex-direction: column;
}

.q-footer-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 25px;
}

.q-footer-mission {
    font-family: var(--sans);
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-dim);
    max-width: 320px;
    margin-bottom: 30px;
}

.q-footer-social a {
    color: var(--text-main);
    text-decoration: none;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 25px;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.q-footer-social a:hover { color: var(--primary); }

/* Column Titles */
.q-column-title {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin-bottom: 30px;
    line-height: 1.2;
}

.q-footer-links { list-style: none; padding: 0; margin: 0; }
.q-footer-links li { margin-bottom: 12px; }
.q-footer-links a {
    color: var(--text-dim);
    text-decoration: none;
    font-family: var(--sans);
    font-size: 14px;
    transition: all 0.3s ease;
}
.q-footer-links a:hover { color: var(--primary); padding-left: 5px; }

.q-contact-info p {
    font-family: var(--sans);
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-dim);
    margin-bottom: 15px;
}

.q-contact-item span { color: var(--primary); font-weight: 800; margin-right: 8px; }

/* --- BOTTOM LEGAL --- */
.q-footer-bottom {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    font-family: var(--sans);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .q-footer-main { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .q-footer-social { justify-content: center; }
    .q-brand-column { align-items: center; }
    .q-footer-links a:hover { padding-left: 0; }
}

@media (max-width: 600px) {
    .q-final-call { padding: 80px 0; margin-bottom: 50px; }
    .q-footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}/* End custom CSS */