@charset "UTF-8";
/*!
 * Freelance Nova HTML Template CSS Theme
 * Copyright 2012-2024 Abdullah.Ramadan
 * Copyright 2020-2024 Phenix Themes.
 * ====> Table of Content <======
 * ==> Default Theme
 * ====> Colors Schema
 * ====> Custom Colors
 * ====> Custom Shadows
 * ====> Custom Components
*/

/*====> Colors Schema <====*/
:root {
    /*===> Fonts Families <===*/
    --primary-font: 'Poppins', 'Roboto', sans-serif;
    --secondary-font: 'Roboto', sans-serif;

    /*==== Global Props ====*/
    --body-bg: #FFFFFF;
    --links-color: var(--primary-color);
    --typography-color: #111111;

    /*==== Components ====*/
    --component-bg-lvl-1: #FFFFFF;
    --component-bg-lvl-2: #F2F2F2;
    --component-bg-lvl-3: #F5F5F5;
    --component-tx-lvl-1: var(--dark-color);
    --component-tx-lvl-2: var(--gray-color);
    --component-tx-lvl-3: var(--dark-light);

    /*==== Primary Color ====*/
    --primary-color: #04A28A;
    --primary-hover: #046657;
    --primary-dark: #001714;
    --primary-reverse: #FFFFFF;
    --primary-offwhite: #E3F7F7;
    --offwhite-border: #C7E4E0;

    /*==== Secondary Color ====*/
    --secondary-color: #1295D4;
    --secondary-hover: #0084c2;
    --secondary-dark: #000b10;
    --secondary-reverse: #FFFFFF;
    --secondary-offwhite: #e1f6ff;

    /*=== Assets Colors ====*/
    --info-color: #816CF3;
    --gray-color: #868e96;
    --dark-color: #040606;
    --success-color: #22B567;
    --danger-color: #DE3131;
    --warning-color: #FAD934;
    --disable-color: #ebebeb;

    /*=== Assets Offwhite ====*/
    --info-light: #CECCF9;
    --gray-light: #d9dde1;
    --dark-light: #343a40;
    --success-light: #C1EED9;
    --danger-light: #fbbbbb;
    --warning-light: #FFE875;

    /*==== Gradients ====*/
    --primary-gradient: var(--primary-color), var(--primary-hover);
    --secondary-gradient: var(--secondary-color), var(--secondary-hover);
    --success-gradient: #22B567, #00A186;
    --warning-gradient: #FAD934, #F49D1A;
    --danger-gradient: #FD875B, #F9515A, #F96AAC;
    --water-gradient: #00C4FF, #1A69F4;
    --ice-gradient: #54AEFC, #3289E9, #5848D2;
    --fire-gradient: #FFD500, #FAA10B, #F4291A;
    --purple-gradient: #8772F7, #5F48DD;

    /*==== Custom Props ====*/
    --footer-gradient: #f6f6f6, #FFFFFF;
    --input-gradient: #f1f1f1, #FFFFFF;
    --blue-offwhite: #A8CDFD;
    --blue-color: #3289E9;

    /*==== Mixed Gradients ====*/
    --primary-secondary: var(--primary-color), var(--secondary-color);
    --primary-secondary-hover: var(--primary-color), var(--secondary-hover);
    --primary-purple: var(--primary-color), #5848D2;
    --blue-white: #e9f1ff, #FFFFFF;

    /*==== Extra Colors ====*/
    --blue-color: #3289E9;
    --blue-offwhite: #A8CDFD;
    --silver-gradient: #f1f1f1, #FFFFFF;
    --silver-gradient-2nd: #f6f6f6, #FFFFFF;
}

/*==== Colors ====*/
.color-blue {
    color: var(--blue-color);
}

/*==== Backgrounds ====*/
.bg-blue {
    background-color: var(--blue-color);
}

.bg-gray-lighter {
    background-color: #F9F9F9;
}

.bg-offwhite-blue {
    background-color: #E1E9F7;
}

.bg-offwhite-blue-lighter {
    background-color: #F4F7FA;
}

/*==== Gradients ====*/
.bg-grade-input {
    background-image: linear-gradient(var(--gradient-rotation), var(--input-gradient));
}

.bg-grade-footer {
    background-image: linear-gradient(var(--gradient-rotation), var(--footer-gradient));
}

/*====> Form Controls <====*/
.form-control {
    --border-color: rgba(0, 0, 0, 0.15);
}

/*===> Breadcrumb Seperator <===*/
.px-breadcrumb.custom-icon {
    --divider-icon: "\f061";
}

.px-breadcrumb.custom-icon::after {
    font-family: var(--fa-style-family);
}

/*===> Checklist <===*/
.check-list li::before {
    content: "\f00c";
}

/*====> Main Header <====*/
/* Scrolled / Sticky Header Outer Container Size */
.main-header.px-header-sticky,
.main-header.px-header-fixed,
.main-header.is-sticky,
.main-header.px-sticky,
.main-header[class*="sticky"],
.main-header[class*="fixed"],
.main-header.px-header-active {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    transition: all 0.3s ease-in-out;
}

