
/* ===== index.php ===== */
/* Home page polish - شبکه استعدادهای دات‌وان */
.home-page{
    background:#f2f2f2;
}

/* Section backgrounds are separated so each block can be themed independently */
.page-section{
    position:relative;
}

.hero-section{
    background:#0b0b0d;
}

.categories-section{
    background:#f2f2f2;
    padding:78px 0;
}

.latest-jobs-section{
    background:#f2f2f2;
    padding:0 0 78px;
}

.talent-pool-section{
    background:#f2f2f2;
    padding:0 0 78px;
}

.companies-slider-section{
    background:#f2f2f2;
    padding:34px 0;
}

.footer-vector-section{
    background:#f2f2f2;
    padding:22px 0 0;
    overflow:hidden;
}

.super-hero{
    background:#0b0b0d;
    color:#fff;
    padding:64px 0 56px;
    position:relative;
    overflow:hidden;
}

.super-hero::before{
    content:'';
    position:absolute;
    inset:-30% auto auto -15%;
    width:560px;
    height:560px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    filter:blur(2px);
}

.super-hero::after{
    content:'';
    position:absolute;
    right:-120px;
    bottom:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.08);
}

.super-hero-box{
    position:relative;
    z-index:2;
    background:transparent!important;
    box-shadow:none!important;
    border-radius:0!important;
    padding:0!important;
}

.super-hero-badge{
    display:inline-flex;
    align-items:center;
    padding:9px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.12);
    margin-bottom:22px;
    font-size:14px;
}

.super-hero-title{
    color:#fff!important;
    font-size:29px;
    line-height:2;
    font-weight:900;
    letter-spacing:-1px;
    margin-bottom:20px;
}

.super-hero-text{
    color:rgba(255,255,255,.72)!important;
    font-size:17px;
    line-height:2;
    margin-bottom:28px;
}

/* Search box - clean separated labels */
.super-search-wrapper{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:2fr 1fr 140px;
    gap:16px;
    align-items:end;
    max-width:760px;
}

.super-search-input{
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    padding:0!important;
    min-height:auto!important;
    display:block!important;
}

.super-search-label{
    display:block;
    color:#fff!important;
    font-size:14px;
    margin-bottom:10px;
}

.super-search-input input{
    width:100%;
    height:58px;
    background:#f7f8fb;
    border:1px solid rgba(255,255,255,.08);
    outline:0;
    border-radius:16px;
    padding:0 18px;
    color:#111;
    font-size:13px;
    box-shadow:0 18px 42px rgba(0,0,0,.18);
}

.super-search-input input::placeholder{
    color:#9a9a9a;
}

.super-search-divider{
    display:none!important;
}

.super-search-btn{
    height:58px!important;
    min-height:58px!important;
    width:100%;
    padding:0 18px!important;
    background:#fff!important;
    border-color:#fff!important;
    color:#111!important;
    border-radius:16px!important;
    font-size:14px;
    box-shadow:0 18px 42px rgba(0,0,0,.22)!important;
}

.super-search-btn:hover{
    background:#f2f2f2!important;
    border-color:#f2f2f2!important;
    color:#111!important;
}

.super-popular-searches{
    color:rgba(255,255,255,.65)!important;
}

.super-popular-searches a{
    color:#fff!important;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    border-radius:999px;
    padding:6px 12px;
    text-decoration:none;
}

.super-hero-image{
    padding:24px!important;
    box-shadow:none!important;
}

.super-hero-image img{
    border-radius:24px;
    max-width:100%;
}

.section-v2{
    padding:90px 0;
}

.section-head-v2{
    text-align:right;
    margin-bottom:42px;
}

.section-head-v2 h2{
    color:#111;
    font-size:38px;
    font-weight:900;
    margin-bottom:12px;
}

.section-head-v2 p{
    color:#777;
    font-size:15px;
    margin:0;
}

