.project-section {
    margin-bottom: 2rem;
}

.section-title {
    color: #fca61f;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1rem;
}

.tech-badge {
    background-color: rgba(252, 166, 31, 0.1);
    color: #fca61f;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-block;
}

.model-list li {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.model-list li i {
    color: #fca61f;
    margin-right: 10px;
    font-size: 1.1rem;
}

.model-list li strong {
    color: #fca61f;
    font-weight: 500;
}

.service-model-content h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #fca61f;
}

.modal-body.service-model-content {
    padding: 2rem;
}

@media (max-width: 768px) {
    .tech-stack {
        flex-direction: column;
    }
    
    .tech-badge {
        width: fit-content;
    }
    
    .service-model-content h4 {
        font-size: 1.5rem;
    }
}