/* Keep sticky header on a single clean row on mobile */
.main-header>.container-xl {
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.main-header .logo,
.main-header .action-btns {
    display: flex !important;
    align-items: center !important;
}

@media (max-width: 768px) {
    .main-header .logo img {
        max-height: 30px !important;
        width: auto !important;
    }

    .main-header .action-btns .btn {
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 11px !important;
    }

    /* Pushes internal contents down ONLY in mobile view for scrolled/sticky header */
    .main-header[class*="sticky"] .logo,
    .main-header[class*="sticky"] .action-btns,
    .main-header[class*="fixed"] .logo,
    .main-header[class*="fixed"] .action-btns,
    .main-header.is-sticky .logo,
    .main-header.is-sticky .action-btns,
    .main-header.px-header-sticky .logo,
    .main-header.px-header-sticky .action-btns {
        margin-top: 8px !important;
    }
}

/* Fix for Mobile S (small screen sizes <= 576px) to match Image 2 single-line layout */
@media (max-width: 576px) {
    .main-header>.container-xl {
        padding-left: 6px !important;
        padding-right: 6px !important;
        flex-wrap: nowrap !important;
    }

    .main-header .action-btns {
        flex-wrap: nowrap !important;
    }

    .main-header[class*="sticky"] .logo img,
    .main-header.is-sticky .logo img,
    .main-header.px-header-sticky .logo img {
        max-height: 25px !important;
        width: auto !important;
    }

    .main-header .action-btns .btn {
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 11px !important;
    }

    .main-header .action-btns .me-10 {
        margin-right: 4px !important;
    }
}




/* Header at top inside hero section -> Transparent & Balanced Spacing */
#header-holder .main-header:not(.px-header-sticky):not(.is-sticky):not(.px-sticky) {
    background: transparent !important;
    background-color: transparent !important;
    padding-top: 16px !important;
    padding-bottom: 2px !important;
}

@media (max-width: 768px) {
    #header-holder .main-header:not(.px-header-sticky):not(.is-sticky):not(.px-sticky) .logo img {
        height: 54px !important;
        max-height: 56px !important;
        width: auto !important;
    }
}






/*====> Main Footer <====*/
.main-footer,
.main-footer.bg-white,
.main-footer.bg-grade-footer {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
}

/* ==========================================================================
   Upwork Authentication & Interface Theme Styles
   ========================================================================== */
:root {
    --upwork-green: #14a800;
    --upwork-green-hover: #108a00;
    --upwork-green-light: #e4f5e8;
    --upwork-dark: #001e00;
    --upwork-gray-border: #e4e6eb;
    --upwork-bg-light: #f9f9f9;
}

.bg-upwork-light {
    background-color: var(--upwork-bg-light) !important;
}

.upwork-auth-container {
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background-color: #f9fdfa;
}

.upwork-auth-card {
    background: #ffffff;
    border: 1px solid var(--upwork-gray-border);
    border-radius: 16px;
    padding: 44px 40px;
    width: 100%;
    max-width: 540px;
    box-shadow: 0 10px 35px rgba(0, 30, 0, 0.04);
}

.upwork-auth-card.wide {
    max-width: 760px;
}

.upwork-title {
    color: var(--upwork-dark);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.upwork-subtitle {
    color: #5e6d55;
    font-size: 15px;
}

/* Upwork Role Selection Cards */
.upwork-role-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 28px 0;
}

@media (max-width: 640px) {
    .upwork-role-grid {
        grid-template-columns: 1fr;
    }
}

.upwork-role-card {
    border: 2px solid var(--upwork-gray-border);
    border-radius: 14px;
    padding: 24px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease-in-out;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}

.upwork-role-card:hover {
    border-color: #04A28A;
    background: linear-gradient(135deg, rgba(4, 162, 138, 0.04) 0%, rgba(18, 149, 212, 0.06) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(4, 162, 138, 0.08);
}

.upwork-role-card.selected {
    border: 2px solid transparent !important;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, #04A28A 0%, #1295D4 100%) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    box-shadow: 0 8px 24px rgba(4, 162, 138, 0.2) !important;
}

.upwork-role-card.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(4, 162, 138, 0.08) 0%, rgba(18, 149, 212, 0.12) 100%);
    pointer-events: none;
}

.upwork-role-card .radio-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #b0b8ac;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 2;
}

.upwork-role-card.selected .radio-badge {
    border-color: transparent !important;
    background: linear-gradient(135deg, #04A28A 0%, #1295D4 100%) !important;
    box-shadow: 0 3px 8px rgba(4, 162, 138, 0.3);
}

.upwork-role-card.selected .radio-badge::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.upwork-role-icon {
    font-size: 34px;
    color: var(--upwork-dark);
    margin-bottom: 12px;
    transition: color 0.2s ease;
    position: relative;
    z-index: 2;
}

.upwork-role-card.selected .upwork-role-icon {
    color: #04A28A !important;
}

.upwork-role-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--upwork-dark);
    margin-bottom: 6px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

