/* Call Button */

.btn-call {
    display: inline-block;
    margin: 5px;
    padding: 11px 20px;

    background: #007BFF;
    color: #ffffff !important;

    border-radius: 5px;

    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;

    transition: all 0.3s ease;
}

.btn-call:hover {
    background: #0056b3;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn-call i {
    margin-right: 6px;
}
.btn-call,
.btn-consultation,
.btn-whatsapp {
    display: block;
    width: 100%;
    margin: 8px 0;
    text-align: center;
}
/* =========================================================
   BBSR SERVICES PROFESSIONAL FOOTER
========================================================= */

.bbsr-footer-main {
    width: 100%;
    margin: 0;
    padding: 45px 0 0;
    background: #0b2e59;
    color: #ffffff;
}

.bbsr-footer-main .footer-column {
    min-height: 100%;
    padding: 0 25px;
}

.footer-title {
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff9800;

    color: #ffffff !important;

    font-family: 'Poppins', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.footer-title i {
    margin-right: 7px;
    color: #ff9800;
}

.footer-subtitle {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.footer-text {
    margin: 0 0 12px;
    color: #dbe6f2;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

.footer-online-badge {
    margin: 7px 0;
    color: #dbe6f2;
    font-size: 13px;
}

.footer-online-badge i {
    width: 20px;
    color: #25d366;
}


/* SERVICES */

.footer-service-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer-service-list li {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.footer-service-list li a {
    color: #dbe6f2 !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: all .2s ease;
}

.footer-service-list li a:hover {
    color: #ff9800 !important;
    padding-left: 4px;
}

.footer-service-list li i {
    width: 18px;
    color: #ff9800;
}


/* ADDRESS */

.footer-address {
    margin-bottom: 10px;
}

.footer-address p {
    margin: 0;
    color: #dbe6f2;
    font-size: 14px;
    line-height: 1.8;
}

.footer-icon {
    float: left;
    width: 22px;
    margin-top: 4px;
    color: #ff9800;
}

.footer-address p strong {
    color: #ffffff;
}

.footer-branch-title {
    margin-top: 25px;
}

.footer-map-link {
    display: inline-block;

    margin: 5px 0 10px;
    padding: 7px 12px;

    background: #ffffff;
    color: #0b3a6f !important;

    border-radius: 4px;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none !important;

    transition: all .3s ease;
}

.footer-map-link:hover {
    background: #ff9800;
    color: #ffffff !important;
}

.footer-map-link i {
    margin-right: 5px;
}


/* CONTACT ACTION BAR */

.footer-contact-bar {
    margin-top: 35px;
    padding: 18px 0;

    border-top: 1px solid rgba(255,255,255,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.footer-action {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 55px;

    margin: 5px;

    padding: 10px 12px;

    border-radius: 6px;

    color: #ffffff !important;

    text-decoration: none !important;

    transition: all .3s ease;
}

.footer-action > i {
    margin-right: 10px;
    font-size: 23px;
}

.footer-action span {
    display: block;
    text-align: left;
    font-size: 12px;
}

.footer-action strong {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.footer-call {
    background: #007bff;
}

.footer-whatsapp {
    background: #25d366;
}

.footer-consultation {
    background: #ff9800;
}

.footer-review {
    background: #6f42c1;
}

.footer-action:hover {
    transform: translateY(-2px);
    opacity: .9;
    color: #ffffff !important;
}


/* EMAIL / WEBSITE */

.footer-contact-info {
    padding: 18px 0;

    text-align: center;
}

.footer-contact-info a {
    color: #dbe6f2 !important;
    font-size: 14px;
    text-decoration: none !important;
}

.footer-contact-info a:hover {
    color: #ff9800 !important;
}

.footer-contact-info i {
    margin-right: 5px;
    color: #ff9800;
}

.footer-separator {
    margin: 0 12px;
    color: #68809b;
}


/* BOTTOM */

.footer-bottom {
    padding: 15px 0;

    background: #061d3a;

    text-align: center;
}

.footer-bottom p {
    margin: 3px 0;
    color: #aebdce;
    font-size: 12px;
}

.footer-bottom-links a {
    color: #aebdce !important;
    text-decoration: none !important;
}

.footer-bottom-links a:hover {
    color: #ff9800 !important;
}

.footer-bottom-links span {
    margin: 0 7px;
    color: #526b85;
}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .bbsr-footer-main {
        padding-top: 30px;
    }

    .bbsr-footer-main .footer-column {
        min-height: auto;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .footer-title {
        font-size: 19px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 1.75;
        text-align: justify;
    }

    .footer-service-list li a {
        font-size: 14px;
    }

    .footer-contact-bar {
        margin-top: 10px;
        padding: 15px 0;
    }

    .footer-action {
        width: 100%;
        margin: 6px 0;
    }

    .footer-contact-info {
        padding: 18px 10px;
    }

    .footer-contact-info a {
        display: block;
        margin: 8px 0;
    }

    .footer-separator {
        display: none;
    }

    .footer-bottom {
        padding: 15px 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media only screen and (max-width: 480px) {

    .bbsr-footer-main .footer-column {
        padding: 0 12px;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-action {
        min-height: 52px;
    }

    .footer-action > i {
        font-size: 21px;
    }

}
/* =========================================================
   COPYRIGHT FOOTER
========================================================= */

.footer-bottom {
    width: 100%;
    margin: 0;
    padding: 15px 0 12px;

    background: #061d3a;

    text-align: center;
}

.footer-divider {
    width: 100%;
    margin: 0 0 12px;

    border: 0;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.footer-copyright {
    margin: 0;

    color: #cbd5e1;

    font-family: 'Poppins', Arial, sans-serif;

    font-size: 13px;
    line-height: 1.7;

    text-align: center;
}

.footer-copyright strong {
    color: #ffffff;
    font-weight: 700;
}

.footer-copyright a {
    color: #28a745 !important;

    font-weight: 700;

    text-decoration: none !important;
}

.footer-copyright a:hover {
    color: #25d366 !important;
    text-decoration: underline !important;
}

.footer-separator {
    margin: 0 8px;
    color: #60758e;
}


/* =========================================================
   VISITOR COUNTER
========================================================= */

.visitor-counter {
    margin-top: 8px;

    text-align: center;
}

.visitor-counter img {
    display: inline-block;

    max-width: 100%;
    width: auto;
    height: auto;

    border: 0;

    vertical-align: middle;
}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .footer-bottom {
        padding: 12px 10px 10px;
    }

    .footer-copyright {
        font-size: 12px;
        line-height: 1.8;
    }

    .footer-separator {
        margin: 0 4px;
    }

    .visitor-counter {
        margin-top: 7px;
    }

}