.site-section {
    padding: 80px 0;
}

.section-title {
    font-weight: 500;
    margin-bottom: 1rem;
    color: #1a2b48;
}

/* === CLEAN REFERENCES HERO === */
.clean-references-hero {
    background: linear-gradient(135deg, #1a2b48, #2c4a85);
    padding: 6rem 0;
    color: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.clean-references-hero .hero-content {
    position: relative;
}

/* Project Badge */
.clean-references-hero .project-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(197, 154, 109, 0.3);
    border-radius: 25px;
    padding: 0.6rem 1.2rem;
    margin-bottom: 2rem;
    color: #c59a6d;
    font-size: 0.9rem;
    font-weight: 600;
}

.clean-references-hero .project-badge i {
    font-size: 1rem;
}

/* Hero Title */
.clean-references-hero .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: white;
}

.clean-references-hero .title-accent {
    color: #c59a6d;
    display: block;
}

/* Hero Description */
.clean-references-hero .hero-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 90%;
}

/* Project Stats */
.clean-references-hero .project-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.clean-references-hero .stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 1.5rem 1rem;
    min-width: 140px;
    max-width: 160px;
    flex: 1;
    transition: all 0.3s ease;
}

.clean-references-hero .stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    border-color: #c59a6d;
}

.clean-references-hero .stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #c59a6d;
    display: block;
    margin-bottom: 0.5rem;
}

.clean-references-hero .stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Hero Actions */
.clean-references-hero .hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.clean-references-hero .btn-primary-hero,
.clean-references-hero .btn-secondary-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.clean-references-hero .btn-primary-hero {
    background: #c59a6d;
    color: #1a2b48;
}

.clean-references-hero .btn-primary-hero:hover {
    background: #d4a574;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(197, 154, 109, 0.4);
    color: #1a2b48;
    text-decoration: none;
}

.clean-references-hero .btn-secondary-hero {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.clean-references-hero .btn-secondary-hero:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #c59a6d;
    color: #c59a6d;
    transform: translateY(-3px);
    text-decoration: none;
}

/* Projects Showcase */
.clean-references-hero .hero-visual {
    position: relative;
}

.clean-references-hero .projects-showcase {
    position: relative;
}

.clean-references-hero .showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.clean-references-hero .project-category-card {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.clean-references-hero .project-category-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: #c59a6d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.clean-references-hero .category-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #c59a6d, #d4a574);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: #1a2b48;
}

.clean-references-hero .category-content h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.clean-references-hero .category-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.clean-references-hero .project-count {
    background: rgba(197, 154, 109, 0.2);
    border: 1px solid rgba(197, 154, 109, 0.3);
    border-radius: 20px;
    padding: 0.5rem 1rem;
    color: #c59a6d;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
}

/* Quality Indicators */
.clean-references-hero .quality-indicators {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.clean-references-hero .quality-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 0.8rem 1rem;
    color: #1a2b48;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.clean-references-hero .quality-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.clean-references-hero .quality-badge i {
    font-size: 1rem;
    color: #c59a6d;
}

.filter-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    background: white;
    padding: 0.5rem;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.filter-buttons .btn {
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border: none;
    background: transparent;
    color: #666;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.filter-buttons .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(26, 43, 72, 0.1), transparent);
    transition: left 0.4s ease;
}

.filter-buttons .btn:hover::before {
    left: 100%;
}

.filter-buttons .btn:hover {
    color: #1a2b48;
    transform: translateY(-2px);
}

.filter-buttons .btn.active {
    background: linear-gradient(135deg, #1a2b48 0%, #2c4975 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(26, 43, 72, 0.3);
    transform: scale(1.05);
}

.filter-buttons .btn.active::before {
    display: none;
}

/* Modern Project Card Design */
.modern-project-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.modern-project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1a2b48, #2c4a85);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.modern-project-card:hover::before {
    transform: scaleX(1);
}

.modern-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border-color: #1a2b48;
}

/* Project Image Section */
.project-image-section {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.project-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.modern-project-card:hover .project-image-section img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.project-category-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.project-category-badge.konut {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.9), rgba(32, 201, 151, 0.9));
}

.project-category-badge.ticari {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.9), rgba(102, 16, 242, 0.9));
}

.project-category-badge i {
    font-size: 0.9rem;
}

/* Project Card Content */
.project-card-content {
    padding: 2rem;
}

.project-title {
    color: #1a2b48;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.modern-project-card:hover .project-title {
    color: #c59a6d;
}

.project-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.85rem;
    flex: 1;
}

.meta-item i {
    color: #c59a6d;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.modern-detail-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #1a2b48, #2c4a85);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.modern-detail-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.modern-detail-btn:hover::before {
    left: 100%;
}

