/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 26 2026 | 05:54:53 */
/* ===== FLORIST JABODETABEK THEME ===== */

/* Background global */
body {
    background-color: #FFF7F9;
    color: #2B2B2B;
    font-family: 'Poppins', sans-serif;
}

/* Header */
.main-header-bar {
    background: linear-gradient(90deg, #E91E63, #F48FB1);
}

/* Menu */
.main-header-menu a {
    color: #ffffff !important;
    font-weight: 600;
}

.main-header-menu a:hover {
    color: #FBC02D !important;
}

/* Button utama */
button,
.ast-button,
.wp-block-button__link {
    background-color: #E91E63;
    color: #ffffff;
    border-radius: 30px;
    padding: 12px 26px;
    font-weight: 600;
}

button:hover,
.ast-button:hover,
.wp-block-button__link:hover {
    background-color: #C2185B;
}

/* Section box */
.section-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Judul */
h1, h2, h3 {
    color: #2E7D32;
    font-weight: 700;
}

/* Footer */
.site-footer {
    background-color: #2E7D32;
    color: #ffffff;
}

.site-footer a {
    color: #FBC02D;
}

/* Floating WhatsApp */
.wa-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 14px 20px;
    border-radius: 50px;
    font-weight: bold;
    z-index: 999;
    text-decoration: none;
}


