.btn .btn-link-sm {
    font-size: 12px;
    line-height: 1.7;

}

.btn .btn-link-sm:hover {
    text-decoration: none;
}


.btn:hover {
    text-decoration: none !important;
}

@media (max-width: 990px) {
    .choose-us-brands, .choose-us-bubbles {
        display: none;
    }
}

.active {
    font-weight: bold;
    color: var(--color-main); /* Example color, adjust as needed */
}
.whatsapp-button {
    position: fixed;
    bottom: 80px;
    border-radius:7px;
    width: 35px;
    height: 35px;
    justify-content: center;
    right: 30px;
    background-color: #25d366;
    color: white;
    padding: 0px;
    border-radius: 7px;
    font-size: 24px;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}


.whatsapp-button:hover {
    color: white;
    background-color: #128c7e;
}
.bg-primary {
    background-color: var(--color-main) !important;
}