.icon {
    color: var(--primary-color);
}

.item .icon {
  
    color: var(--primary-color);
}

.homeya-box .content .meta-list .item .icon {
    color: var(--primary-color);

}

.heading .title {
   color: #ffffff;
  font-weight: revert;
}






 

    .whatsapp-float {
        position: fixed;
        bottom: 20px; /* Adjust to move the button up/down */
        left: 20px; /* Position it on the left */
        z-index: 1000;
        background-color: #25D366;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }

    .whatsapp-float:hover {
        transform: scale(1.1);
    }

    .whatsapp-float img {
        width: 35px;
        height: 35px;
    }
