/* Custom Map */
section.section-custom-badan2 {
	background: transparent url(../img/slides/sni-mainan-anak.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 20px 0 0;
	border: 0;
	  background: rgba(255, 122, 89, .5);
}
section.section-bg2 {
    padding: 129px 0 0;
	margin: 20px 0 0;
	border: 0;
}
section.section-custom-badan1 section.section {
	border-top-color: rgba(241, 241, 241, 0.8);

	
}

section.section-custom-badan1-2 {
	background: transparent url(../img/map-2.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 50px 0 0;
	border: 0;
}

section.section-custom-badan1-2 section.section {
	border-top-color: rgba(241, 241, 241, 0.8);
	background: rgba(244, 244, 244, 0.8);
}
.whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            cursor: pointer;
            text-decoration: none;
        }

        .whatsapp-button:hover {
            background-color: #1EBE5D;
        }

        .whatsapp-icon {
            font-size: 28px;
        }