﻿/*---------------- CSS for desktop 991 and above only ---------------- */
@media screen and (min-width: 992px) {
    .navbarSection .menu-item-type-post_type:hover a {
        background: #6c9d40;
        color: white !IMPORTANT;
    }

    p.approachTextHeading.mobileHeading {
        display: none;
    }
}


@media only screen and (max-width: 1280px) and (min-width: 991px)  {

    .servicesCardMain {
        flex: 1 1 40%;
    }


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

    

    .card.col-4 {
        width: 45%;
    }

    .office_card.col-3 {
        width: 40%;
    }

    .card {
        margin: 0px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        width: 100%;
        cursor: pointer;
        max-width: 400px;
    }



    .servicesMainDiv {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
    }
}