.categories-v2{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.category-box-v2{
    background:#fff;
    border:1px solid rgba(0,0,0,.04);
    border-radius:28px;
    padding:28px;
    color:#111;
    text-decoration:none;
    transition:.25s ease;
    box-shadow:0 16px 42px rgba(0,0,0,.045);
}

.category-box-v2:hover{
    transform:translateY(-6px);
    color:#111;
    box-shadow:0 24px 58px rgba(0,0,0,.09);
}

.category-icon-v2{
    width:62px;
    height:62px;
    border-radius:20px;
    background:#f4f5f8;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    font-size:22px;
    overflow:hidden;
}

.category-icon-v2 img{
    max-width:34px;
    max-height:34px;
}

.category-box-v2 h5{
    font-size:17px;
    font-weight:900;
    margin-bottom:8px;
}

.category-box-v2 p{
    margin:0;
    color:#777;
    font-size:13px;
}

.jobs-v2{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.job-box-v2{
    display:flex;
    flex-direction:column;
    min-height:210px;
    background:#fff;
    border:1px solid rgba(0,0,0,.045);
    border-radius:30px;
    padding:26px;
    color:#111;
    text-decoration:none;
    box-shadow:0 16px 44px rgba(0,0,0,.045);
    transition:.25s ease;
    cursor:pointer;
}

.job-box-v2:hover,
.job-box-v2:focus{
    color:#111;
    text-decoration:none;
    transform:translateY(-7px);
    box-shadow:0 28px 68px rgba(0,0,0,.105);
}

.job-company-v2{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:22px;
}

.job-company-logo{
    flex:0 0 66px;
    width:66px;
    height:66px;
    border-radius:22px;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    font-size:20px;
    overflow:hidden;
}

.job-company-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.job-company-v2 h5{
    color:#111;
    font-size:18px;
    line-height:1.7;
    font-weight:900;
    margin:0 0 4px;
}

.job-company-v2 span{
    color:#777;
    font-size:13px;
}

.job-badges-v2{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:auto;
    margin-bottom:0;
}

.job-badges-v2 span{
    background:#f4f5f8;
    border-radius:999px;
    padding:8px 14px;
    color:#555;
    font-size:13px;
}

.job-card-footer{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin-top:24px;
    padding-top:18px;
    border-top:1px solid #f0f0f0;
}

.job-more-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:#111;
    color:#fff;
    border-radius:12px;
    padding:9px 14px;
    font-size:13px;
    line-height:1;
    font-weight:900;
    transition:.25s ease;
}

.job-more-btn img{
    width:14px;
    height:18px;
    display:block;
    filter:invert(1);
}

.job-box-v2:hover .job-more-btn{
    background:#000;
    transform:translateX(-4px);
}

.cta-v2{
    background:linear-gradient(135deg,#090909,#202020);
    color:#fff;
    border-radius:38px;
    padding:52px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    box-shadow:0 28px 75px rgba(0,0,0,.16);
}

.cta-v2 h2{
    font-size:38px;
    font-weight:900;
    margin-bottom:12px;
}

.cta-v2 p{
    color:rgba(255,255,255,.68);
    line-height:2;
    margin:0;
}

.cta-v2 .btn{
    border-radius:18px;
    font-weight:900;
    padding:14px 26px;
}

.companies-slider-section .container{
    max-width:1320px;
}

.companies-slider-section .swiper{
    overflow:hidden;
}

.logo-slide-item-v2{
    min-height:86px;
    padding:18px 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}

.logo-slide-right{
    flex:0 0 auto;
}

.logo-slide-left{
    flex:1 1 auto;
    min-width:0;
}

.logo-company-name{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.8;
    font-size:14px;
    font-weight:900;
}


.footer-vector-section{
    background:#f2f2f2;
    padding:22px 0 0;
    overflow:hidden;
}

.footer-vector-section{
    padding:0;
    overflow:hidden;
}

.footer-vector-section img{
    display:block;
    width:100%;
    max-width:1320px;
    margin:0 auto -1px;
    height:180px;
    object-fit:cover;
    object-position:center top;
}

@media(max-width:1200px){
    .super-hero-title{
        font-size:26px;
    }
}

@media(max-width:992px){
    .categories-v2,
    .jobs-v2{
        grid-template-columns:1fr 1fr;
    }

    .super-hero-title{
        font-size:38px;
    }

    .cta-v2{
        flex-direction:column;
        align-items:flex-start;
    }
}

@media(max-width:768px){
    .super-hero{
        padding:42px 0;
    }

    .categories-v2,
    .jobs-v2{
        grid-template-columns:1fr;
    }

    .super-hero-title{
        font-size:30px;
    }

    .super-search-wrapper{
        display:flex!important;
        flex-direction:column;
        align-items:stretch;
        gap:14px;
        max-width:100%;
    }

    .super-search-divider{
        display:none;
    }

    .cta-v2{
        padding:34px 24px;
        border-radius:28px;
    }

    .cta-v2 h2{
        font-size:26px;
    }
}

.site-logo img,
.footer-logo img{
    height:52px!important;
    width:auto;
    display:block;
}
.site-brand{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:900;
}


/* ===== login.php ===== */
.auth-v2{
    position:relative;
    overflow:hidden;
    padding:76px 0 86px;
    background:#f6f7fb;
}

.auth-v2::before{
    content:'';
    position:absolute;
    width:620px;
    height:620px;
    border-radius:50%;
    background:rgba(0,0,0,.035);
    right:-230px;
    top:-260px;
}

.auth-v2::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(25,103,210,.08);
    left:-110px;
    bottom:-130px;
}

.auth-wrapper-v2{
    position:relative;
    z-index:2;
}

.auth-panel-v2{
    background:#fff;
    border-radius:34px;
    box-shadow:0 24px 70px rgba(0,0,0,.08);
    overflow:hidden;
}

.auth-form-side-v2{
    padding:52px 46px;
    min-height:620px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.auth-info-side-v2{
    height:100%;
    min-height:620px;
    padding:48px;
    color:#fff;
    background:#111;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    position:relative;
    overflow:hidden;
}

.auth-info-side-v2::before{
    content:'';
    position:absolute;
    width:360px;
    height:360px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    left:-130px;
    top:-120px;
}

.auth-info-side-v2::after{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(255,255,255,.07);
    right:-90px;
    bottom:-80px;
}

.auth-info-content-v2,
.auth-benefits-v2{
    position:relative;
    z-index:2;
}

.auth-mini-title-v2{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    padding:9px 16px;
    border-radius:999px;
    background:#f4f5f8;
    color:#555;
    margin-bottom:22px;
    font-size:14px;
    font-weight:800;
}

.auth-title-v2{
    font-size:38px;
    line-height:1.55;
    font-weight:900;
    color:#111;
    margin-bottom:12px;
    letter-spacing:-.8px;
}

.auth-text-v2{
    color:#777;
    line-height:2;
    font-size:15px;
    margin-bottom:30px;
}

.auth-info-side-v2 h2{
    font-size:38px;
    line-height:1.55;
    font-weight:900;
    margin-bottom:16px;
}

.auth-info-side-v2 p{
    color:rgba(255,255,255,.68);
    line-height:2.1;
    margin:0;
}

.auth-benefits-v2{
    display:grid;
    gap:14px;
    margin-top:34px;
}

.auth-benefit-v2{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-weight:800;
    font-size:14px;
}

.auth-benefit-v2 span{
    width:32px;
    height:32px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.14);
    flex:0 0 32px;
}

.auth-field-v2{
    margin-bottom:18px;
}

.auth-field-v2 label{
    display:block;
    margin-bottom:9px;
    color:#222;
    font-size:14px;
    font-weight:900;
}

.auth-input-wrap-v2{
    position:relative;
}

.auth-input-wrap-v2 svg{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:21px;
    height:21px;
    color:#9aa0a6;
    pointer-events:none;
}

.auth-input-v2{
    width:100%;
    min-height:58px;
    border:1px solid #ecedf2;
    border-radius:17px;
    padding:13px 50px 13px 16px;
    outline:none;
    background:#fff;
    color:#111;
    transition:.2s;
}

.auth-input-v2:focus{
    border-color:rgba(25,103,210,.65);
    box-shadow:0 0 0 4px rgba(25,103,210,.08);
}

.auth-submit-v2{
    width:100%;
    min-height:58px;
    border:0;
    border-radius:17px;
    background:#111;
    color:#fff;
    font-weight:900;
    margin-top:8px;
    transition:.25s;
}

.auth-submit-v2:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(0,0,0,.16);
    background:#000;
    color:#fff;
}

.auth-login-link-v2{
    margin-top:24px;
    padding-top:22px;
    border-top:1px solid #ecedf2;
    text-align:center;
    color:#777;
    font-size:14px;
}

.auth-login-link-v2 a{
    color:#111;
    font-weight:900;
}

.auth-alert-v2{
    border:0;
    border-radius:18px;
    background:#fff1f1;
    color:#b42318;
    line-height:1.9;
    font-size:14px;
    padding:16px 18px;
}

.auth-note-v2{
    margin-top:16px;
    color:#888;
    line-height:1.9;
    font-size:13px;
}

.auth-actions-v2{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:2px 0 18px;
    color:#777;
    font-size:13px;
}

.auth-actions-v2 a{
    color:#111;
    font-weight:800;
}

@media(max-width:992px){
    .auth-v2{
        padding:48px 0 60px;
    }

    .auth-info-side-v2{
        min-height:auto;
        padding:34px;
    }

    .auth-info-side-v2 h2,
    .auth-title-v2{
        font-size:30px;
    }

    .auth-form-side-v2{
        min-height:auto;
        padding:34px;
    }
}

@media(max-width:576px){
    .auth-panel-v2{
        border-radius:26px;
    }

    .auth-info-side-v2{
        display:none;
    }

    .auth-form-side-v2{
        padding:28px 20px;
    }

    .auth-title-v2{
        font-size:25px;
    }
}