/* Upwork Custom Buttons */
.btn-upwork {
    background: linear-gradient(135deg, #04A28A 0%, #1295D4 100%) !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 14px rgba(4, 162, 138, 0.25) !important;
    text-decoration: none !important;
}

.btn-upwork.upwork-full-btn {
    width: 100% !important;
    display: flex !important;
}

.btn-upwork:hover {
    background: linear-gradient(135deg, #038672 0%, #0e7db3 100%) !important;
    box-shadow: 0 6px 18px rgba(4, 162, 138, 0.35) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.upwork-social-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.btn-upwork-social {
    background-color: #ffffff !important;
    color: #001e00 !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 30px !important;
    padding: 11px 20px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 12px !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
}

.btn-upwork-social:last-child {
    margin-bottom: 0 !important;
}

.btn-upwork-social:hover {
    border-color: var(--upwork-dark) !important;
    background-color: #f9f9f9 !important;
}

.btn-upwork-social img,
.btn-upwork-social i {
    width: 20px;
    height: 20px;
    font-size: 18px;
}

/* Upwork Form Controls */
.upwork-form-group {
    margin-bottom: 20px;
    position: relative;
}

.upwork-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--upwork-dark);
    margin-bottom: 6px;
}

.upwork-input {
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    border: 1.5px solid var(--upwork-gray-border);
    border-radius: 8px;
    font-size: 15px;
    color: #111111;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.upwork-input:focus {
    outline: none;
    border-color: var(--upwork-green);
    box-shadow: 0 0 0 3px rgba(20, 168, 0, 0.12);
}

.upwork-input-icon {
    position: absolute;
    right: 14px;
    top: 38px;
    color: #717171;
    cursor: pointer;
}

/* Password Strength Indicator */
.pw-strength-meter {
    height: 4px;
    background: transparent;
    border-radius: 2px;
    margin-top: 8px;
    overflow: hidden;
    display: flex;
    gap: 4px;
    transition: all 0.2s ease;
}

.pw-strength-bar {
    height: 100%;
    flex: 1;
    background: transparent;
    transition: background 0.3s ease;
}

.pw-strength-bar.weak {
    background: #de3131;
}

.pw-strength-bar.medium {
    background: #fad934;
}

.pw-strength-bar.strong {
    background: #04A28A;
}

/* Upwork Searchable Country Select */
.upwork-searchable-container {
    position: relative;
}

.upwork-searchable-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 260px;
    background: #ffffff;
    border: 1.5px solid #04A28A;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    z-index: 100;
    margin-top: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.upwork-searchable-dropdown.hidden {
    display: none !important;
}

.upwork-country-search-input {
    width: 100%;
    padding: 10px 14px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    outline: none;
    background: #f9f9f9;
}

.upwork-country-options-list {
    max-height: 210px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.upwork-country-option {
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s ease;
    color: #111111;
}

.upwork-country-option:hover,
.upwork-country-option.selected {
    background-color: #e4f5e8;
    color: #04A28A;
    font-weight: 600;
}

.upwork-divider::before,
.upwork-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e0e0e0;
}

.upwork-divider span {
    padding: 0 14px;
}

/* Upwork Checkbox */
.upwork-checkbox-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    font-size: 14px !important;
    color: #444444 !important;
    cursor: pointer !important;
    line-height: 1.4 !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.upwork-checkbox-label input[type="checkbox"] {
    accent-color: var(--upwork-green) !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin: 0 !important;
    cursor: pointer !important;
    border-radius: 4px !important;
}

.upwork-checkbox-label span {
    flex: initial !important;
    width: auto !important;
    text-align: left !important;
}

/* OTP digit boxes */
.otp-inputs-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 24px 0;
}

.otp-box {
    width: 48px;
    height: 56px;
    border: 2px solid var(--upwork-gray-border);
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--upwork-dark);
    transition: all 0.2s ease;
}

.otp-box:focus {
    outline: none;
    border-color: var(--upwork-green);
    box-shadow: 0 0 0 3px rgba(20, 168, 0, 0.15);
}

/* Upwork Social OAuth Interactive Modal */
.oauth-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 30, 0, 0.45);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.oauth-modal-card {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 440px;
    padding: 32px 28px;
    box-shadow: 0 20px 50px rgba(0, 30, 0, 0.2);
    position: relative;
}

.oauth-account-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 12px;
}

.oauth-account-item:hover {
    background-color: #f6fbf7;
    border-color: var(--upwork-green);
}

/* Full-Width Infinite Scrolling Categories Marquee Ticker */
.categories-ticker-section {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #04A28A 0%, #1295D4 100%);
    padding: 14px 0;
    margin-top: 65px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(4, 162, 138, 0.15);
    white-space: nowrap;
    position: relative;
    user-select: none;
}

.categories-ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    animation: tickerScroll 32s linear infinite;
    white-space: nowrap;
    will-change: transform;
}

.categories-ticker-section:hover .categories-ticker-track {
    animation-play-state: paused;
}

.categories-ticker-item {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.categories-ticker-item:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.categories-ticker-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.55);
    display: inline-block;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Upwork Exact Hero Capsule Search Component */
.upwork-exact-search-wrapper {
    width: 100%;
    max-width: 740px;
    margin-top: 10px;
    margin-left: 0;
}

