@media (max-width: 426px) {
    .side-img {
        left: 0%;
        display: none;
        width: 300px;
    }

    .the-header-mobile {
        font-size: 50px;
    }

    .navbar-collapse {
        position: fixed;
        left: 0%;
        /* Hidden by default */
        background-color: white;    
        width: 70%;
        height: 100%;
        top: 0;
        transition: left 0.3s ease;
        /* Smooth transition */
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 1050;
        /* Ensures it appears above other content */
        padding-top: 1.5rem;
        /* Space for content */
    }

    .cricle {
        display: none;

    }

    .cirle-m {
        display: inline-block;
    }

    .about-section,
    .copyright {
        text-align: center;
    }

    footer {
        padding: 30px 10px 10px 10px;
    }

    .fooer-di {
        justify-content: space-between;
        margin: 30px 0;
    }

    .faq-bubble {
        width: 90%;
        height: auto;
        left: 5%;
    }

    .the-header {
        font-size: 40px !important;
    }
    
    .navbar-toggler{
        display: none;
    }

    .the-header img {
        display: none;
    }

    .the-header-laptop {
        display: none;
    }

    .the-header-mobile {
        display: block;
        letter-spacing: 0;
        line-height: 60px;
    }

    .first-banner-part {
        display: none;
    }

    .service-section .big-title {
        font-size: 40px;
        line-height: 45px;
    }

    .promote-sec {
        display: block;
        text-align: center;
        margin-top: 20px;
        padding: 0 30px;
    }

    .cricle-m {
        display: flex;
        justify-content: center;
    }


}

@media (min-width:426px) {

    .the-header-laptop,
    .cricle {
        display: block;
    }

    .the-header-mobile,
    .cirle-m {
        display: none;

    }

    .cricle-m {
        display: none !important;
    }

    .cricle {
        display: flex;
    }




}




@media(max-width:1024px) and (min-width:769px) {
    .exper-ence {
        display: none;
    }

    .side-img {
        left: 54%;
    }
}

@media (max-width:768px) and (min-width:427px) {

    .about-section {
        text-align: center;
    }

    .card-title-custom {
        font-size: 16px;
    }

    .get-in-box {
        margin-top: 30px;
    }

    .side-img {
        left: 34%;
    }

    .cricle {
        align-items: center;

    }

    .first-banner-part {
        display: none;
    }

    .the-header-laptop {
        font-size: 60px;
    }
}