/* ===== quick-apply.php ===== */
.quick-apply-v2{
    position:relative;
    overflow:hidden;
    padding:76px 0 86px;
    background:#f6f7fb;
}
.quick-apply-v2::before{
    content:'';
    position:absolute;
    width:680px;
    height:680px;
    border-radius:50%;
    background:rgba(0,0,0,.035);
    right:-260px;
    top:-280px;
}
.quick-apply-v2::after{
    content:'';
    position:absolute;
    width:330px;
    height:330px;
    border-radius:50%;
    background:rgba(25,103,210,.07);
    left:-120px;
    bottom:-140px;
}
.quick-apply-wrapper-v2{position:relative;z-index:2;}
.quick-apply-panel-v2{
    background:#fff;
    border-radius:34px;
    box-shadow:0 24px 70px rgba(0,0,0,.08);
    overflow:hidden;
}
.quick-apply-info-v2{
    height:100%;
    min-height:720px;
    padding:48px;
    color:#fff;
    background:#111;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    position:relative;
    overflow:hidden;
}
.quick-apply-info-v2::before{
    content:'';
    position:absolute;
    width:390px;
    height:390px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    left:-135px;
    top:-125px;
}
.quick-apply-info-v2::after{
    content:'';
    position:absolute;
    width:230px;
    height:230px;
    border-radius:50%;
    background:rgba(255,255,255,.07);
    right:-90px;
    bottom:-80px;
}
.quick-apply-info-content-v2,
.quick-apply-benefits-v2,
.quick-apply-stats-v2{position:relative;z-index:2;}
.quick-apply-info-v2 h1{
    font-size:21px;
    line-height:1.55;
    font-weight:900;
    margin-bottom:16px;
    letter-spacing:-.8px;
}
.quick-apply-info-v2 p{
    color:rgba(255,255,255,.70);
    line-height:2.1;
    margin:0;
    font-size:15px;
}
.quick-apply-benefits-v2{display:grid;gap:14px;margin-top:34px;}
.quick-apply-benefit-v2{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:14px;
}
.quick-apply-benefit-v2 span{
    width:34px;
    height:34px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.14);
    flex:0 0 34px;
}
.quick-apply-stats-v2{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-top:30px;
}
.quick-apply-stat-v2{
    padding:18px;
    border-radius:20px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
}
.quick-apply-stat-v2 strong{display:block;font-size:24px;font-weight:900;color:#fff;margin-bottom:5px;}
.quick-apply-stat-v2 small{color:rgba(255,255,255,.62);font-weight:700;}
.quick-apply-form-side-v2{padding:46px;}
.quick-apply-mini-title-v2{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 16px;
    border-radius:999px;
    background:#f4f5f8;
    color:#555;
    margin-bottom:22px;
    font-size:14px;
    font-weight:800;
}
.quick-apply-title-v2{
    font-size:21px;
    line-height:1.55;
    font-weight:900;
    color:#111;
    margin-bottom:10px;
    letter-spacing:-.8px;
}
.quick-apply-text-v2{color:#777;line-height:2;font-size:15px;margin-bottom:28px;}
.qa-field-v2{margin-bottom:18px;position:relative;}
.qa-field-v2 label{display:block;margin-bottom:9px;color:#222;font-size:14px;}
.qa-input-wrap-v2{position:relative;}
.qa-input-wrap-v2 svg{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:21px;
    height:21px;
    color:#9aa0a6;
    pointer-events:none;
    z-index:2;
}
.qa-input-v2,
.qa-select-v2,
.qa-textarea-v2{
    width:100%;
    min-height:58px;
    border:1px solid #ecedf2 !important;
    border-radius:17px !important;
    padding:13px 50px 13px 16px !important;
    outline:none;
    background:#fff !important;
    color:#111 !important;
    transition:.2s;
    box-shadow:none !important;
}
.qa-textarea-v2{padding:15px 18px !important;line-height:2;min-height:132px;resize:vertical;}
.qa-input-v2:focus,
.qa-select-v2:focus,
.qa-textarea-v2:focus.focus,
.focus .ts-control{
    border-color:rgba(25,103,210,.65) !important;
    box-shadow:0 0 0 4px rgba(25,103,210,.08) !important;
}
.qa-help-v2{font-size:12px;color:#888;margin-top:8px;line-height:1.8;}
.qa-upload-v2{
    position:relative;
    border:1.5px dashed #cfd4dc;
    border-radius:22px;
    background:#fafafa;
    padding:26px 18px;
    text-align:center;
    transition:.2s;
    cursor:pointer;
}
.qa-upload-v2:hover{border-color:#111;background:#f5f5f5;}
.qa-upload-v2 input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;}
.qa-upload-icon-v2{
    width:54px;
    height:54px;
    margin:0 auto 13px;
    border-radius:18px;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:900;
}
.qa-upload-title-v2{font-weight:500;color:#111;margin-bottom:5px;}
.qa-upload-text-v2{color:#777;font-size:13px;line-height:1.9;}
.qa-upload-file-name-v2{margin-top:12px;color:#111;font-size:13px;font-weight:900;display:none;}
.qa-submit-v2{
    width:100%;
    min-height:60px;
    border:0;
    border-radius:18px;
    background:#111;
    color:#fff;
    margin-top:10px;
    transition:.25s;
}
.qa-submit-v2:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.16);background:#000;color:#fff;}
.qa-note-v2{margin-top:16px;color:#888;line-height:1.9;font-size:13px;text-align:center;}
.qa-alert-v2{border:0;border-radius:18px;line-height:1.9;font-size:14px;padding:16px 18px;}
.qa-alert-danger-v2{background:#fff1f1;color:#b42318;}
.qa-success-card-v2{
    background:#111;
    color:#fff;
    border-radius:30px;
    padding:44px;
    position:relative;
    overflow:hidden;
    box-shadow:0 24px 70px rgba(0,0,0,.12);
}
.qa-success-card-v2::before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    left:-110px;
    top:-120px;
}
.qa-success-content-v2{position:relative;z-index:2;}
.qa-success-icon-v2{
    width:70px;
    height:70px;
    border-radius:24px;
    background:rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:22px;
}
.qa-success-card-v2 h2{font-size:34px;line-height:1.6;font-weight:900;margin-bottom:12px;}
.qa-success-card-v2 p{color:rgba(255,255,255,.72);line-height:2;margin-bottom:20px;}
.qa-track-v2{
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.09);
    color:#fff;
    word-break:break-all;
    margin-bottom:22px;
}
.qa-track-v2 small{display:block;color:rgba(255,255,255,.62);margin-bottom:6px;}
.qa-success-actions-v2{display:flex;gap:12px;flex-wrap:wrap;}
.qa-success-actions-v2 a{border-radius:16px;padding:13px 18px;font-weight:900;}

.qa-category-search-wrap{
    position:relative;
}
.qa-category-native-hidden{
    position:absolute !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:1px !important;
    height:1px !important;
}
.qa-category-control{
    width:100%;
    min-height:58px;
    border:1px solid #ecedf2;
    border-radius:17px;
    background:#fff;
    color:#111;
    padding:0 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    cursor:pointer;
    transition:.2s;
}
.qa-category-control:hover,
.qa-category-control.is-open{
    border-color:rgba(25,103,210,.65);
    box-shadow:0 0 0 4px rgba(25,103,210,.08);
}
.qa-category-selected{
    color:#111;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.qa-category-selected.is-placeholder{color:#9aa0a6;font-weight:700;}
.qa-category-arrow{color:#777;font-size:14px;transition:.2s;}
.qa-category-control.is-open .qa-category-arrow{transform:rotate(180deg);}
.qa-category-dropdown{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    z-index:1005;
    background:#fff;
    border:1px solid #ecedf2;
    border-radius:18px;
    box-shadow:0 18px 48px rgba(0,0,0,.13);
    padding:12px;
    display:none;
}
.qa-category-dropdown.is-open{display:block;}
.qa-category-search-input{
    width:100%;
    min-height:46px;
    border:1px solid #ecedf2;
    border-radius:14px;
    padding:10px 14px;
    outline:none;
    color:#111;
    background:#f8f9fb;
    margin-bottom:10px;
}
.qa-category-search-input:focus{border-color:#111;background:#fff;}
.qa-category-options{
    max-height:230px;
    overflow-y:auto;
    padding-left:3px;
}
.qa-category-option{
    padding:12px 13px;
    border-radius:13px;
    cursor:pointer;
    color:#222;
    font-weight:700;
    font-size:14px;
    line-height:1.7;
}
.qa-category-option:hover,
.qa-category-option.is-active{background:#f4f5f8;color:#000;}
.qa-category-empty{
    padding:14px;
    color:#777;
    font-size:13px;
    text-align:center;
}

.autocomplete-box{
    position:absolute;
    z-index:1000;
    width:100%;
    background:#fff;
    border:1px solid #ecedf2;
    border-radius:16px;
    display:none;
    max-height:240px;
    overflow-y:auto;
    box-shadow:0 16px 42px rgba(0,0,0,.10);
    margin-top:8px;
}
.autocomplete-item{padding:13px 15px;cursor:pointer;color:#222;font-size:14px;}
.autocomplete-item:hover{background:#f5f6f8;}
@media(max-width:992px){
    .quick-apply-v2{padding:48px 0 60px;}
    .quick-apply-info-v2{min-height:auto;padding:34px;}
    .quick-apply-info-v2 h1,.quick-apply-title-v2{font-size:30px;}
    .quick-apply-form-side-v2{padding:34px;}
}
@media(max-width:576px){
    .quick-apply-panel-v2,.qa-success-card-v2{border-radius:26px;}
    .quick-apply-info-v2{display:none;}
    .quick-apply-form-side-v2{padding:28px 20px;}
    .quick-apply-title-v2{font-size:25px;}
    .quick-apply-stats-v2{grid-template-columns:1fr;}
    .qa-success-card-v2{padding:30px 22px;}
}


/* ===== register.php ===== */
.auth-v2{
    position:relative;
    overflow:hidden;
    padding:76px 0 86px;
    background:#f6f7fb;
}

.auth-v2::before{
    content:'';
    position:absolute;
    width:620px;
    height:620px;
    border-radius:50%;
    background:rgba(0,0,0,.035);
    right:-230px;
    top:-260px;
}

.auth-v2::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(25,103,210,.08);
    left:-110px;
    bottom:-130px;
}

.auth-wrapper-v2{
    position:relative;
    z-index:2;
}

.auth-panel-v2{
    background:#fff;
    border-radius:34px;
    box-shadow:0 24px 70px rgba(0,0,0,.08);
    overflow:hidden;
}

.auth-form-side-v2{
    padding:46px;
}

.auth-info-side-v2{
    height:100%;
    min-height:620px;
    padding:48px;
    color:#fff;
    background:#111;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    position:relative;
    overflow:hidden;
}

.auth-info-side-v2::before{
    content:'';
    position:absolute;
    width:360px;
    height:360px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    left:-130px;
    top:-120px;
}

.auth-info-side-v2::after{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(255,255,255,.07);
    right:-90px;
    bottom:-80px;
}

.auth-info-content-v2,
.auth-benefits-v2{
    position:relative;
    z-index:2;
}

.auth-mini-title-v2{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 16px;
    border-radius:999px;
    background:#f4f5f8;
    color:#555;
    margin-bottom:22px;
    font-size:14px;
    font-weight:800;
}

.auth-title-v2{
    font-size:38px;
    line-height:1.55;
    font-weight:900;
    color:#111;
    margin-bottom:12px;
    letter-spacing:-.8px;
}

.auth-text-v2{
    color:#777;
    line-height:2;
    font-size:15px;
    margin-bottom:30px;
}

.auth-info-side-v2 h2{
    font-size:38px;
    line-height:1.55;
    font-weight:900;
    margin-bottom:16px;
}

.auth-info-side-v2 p{
    color:rgba(255,255,255,.68);
    line-height:2.1;
    margin:0;
}

.auth-benefits-v2{
    display:grid;
    gap:14px;
    margin-top:34px;
}

.auth-benefit-v2{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-weight:800;
    font-size:14px;
}

.auth-benefit-v2 span{
    width:32px;
    height:32px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.14);
    flex:0 0 32px;
}

.auth-field-v2{
    margin-bottom:18px;
}

.auth-field-v2 label{
    display:block;
    margin-bottom:9px;
    color:#222;
    font-size:14px;
    font-weight:900;
}

.auth-input-wrap-v2{
    position:relative;
}

.auth-input-wrap-v2 svg{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:21px;
    height:21px;
    color:#9aa0a6;
    pointer-events:none;
}

.auth-input-v2{
    width:100%;
    min-height:58px;
    border:1px solid #ecedf2;
    border-radius:17px;
    padding:13px 50px 13px 16px;
    outline:none;
    background:#fff;
    color:#111;
    transition:.2s;
}

.auth-input-v2:focus{
    border-color:rgba(25,103,210,.65);
    box-shadow:0 0 0 4px rgba(25,103,210,.08);
}

.auth-submit-v2{
    width:100%;
    min-height:58px;
    border:0;
    border-radius:17px;
    background:#111;
    color:#fff;
    font-weight:900;
    margin-top:8px;
    transition:.25s;
}

.auth-submit-v2:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(0,0,0,.16);
    background:#000;
    color:#fff;
}

.auth-login-link-v2{
    margin-top:24px;
    padding-top:22px;
    border-top:1px solid #ecedf2;
    text-align:center;
    color:#777;
    font-size:14px;
}

.auth-login-link-v2 a{
    color:#111;
    font-weight:900;
}

.auth-alert-v2{
    border:0;
    border-radius:18px;
    background:#fff1f1;
    color:#b42318;
    line-height:1.9;
    font-size:14px;
    padding:16px 18px;
}

.auth-note-v2{
    margin-top:16px;
    color:#888;
    line-height:1.9;
    font-size:13px;
}

@media(max-width:992px){
    .auth-v2{
        padding:48px 0 60px;
    }

    .auth-info-side-v2{
        min-height:auto;
        padding:34px;
    }

    .auth-info-side-v2 h2,
    .auth-title-v2{
        font-size:30px;
    }

    .auth-form-side-v2{
        padding:34px;
    }
}

@media(max-width:576px){
    .auth-panel-v2{
        border-radius:26px;
    }

    .auth-info-side-v2{
        display:none;
    }

    .auth-form-side-v2{
        padding:28px 20px;
    }

    .auth-title-v2{
        font-size:25px;
    }
}


/* ===== job-categories/index.php ===== */
.job-categories-page{
    background:#f2f2f2;
}

.categories-hero-section{
    background:#0b0b0d;
    color:#fff;
    padding:72px 0 64px;
    position:relative;
    overflow:hidden;
}

.categories-hero-section::before{
    content:'';
    position:absolute;
    inset:-30% auto auto -15%;
    width:560px;
    height:560px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
}

.categories-hero-section::after{
    content:'';
    position:absolute;
    right:-120px;
    bottom:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.08);
}

.categories-hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
}

.categories-mini-title{
    display:inline-flex;
    align-items:center;
    padding:9px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    margin-bottom:22px;
    font-size:14px;
s}

.categories-main-title{
    color:#fff;
    font-size:27px;
    line-height:1.45;
    font-weight:900;
    letter-spacing:-1px;
    margin-bottom:16px;
}

.categories-main-desc{
    color:rgba(255,255,255,.72);
    font-size:16px;
    line-height:2;
    margin:0;
}

.categories-list-section{
    background:#f2f2f2;
    padding:78px 0 90px;
}

.section-head-v2{
    text-align:right;
    margin-bottom:42px;
}

.section-head-v2 h2{
    color:#111;
    font-size:27px;
    font-weight:900;
    margin-bottom:12px;
}

.section-head-v2 p{
    color:#777;
    font-size:15px;
    margin:0;
}

.categories-v2{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.category-box-v2{
    background:#fff;
    border:1px solid rgba(0,0,0,.04);
    border-radius:28px;
    padding:28px;
    color:#111;
    text-decoration:none;
    transition:.25s ease;
    box-shadow:0 16px 42px rgba(0,0,0,.045);
}

.category-box-v2:hover{
    transform:translateY(-6px);
    color:#111;
    box-shadow:0 24px 58px rgba(0,0,0,.09);
}

.category-icon-v2{
    width:62px;
    height:62px;
    border-radius:20px;
    background:#f4f5f8;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    font-size:22px;
    overflow:hidden;
}

.category-icon-v2 img{
    max-width:34px;
    max-height:34px;
}

.category-box-v2 h5{
    font-size:17px;
    font-weight:900;
    margin-bottom:8px;
}

.category-box-v2 p{
    margin:0;
    color:#777;
    font-size:13px;
}

.categories-pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:42px;
}

.categories-pagination a,
.categories-pagination span{
    min-width:42px;
    height:42px;
    padding:0 14px;
    border-radius:14px;
    background:#fff;
    color:#111;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:900;
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 10px 24px rgba(0,0,0,.035);
}

.categories-pagination .active{
    background:#111;
    color:#fff;
}

.categories-pagination .disabled{
    opacity:.45;
    pointer-events:none;
}

.empty-state{
    background:#fff;
    border-radius:28px;
    padding:38px;
    text-align:center;
    color:#777;
    box-shadow:0 16px 42px rgba(0,0,0,.045);
}

@media(max-width:992px){
    .categories-v2{
        grid-template-columns:repeat(2,1fr);
    }

    .categories-main-title{
        font-size:34px;
    }
}

@media(max-width:768px){
    .categories-hero-section{
        padding:48px 0;
    }

    .categories-v2{
        grid-template-columns:1fr;
    }

    .categories-main-title{
        font-size:30px;
    }

    .section-head-v2 h2{
        font-size:30px;
    }
}


/* ===== jobs/apply.php ===== */
.job-apply-page{
    background:#f2f2f2;
}

.apply-wrap{
    direction:rtl;
    color:#111;
}

.apply-hero{
    background:#0b0b0d;
    color:#fff;
    padding:54px 0 46px;
    position:relative;
    overflow:hidden;
}

.apply-hero::before{
    content:'';
    position:absolute;
    inset:-220px auto auto -160px;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
}

.apply-hero::after{
    content:'';
    position:absolute;
    right:-110px;
    bottom:-170px;
    width:420px;
    height:420px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.08);
}

.apply-hero-inner{
    position:relative;
    z-index:2;
}

.apply-badge{
    display:inline-flex;
    align-items:center;
    padding:9px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    margin-bottom:22px;
    font-size:14px;
}

.apply-title{
    color:#fff;
    font-size:27px;
    line-height:1.45;
    font-weight:900;
    margin:0 0 12px;
}

.apply-subtitle{
    color:rgba(255,255,255,.72);
    font-size:16px;
    line-height:2;
    margin:0;
}

.apply-main{
    padding:46px 0 80px;
    position:relative;
    z-index:3;
}

.apply-layout{
    display:grid;
    grid-template-columns:minmax(0,2fr) minmax(280px,1fr);
    gap:24px;
    align-items:start;
}

.apply-card,
.apply-side-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.045);
    border-radius:28px;
    box-shadow:0 16px 42px rgba(0,0,0,.055);
}

.apply-card{
    padding:28px;
}

.apply-side-card{
    padding:24px;
}

.apply-card-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:26px;
    padding-bottom:20px;
    border-bottom:1px solid #f0f0f0;
}

.apply-card-title{
    margin:0;
    color:#111;
    font-size:24px;
    font-weight:900;
}

.apply-card-desc{
    color:#777;
    margin:8px 0 0;
    line-height:1.9;
    font-size:14px;
}

.apply-back-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:42px;
    padding:0 16px;
    border-radius:14px;
    background:#f4f5f8;
    color:#111;
    text-decoration:none;
    font-size:13px;
    transition:.25s ease;
}

.apply-back-link:hover{
    background:#111;
    color:#fff;
}

.apply-back-link img{
    width:13px;
    height:17px;
    display:block;
    transition:.25s ease;
}

.apply-back-link:hover img{
    filter:invert(1);
    transform:translateX(3px);
}

.apply-alert{
    border-radius:18px;
    padding:16px 18px;
    margin-bottom:22px;
    background:#fff1f1;
    color:#9f1239;
    border:1px solid #fecdd3;
    font-size:14px;
    line-height:2;
}

.apply-alert ul{
    margin:0;
    padding-right:18px;
}

.apply-warning{
    border-radius:18px;
    padding:16px 18px;
    background:#fff8e6;
    color:#8a5a00;
    border:1px solid #ffe2a8;
    line-height:2;
}

.apply-warning a{
    color:#111;
    font-weight:900;
}

.apply-form-group{
    margin-bottom:24px;
}

.apply-label{
    display:block;
    margin-bottom:10px;
    color:#111;
    font-size:14px;
    font-weight:900;
}

.apply-select,
.apply-textarea{
    width:100%;
    border:1px solid #ececec;
    outline:0;
    background:#f7f8fb;
    color:#111;
    border-radius:18px;
    padding:0 18px;
    font-size:14px;
    transition:.2s ease;
}

.apply-select{
    height:58px;
}

.apply-textarea{
    min-height:170px;
    padding-top:16px;
    line-height:2;
    resize:vertical;
}

.apply-select:focus,
.apply-textarea:focus{
    background:#fff;
    border-color:#111;
    box-shadow:0 0 0 4px rgba(0,0,0,.055);
}

.apply-help{
    color:#777;
    font-size:13px;
    line-height:1.9;
    margin-top:8px;
}

.apply-submit-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-top:30px;
}

.apply-submit-btn{
    min-height:54px;
    padding:0 28px;
    border:0;
    border-radius:16px;
    background:#111;
    color:#fff;
    font-weight:900;
    transition:.25s ease;
}

.apply-submit-btn:hover{
    background:#000;
    transform:translateY(-2px);
    box-shadow:0 16px 38px rgba(0,0,0,.18);
}

.apply-submit-note{
    color:#777;
    font-size:13px;
    line-height:1.8;
}

.apply-job-box{
    display:flex;
    gap:14px;
    align-items:center;
    margin-bottom:22px;
    padding:16px;
    border-radius:22px;
    background:#f7f8fb;
    border:1px solid #efefef;
}

.apply-job-logo{
    width:64px;
    height:64px;
    flex:0 0 64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    background:#111;
    color:#fff;
    font-size:22px;
    font-weight:900;
    overflow:hidden;
}

.apply-job-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.apply-job-title{
    margin:0;
    color:#111;
    font-size:16px;
    line-height:1.8;
    font-weight:900;
}

.apply-job-company{
    color:#777;
    font-size:13px;
    font-weight:700;
}

.apply-side-title{
    color:#111;
    margin:0 0 18px;
    font-size:18px;
    font-weight:900;
}

.apply-step-list{
    display:grid;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
}

.apply-step-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:13px;
    border-radius:18px;
    background:#f7f8fb;
    color:#444;
    line-height:1.9;
    font-size:13px;
    font-weight:700;
}