.upwork-exact-toggle-bar {
    display: flex;
    width: 100%;
    max-width: 440px;
    background: rgba(15, 25, 22, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 4px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.upwork-exact-tab-btn {
    flex: 1;
    padding: 11px 24px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    border: 1.5px solid transparent;
    transition: all 0.25s ease;
    text-align: center;
    outline: none;
    user-select: none;
}

.upwork-exact-tab-btn.active {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
}

.upwork-exact-tab-btn:hover:not(.active) {
    background: rgba(255, 255, 255, 0.08);
}

/* Horizontal White Capsule Search Bar */
.upwork-exact-search-bar {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 6px 6px 6px 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    width: 100%;
    gap: 12px;
    transition: all 0.2s ease;
}

.upwork-exact-search-bar:focus-within {
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35), 0 0 0 3px rgba(4, 162, 138, 0.25);
}

.upwork-exact-input-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.upwork-exact-input-field input {
    width: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 15.5px;
    color: #222222;
    padding: 0;
}

.upwork-exact-input-field input::placeholder {
    color: #777777;
    font-size: 15px;
}

.upwork-exact-divider {
    width: 1px;
    height: 28px;
    background-color: #e0e0e0;
    flex-shrink: 0;
}

/* Premium Custom Hero Dropdowns */
.custom-hero-dropdown {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}

.custom-hero-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14.5px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.custom-hero-dropdown-trigger:hover,
.custom-hero-dropdown.open .custom-hero-dropdown-trigger {
    background: rgba(4, 162, 138, 0.08);
    color: #04A28A;
}

.custom-hero-dropdown-trigger i {
    font-size: 12px;
    color: #888888;
    transition: transform 0.2s ease;
}

.custom-hero-dropdown.open .custom-hero-dropdown-trigger i {
    transform: rotate(180deg);
    color: #04A28A;
}

.custom-hero-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: -10px;
    min-width: 210px;
    background: #ffffff;
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
}

.custom-hero-dropdown.open .custom-hero-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-hero-dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    cursor: pointer;
    transition: all 0.15s ease;
}

.custom-hero-dropdown-item i:first-child,
.custom-hero-dropdown-item img:first-child {
    margin-right: 4px;
    font-size: 15px;
}

.custom-hero-dropdown-item:hover {
    background: #f0fdf4;
    color: #04A28A;
}

.custom-hero-dropdown-item.active {
    background: #e6f7f4;
    color: #04A28A;
    font-weight: 600;
}

.custom-hero-dropdown-item .check-mark {
    font-size: 12px;
    color: #04A28A;
}

.custom-dropdown-search {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13.5px;
    outline: none;
    margin-bottom: 6px;
}

.custom-dropdown-search:focus {
    border-color: #04A28A;
    box-shadow: 0 0 0 2px rgba(4, 162, 138, 0.15);
}

.custom-dropdown-scroll {
    max-height: 220px;
    overflow-y: auto;
}

.custom-dropdown-scroll::-webkit-scrollbar {
    width: 4px;
}

.custom-dropdown-scroll::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 4px;
}

/* Hero Content Column Shift & Mobile Reset */
.hero-content-column {
    margin-top: -160px;
}

@media (max-width: 991px) {
    .hero-content-column {
        margin-top: -60px;
    }
}

