/* Auto-extracted styles for projects.php */
.auto-style-8354e9 {
    text-decoration: none;
}
.auto-style-c73f85 {
    border-color: rgba(255,255,255,0.3);
}
.auto-style-02a46f {
    object-fit: cover;
     width: 100%;
     height: 100%;
}
.auto-style-102b7f {
    text-align: center;
}
.auto-style-02b930 {
    justify-content: flex-start;
}
.auto-style-a87a53 {
    display: block;
     text-decoration: none;
}
.auto-style-e648cf {
    width: 100%;
     height: auto;
     object-fit: cover;
     display: block;
}
.auto-style-3e2e7c {
    display: none !important;
}
.auto-style-7e610b {
    padding-top: 6rem;
     padding-bottom: 6rem;
     background-color: var(--clr-white);
     overflow: hidden;
}
.auto-style-6607e5 {
    max-width: 1500px;
     margin: auto;
}
.auto-style-199b6f {
    width: 100%;
}
.auto-style-82e35d {
    margin: 20px 0 8px;
     font-size: clamp(36px, 5vw, 58px);
}
.auto-style-afbeac {
    font-family: var(--font-heading);
  font-weight: 100;
  font-style: normal;
     font-size: 64px;
     line-height: 0.9;
}
.auto-style-831afa {
    margin: 32px 0;
}
.auto-style-db1172 {
    font-weight: 600;
}


/* Responsive Completed Projects section */
.pe-list-view-completed {
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
    gap: 1px; 
    background-color: rgba(0,0,0,0.1); 
    max-width: 1400px; 
    margin: 0 auto;
}

@media (max-width: 768px) {
    .completed-stats-container {
        gap: 2rem !important;
    }
    
    .completed-stat-divider {
        display: none !important;
    }
    
    .completed-stats-container .stat-row {
        width: 140px !important;
        gap: 0.5rem !important;
    }
    
    .completed-stat-num {
        font-size: 2.5rem !important;
    }

    .completed-stat-text {
        font-size: 0.8rem !important;
    }

    .pe-list-view-completed {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .pe-project-card {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 1rem 0.5rem !important;
        gap: 8px !important;
        width: 100% !important;
    }
    
    .pe-project-card .pe-project-visual-square {
        margin-bottom: 4px;
        width: 48px;
        height: 48px;
    }
    
    .pe-project-card .pe-project-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .pe-project-card .pe-project-name {
        font-size: 0.95rem !important;
        line-height: 1.2;
    }
    
    .pe-project-card .pe-project-location {
        font-size: 0.8rem !important;
        margin-top: 2px !important;
    }
}
