.allWorkers {
    --aw-ink: #205373;
    --aw-primary: #0367a6;
    --aw-secondary: #aee6f2;
    --aw-soft: #f7efe6;
    --aw-card: #ffffff;
    --aw-border: rgba(27, 44, 52, 0.12);
    --aw-shadow: 0 18px 40px rgba(18, 40, 52, 0.12);
    position: relative;
    overflow: hidden;
    padding: 40px 0 80px;
    background-image: radial-gradient(
            rgba(27, 44, 52, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(180deg, #e8eef8 0%, #f2f3fc 40%, #eef6f7 100%);
    background-size: 18px 18px, auto;
    background-position: top left, center;
}

.allWorkers::before,
.allWorkers::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(0px);
    opacity: 0.7;
    pointer-events: none;
}

.allWorkers::before {
    width: 320px;
    height: 320px;
    top: -120px;
    left: -120px;
    background: radial-gradient(
        circle,
        rgba(58, 155, 196, 0.35),
        transparent 70%
    );
}

.allWorkers::after {
    width: 360px;
    height: 360px;
    bottom: -160px;
    right: -120px;
    background: radial-gradient(
        circle,
        rgba(27, 103, 122, 0.3),
        transparent 70%
    );
}

.allWorkers .aw-hero {
    position: relative;
    z-index: 1;
    padding: 10px 0 30px;
}

.allWorkers .aw-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.allWorkers .aw-hero-copy {
    flex: 1 1 360px;
    animation: aw-fade-up 0.8s ease both;
}

.allWorkers .aw-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--aw-border);
    color: var(--aw-primary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    box-shadow: 0 8px 20px rgba(18, 40, 52, 0.08);
}

.allWorkers .aw-title {
    font-size: clamp(28px, 3vw, 40px);
    color: var(--aw-ink);
    font-weight: 700;
    margin: 14px 0 8px;
}

.allWorkers .aw-subtitle {
    color: #4d5a60;
    max-width: 540px;
    line-height: 1.8;
    font-size: 15px;
}

.allWorkers .aw-hero-art {
    flex: 0 1 340px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    min-height: 240px;
    animation: aw-fade-up 0.9s ease both;
    animation-delay: 0.12s;
}

.allWorkers .aw-hero-orb {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(27, 103, 122, 0.35),
        transparent 70%
    );
    top: -20px;
    left: 10%;
    animation: aw-float 5s ease-in-out infinite;
}

.allWorkers .aw-hero-card {
    width: 280px;
    height: 220px;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #e2eaf6);
    border: 1px solid rgba(27, 44, 52, 0.12);
    box-shadow: 0 20px 45px rgba(18, 32, 52, 0.18);
    position: relative;
    overflow: hidden;
    padding: 18px;
    display: grid;
    gap: 10px;
    align-content: start;
}

.allWorkers .aw-hero-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(58, 113, 196, 0.4),
        transparent 70%
    );
    top: -60px;
    right: -40px;
}

.allWorkers .aw-card-pill {
    width: 90px;
    height: 14px;
    border-radius: 999px;
    background: rgba(27, 103, 122, 0.2);
}

.allWorkers .aw-card-line {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: rgba(27, 44, 52, 0.12);
}

.allWorkers .aw-card-line.short {
    width: 65%;
}

.allWorkers .aw-card-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(27, 103, 122, 0.35),
        rgba(58, 139, 196, 0.35)
    );
}

.allWorkers .aw-layout {
    position: relative;
    z-index: 1;
}

.allWorkers .filter {
    padding: 28px 22px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.95),
        rgba(234, 240, 247, 0.95)
    );
    border-radius: 22px;
    border: 1px solid var(--aw-border);
    box-shadow: var(--aw-shadow);
    position: sticky;
    top: 110px;
}

.allWorkers .aw-filter-card::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: radial-gradient(
        circle,
        rgba(58, 106, 196, 0.25),
        transparent 70%
    );
    top: 18px;
    right: 18px;
    z-index: 0;
}

.allWorkers .aw-filter-head,
.allWorkers .aw-filter-fields,
.allWorkers .aw-filter-actions {
    position: relative;
    z-index: 1;
}

.allWorkers .filter h4 {
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--aw-ink);
    display: flex;
    align-items: center;
    gap: 8px;
}
.allWorkers .filter h4 i {
    animation: pulse 1.6s ease-in-out infinite;
}

/* Pulse Animation */
@keyframes pulse {
     0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.3);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(1);
    }
}



.allWorkers .aw-filter-sub {
    color: #5b666c;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 6px;
}

.allWorkers .filter label {
    margin-bottom: 8px;
    color: var(--aw-ink);
    font-weight: 600;
    font-size: 13px;
}

.allWorkers .filter label i {
    color: var(--aw-secondary);
}