@media (max-width: 767px) {
    .hero-content-column {
        margin-top: 20px !important;
        padding-top: 15px !important;
    }

    .upwork-exact-search-wrapper {
        margin-top: 25px;
        max-width: 100%;
    }

    .upwork-exact-toggle-bar {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .upwork-exact-tab-btn {
        padding: 10px 14px;
        font-size: 14px;
    }

    .upwork-exact-search-bar {
        flex-wrap: wrap;
        border-radius: 24px;
        padding: 14px;
        gap: 10px;
    }

    .upwork-exact-input-field {
        width: 100%;
        flex: 1 1 100%;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
    }

    .upwork-exact-divider {
        display: none;
    }

    .custom-hero-dropdown {
        flex: 1;
    }

    .custom-hero-dropdown-trigger {
        background: #f4f7f6;
        padding: 8px 12px;
        border-radius: 20px;
        width: 100%;
        justify-content: space-between;
    }

    .custom-hero-dropdown-menu {
        left: 0;
        right: 0;
        min-width: 100%;
    }

    /* Clean Header for Auth Pages (signup.html, login.html) */
    .main-header-auth {
        width: 100% !important;
        background: #ffffff !important;
        border-bottom: 1px solid #e0e0e0 !important;
        padding: 14px 40px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
    }

    .main-header-auth .logo-link {
        display: inline-flex !important;
        align-items: center !important;
        text-decoration: none !important;
        max-width: 160px !important;
        width: auto !important;
    }

    .main-header-auth .logo-link img {
        height: 38px !important;
        max-height: 38px !important;
        width: auto !important;
        max-width: 160px !important;
        object-fit: contain !important;
        margin: 0 !important;
    }

    .main-header-auth .auth-header-right {
        font-size: 14.5px !important;
        font-weight: 500 !important;
        color: #444444 !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        white-space: nowrap !important;
    }

    .main-header-auth .auth-header-right a {
        color: #04A28A !important;
        font-weight: 600 !important;
        text-decoration: underline !important;
        transition: color 0.2s ease !important;
    }

    .main-header-auth .auth-header-right a.btn-login-header {
        text-decoration: none !important;
        background: transparent !important;
        border: 1.5px solid #04A28A !important;
        color: #04A28A !important;
        padding: 6px 18px !important;
        border-radius: 20px !important;
        margin-left: 8px !important;
        font-size: 14px !important;
    }

    .main-header-auth .auth-header-right a.btn-login-header:hover {
        background: #04A28A !important;
        color: #ffffff !important;
    }

    @media (max-width: 576px) {
        .main-header-auth {
            padding: 12px 16px !important;
            flex-direction: column !important;
            gap: 10px !important;
            text-align: center !important;
        }

    }

    form.upwork-exact-search-bar button.upwork-exact-search-btn,
    button.upwork-exact-search-btn,
    .upwork-exact-search-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        background: #111111 !important;
        background-color: #111111 !important;
        color: #ffffff !important;
        border-radius: 50px !important;
        padding: 12px 28px !important;
        height: 48px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        border: 1.5px solid #ffffff !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        flex-shrink: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

    form.upwork-exact-search-bar button.upwork-exact-search-btn i,
    button.upwork-exact-search-btn i,
    .upwork-exact-search-btn i {
        color: #00E676 !important;
        font-size: 18px !important;
        display: inline-block !important;
    }

    form.upwork-exact-search-bar button.upwork-exact-search-btn span,
    button.upwork-exact-search-btn span,
    .upwork-exact-search-btn span {
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        display: inline-block !important;
    }

    form.upwork-exact-search-bar button.upwork-exact-search-btn:hover,
    button.upwork-exact-search-btn:hover,
    .upwork-exact-search-btn:hover {
        background: #04A28A !important;
        background-color: #04A28A !important;
        border-color: #04A28A !important;
        color: #ffffff !important;
        transform: scale(1.02) !important;
    }
}

/* Classy & Cool Floating Query Widget (Bottom Right) */
.vyasu-query-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 340px;
    z-index: 99999;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.vyasu-query-widget.collapsed {
    width: 220px;
}

.vyasu-query-header {
    background: linear-gradient(135deg, #04A28A 0%, #1295D4 100%);
    color: #ffffff;
    padding: 14px 18px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 10px 25px rgba(4, 162, 138, 0.25);
    user-select: none;
}

.vyasu-query-header i.fa-comments,
.vyasu-query-header i.far:first-child {
    margin-right: 10px !important;
    font-size: 17px !important;
    display: inline-block !important;
}

.vyasu-query-widget.collapsed .vyasu-query-header {
    border-radius: 30px;
    padding: 12px 22px;
}

.vyasu-query-header .toggle-icon {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.vyasu-query-widget.collapsed .vyasu-query-header .toggle-icon {
    transform: rotate(180deg);
}

.vyasu-query-body {
    background: #ffffff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 12px 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: visible !important;
}

.vyasu-query-widget.collapsed .vyasu-query-body {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden !important;
}

/* Support Agent Avatars & Phone Header Row */
.vyasu-phone-card {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f4fbf9;
    border: 1px solid #e0f2ed;
    border-radius: 10px;
    padding: 6px 10px;
    text-align: left;
    margin-bottom: 8px;
}

.vyasu-support-avatars {
    display: flex;
    align-items: center;
}

.vyasu-support-avatars img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
    margin-left: -6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    object-fit: cover;
}

.vyasu-support-avatars img:first-child {
    margin-left: 0;
}

.vyasu-phone-number {
    font-size: 13px;
    font-weight: 700;
    color: #04A28A;
    line-height: 1.1;
}

.vyasu-phone-sub {
    font-size: 10px;
    color: #666666;
}

/* Form Styling */
.vyasu-query-form .form-group {
    margin-bottom: 6px;
}

.vyasu-query-form label {
    font-size: 11px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 2px;
    display: block;
}

.vyasu-query-form textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12.5px;
    font-family: inherit;
    outline: none;
    resize: none;
    height: 48px;
    transition: border-color 0.2s ease;
}

.vyasu-query-form textarea:focus,
.vyasu-query-form input:focus {
    border-color: #04A28A;
    box-shadow: 0 0 0 3px rgba(4, 162, 138, 0.12);
}

.vyasu-phone-input-group {
    display: flex;
    gap: 6px;
}

.custom-phone-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12.5px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    user-select: none;
}

.vyasu-phone-number-field,
.vyasu-email-field {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12.5px;
    outline: none;
}

.vyasu-query-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #04A28A 0%, #1295D4 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 9px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 4px;
    box-shadow: 0 4px 12px rgba(4, 162, 138, 0.3);
}

.vyasu-query-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(4, 162, 138, 0.4);
}

/* Custom Phone Code Dropdown in Query Widget */
.custom-phone-dropdown {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}

.custom-phone-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 9px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    user-select: none;
}

.custom-phone-dropdown-trigger:hover {
    border-color: #04A28A;
    background: #f4fbf9;
}

.custom-phone-dropdown-menu {
    position: absolute;
    bottom: calc(100% + 6px);
    top: auto;
    left: 0;
    width: 175px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.05);
    padding: 6px;
    z-index: 99999;
    display: none;
    flex-direction: column;
}

.custom-phone-dropdown.open .custom-phone-dropdown-menu {
    display: flex !important;
}

