

/* Mobile styles */
@media screen and (max-width: 768px) {

    body{
        scrollbar-width: none;
    }

    header{
        display: flex;  
        z-index: 1000;

    }

    
    .navbar {
        z-index: 1000;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        background: #fff;
        padding: 10px 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .navbar.active {
        display: none;
    }

    #menu-toggle-btn {
        display: block;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .intro{
        height: 100vh;
        display: flex;
        flex-direction: column;

    }

    .right{
        display: none;
        justify-content: center;
        align-items: center;
        margin-left: 20%;

       
    }

    #image-container{
        height: 380px;
        top: 0;
    }

    .left{
        display: flex;
        justify-content: center;
        flex-direction: column;

    }

    .title{
        margin-top: 30%;
        font-size: 40px;
        
    }

    #ltd{
        font-size: 12px;
    }

    #cotanct-btn{
        margin-top: 10%;
        border-radius: 5px;
        height: 50px;
        width: 150px;
    }

    .services-info{


}

.center-text{
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    border-end-end-radius: 50px;
    border-end-start-radius: 50px;
}

#global {
    height: 120px;

}

.head{
    font-size: 22px;
}

.head-main{
    width: 80%;
    font-size: 25px;
}

#globali{
    height: 130px;
}

.global-services{
    margin-top: -50%;
    width: 100%;
}

.cards-container{
    width: 95%;
    border-radius: 50px;

}

.card{
    margin-top: 5%;
    height: 250px;
}

footer{
    
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    bottom: 0;
}

.loo{
    margin-top:10%;
}
.footer-info{
    width: 90%;
}
.footer-title{
    font-size: 18px;
}

.copyright{
    font-size: 10px;
}



.window-overlay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 25px;
    height: 100vh;
}

.window-left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.window-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#window-img{

    min-height: 200px;
    min-width: 250px;
    margin-top: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
}

.close-btn{
    z-index: 1000;
}


}

