.agency-individual-container {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    gap: 50px;
}

.individual-profile-header {
    display: flex;
    gap: 40px;
}

.individual-profile-header-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.individual-profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border-radius: 120px;
    border: 2px solid transparent;
    position: relative;
    margin: 0;
}

.agency-profile-page {
    border: 2px solid #A1A1AA !important;
}

.individual-profile-image.verified {
    border-color: #2DC653 !important;
}

.agency-pro-badge {
    display: grid;
    place-content: center;
    color: var(--White, #FFF);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.05px;
    border-radius: 1000px;
    background: var(--Gradient-Fuchsia-180-deg, linear-gradient(180deg, #C026D3 0%, #E879F9 100%));
    padding: 2px 8px;
}

.individual-profile-image .profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.individual-profile-image .profile-verify-icon {
    position: absolute;
    bottom: 0;
    right: 6px;
    width: 25px;
    height: 25px;
}

.profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-info h1 {
    color: #18181B;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
}

.profile-info img {
    width: 25px;
    height: 25px;
}

.profile-bio {
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.agency-services-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.agency-services-list li {
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #E4E4E7;
    color: #3F3F46;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    cursor: pointer;
}

.additional-info span {
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.additional-info img {
    width: 20px;
    height: 20px;
}

.rating-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.rating-container p {
    color: #3F3F46;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-container p img {
    width: 20px;
    height: 20px;
}

.rating-container span {
    color: var(--Blue-500, #3B82F6);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.profile-availability {
    width: fit-content;
    margin-top: 30px;
}

.individual-profile-header-right {
    display: flex;
    flex-direction: column;
    min-width: 400px;
    border-radius: 10px;
    border: 1px solid var(--Zinc-100, #F4F4F5);
    background: var(--White, #FFF);
}

.agency-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 30px 0;
}

.agency-pricing span {
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.agency-pricing p {
    color: #3F3F46;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.28px;
}

.agency-pricing p span {
    color: #71717A;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.agency-statistics {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid var(--Zinc-100, #F4F4F5);
}

.agency-statistics p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3F3F46;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.agency-statistics span {
    color: #3F3F46;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.agency-individual-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.agency-individual-tabs {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.agency-individual-tabs li {
    display: flex;
    padding: 10px 20px;
    gap: 5px;
    color: #71717A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
    cursor: pointer;
    border-radius: 10px;
}

.agency-individual-tabs li.active {
    color: #18181B;
    background: #F4F4F5;
}

.agency-profile-conttent-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.agency-overview-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
}

.agency-overview-section h2 {
    color: #18181B;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.agency-about-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.agency-about-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.agency-about-section .agency-about-title {
    color: #A1A1AA;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.agency-about-video {
    border-radius: 10px;
    width: 250px;
    height: 375px;
    background: #A1A1AA;
}

.agency-about-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.agency-about-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 5px 7.5px;
    border-radius: 5px;
}

.agency-about-social-links span {
    color: #18181B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.agency-about-social-links .arrow-icon {
    margin-left: auto;
    visibility: hidden;
}

.agency-about-social-links:hover {
    background: #FAFAFA;
}

.agency-about-social-links:hover .arrow-icon {
    visibility: visible;
}

.languages-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.languages-list li {
    color: #18181B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    background: #F4F4F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agency-additional-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.agency-additional-content .title {
    color: #18181B;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.agency-additional-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agency-additional-details p {
    color: #3F3F46;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.agency-additional-details .divider {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #E4E4E7;
}

.agency-additional-details span {
    color: #3F3F46;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.agency-additional-details .certificate-link {
    color: #3F3F46;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.agency-projects-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.agency-project-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}

.profile-image {
    width: 100%;
    height: 255px;
    border-radius: 10px;
    overflow: hidden;
    flex: 1;
    position: relative;
}

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

.agency-project-item:hover .profile-image img {
    transform: scale(1.05);
}

.project-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #71717A;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.agency-project-skills {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    margin-top: 5px;
}

.agency-project-skills li {
    display: flex;
    height: 25px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    color: #3F3F46;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    background: var(--Zinc-100, #F4F4F5);
}

.agency-rating-container {
    display: flex;
    gap: 20px;
}

.agency-rating-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 200px;
}

.agency-rating-info .rating-label {
    color: #71717A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.agency-rating-info .rating-value {
    color: #3F3F46;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.36px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.agency-rating-info .rating-value img {
    width: 40px;
    height: 40px;
}

.agency-rating-info .rating-reviews {
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.agency-rating-info .rating-reviews span {
    color: #3F3F46;
    font-weight: 500;
    margin-top: -5px;
}

.agency-review-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.agency-review-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviewer-info {
    display: flex;
    gap: 10px;
}

.reviewer-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer-details {
    display: flex;
    flex-direction: column;
}

.reviewer-details p {
    color: #3F3F46;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.reviewer-details span {
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.review-rating {
    display: flex;
    align-items: center;
}

.review-text {
    color: #3F3F46;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.agency-services-list {
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;

}

.agency-services-list li {
    color: #3F3F46;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    border-radius: 5px;
    background: #F4F4F5;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: auto;
}

.section-error-container img {
    width: 150px;
    height: 150px;
}

.section-error-container span {
    color: #A1A1AA;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.agency-rating-percentage {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.agency-rating-percentage .rating-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-bar span {
    color: var(--Zinc-700, #3F3F46);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.progress-wrapper {
    flex: 1;
    height: 5px;
    background: #F4F4F5;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 160px;
}

.progress-bar {
    height: 100%;
    background: #333;
    width: 60%;
}

.mobile-stats-container {
    display: none;
}

#tab-stats {
    display: none;
}

.agency-profile-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agency-website-section {
    display: flex;
    align-items: center;
    gap: 5px;
}

.agency-website-section img {
    width: 15px;
    height: 15px;
}

.agency-website-section span {
    color: #18181B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.mobile-responsive-profile-info {
    display: flex;
    gap: 60px;
    margin-top: 30px;
}

.rating-content-mobile {
    display: flex;
    flex-direction: column;
}

.rating-content-mobile span {
    color: #71717A;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
}

.rating-content-mobile a {
    color: var(--Blue-500, #3B82F6);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.rating-content-mobile p {
    color: #3F3F46;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.rating-stars-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-stars-section img {
    width: 20px;
    height: 20px;
}

.rating-images {
    display: flex;
    align-items: center;
    gap: 5px;
}


.agency-contact-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.agency-contact-section p {
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.agency-contact-section span {
    color: #3F3F46;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.social-links-list {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 10px;
}

.social-links-list a img {
    width: 16px;
    height: 16px;
}

.tooltip-container {
    display: flex !important;
}

/* Tooltip text */
.agency-tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 110px;
    background-color: #131313;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    border-radius: 4px;
    padding: 10px 16px;
    position: absolute;
    bottom: -5%;
    left: 145%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    z-index: 10;
}

/* Arrow */
.agency-tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent #111 transparent transparent;
}

.agency-profile-page:hover .agency-tooltip-text {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 680px) {
    .individual-profile-header-left {
        gap: 15px;
    }

    .individual-profile-header-right {
        display: none;
    }

    .agency-individual-container {
        padding: 20px;
        gap: 80px;
    }

    .individual-profile-image {
        width: 100px;
        height: 100px;
    }

    .profile-info h1 {
        font-size: 24px;
        line-height: 35px;
        max-width: 240px;
    }

    .agency-pro-badge {
        font-size: 10px;
        padding: 1px 5px;
    }

    .profile-bio {
        font-size: 14px;
        line-height: 20px;
        margin-top: -12px;
    }

    .agency-services-list li {
        font-size: 14px;
        line-height: 20px;
    }

    .profile-availability {
        margin-top: 5px;
    }

    .agency-individual-tabs {
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
        scrollbar-width: none;
    }

    .agency-profile-conttent-container {
        gap: 20px;
    }

    .agency-about-content {
        flex-direction: column;
        width: 100%;
    }

    .agency-overview-section {
        padding: 20px;
        gap: 20px;
    }

    .agency-overview-section h2 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.032px;
    }

    .agency-about-title {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .agency-about-video {
        width: 100%;
    }

    .agency-about-section {
        width: 100%;
    }

    .agency-additional-content .title {
        font-size: 16px;
        line-height: 20px;
    }

    .agency-additional-details p {
        font-size: 12px;
        line-height: 15px;
    }

    .agency-additional-details span {
        font-size: 12px;
        line-height: 15px;
    }

    .agency-additional-details .certificate-link {
        font-size: 12px;
        line-height: 15px;
    }

    .agency-projects-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .agency-project-skills li {
        font-size: 12px;
        line-height: 15px;
    }

    .project-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        align-self: stretch;
        font-size: 12px;
        line-height: 15px;
    }

    .individual-profile-statistics {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        border: 1px solid #F4F4F5;
        background: #FFF;
    }

    .agency-rating-container {
        flex-direction: column;
        gap: 30px;
    }

    .agency-rating-info .rating-label {
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
    }

    #tab-stats {
        display: flex;
    }

    .profile-availability {
        font-size: 12px !important;
        line-height: 15px !important;
        padding: 7.5px !important;
    }

    .agency-rating-info .rating-value {
        font-size: 28px;
        font-weight: 600;
        line-height: 40px;
    }

    .agency-rating-info .rating-value img {
        width: 30px;
        height: 30px;
    }

    .agency-services-list li {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.06px;
    }

    .rating-content-mobile p {
        font-size: 22px;
        line-height: 30px;
    }

    .rating-stars-section img {
        width: 18px;
        height: 18px;
    }

    .rating-images {
        display: flex;
        align-items: center;
        gap: 3px;
    }

    .agency-services-list li {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 10px;

    }

    .agency-contact-section p {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.06px;
    }

    .agency-contact-section span {
        font-size: 14px;
        line-height: 20px;
    }
}