.apply-step-list span{
    width:24px;
    height:24px;
    flex:0 0 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#111;
    color:#fff;
    font-size:12px;
    font-weight:900;
}

.resume-main-badge{
    display:inline-flex;
    align-items:center;
    margin-right:6px;
    padding:3px 8px;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-size:11px;
    font-weight:900;
}

@media(max-width:992px){
    .apply-layout{
        grid-template-columns:1fr;
    }

    .apply-hero{
        padding:42px 0 40px;
    }

    .apply-title{
        font-size:30px;
    }
}

@media(max-width:576px){
    .apply-card,
    .apply-side-card{
        padding:22px;
        border-radius:24px;
    }

    .apply-card-head,
    .apply-submit-row{
        flex-direction:column;
        align-items:stretch;
    }

    .apply-back-link,
    .apply-submit-btn{
        width:100%;
    }
}


/* ===== jobs/index.php ===== */
.jobs-page{
    background:#f2f2f2;
}

.jobs-hero-section{
    background:#0b0b0d;
    color:#fff;
    padding:72px 0 64px;
    position:relative;
    overflow:hidden;
}

.jobs-hero-section::before{
    content:'';
    position:absolute;
    inset:-30% auto auto -15%;
    width:560px;
    height:560px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    filter:blur(2px);
}

