/*Project cont*/

.mpp-projects-container{
    max-width: 100%;
}

/* Project Card */
.mpp-project-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}
.mpp-project-card h3 { margin: 10px 0; font-size: 18px; }
.mpp-project-card p { font-size: 14px; }
.mpp-project-image img { width: 100%; border-radius: 6px; }

/* Full details toggle */
.mpp-full-details { display: none; margin-top: 10px; }

/* Desktop grid */
.mpp-desktop-grid { display: grid; gap: 20px; }

/* Mobile carousel */
.mpp-mobile-carousel { display: none!important; }

/* Swiper navigation */
.swiper-button-next, .swiper-button-prev {
    color: #000;
}

/* Responsive */
@media screen and (max-width:768px){
    .mpp-desktop-grid { display: none!important; }
    .mpp-mobile-carousel { display: block!important; }
}
