
@media (max-width : 576px ){
    /* index page styling start */
    .counter-wrapper{
        flex-direction: column;
    }
    .section-heading-lg{
        font-size: 1.8rem;
        width: 100%;
    }
    .experience h3{
        width: 100% !important;
    }
    .why-choose-text{
        padding: 1rem;
    }
    .counter-wrapper .counter-item{
        padding: 2rem;
    }
    .counter-wrapper .counter-item span{
        font-size: 3rem;
    }
    .counter-wrapper .counter-item p{
        font-size: 1.2rem;
    }
    .service-box{
        margin: 0.5rem 0rem;
    }
    .why-choose-wrapper{
        border-radius: 0.5rem;
        overflow: hidden;
    }
    .footer {
        padding: 3rem 1rem;
    }
    
    .footer-logo {
        margin-right: 90px;
    }
    /* index page styling end */

    /* about page styling */
    .banner{
        height: 80vh;
    }
    .banner img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .banner-overlay{
        margin-top: 1.5rem;
    }
    .banner-overlay h2{
        font-size: 1.5rem;
    }
    .carousel-item img{
        height: 80vh;
    }
    /* about page styling ends */

    /* contact page media query start */
    .contact-card{
        margin: 1rem;
        padding: 1rem;
    }
    .contact-icon{
        font-size: 2rem;
    }
    .contact-card-heading{
        font-size: 1.1rem;
        text-align: center;
    }
    .contact-card-text{
        font-size: 0.9rem;
        color: #000;
    }
    section.map{
        margin: 2rem 0;
        margin-top: 800px;
    }
    .contact-form-container{
        display: flex;
        justify-content: center;
    }
    .contact-card-form{
        text-align: center;
        padding:2rem 1rem;
        width: 290px;
        background-color: #fff;
        position: absolute;
        top: -100%;
        right: auto;
        left: auto;
        z-index: 100;
    }
    .contact .section-heading-lg{
        font-size: 1.5rem;
        width: 100% !important;
    }
    .contact .section-heading-sm{
        font-size: 1rem;
    }
    /* contact page media query end */
}