.jobs-hero-section::after{
    content:'';
    position:absolute;
    right:-120px;
    bottom:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.08);
}

.jobs-hero-box{
    position:relative;
    z-index:2;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    padding:0!important;
}

.jobs-hero-content{
    max-width:760px;
    margin-bottom:34px;
}

.jobs-mini-title{
    display:inline-flex;
    align-items:center;
    padding:9px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.12);
    margin-bottom:22px;
    font-size:20px;
    font-weight:800;
}

.jobs-main-title{
    color:#fff!important;
    font-size:52px;
    line-height:1.45;
    font-weight:900;
    letter-spacing:-1px;
    margin-bottom:16px;
}

.jobs-main-desc{
    color:rgba(255,255,255,.72)!important;
    font-size:18px;
    line-height:2;
    margin:0;
}

.jobs-search-box{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 150px;
    gap:16px;
    align-items:end;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
}

.jobs-search-field{
    display:block;
}

.jobs-search-field label{
    display:block;
    color:#fff!important;
    font-size:18px;
    margin-bottom:10px;
}

.jobs-search-field input,
.jobs-search-field select{
    width:100%;
    height:58px;
    background:#f7f8fb!important;
    border:1px solid rgba(255,255,255,.08)!important;
    outline:0;
    border-radius:16px!important;
    padding:0 18px;
    color:#111!important;
    font-size:15px;
    box-shadow:0 18px 42px rgba(0,0,0,.18);
}

