.btn-red{
    background-color: #c3362d !important;
    padding:2px;
    color: white;
}
.text-justify {
    text-align: justify !important;
}
.bar-fixed{
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    z-index:999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bg-image{
    background-image: url(../img/spa-elements.jpg);
    background-size:cover;
}

.custom-dropdown:hover{
    color: white !important;
    background-color: #c3362d !important;
}
.bg-whatsapp{
    background-color: #2cbb61;
}
.bg-whatsapp:hover{
    background-color: #1a733b;
}
html {
    scroll-padding-top: 150px; /* Set the same height as your navbar */
}
.bg-black{
background-image: url(../img/bg-testimonial.jpg);
background-size: cover;
}
.whatsapp-button{
    position: fixed;
    bottom: 5%;
    right: 2%;

    
}