.elementor-66 .elementor-element.elementor-element-5c8f215{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3c6d0b0 *//* Style dasar untuk body agar footer terlihat jelas */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f4f4f4;
}

main {
    flex-grow: 1;
}

/* Style Utama Footer */
.site-footer {
    background: linear-gradient(135deg, #0099db, #00a6b0); /* Latar belakang gradasi */
    color: #ffffff;
    padding: 3rem 1rem 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.footer-column h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
    color: #ffffff;
}

/* Garis bawah dekoratif untuk judul kolom */
.footer-column h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
}

.footer-column p, .footer-column li {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #ffffff;
}

/* Kolom Tentang Kami */
.about-us img {
    width: 80px;
    margin-bottom: 1rem;
    background-color: white; /* Menambahkan background putih jika logo transparan */
    border-radius: 8px;
    padding: 5px;
}

.map-link {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.map-link:hover {
    text-decoration: underline;
}

/* Kolom Tautan */
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 0.8;
}

/* Kolom Kontak & Media Sosial */
.contact-info p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.social-media {
    margin-top: 1.5rem;
}

.social-media a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 0.5rem;
    color: #0099db;
    background-color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.1rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-media a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* Baris Bawah untuk Copyright */
.footer-bottom {
    text-align: center;
    margin-top: 3rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}/* End custom CSS */