.modern-detail-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 43, 72, 0.3);
    text-decoration: none;
    color: white;
    background: linear-gradient(135deg, #c59a6d, #d4a574);
}

.modern-detail-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.modern-detail-btn:hover i {
    transform: translateX(3px);
}

/* Customer Cards */
.customer-card {
    padding: 2rem 1rem;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    background: white;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.customer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: #c59a6d;
}

.customer-card img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    margin-bottom: 1rem;
}

.customer-card:hover img {
    filter: grayscale(0%);
}

.customer-card h6 {
    color: #333;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.cta-section {
    background: linear-gradient(135deg, #1a2b48 0%, #0f1a2e 100%);
}

#projectGrid {
    transition: min-height 0.3s ease;
    position: relative;
}

.project-item {
    transition: all 0.3s ease;
    opacity: 1;
    transform: scale(1);
    display: block;
}

.project-item.hidden {
    opacity: 0;
    transform: scale(0.8);
    display: none !important;
    pointer-events: none;
}

.project-item.show-animation {
    animation: showItem 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: relative;
    display: block !important;
    opacity: 1;
    transform: scale(1);
}

@keyframes showItem {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(15px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}



/* Mobile Responsive */
@media (max-width: 992px) {
    .clean-references-hero {
        min-height: auto;
        padding: 4rem 0;
    }
    
    .clean-references-hero .hero-title {
        font-size: 3rem;
    }
    
    .clean-references-hero .hero-description {
        font-size: 1.1rem;
        max-width: 100%;
    }
    
    .clean-references-hero .project-stats {
        justify-content: center;
        gap: 1.5rem;
    }
    
    .clean-references-hero .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .clean-references-hero .btn-primary-hero,
    .clean-references-hero .btn-secondary-hero {
        justify-content: center;
    }
    
    .clean-references-hero .showcase-grid {
        gap: 1rem;
    }
    
    .clean-references-hero .project-category-card {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 768px) {
    .clean-references-hero {
        padding: 3rem 0;
        min-height: auto;
    }
    
    .clean-references-hero .hero-content {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .clean-references-hero .hero-title {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .clean-references-hero .hero-description {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    
    .clean-references-hero .project-stats {
        gap: 0.8rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .clean-references-hero .stat-item {
        min-width: 120px;
        padding: 1.2rem 1rem;
        flex: 1;
        max-width: 150px;
        margin: 0.3rem;
    }
    
    .clean-references-hero .stat-number {
        font-size: 1.8rem;
        margin-bottom: 0.4rem;
    }
    
    .clean-references-hero .stat-label {
        font-size: 0.85rem;
        line-height: 1.3;
    }
    
    .clean-references-hero .hero-actions {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .clean-references-hero .btn-primary-hero,
    .clean-references-hero .btn-secondary-hero {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .clean-references-hero .showcase-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .clean-references-hero .project-category-card {
        padding: 1.2rem 1rem;
        min-width: 120px;
        max-width: 150px;
        margin: 0.3rem;
    }
    
    .clean-references-hero .category-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .clean-references-hero .category-content h4 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .clean-references-hero .category-content p {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    .clean-references-hero .project-count {
        font-size: 0.8rem;
    }
    
    .clean-references-hero .quality-indicators {
        gap: 0.4rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .clean-references-hero .quality-badge {
        padding: 0.5rem 0.7rem;
        font-size: 0.75rem;
        flex-shrink: 0;
    }
    
    .clean-references-hero .quality-badge i {
        font-size: 0.9rem;
    }
    
    .filter-buttons {
        gap: 0.4rem;
        padding: 0.6rem;
        border-radius: 20px;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        border: 1px solid #dee2e6;
        max-width: 350px;
        margin: 0 auto;
    }
    
    .filter-buttons .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
        font-weight: 600;
        border-radius: 15px;
        background: white;
        color: #495057;
        border: 2px solid transparent;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .filter-buttons .btn.active {
        background: linear-gradient(135deg, #1a2b48 0%, #2c4975 100%);
        color: white;
        border-color: #1a2b48;
        box-shadow: 0 4px 15px rgba(26, 43, 72, 0.3);
        transform: scale(1.05);
    }
    
    .filter-buttons .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        border-color: #1a2b48;
        color: #1a2b48;
    }
    


    .project-item.show-animation {
        animation-duration: 0.3s;
        display: block !important;
        opacity: 1;
        transform: scale(1);
    }
    

    
    /* Mobile project detail button */
    .modern-detail-btn {
        padding: 0.8rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .modern-detail-btn i {
        font-size: 0.85rem;
    }
}



@media (max-width: 576px) {
    .clean-references-hero {
        padding: 2.5rem 0;
    }
    
    .clean-references-hero .hero-content {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .clean-references-hero .hero-title {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 0.8rem;
    }
    
    .clean-references-hero .project-badge {
        margin-bottom: 1.2rem;
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
    
    .clean-references-hero .hero-description {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    
    .clean-references-hero .project-stats {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
        margin-bottom: 1.5rem;
    }
    
    .clean-references-hero .stat-item {
        width: 100%;
        max-width: 280px;
        padding: 1rem 0.8rem;
        margin: 0.5rem auto;
    }
    
    .clean-references-hero .stat-number {
        font-size: 1.6rem;
        margin-bottom: 0.3rem;
    }
    
    .clean-references-hero .stat-label {
        font-size: 0.8rem;
        line-height: 1.2;
    }
    
    .clean-references-hero .hero-actions {
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
    }
    
    .clean-references-hero .btn-primary-hero,
    .clean-references-hero .btn-secondary-hero {
        width: 100%;
        max-width: 250px;
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .clean-references-hero .showcase-grid {
        gap: 0.8rem;
    }
    
    .clean-references-hero .project-category-card {
        padding: 1rem 0.8rem;
        width: 100%;
        max-width: 280px;
        margin: 0.5rem auto;
    }
    
    .clean-references-hero .category-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .clean-references-hero .category-content h4 {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
    
    .clean-references-hero .category-content p {
        font-size: 0.8rem;
        margin-bottom: 0.4rem;
    }
    
    .clean-references-hero .project-count {
        font-size: 0.75rem;
    }
    
    .clean-references-hero .quality-indicators {
        gap: 0.3rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .clean-references-hero .quality-badge {
        padding: 0.4rem 0.6rem;
        font-size: 0.65rem;
        flex-shrink: 0;
    }
    
    .clean-references-hero .quality-badge i {
        font-size: 0.8rem;
    }
    
    .filter-buttons {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0.8rem;
        gap: 0.5rem;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        border: 1px solid #dee2e6;
        margin: 0 auto;
        max-width: 300px;
    }
    
    .filter-buttons .btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
        font-weight: 600;
        min-width: 80px;
        border-radius: 12px;
        background: white;
        color: #495057;
        border: 2px solid transparent;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .filter-buttons .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        border-color: #1a2b48;
        color: #1a2b48;
    }
    
    .filter-buttons .btn.active {
        background: linear-gradient(135deg, #1a2b48 0%, #2c4975 100%);
        color: white;
        border-color: #1a2b48;
        box-shadow: 0 4px 15px rgba(26, 43, 72, 0.3);
        transform: scale(1.05);
    }

    .project-item.show-animation {
        animation-duration: 0.3s;
        display: block !important;
        opacity: 1;
        transform: scale(1);
    }
}



/* === PROJECT DETAIL STYLES === */

/* Project Detail Hero */
.project-detail-hero {
    background: linear-gradient(135deg, #1a2b48, #2c4a85);
    padding: 4rem 0;
    color: white;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.project-detail-content {
    position: relative;
}

.project-detail-hero .project-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(197, 154, 109, 0.3);
    border-radius: 25px;
    padding: 0.6rem 1.2rem;
    margin-bottom: 2rem;
    color: #c59a6d;
    font-size: 0.9rem;
    font-weight: 600;
}

.project-detail-hero .project-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: white;
}

.project-detail-hero .project-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 90%;
}

.project-detail-hero .project-stats {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.project-detail-hero .stat-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    width: 280px;
    height: 100px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.project-detail-hero .stat-item:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-5px);
    border-color: #c59a6d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.project-detail-hero .stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1a2b48, #2c4a85);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: white;
    box-shadow: 0 4px 15px rgba(26, 43, 72, 0.3);
    transition: all 0.3s ease;
}

.project-detail-hero .stat-item:hover .stat-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(26, 43, 72, 0.4);
}

.project-detail-hero .stat-content {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.project-detail-hero .stat-label {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.project-detail-hero .stat-value {
    font-size: 1.1rem;
    color: #1a2b48;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.project-hero-image {
    text-align: center;
}

.project-hero-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Project Features */
.project-features {
    margin-bottom: 3rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-color: #1a2b48;
    background: white;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(26, 43, 72, 0.3);
    background: linear-gradient(135deg, #1a2b48, #2c4a85);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1a2b48, #2c4a85);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(26, 43, 72, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.feature-item:hover .feature-icon::before {
    left: 100%;
}

.feature-text {
    font-weight: 600;
    color: #1a2b48;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    text-align: center;
    flex: 1;
}

.feature-item:hover .feature-text {
    color: #1a2b48;
}

/* Project Info Card */
.project-info-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.project-info-card .card-title {
    color: #1a2b48;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: 500;
    color: #666;
    font-size: 0.9rem;
}

.info-value {
    font-weight: 600;
    color: #1a2b48;
    text-align: right;
    font-size: 0.9rem;
}

/* Project Gallery */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1a2b48 0%, #0f1a2e 100%);
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    margin: 0;
    flex-shrink: 0;
}

.cta-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}






/* Tablet Responsive for Project Detail */
@media (max-width: 992px) and (min-width: 769px) {
    .project-hero-image img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

/* Mobile Responsive for Project Detail */
@media (max-width: 768px) {
    .project-detail-hero {
        padding: 3rem 0;
        min-height: auto;
    }
    
    .project-detail-hero .row {
        flex-direction: column-reverse;
    }
    
    .project-detail-content {
        text-align: center;
        margin-top: 2rem;
    }
    
    .project-detail-hero .project-badge {
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    
    .project-detail-hero .project-title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .project-detail-hero .project-description {
        font-size: 1.1rem;
        margin-bottom: 2rem;
        max-width: 100%;
        line-height: 1.5;
    }
    
    .project-detail-hero .project-stats {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .project-detail-hero .stat-item {
        width: 100%;
        max-width: 300px;
        padding: 1.2rem;
    }
    
    .project-detail-hero .stat-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .project-detail-hero .stat-label {
        font-size: 0.8rem;
    }
    
    .project-detail-hero .stat-value {
        font-size: 1rem;
    }
    
    .project-hero-image {
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .project-hero-image img {
        border-radius: 12px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    
    /* Project Features Mobile */
    .project-features {
        margin-bottom: 2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        justify-items: center;
    }
    
    .feature-item {
        padding: 1.2rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
        max-width: 300px;
        width: 100%;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0;
    }
    
    .feature-text {
        font-size: 1rem;
        line-height: 1.4;
        text-align: center;
    }
    
    /* Project Info Card Mobile */
    .project-info-card {
        margin-top: 2rem;
        padding: 1.5rem;
    }
    
    .project-info-card .card-title {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .info-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        gap: 1rem;
        padding: 1rem;
    }
    
    .info-label {
        font-size: 0.8rem;
        color: #666;
        flex-shrink: 0;
    }
    
    .info-value {
        font-size: 1rem;
        font-weight: 600;
        text-align: right;
    }
    
    /* CTA Section Mobile */
    .cta-section {
        padding: 3rem 0;
    }
    
    .cta-section h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .cta-section .lead {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .project-detail-hero {
        padding: 2rem 0;
    }
    
    .project-detail-hero .row {
        flex-direction: column-reverse;
    }
    
    .project-detail-content {
        text-align: center;
        margin-top: 1.5rem;
    }
    
    .project-detail-hero .project-badge {
        justify-content: center;
        margin-bottom: 1rem;
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
    
    .project-detail-hero .project-title {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 0.8rem;
    }
    
    .project-detail-hero .project-description {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    
    .project-detail-hero .project-stats {
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
    }
    
    .project-detail-hero .stat-item {
        width: 100%;
        max-width: 250px;
        padding: 0.8rem;
    }
    
    .project-detail-hero .stat-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .project-detail-hero .stat-label {
        font-size: 0.7rem;
    }
    
    .project-detail-hero .stat-value {
        font-size: 0.9rem;
    }
    
    .project-hero-image {
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .project-hero-image img {
        border-radius: 8px;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    /* Project Features Small Mobile */
    .project-features {
        margin-bottom: 2rem;
    }
    
    .section-title {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        justify-items: center;
    }
    
    .feature-item {
        padding: 0.8rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 0.6rem;
        max-width: 280px;
        width: 100%;
    }
    
    .feature-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        margin: 0;
    }
    
    .feature-text {
        font-size: 0.9rem;
        text-align: center;
    }
    
    /* Project Info Card Small Mobile */
    .project-info-card {
        margin-top: 2rem;
        padding: 1.5rem;
    }
    
    .project-info-card .card-title {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .info-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        gap: 0.8rem;
        padding: 0.8rem;
    }
    
    .info-label {
        font-size: 0.75rem;
        color: #666;
        flex-shrink: 0;
    }
    
    .info-value {
        font-size: 0.9rem;
        font-weight: 600;
        text-align: right;
    }
    
    /* Gallery Small Mobile */
    .gallery-item {
        margin-bottom: 1rem;
    }
    
    .gallery-item img {
        border-radius: 8px;
    }
    
    /* CTA Section Small Mobile */
    .cta-section {
        padding: 2rem 0;
    }
    
    .cta-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .cta-section .lead {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 250px;
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
        margin: 0;
    }
}