#whataap_icon{
    width: 45px;
    margin-top: -20px;
    margin-right: 10px;
}
.disabled-link {
    pointer-events: none;
    text-decoration: none;
}
.instagram-heading {
    font-family: 'Arial', sans-serif; /* Custom font, you can change it to any other font */
    font-size: 32px; /* Adjust the font size */
    font-weight: bold; /* Make the text bold */
    color: #E1306C; /* Instagram brand color */
    letter-spacing: 2px; /* Space between letters */
    text-align: center; /* Center align the text */
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); /* Instagram gradient */
    -webkit-background-clip: text; /* For Safari */
    -webkit-text-fill-color: transparent; /* For Safari */
    background-clip: text; /* Standard */
}

/* Modal Styles */
.scrollable-image {
    max-height: 400px; /* Adjust this height as needed */
    overflow-y: auto;
    text-align: center; /* Center the image horizontally */
}

.scrollable-image img {
    max-width: 100%;
    height: auto;
}

#bg-batik {
    background-image: url(/web/custom_icon/batik_2.png); /*url(public/web/custom_icon/batik_2.png);*/
    background-size: 98% 98%; 
    background-position: center; 
    background-repeat: no-repeat;
}