/* Hide Froala Unlicensed Copy Banner and Watermarks */
div[style*="z-index: 9999"],
div[style*="z-index:9999"],
div[style*="background-color: #e53935"],
div[style*="background-color: rgb(229, 57, 53)"],
div[style*="background-color: #b71c1c"],
div[style*="background-color: rgb(183, 28, 28)"],
p[data-f-id="pbf"],
a[href*="froala.com"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Prevent dropdown and navigation flashing on load */
.px-dropdown-list,
.px-dropdown-menu,
.px-navigation ul ul {
    display: none;
}

.px-dropdown.open .px-dropdown-list,
.px-dropdown.active .px-dropdown-list,
.px-dropdown-list.px-active,
.px-navigation li:hover > ul {
    display: block !important;
}

/* Custom Header Dropdowns (Foolproof multi-class overrides for old/new and cached HTML templates) */
.user-dropdown,
.user-notifications,
.vyasu-header-dropdown,
.vyasu-custom-dropdown {
    position: relative !important;
}

.main-header .px-dropdown-list,
.main-header .vyasu-custom-list,
.action-btns .px-dropdown-list,
.action-btns .vyasu-custom-list,
.user-dropdown .px-dropdown-list,
.user-dropdown .vyasu-custom-list,
.user-notifications .px-dropdown-list,
.user-notifications .vyasu-custom-list,
.vyasu-header-dropdown .px-dropdown-list,
.vyasu-header-dropdown .vyasu-custom-list,
.vyasu-custom-dropdown .px-dropdown-list,
.vyasu-custom-dropdown .vyasu-custom-list {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    display: none !important;
    z-index: 999999 !important;
    margin-top: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    transform: none !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
}

.user-dropdown.is-open .px-dropdown-list,
.user-dropdown.is-open .vyasu-custom-list,
.user-dropdown.open .px-dropdown-list,
.user-dropdown.open .vyasu-custom-list,
.user-dropdown.active .px-dropdown-list,
.user-dropdown.active .vyasu-custom-list,
.user-notifications.is-open .px-dropdown-list,
.user-notifications.is-open .vyasu-custom-list,
.user-notifications.open .px-dropdown-list,
.user-notifications.open .vyasu-custom-list,
.user-notifications.active .px-dropdown-list,
.user-notifications.active .vyasu-custom-list,
.vyasu-header-dropdown.is-open .px-dropdown-list,
.vyasu-header-dropdown.is-open .vyasu-custom-list,
.vyasu-header-dropdown.open .px-dropdown-list,
.vyasu-header-dropdown.open .vyasu-custom-list,
.vyasu-custom-dropdown.is-open .px-dropdown-list,
.vyasu-custom-dropdown.is-open .vyasu-custom-list,
.vyasu-custom-dropdown.open .px-dropdown-list,
.vyasu-custom-dropdown.open .vyasu-custom-list {
    display: block !important;
}

/* PREMIUM UI DESIGNER STYLE RULES (Universal across old/new list classes in header) */
.main-header .px-dropdown-list,
.main-header .vyasu-custom-list,
.action-btns .px-dropdown-list,
.action-btns .vyasu-custom-list {
    background: #ffffff !important;
    border-radius: 14px !important;
    border: 1px solid rgba(4, 162, 138, 0.08) !important;
    padding: 8px 0 !important;
    box-shadow: 0 15px 40px rgba(0, 30, 0, 0.12) !important;
    font-family: 'Poppins', sans-serif !important;
    overflow: hidden !important;
    width: 260px !important;
}

.main-header .px-dropdown-list li,
.main-header .vyasu-custom-list li,
.action-btns .px-dropdown-list li,
.action-btns .vyasu-custom-list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 8px !important;
}

.main-header .px-dropdown-list li a,
.main-header .vyasu-custom-list li a,
.action-btns .px-dropdown-list li a,
.action-btns .vyasu-custom-list li a {
    display: flex !important;
    align-items: center !important;
    padding: 11px 16px !important;
    color: #333333 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    transition: all 0.2s ease-in-out !important;
    line-height: 1.2 !important;
}

/* Force icons styling */
.main-header .px-dropdown-list li a i,
.main-header .vyasu-custom-list li a i,
.action-btns .px-dropdown-list li a i,
.action-btns .vyasu-custom-list li a i {
    font-size: 15px !important;
    margin-right: 12px !important;
    color: #74788d !important;
    width: 20px !important;
    text-align: center !important;
    transition: all 0.2s ease-in-out !important;
}

/* Also support FontAwesome classes as pseudo-elements or classes on the link itself */
.main-header .px-dropdown-list li a.tx-icon::before,
.main-header .vyasu-custom-list li a.tx-icon::before,
.action-btns .px-dropdown-list li a.tx-icon::before,
.action-btns .vyasu-custom-list li a.tx-icon::before {
    font-size: 15px !important;
    margin-right: 12px !important;
    color: #74788d !important;
    width: 20px !important;
    text-align: center !important;
    display: inline-block !important;
    transition: all 0.2s ease-in-out !important;
}

/* Hover states */
.main-header .px-dropdown-list li a:hover,
.main-header .vyasu-custom-list li a:hover,
.action-btns .px-dropdown-list li a:hover,
.action-btns .vyasu-custom-list li a:hover {
    background-color: #f2faf8 !important;
    color: #04A28A !important;
}