.jobs-search-field select{
    cursor:pointer;
}

.jobs-search-field input::placeholder{
    color:#9a9a9a;
}

.jobs-search-btn{
    height:58px;
    width:100%;
    border:0;
    border-radius:16px;
    background:#fff;
    color:#111;
    font-size:18px;
    box-shadow:0 18px 42px rgba(0,0,0,.22);
    transition:.25s ease;
}

.jobs-search-btn:hover{
    background:#f2f2f2;
}

.jobs-list-section{
    background:#f2f2f2;
    padding:88px 0;
}

.jobs-filter-box{
    background:#fff!important;
    border-radius:28px;
    padding:28px;
    border:1px solid rgba(0,0,0,.05);
    box-shadow:0 16px 42px rgba(0,0,0,.045);
    position:sticky;
    top:24px;
}

.jobs-filter-title{
    color:#111;
    font-size:18px;
    font-weight:900;
    margin-bottom:14px;
}

.jobs-filter-clear{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#111;
    color:#fff!important;
    text-decoration:none;
    border-radius:12px;
    padding:9px 14px;
    font-size:15px;
    font-weight:900;
}

.jobs-filter-separator{
    height:1px;
    background:#f0f0f0;
    margin:22px 0;
}

.jobs-filter-summary{
    color:#111;
    font-size:15px;
    line-height:2;
    margin-bottom:12px;
}

.jobs-filter-summary strong{
    font-size:28px;
    font-weight:900;
    margin-left:6px;
}

.jobs-filter-help{
    color:#777;
    font-size:15px;
    line-height:2;
}

.jobs-list-wrapper{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.job-v6-card{
    display:flex;
    gap:22px;
    background:#fff!important;
    border-radius:28px;
    border:1px solid rgba(0,0,0,.05);
    padding:24px;
    box-shadow:0 16px 42px rgba(0,0,0,.045);
    transition:.25s ease;
}

.job-v6-card:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 60px rgba(0,0,0,.09);
}

.job-v6-logo{
    flex:0 0 74px;
    width:74px;
    height:74px;
    border-radius:24px;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    font-size:22px;
    overflow:hidden;
}

.job-v6-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.job-v6-content{
    flex:1;
    min-width:0;
}

.job-v6-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-bottom:14px;
}

.job-v6-title{
    margin:0 0 6px;
    font-size:21px;
    line-height:1.7;
    font-weight:900;
}

.job-v6-title a{
    color:#111!important;
    text-decoration:none!important;
}

.job-v6-company{
    color:#777;
    font-size:15px;
    line-height:1.9;
}

.job-v6-company span{
    color:#999;
}

.job-v6-badge,
.job-v6-featured{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    padding:8px 14px;
    font-size:15px;
    font-weight:800;
    white-space:nowrap;
}

.job-v6-badge{
    background:#f4f5f8;
    color:#555;
}

.job-v6-featured{
    background:#111;
    color:#fff;
    box-shadow:0 8px 22px rgba(0,0,0,.14);
}

.job-v6-badge.badge-full-time{
    background:#eef7f1;
    color:#1f7a3f;
}

.job-v6-badge.badge-part-time{
    background:#fff6e7;
    color:#a66500;
}

.job-v6-badge.badge-remote{
    background:#fff4d8;
    color:#8a6616;
}

.job-v6-badge.badge-internship{
    background:#f4efff;
    color:#6b3fc4;
}

.job-v6-badge.badge-contract{
    background:#fff0f0;
    color:#b13b3b;
}

.job-v6-badge.badge-hybrid{
    background:#eef8f8;
    color:#147575;
}

.job-v6-badge.badge-default{
    background:#f4f5f8;
    color:#555;
}

.job-v6-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:16px 0;
}

.job-v6-meta span{
    display:inline-flex;
    align-items:center;
    gap:7px;
    border-radius:999px;
    padding:8px 13px;
    background:#f4f5f8;
    color:#555;
    font-size:15px;
    line-height:1.6;
}

.job-meta-icon{
    width:16px;
    height:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#111;
    opacity:.78;
    flex:0 0 16px;
}

.job-meta-icon svg{
    width:16px;
    height:16px;
    display:block;
    stroke:currentColor;
}

.job-v6-desc{
    color:#666;
    font-size:18px;
    line-height:2;
    margin:0 0 18px;
}

.job-v6-footer{
    display:flex;
    justify-content:flex-end;
    padding-top:16px;
    border-top:1px solid #f0f0f0;
}

.job-v6-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    background:#111;
    color:#fff!important;
    border-radius:12px;
    padding:10px 16px;
    font-size:15px;
    font-weight:900;
    text-decoration:none!important;
    transition:.25s ease;
}

.job-v6-link img{
    width:14px;
    height:18px;
    display:block;
    filter:invert(1);
}

.job-v6-link:hover{
    background:#000;
    transform:translateX(-4px);
}

.empty-state{
    padding:32px;
    color:#777;
    text-align:center;
}

@media(max-width:992px){
    .jobs-search-box{
        grid-template-columns:1fr 1fr;
    }

    .jobs-search-btn{
        grid-column:1 / -1;
    }

    .jobs-filter-box{
        position:static;
    }
}

