.navbar-brand img{
    max-height: 75px;
}

.banner-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000088;
}

.sticky .btn-blue {
    background-color: #fff;
    color: #ff6b35;
}

.whatsapp-header {
    height: 20px;
    width: 20px;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.service-card:hover .service-content {
    opacity: 1;
}

.service-card .service-content {
    transition: all .3s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff6b35ee;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card .service-content ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.service-card .service-content li {
    margin-bottom: 5px;
}