.main-header .px-dropdown-list li a:hover i,
.main-header .vyasu-custom-list li a:hover i,
.action-btns .px-dropdown-list li a:hover i,
.action-btns .vyasu-custom-list li a:hover i,
.main-header .px-dropdown-list li a:hover::before,
.main-header .vyasu-custom-list li a:hover::before,
.action-btns .px-dropdown-list li a:hover::before,
.action-btns .vyasu-custom-list li a:hover::before {
    color: #04A28A !important;
    transform: scale(1.1) !important;
}

/* Divider */
.main-header .px-dropdown-list li.dropdown-divider,
.main-header .vyasu-custom-list li.dropdown-divider,
.action-btns .px-dropdown-list li.dropdown-divider,
.action-btns .vyasu-custom-list li.dropdown-divider {
    height: 1px !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
    margin: 8px 8px !important;
    padding: 0 !important;
}

/* Logout Special Hover styling */
.main-header .px-dropdown-list li a[href*="logout"],
.main-header .px-dropdown-list li a[href*="Logout"],
.main-header .px-dropdown-list li a[onclick*="logout"],
.main-header .px-dropdown-list li a[onclick*="Logout"],
.main-header .vyasu-custom-list li a[href*="logout"],
.main-header .vyasu-custom-list li a[href*="Logout"],
.main-header .vyasu-custom-list li a[onclick*="logout"],
.main-header .vyasu-custom-list li a[onclick*="Logout"] {
    color: #d9534f !important;
}

.main-header .px-dropdown-list li a[href*="logout"]:hover,
.main-header .px-dropdown-list li a[href*="Logout"]:hover,
.main-header .px-dropdown-list li a[onclick*="logout"]:hover,
.main-header .px-dropdown-list li a[onclick*="Logout"]:hover,
.main-header .vyasu-custom-list li a[href*="logout"]:hover,
.main-header .vyasu-custom-list li a[href*="Logout"]:hover,
.main-header .vyasu-custom-list li a[onclick*="logout"]:hover,
.main-header .vyasu-custom-list li a[onclick*="Logout"]:hover {
    background-color: #fdf2f2 !important;
    color: #d9534f !important;
}

.main-header .px-dropdown-list li a[href*="logout"]:hover i,
.main-header .px-dropdown-list li a[href*="Logout"]:hover i,
.main-header .px-dropdown-list li a[onclick*="logout"]:hover i,
.main-header .px-dropdown-list li a[onclick*="Logout"]:hover i,
.main-header .vyasu-custom-list li a[href*="logout"]:hover i,
.main-header .vyasu-custom-list li a[href*="Logout"]:hover i,
.main-header .vyasu-custom-list li a[onclick*="logout"]:hover i,
.main-header .vyasu-custom-list li a[onclick*="Logout"]:hover i {
    color: #d9534f !important;
}

/* ==========================================================================
   Fix Icon and Text Collision in Input Fields and Custom Select Dropdowns
   ========================================================================== */
.px-select-toggle {
    position: relative !important;
}

/* LTR Styles */
html[dir="ltr"] .control-icon .form-control,
html[dir="ltr"] .control-icon input,
html[dir="ltr"] .control-icon select,
html[dir="ltr"] .px-select-toggle.far,
html[dir="ltr"] .px-select-toggle.fas,
html[dir="ltr"] .px-select-toggle.fab,
html[dir="ltr"] .px-select-toggle.tx-icon,
html[dir="ltr"] .control-icon .px-select-toggle {
    padding-left: 48px !important;
    padding-right: 16px !important;
}

html[dir="ltr"] .control-icon::before,
html[dir="ltr"] .px-select-toggle.far::before,
html[dir="ltr"] .px-select-toggle.fas::before,
html[dir="ltr"] .px-select-toggle.fab::before,
html[dir="ltr"] .px-select-toggle.tx-icon::before {
    position: absolute !important;
    left: 15px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
}

/* LTR Styles */
html[dir="ltr"] .control-icon .form-control,
html[dir="ltr"] .control-icon input,
html[dir="ltr"] .control-icon select,
html[dir="ltr"] .px-select-toggle.far,
html[dir="ltr"] .px-select-toggle.fas,
html[dir="ltr"] .px-select-toggle.fab,
html[dir="ltr"] .px-select-toggle.tx-icon,
html[dir="ltr"] .control-icon .px-select-toggle {
    padding-left: 48px !important;
    padding-right: 16px !important;
}

html[dir="ltr"] .control-icon::before,
html[dir="ltr"] .px-select-toggle.far::before,
html[dir="ltr"] .px-select-toggle.fas::before,
html[dir="ltr"] .px-select-toggle.fab::before,
html[dir="ltr"] .px-select-toggle.tx-icon::before {
    position: absolute !important;
    left: 15px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
}

/* RTL Styles */
html[dir="rtl"] .control-icon .form-control,
html[dir="rtl"] .control-icon input,
html[dir="rtl"] .control-icon select,
html[dir="rtl"] .px-select-toggle.far,
html[dir="rtl"] .px-select-toggle.fas,
html[dir="rtl"] .px-select-toggle.fab,
html[dir="rtl"] .px-select-toggle.tx-icon,
html[dir="rtl"] .control-icon .px-select-toggle {
    padding-right: 48px !important;
    padding-left: 16px !important;
}

