


@media screen and (max-width: 1200px) {
    .banner_text h1{
        font-size: 60px;
    }
}
@media screen and (max-width: 1100px) {
    .home_banner{
        min-height: 75vh;
    }
    .banner_text h1{
        font-size: 50px;
    }
}
@media screen and (max-width: 992px) {
    .home_banner{
        min-height: 65vh;
    }
    .banner_text h1 {
        font-size: 40px;
    }
    .step_block ul li .step_img, .step_block ul li .step_text {
        width: 280px;
    }
    .final_cta h2 {
        font-size: 2.3rem;
    }

    .final_cta p {
        font-size: 1.1rem;
    }
    .contact_form_wrapper {
        padding: 30px;
    }
    
    .map_wrapper {
        margin-top: 30px;
        height: 400px;
    }
    .pricing_card.featured {
        transform: scale(1);
    }
    
    .pricing_card.featured:hover {
        transform: scale(1.05) translateY(-10px);
    }
    .testimonial_card {
        margin: 10px 0;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .faq_images {
        margin-bottom: 40px;
    }
    
    .image_grid {
        height: 400px;
    }
}
@media (max-width: 991px) {
    .whatWeDo .whatWeDo__title , .section_title{
        font-size: 36px;
    }
    .whatWeDo .whatWeDo__desc , .description{
        font-size: 18px;
    }
    .contactUs{
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .section-services-main {
        margin-top: -1.1rem;
    }
}
@media screen and (max-width: 767px) {
    .home_banner{
        min-height: 45vh;
        padding: 130px 0;
    }
   
    .sec_padding_lg{
        padding: 50px 0;
    }
    .section-screen-main__bg {
        top: 40%;
        background-position: 34% 0;
    }
    .banner_text h1{
        font-size: 30px;
    }
    .banner_text p{
        font-size: 16px;
    }
    .anim_line, .anim_line.dark_bg {
        width: 140%;
    }
    .banner_section .banner_text h1 {
        font-size: 30px;
    }
    .whatWeDo .whatWeDo__card-title{
        font-size: 20px;
    }

}


@media screen and (max-width: 650px){
    /* .whatWeDo .whatWeDo__card-header {
        flex-wrap: wrap;
    } */
    .whatWeDo .whatWeDo__card-title{
        font-size: 17px;
    }
    .whatWeDo .whatWeDo__card-desc{
        font-size: 15px;
    }
    .card_contactInfo{
        font-size: 18px;
    }
}
@media screen and (max-width: 400px){
    .login-section .form-box { padding: 20px; }

    .login-section .toggle-panel h1{font-size: 30px; }
}