.allWorkers .select2-container--default .select2-selection--single {
    min-height: 52px;
    display: flex;
    align-items: center;
    border-radius: 14px;
    border: 1px solid var(--aw-border);
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.allWorkers
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--aw-ink);
    font-weight: 500;
}

.allWorkers .filter .confirm,
.allWorkers .filter .clear {
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.allWorkers .filter .confirm {
    background: linear-gradient(135deg, var(--aw-primary), #0f5c6e);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(27, 103, 122, 0.2);
}

.allWorkers .filter .confirm:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(27, 103, 122, 0.28);
}

.allWorkers .filter .clear {
    background: rgba(255, 255, 255, 0.85);
    color: var(--aw-ink);
    border-color: var(--aw-border);
}

.allWorkers .filter .clear:hover {
    border-color: rgba(27, 44, 52, 0.3);
}

.allWorkers .aw-results-surface {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--aw-border);
    border-radius: 26px;
    padding: 14px;
    box-shadow: var(--aw-shadow);
    min-height: 360px;
    backdrop-filter: blur(6px);
}

.allWorkers .cv {
    border-radius: 22px;
    border: 1px solid var(--aw-border);
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(18, 40, 52, 0.1);
    padding: 12px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.allWorkers .cv:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 50px rgba(18, 40, 52, 0.18);
}

.allWorkers .cvImg {
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #e2edf6, #eef6f7);
    border: 1px solid rgba(27, 44, 52, 0.08);
}

.allWorkers .cv img {
    height: 300px;
    object-fit: contain;
    background: #ffffff;
}

.allWorkers .cv .type {
    right: 14px;
    top: 14px;
    background-color: rgba(27, 44, 52, 0.9);
    padding: 6px 14px;
    font-size: 12px !important;
    letter-spacing: 0.2px;
}

.allWorkers .cv .details {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--aw-primary), #0f5c6e);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.3s ease-in-out;
}

.allWorkers .cv .details a {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.allWorkers .cv:hover .details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.allWorkers #hereWillDisplayAllWorker .for_count {
    animation: aw-rise 0.6s ease both;
}

.allWorkers #hereWillDisplayAllWorker .for_count:nth-child(2) {
    animation-delay: 0.05s;
}

.allWorkers #hereWillDisplayAllWorker .for_count:nth-child(3) {
    animation-delay: 0.1s;
}

.allWorkers #hereWillDisplayAllWorker .for_count:nth-child(4) {
    animation-delay: 0.15s;
}

.allWorkers #hereWillDisplayAllWorker .for_count:nth-child(5) {
    animation-delay: 0.2s;
}

.allWorkers #hereWillDisplayAllWorker .for_count:nth-child(6) {
    animation-delay: 0.25s;
}

.allWorkers .loader_html .wrapper {
    margin: 10px;
    padding: 12px;
    background: #ffffff;
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    border: 1px solid var(--aw-border);
    box-shadow: var(--aw-shadow);
}

.allWorkers .loader_html .wrapper-cell {
    margin-bottom: 20px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.allWorkers .animated-background,
.allWorkers .text-line,
.allWorkers .image {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: linear-gradient(to right, #eef1f3 8%, #e4e9ec 18%, #eef1f3 33%);
    background-size: 800px 104px;
    position: relative;
}

.allWorkers .image {
    height: 220px;
    width: 100%;
    border-radius: 16px;
}

.allWorkers .text-line {
    height: 12px;
    width: 100%;
    margin: 6px 0;
    border-radius: 999px;
}

.allWorkers .text-line.price {
    height: 28px;
    width: 100%;
    margin: 8px 0 0;
}

@keyframes aw-fade-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aw-rise {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aw-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 991px) {
    .allWorkers {
        padding: 30px 0 60px;
    }

    .allWorkers .aw-hero-inner {
        text-align: center;
        justify-content: center;
    }

    .allWorkers .aw-hero-copy {
        align-items: center;
    }

    .allWorkers .aw-subtitle {
        margin: 0 auto;
    }

    .allWorkers .aw-hero-art {
        justify-content: center;
        margin-top: 20px;
    }

    .allWorkers .filter {
        position: static;
        top: auto;
        margin-bottom: 24px;
    }

    .allWorkers .cv .details {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}


.filter {
    padding: 40px 20px 20px;
    background-color: #fff;
    border-radius: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    right: 0;
    z-index: 2;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    margin-bottom: 30px;
}

.filter h4 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #1d71b8;
}

.filter select {
    width: 100%;
}

.filter label {
    margin-bottom: 8px;
}

.filter label i {
    color: #1d71b8;
}

.filter .confirm,
.filter .clear {
    border-radius: 12px;
    background-color: #eee;
    color: rgba(18, 41, 71, 0.83);
    padding: 8px 16px;
}

.filter .confirm {
    background-color: rgba(18, 41, 71, 0.83);
    color: #ffffff;
}