html[dir="rtl"] .control-icon::before,
html[dir="rtl"] .px-select-toggle.far::before,
html[dir="rtl"] .px-select-toggle.fas::before,
html[dir="rtl"] .px-select-toggle.fab::before,
html[dir="rtl"] .px-select-toggle.tx-icon::before {
    position: absolute !important;
    right: 15px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
}

/* ==========================================================================
   Upwork-style Client Dashboard Layout & Component Styles
   ========================================================================== */
.upwork-welcome-banner {
    background: linear-gradient(135deg, rgba(20, 168, 0, 0.05) 0%, rgba(18, 149, 212, 0.05) 100%) !important;
    border: 1px solid rgba(20, 168, 0, 0.15) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    margin-bottom: 25px !important;
}

.upwork-post-job-prompt {
    background: #ffffff !important;
    border: 1px solid var(--upwork-gray-border) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    position: relative;
    overflow: hidden;
}

.upwork-post-job-prompt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #04A28A 0%, #1295D4 100%);
}

.upwork-talent-card {
    background: #ffffff !important;
    border: 1px solid #e4e6eb !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 20px !important;
    transition: all 0.25s ease !important;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01) !important;
}

.upwork-talent-card:hover {
    border-color: #04A28A !important;
    box-shadow: 0 8px 30px rgba(4, 162, 138, 0.08) !important;
    transform: translateY(-2px);
}

.upwork-talent-avatar {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
}

.upwork-talent-name {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #001e00 !important;
    margin-bottom: 2px !important;
    transition: color 0.2s ease;
    text-decoration: none !important;
    display: inline-block !important;
}

.upwork-talent-name:hover {
    color: #04A28A !important;
    text-decoration: underline !important;
}

.upwork-talent-title {
    font-size: 14.5px !important;
    color: #5e6d55 !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

.upwork-talent-stats {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 12px !important;
    font-size: 13.5px !important;
    color: #444444 !important;
}

.upwork-stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.upwork-stat-item.rate {
    font-weight: 700 !important;
    color: #001e00 !important;
}

.upwork-stat-item.jss {
    color: #14a800 !important;
    font-weight: 600 !important;
}

.upwork-stat-item.badge {
    background-color: #e4f5e8 !important;
    color: #14a800 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
}

.upwork-save-btn {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: transparent !important;
    border: 1px solid #e4e6eb !important;
    color: #5e6d55 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    z-index: 10 !important;
}

.upwork-save-btn:hover,
.upwork-save-btn.active {
    border-color: #fa5c7c !important;
    color: #fa5c7c !important;
    background-color: #fff5f6 !important;
}

.upwork-btn-invite {
    background: #04A28A !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    border: none !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    display: inline-block !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.upwork-btn-invite:hover {
    background: #038672 !important;
    box-shadow: 0 4px 12px rgba(4, 162, 138, 0.2) !important;
    color: #ffffff !important;
}

.upwork-skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.upwork-skill-tag {
    background-color: #f4f7f6 !important;
    color: #444444 !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    border: 1px solid #e0e0e0 !important;
    transition: all 0.25s ease !important;
}

.upwork-skill-tag:hover {
    background-color: #e6f7f4 !important;
    color: #04A28A !important;
    border-color: #04A28A !important;
}

.upwork-sidebar-widget {
    background: #ffffff !important;
    border: 1px solid var(--upwork-gray-border) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
}

.upwork-sidebar-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 14.5px !important;
    color: #333333 !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #f4f7f6 !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
}

.upwork-sidebar-link:last-child {
    border-bottom: none !important;
}

.upwork-sidebar-link i {
    width: 20px;
    text-align: center;
    color: #04A28A !important;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.upwork-sidebar-link:hover {
    color: #04A28A !important;
    padding-left: 5px !important;
}

.upwork-sidebar-link:hover i {
    transform: scale(1.1);
}

.upwork-btn-outline {
    background: transparent !important;
    border: 1.5px solid #04A28A !important;
    color: #04A28A !important;
    border-radius: 30px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.upwork-btn-outline:hover {
    background: rgba(4, 162, 138, 0.05) !important;
    color: #038672 !important;
    border-color: #038672 !important;
}

/* ==========================================================================
   Fix Hero Background and Glassmorphism Banner Split
   ========================================================================== */
.upwork-welcome-banner {
    background: #ffffff !important;
    border: 1px solid rgba(4, 162, 138, 0.15) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 10px 30px rgba(0, 30, 0, 0.05) !important;
    position: relative;
    z-index: 10;
}

.user-details,
.user-details.bg-white {
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 30, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    position: relative;
    z-index: 10;
}

/* Unified, Sleek Hero Header Background without harsh splits */
.hero-section.profile-head,
.hero-section.profile-head.bg-dark {
    background: linear-gradient(135deg, #001e00 0%, #04A28A 50%, #002e25 100%) !important;
    background-image: none !important;
}

.hero-section.profile-head::after,
.hero-section.profile-head .px-media-item {
    display: none !important;
}