/* Large Devices, Wide Screens */
@media only screen and (max-width : 1800px) {

}


@media only screen and (max-width : 1600px){    

}


@media only screen and (max-width : 1366px){
   
}


@media only screen and (max-width : 1200px) {
    .versatile-section .versatile-img-wrap{
        position: unset;
    }
    .section-padding{
        padding: 0px 50px ;
    }

    .how-it-works-section .step-card{
        height: unset;
    }
 
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .header-padding{
        padding: 0px 30px !important;
    }
    
    .section-padding{
        padding: 0px 15px !important;
    }
    
    .hero-section{
        padding: 140px 0 60px;
    }
    
    .hero-title{
        font-size: 36px;
    }
    
    .assessment-form{
        margin-top: 40px;
        padding: 30px;
    }
    
    .feature-item{
        margin-bottom: 20px;
    }
    
    .service-card-content{
        padding: 30px;
        min-height: auto;
    }
    
    .service-card-title{
        font-size: 24px;
    }
    
    .service-card-description{
        font-size: 16px;
    }
    
    .service-card-img{
        min-height: 200px;
    }

    .services-section .service-card-text{
        flex-direction: column;
    }
    .services-section .service-card-title{
        width: 100%;
    }

    .how-it-works-section .step-card{
        border: unset;
        border-bottom: 4px solid var(--primary-color);
    }
    .cta-section .cta-form{
        margin: 10px 0;
    }
    .cta-section .cta-banner-content{
        padding: 40px 15px;
    }
}
   

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .header-tagline{
        display: none;
    }
    
    .call-label{
        display: none;
    }
    
    .hero-section{
        padding: 120px 0 40px;
    }
    
    .hero-title{
        font-size: 32px;
    }
    
    .hero-text{
        font-size: 16px;
    }
    
    .hero-badge{
        font-size: 14px;
        padding: 6px 15px;
    }
    .assessment-form{
        padding: 25px;
    }
    
    .form-title{
        font-size: 20px;
    }
    
    .service-card-content{
        padding: 25px;
    }
    
    .service-card-title{
        font-size: 22px;
    }
    
    .service-card-description{
        font-size: 16px;
    }
    
}

/* Extra Small Devices, Phones */

@media only screen and (max-width : 500px) {
    header .header-logo{
        width: 150px;
    }
}

@media only screen and (max-width : 485px) {
   
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 430px) {
    .header-padding{
        padding: 0 15px !important;
    }
    .service-card-title{
        font-size: 20px;
    }
    
    .service-card-content{
        padding: 20px;
    }
}

@media only screen and (max-width : 400px) {

    
}

@media only screen and (max-width : 380px){
    
}


@media only screen and (max-width :350px){
    
}


