/* Translator and Team Leader Card Styles */

.tk-translator-badge,
.tk-team-leader-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tk-translator-badge {
    background-color: #28a745;
    color: white;
}

.tk-team-leader-badge {
    background-color: #007bff;
    color: white;
}

.tk-main-section-two {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.tk-main-title-holder {
    margin-bottom: 40px;
    text-align: center;
}

.tk-maintitle h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.tk-maintitle p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0;
}

/* Card hover effects */
.tk-project-wrapper-two.tk-find-talent:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tk-main-section-two {
        padding: 40px 0;
    }

    .tk-maintitle h2 {
        font-size: 1.5rem;
    }
}
