


@media screen and (max-width: 992px) {
    .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 screen and (max-width: 767px) {
    .home_banner , .sec_padding_lg{
        padding: 50px 0;
    }
    .anim_line, .anim_line.dark_bg {
        width: 140%;
    }
    .banner_section .banner_text h1 {
        font-size: 30px;
    }
    .step_block ul {
        padding-top: 30px;
    }
    .step_block ul li {
        flex-direction: column !important;
        padding-right: 30px;
    }
    .step_block ul li::after{
        display: none;
    }
    .step_block ul li .step_img, .step_block ul li .step_text {
        width: 100%;
    }
    .step_block ul li:before {
        right: 0;
        transform: none;
        height: calc(100% + 10px);
        top: 40px;
    }
    .step_block ul li:first-child:before {
        height: calc(100% + 50px);
    }
    .step_block ul li .step_number {
        position: absolute;
        top: -5px;
        right: -23px;
        width: 50px;
        height: 50px;
    }
    .step_block ul li .step_number h3 {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: -2px;
    }
    .cta_buttons {
        flex-direction: column;
        gap: 15px;
    }

    .final_cta h2 {
        font-size: 2rem;
    }

    .theme-btn.btn-lg {
        width: 100%;
    }
    .contact_form_wrapper {
        padding: 20px;
    }
    
    .contact_card {
        padding: 20px;
    }
}


@media screen and (max-width: 650px){
    .login-section .container{ height: calc(100vh - 40px); }

    .login-section .form-box{
        bottom: 0;
        width: 100%;
        height: 70%;
    }

    .login-section .container.active .form-box{
        right: 0;
        bottom: 30%;
    }

    .login-section .toggle-box::before{
        left: 0;
        top: -270%;
        width: 100%;
        height: 300%;
        border-radius: 20vw;
    }

    .login-section .container.active .toggle-box::before{
        left: 0;
        top: 70%;
    }

    .login-section .container.active .toggle-panel.toggle-left{
        left: 0;
        top: -30%;
    }

    .login-section .toggle-panel{ 
        width: 100%;
        height: 30%;
    }
    .login-section .toggle-panel.toggle-left{ top: 0; }
    .login-section .toggle-panel.toggle-right{
        right: 0;
        bottom: -30%;
    }

    .login-section .container.active .toggle-panel.toggle-right{ bottom: 0; }
}
@media screen and (max-width: 400px){
    .login-section .form-box { padding: 20px; }

    .login-section .toggle-panel h1{font-size: 30px; }
}
