.talentrus-profile-card {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}
.talentrus-profile-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}
.talentrus-avatar-container img.talentrus-avatar {
    border: 4px solid white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.talentrus-avatar-container img.talentrus-avatar:hover {
    transform: scale(1.05);
}
.talentrus-banner-container {
    height: 120px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
.talentrus-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.talentrus-social-icon {
    transition: transform 0.3s ease, color 0.3s ease;
}
.talentrus-social-icon:hover {
    transform: translateY(-3px);
}
.talentrus-badge {
    display: inline-block;
    padding: 4px 8px;
    margin: 0 4px 4px 0;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    background-color: #f3f4f6;
}
.talentrus-badge:hover {
    background-color: #e5e7eb;
}
.talentrus-cv-button {
    transition: all 0.3s ease;
}
.talentrus-cv-button:hover {
    transform: translateY(-2px);
}
.talentrus-info-icon {
    width: 22px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
.talentrus-dark {
    background-color: #2d3748;
    color: #f7fafc;
}
.talentrus-dark .talentrus-badge {
    background-color: #4a5568;
    color: #e2e8f0;
}
.talentrus-professional {
    background-color: #f8fafc;
    color: #334155;
    border-color: #cbd5e1 !important;
}
.talentrus-notice {
    padding: 12px;
    background-color: #fee2e2;
    color: #b91c1c;
    border-radius: 6px;
    text-align: center;
    margin: 10px 0;
    font-weight: 500;
}

.profile-header {
    background-color: #f8f9fa;
    padding: 2rem 0;
    position: relative;
}

.profile-banner {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 60px; */
}

.profile-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    bottom: -30px;
    left: 50px;
    background-color: #fff;
    overflow: hidden;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-actions {
    margin-top: 2rem;
}

.profile-section {
    padding: 2rem 0;
    border-bottom: 1px solid #dee2e6;
}

.profile-section:last-child {
    border-bottom: none;
}

.section-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #212529;
    font-weight: 600;
}

.info-item {
    margin-bottom: 1rem;
}

.info-label {
    font-weight: 600;
    color: #6c757d;
}

.skill-badge {
    background-color: #e7f1ff;
    color: #0d6efd;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 0.9rem;
}

.social-links a {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #6c757d;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #0d6efd;
}

.qualification-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.experience-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.preferences-list {
    list-style: none;
    padding-left: 0;
}

.preferences-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.preferences-list i {
    margin-right: 0.75rem;
    color: #0d6efd;
}

.star-rating .bi-star-fill,
.star-rating .bi-star-half {
    color: yellow;
}

.tag-suggestion {
    background-color: #e7f1ff;
    color: #0d6efd;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 0.9rem;
}

.btn-outline-success.btn-sm.accept-tag-input {
    background-color: #32db22;
    color: #32dd32;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 0.9rem;
}

.btn-outline-danger.btn-sm.remove-tag-input {
    background-color: #ca0f1f;
    color: #dc3545;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 0.9rem;
}