@media only screen and (max-width: 1024px) {
    nav{
        justify-content: center;
    }
    .nav-items{
        padding: 6px 0px 15px 0px;
    }
}
@media only screen and (max-width: 919px) {
    nav{
        justify-content: space-between;
    }
    .secandry-nav{
        display: none;
    }
    .log-mobile{
        display: block;
    }
    .nav-items{
        display: none;
    }
    .nav-menu-icon{
        display: block;
        cursor: pointer;
    }
    .partner img{
        /* width: 212px !important; */
    }
    .owl-stage{
        margin-right: 50px;
    }
    .trusted-partners{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media only screen and (max-width: 768px) {
    .container{
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .stat-item {
        min-width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 50px 15px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .stat-item {
        min-width: 100%;
    }
}
@media (max-width: 768px) {
    .services-section {
        padding: 60px 20px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .services-section {
        padding: 50px 15px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .service-content {
        padding: 20px;
    }
}