/* Add custom CSS styles below */ 
.slide--cat-entry {
    border-radius: 30px;
    border-color: rgb(136 168 35);
    }
    
    .navbar-brand img {
    max-height: 5rem;
    }
        .navbar-brand img {
        max-width: 130px;
    }
    
    .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 50px;
}



.whatsapp-float-btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: white;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.whatsapp-float-btn:hover {
    background-color: #128c7e;
}

.whatsapp-float-btn img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}