@media(max-width:768px){
    .jobs-hero-section{
        padding:48px 0;
    }

    .jobs-main-title{
        font-size:30px;
    }

    .jobs-search-box{
        grid-template-columns:1fr;
    }

    .job-v6-card{
        flex-direction:column;
    }

    .job-v6-top{
        flex-direction:column;
    }
}


/* ===== jobs/show.php ===== */
.job-detail-page{
        background:#f2f2f2;
    }

    .dj-wrap{
        direction:rtl;
        color:#111;
        background:#f2f2f2;
    }

    .dj-hero{
        position:relative;
        padding:72px 0 62px;
        overflow:hidden;
        background:#0b0b0d;
        color:#fff;
    }

    .dj-hero::before{
        content:'';
        position:absolute;
        inset:-30% auto auto -15%;
        width:560px;
        height:560px;
        border-radius:50%;
        background:rgba(255,255,255,.06);
        filter:blur(2px);
    }

    .dj-hero::after{
        content:'';
        position:absolute;
        right:-120px;
        bottom:-180px;
        width:420px;
        height:420px;
        border-radius:50%;
        border:1px solid rgba(255,255,255,.08);
    }

    .dj-hero-card{
        position:relative;
        z-index:2;
        display:grid;
        grid-template-columns:92px 1fr 220px;
        gap:24px;
        align-items:center;
        padding:30px;
        border:1px solid rgba(255,255,255,.10);
        border-radius:34px;
        !background:rgba(147,149,152,0.6);
        box-shadow:0 28px 75px rgba(0,0,0,.24);
    }

    .dj-logo{
        width:110px;
        height:110px;
        display:flex;
        align-items:center;
        justify-content:center;
        flex:0 0 92px;
        overflow:hidden;
        color:#fff;
        font-size:34px;
        font-weight:900;
        background:#111;
    }

    .dj-logo img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .dj-company{
        display:inline-flex;
        align-items:center;
        gap:8px;
        margin-bottom:12px;
        padding:8px 14px;
        border-radius:999px;
        color:#fff;
        font-size:13px;   
        background:rgba(255,255,255,.08);
        border:1px solid rgba(255,255,255,.12);
    }

    .dj-company svg,
    .dj-meta svg,
    .dj-info-ico svg,
    .dj-section-icon svg{
        width:18px;
        height:18px;
        flex:0 0 18px;
        stroke:currentColor;
        stroke-width:2;
        fill:none;
        stroke-linecap:round;
        stroke-linejoin:round;
    }

    .dj-title{
        margin:0 0 18px;
        color:#fff;
        font-size:clamp(27px,3vw,27px);
        font-weight:900;
        line-height:1.45;
        letter-spacing:-.5px;
    }

    .dj-meta{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
        margin:0;
        padding:0;
        list-style:none;
    }

    .dj-meta li,
    .dj-chip{
        display:inline-flex;
        align-items:center;
        gap:8px;
        padding:9px 13px;
        border:1px solid rgba(255,255,255,.10);
        border-radius:999px;
        color:rgba(255,255,255,.78);
        font-size:13px;
        background:rgba(255,255,255,.06);
    }

    .dj-actions{
        display:flex;
        flex-direction:column;
        gap:12px;
    }

    .dj-btn-primary,
    .dj-btn-outline{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        gap:9px;
        min-height:52px;
        border-radius:16px;
        font-weight:900;
        text-decoration:none!important;
        transition:.25s ease;
    }

    .dj-btn-primary{
        color:#111!important;
        background:#fff;
        border:1px solid #fff;
        box-shadow:0 18px 42px rgba(0,0,0,.18);
    }

    .dj-btn-primary:hover{
        transform:translateY(-2px);
        background:#f2f2f2;
        border-color:#f2f2f2;
        color:#111!important;
    }

    .dj-btn-outline{
        color:#fff!important;
        background:rgba(255,255,255,.06);
        border:1px solid rgba(255,255,255,.12);
    }

    .dj-btn-outline:hover{
        color:#fff!important;
        background:rgba(255,255,255,.10);
    }

    .dj-main{
        padding:54px 0 86px;
        background:#f2f2f2;
    }

    .dj-card,
    .dj-side-card{
        margin-bottom:24px;
        padding:28px;
        border:1px solid rgba(0,0,0,.045);
        border-radius:30px;
        background:#fff;
        box-shadow:0 16px 44px rgba(0,0,0,.045);
    }

    .dj-section-head{
        display:flex;
        align-items:center;
        gap:12px;
        margin-bottom:18px;
    }

    .dj-section-icon{
        width:44px;
        height:44px;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        border-radius:16px;
        color:#111;
        background:#f4f5f8;
    }

    .dj-section-title{
        margin:0;
        color:#111;
        font-size:20px;
        font-weight:900;
    }

    .dj-text{
        color:#555;
        font-size:15px;
        line-height:2.15;
    }

    .dj-text:empty::before{
        content:'توضیحی ثبت نشده است.';
        color:#999;
    }

    .dj-skills{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
    }

    .dj-skill{
        padding:9px 14px;
        border:1px solid #ececec;
        border-radius:999px;
        color:#111;
        font-size:13px;
        font-weight:900;
        background:#f6f7f9;
    }

    .dj-sidebar{
        position:sticky;
        top:96px;
    }

    .dj-side-title{
        margin:0 0 18px;
        color:#111;
        font-size:18px;
        font-weight:900;
    }

    .dj-info-list{
        display:grid;
        gap:12px;
    }

    .dj-info-item{
        display:grid;
        grid-template-columns:44px 1fr;
        gap:12px;
        align-items:center;
        padding:14px;
        border-radius:18px;
        background:#f7f8fb;
        border:1px solid #f0f0f0;
    }

    .dj-info-ico{
        width:44px;
        height:44px;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        border-radius:15px;
        color:#111;
        background:#fff;
        border:1px solid #ececec;
    }

    .dj-info-item span{
        display:block;
        margin-bottom:3px;
        color:#777;
        font-size:12px;
        font-weight:800;
    }

    .dj-info-item strong{
        display:block;
        color:#111;
        font-size:14px;
        line-height:1.7;
    }

    .dj-company-box{
        display:flex;
        gap:14px;
        align-items:center;
        padding:14px;
        border-radius:20px;
        background:#f7f8fb;
        border:1px solid #f0f0f0;
    }

    .dj-company-logo-sm{
        width:62px;
        height:62px;
        display:flex;
        align-items:center;
        justify-content:center;
        flex:0 0 62px;
        border-radius:18px;
        color:#fff;
        font-size:24px;
        font-weight:900;
        background:#111;
        border:1px solid #111;
        overflow:hidden;
    }

    .dj-company-logo-sm img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .dj-company-name{
        display:block;
        color:#111;
        font-size:15px;
        font-weight:900;
        line-height:1.7;
    }

    .dj-company-link{
        display:inline-flex;
        margin-top:4px;
        color:#111;
        font-size:13px;
        font-weight:900;
        text-decoration:none;
        border-bottom:1px solid #111;
    }

    .dj-company-desc{
        margin-top:16px;
        color:#666;
        font-size:14px;
        line-height:2;
    }

    .dj-mobile-apply{
        display:none;
    }

    @media(max-width:991px){
        .dj-hero{
            padding:44px 0 36px;
        }

        .dj-hero-card{
            grid-template-columns:76px 1fr;
            padding:22px;
            gap:16px;
        }

        .dj-logo{
            width:76px;
            height:76px;
            flex-basis:76px;
            border-radius:20px;
        }

        .dj-actions{
            grid-column:1 / -1;
        }

        .dj-sidebar{
            position:static;
        }
    }

    @media(max-width:575px){
        .dj-hero-card{
            grid-template-columns:1fr;
            text-align:center;
        }

        .dj-logo{
            margin:0 auto;
        }

        .dj-meta{
            justify-content:center;
        }

        .dj-card,
        .dj-side-card{
            padding:20px;
            border-radius:22px;
        }

        .dj-mobile-apply{
            position:fixed;
            right:14px;
            left:14px;
            bottom:14px;
            z-index:999;
            display:block;
        }

        .dj-mobile-apply .dj-btn-primary{
            width:100%;
            color:#fff!important;
            background:#111;
            border-color:#111;
        }
    }


