body {
    font-family: 'Roboto', sans-serif;
}
.container {
    max-width: 960px;
}
.wd15{
    width: 15%;
}
.wd50{
    width: 50%;
}
.bi {
    display: inline-block;
    vertical-align: -.125em
}
.wa-btn {
    background-color: #2db742;
    border-color: #2db742;
}
.wa-btn::before {
    content: "";
    display: inline-block;
    width: 16px; /* Set the width and height to match your SVG size */
    height: 16px;
    margin-right: 2px; /* Adjust spacing as needed */
    margin-bottom: 2px;
    background: url('../img/wa-btn.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}
.wa-contact {
    position: fixed;
    z-index: 999;
    bottom: 15px;
    right: 15px;
    text-align: right;
    width: 150px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    background: rgba(45, 183, 66, 0.75);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
.wa-contact a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.wa-contact-txt {
    display: inline-block;
    width: 90px;
    height: 30px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .2px;
    padding-left: 20px;
    background: 0 0;
    font-size: .8rem;
    text-align: center
}
.wa-contact.hideBtn .wa-contact-txt {
    opacity: 0
}
.wa-contact-icon {
    display: inline-block;
    margin-left: auto;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #2db742 url('../img/whatsapp_logo.svg') center center no-repeat;
    background-size: 60%
}
/* Loading Overlay Styles */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner-container {
    text-align: center;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    margin-right: 10px;
}

.loading-text {
    font-size: 1.25rem;
    color: #333; /* Adjust the text color as needed */
    font-weight: bold;
}
