
#contactspan{
    font-size:50px;
}
#contactunderline{
    width: 250px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #81d86f;
}
/* .hero-section {
    background-image: url('custom/images/banner.jpg');
} */



.contact-item{
    line-height:1.8;
}

.contact-item span{
        font-size: 15px !important;
        color: #62c14e !important;
}

.contact-item h4{
    font-size: 20px !important;
    line-height: 1.8;
}
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366; /* WhatsApp green */
    border-radius: 50%;
    padding: 10px;
    z-index: 1000;
  }