/* ===== candidate/applications/index.php ===== */
.candidate-applications-page{
    background:#f2f2f2;
}

.candidate-hero{
    position:relative;
    overflow:hidden;
    min-height:214px;
    background:#111;
    color:#fff;
    border-radius:32px;
    padding:34px;
    margin-bottom:26px;
    box-shadow:0 22px 55px rgba(0,0,0,.10);
}

.candidate-hero::before{
    content:'';
    position:absolute;
    top:-155px;
    left:-120px;
    width:360px;
    height:360px;
    border-radius:50%;
    background:rgba(255,255,255,.07);
}

.candidate-hero::after{
    content:'';
    position:absolute;
    right:-130px;
    bottom:-170px;
    width:330px;
    height:330px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.08);
}

.candidate-hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
}

.candidate-hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-size:13px;
    font-weight:800;
    margin-bottom:20px;
}

.candidate-hero h1{
    margin:0 0 12px;
    font-size:34px;
    line-height:1.55;
    font-weight:900;
    letter-spacing:-.7px;
}

.candidate-hero p{
    color:rgba(255,255,255,.72);
    margin:0;
    line-height:2;
    font-size:15px;
}

.candidate-hero-actions{
    position:relative;
    z-index:2;
    margin-top:28px;
}

.candidate-btn-light{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 20px;
    border-radius:14px;
    background:#fff;
    color:#111!important;
    text-decoration:none!important;
    font-weight:900;
    border:0;
}

.applications-card{
    background:#fff;
    border-radius:28px;
    border:1px solid rgba(0,0,0,.04);
    box-shadow:0 18px 45px rgba(0,0,0,.055);
    overflow:hidden;
}

.applications-card-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:26px 28px;
    border-bottom:1px solid #f0f0f0;
}

.applications-card-title{
    margin:0;
    font-size:22px;
    font-weight:900;
    color:#111;
}

.applications-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:34px;
    padding:0 12px;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-weight:900;
    font-size:14px;
}

.applications-list{
    display:flex;
    flex-direction:column;
}

.application-item{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:18px;
    padding:24px 28px;
    border-bottom:1px solid #f3f3f3;
}

.application-item:last-child{
    border-bottom:0;
}

.application-title{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:12px;
}

.application-logo{
    width:54px;
    height:54px;
    border-radius:18px;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:900;
    flex:0 0 54px;
}

.application-title h3{
    margin:0 0 5px;
    font-size:19px;
    font-weight:900;
    line-height:1.55;
    color:#111;
}

.application-company{
    color:#777;
    font-size:14px;
    line-height:1.8;
}

.application-meta{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}

.application-meta span,
.application-meta a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:#f5f5f5;
    color:#555;
    border-radius:999px;
    padding:8px 12px;
    font-size:13px;
    line-height:1.6;
    text-decoration:none!important;
}

.application-actions{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:center;
    gap:12px;
}

.status-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 14px;
    border-radius:999px;
    font-size:13px;
    font-weight:900;
    white-space:nowrap;
}

.status-secondary{background:#f1f2f4;color:#555;}
.status-warning{background:#fff4df;color:#9a6500;}
.status-info{background:#eaf5ff;color:#c59b32;}
.status-primary{background:#fff4d8;color:#8a6616;}
.status-success{background:#e9f8ef;color:#168a43;}
.status-danger{background:#ffecec;color:#c83535;}
.status-dark{background:#111;color:#fff;}

.application-view{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 15px;
    border-radius:13px;
    background:#111;
    color:#fff!important;
    font-size:13px;
    font-weight:900;
    text-decoration:none!important;
}

.empty-application{
    padding:56px 24px;
    text-align:center;
}

.empty-application-icon{
    width:72px;
    height:72px;
    border-radius:24px;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 18px;
    font-size:28px;
    font-weight:900;
}

.empty-application h3{
    margin:0 0 10px;
    font-size:22px;
    font-weight:900;
}

.empty-application p{
    color:#777;
    margin:0 0 22px;
    line-height:2;
}

@media(max-width:992px){
    .resume-layout{
        grid-template-columns:1fr;
    }

    .application-item{
        grid-template-columns:1fr;
    }

    .application-actions{
        align-items:flex-start;
    }
}

@media(max-width:768px){
    .resume-shell{
        padding:40px 0 64px;
    }

    .candidate-hero{
        border-radius:24px;
        padding:26px;
    }

    .candidate-hero h1{
        font-size:26px;
    }

    .applications-card-header,
    .application-item{
        padding:22px;
    }
}

/* DotOne gold theme overrides */
:root{
    --gold:#c59b32;
    --gold-dark:#a98224;
    --gold-soft:#fff4d8;
}
.btn-primary,
.super-btn-primary{
    background:var(--gold)!important;
    border-color:var(--gold)!important;
    color:#111!important;
}
.btn-primary:hover,
.super-btn-primary:hover{
    background:var(--gold-dark)!important;
    border-color:var(--gold-dark)!important;
    color:#fff!important;
}
.text-primary{color:var(--gold)!important;}
.bg-primary{background-color:var(--gold)!important;}
.border-primary{border-color:var(--gold)!important;}
a{--bs-link-color:var(--gold);--bs-link-hover-color:var(--gold-dark);}

.jobs-pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:36px;
}
.jobs-pagination a,
.jobs-pagination span{
    min-width:42px;
    height:42px;
    padding:0 14px;
    border-radius:14px;
    background:#fff;
    color:#111;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:900;
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 10px 24px rgba(0,0,0,.035);
}
.jobs-pagination .active{
    background:#111;
    color:#fff;
}
.jobs-pagination .disabled{
    opacity:.45;
    pointer-events:none;
}

.auth-page{background:#f2f2f2;}
.auth-shell{
    min-height:calc(100vh - 220px);
    display:flex;
    align-items:center;
    padding:70px 0;
    background:#f2f2f2;
}
.auth-card-dotone{
    max-width:540px;
    margin:0 auto;
    background:#fff;
    border-radius:30px;
    padding:34px;
    box-shadow:0 18px 52px rgba(0,0,0,.07);
    border:1px solid rgba(0,0,0,.05);
}
.auth-card-head{
    background:#111;
    color:#fff;
    border-radius:24px;
    padding:28px;
    margin-bottom:24px;
}
.auth-badge{
    display:inline-flex;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.12);
    font-size:13px;
    font-weight:900;
    margin-bottom:16px;
}
.auth-card-head h1{
    font-size:28px;
    font-weight:900;
    margin:0 0 10px;
}
.auth-card-head p{
    color:rgba(255,255,255,.72);
    line-height:2;
    margin:0;
}
