.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}

@media only screen and (max-width: 768px) {
    html, body {overflow-x: hidden;}
}


.bumdes-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 20px;

    background: #20d466;
    color: #fff !important;

    border-radius: 12px;

    font-size: 15px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;

    box-shadow: 0 5px 15px rgba(32, 212, 102, 0.20);

    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.bumdes-whatsapp i {
    font-size: 18px;
}

.bumdes-whatsapp:hover {
    background: #19bd59;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(32, 212, 102, 0.30);
}


.produk-beli-wa {
    width: 100%;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 13px 18px;

    background: #20d466;
    color: #fff !important;

    border-radius: 12px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;

    box-shadow: 0 5px 12px rgba(32, 212, 102, 0.18);

    transition: all 0.3s ease;
}

.produk-beli-wa:hover {
    background: #19bd59;
    color: #fff !important;

    transform: translateY(-2px);

    box-shadow: 0 8px 18px rgba(32, 212, 102, 0.28);
}

.produk-beli-wa i {
    color: #fff;
    font-size: 19px;
}



/* ================================
   BUMDES INFO
================================ */

.bumdes-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    width: 100%;
    box-sizing: border-box;

    padding-top: 15px;

    border-top: 1px solid #edf0f3;
}


/* ================================
   JUMLAH UMKM
================================ */

.bumdes-info-umkm {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    padding: 7px 10px;

    background: #ecfdf5;

    border-radius: 6px;

    line-height: 1;

    transition: all .3s ease;
}

.bumdes-info-number {
    color: #10b981;

    font-size: 13px;
    font-weight: 800;
}

.bumdes-info-label {
    color: #10b981;

    font-size: 12px;
    font-weight: 600;
}


/* ================================
   BUTTON CHAT WA
================================ */

.bumdes-info-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 9px 15px;

    background: #20d466;
    color: #fff !important;

    border-radius: 9px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;

    box-shadow: 0 4px 10px rgba(32, 212, 102, 0.20);

    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.bumdes-info-wa i {
    color: #fff !important;
    font-size: 16px;

    transition: transform 0.3s ease;
}


/* HOVER */

.bumdes-info-wa:hover {
    background: #19bd59;
    color: #fff !important;

    transform: translateY(-2px);

    box-shadow: 0 7px 16px rgba(32, 212, 102, 0.30);
}

.bumdes-info-wa:hover i {
    color: #fff !important;
    transform: scale(1.12);
}

/* ================================
   HOVER UMKM
================================ */

.bumdes-info-umkm:hover {
    background: #dff9ed;

    transform: translateY(-1px);
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .bumdes-info {
        gap: 10px;
        padding-top: 13px;
    }

    .bumdes-info-umkm {
        padding: 6px 8px;
    }

    .bumdes-info-number {
        font-size: 12px;
    }

    .bumdes-info-label {
        font-size: 11px;
    }

    .bumdes-info-wa {
        font-size: 14px;
    }

    .bumdes-info-wa i {
        font-size: 16px;
    }
}