@charset "utf-8";
/* CSS Document */

body {
    line-height: 1.6;
    margin: 0;
    text-align: left;
    overflow-x: hidden;
    font-size: 1rem;
}

:root {
    --primary: #4c1d95;
    --secondary: #3a0ca3;
    --accent: #7209b7;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    --radius: 12px;
    --theme1-gradient: linear-gradient(135deg, #4c1d95, #6d28d9, #4c1d95);
}

@keyframes gradientShiftTheme1 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes floatTheme1 {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(30px, 30px);
    }
}

.navbar-theme1 {
    background: #4c1d95;
    transition: all 0.4s ease;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;

}

.navbar-theme1 .nav-link {
    opacity: 0.9;
    font-weight: 500;
    transition: all 0.3s ease;
}



.navbar-theme1.scrolled {
    background: rgba(76, 29, 149, 0.95);
    backdrop-filter: blur(10px);
}

.bg-dark {
    height: 80px;
    border-bottom: 0px solid #e8eaed;
    border-radius: var(--radius);
    background: linear-gradient(120deg, var(--primary), var(--secondary));
}

.fixed-top {
    margin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    font-weight: 500;
}

.theme1-featured-logo {
    width: 100%;
    height: 120px;
    object-fit: contain;
    padding: 2px;
}

.profile {
    width: 100px;
    object-fit: contain;
    object-position: left;
    border-radius: 3px;
}


/* .navbar-light .navbar-nav .nav-link {
    color: #6B7280!important;
} */



.white-bg {
    background-color: #fff;
    /*padding:50px 0;*/
}

img.img-circle {
    width: 114px;
    height: 114px;
}

ul.categories {
    list-style-type: none;
}

ul.categories li a {
    line-height: 45px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
}

.img-circle-custom {
    border-radius: 50% !important;
    background-color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

h1.home-heading {
    font-size: 56px !important;
    /* font-weight: 600; */
    line-height: 1.3em;
    color: #fff;
}

.home-sub-heading {
    margin-bottom: 2rem !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.5em;
    color: #bfadf5;
}

.home-info {
    font-size: 42px !important;
    /* margin-bottom:15px!important; */
}

.home-info-bg {
    padding: 3rem;
}

/* Carousel base class */
.carousel {
    margin-bottom: 5rem;
    z-index: -100000;
    margin-top: -16px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-caption h5 {
    font-size: 32px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 20rem;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
    object-fit: cover;
}

.carousel-caption {
    right: 20%;
    /*left: 20%;*/
    top: 78px;
    /* position: relative; */
    padding-bottom: 30px;
    color: #283a50;
    text-align: left;
}

.carousel-indicators {
    bottom: 150px;
    display: none;
    z-index: 11;
}

.no-border {
    border-color: #fff;
}

.border-left {
    border-left: 1px solid #ccc;
}

.card-title-theme1 {
    color: #111827;
    font-size: 18px !important;
}

.dark-bg-theme1 {
    background: #f4f5ff !important;
}

.dark-bg-theme1 p strong {
    color: #fff;
}

.dark-bg-theme1 div a,
.copyright {
    color: #212529 !important;

}

.slider-bg-theme1 {
    margin-top: -95px;
    padding: 150px 50px 100px 50px;
    background-position: center center;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.filters-bar {
    background: #fff;
    margin: -29px 0 0 0;
    padding-top: 10px;
    box-shadow: 0 5px 10px -5px #ccc;
}

.active-tab {
    color: #fff !important;
    border: 2px solid #1a73e8;
    border-radius: 5px;
    background: #1a73e8;
}

.active-tab:hover {
    color: #fff !important;
    border: 2px solid #174ea6;
    border-radius: 5px;
    background: #174ea6;
}

h3.job-title-theme1 a {
    font-size: 17px;
    font-weight: 500;
}


.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #23468c;
    background: #23468c;
    border-radius: 50%;
    min-height: 40px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

ul {
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 20px;
}

ul.num {
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 20px;
}

.main-heading {
    margin-bottom: 12px;
}

.resume-heading {
    margin-bottom: 12px;
    font-size: 1.4rem;
}

a {
    text-decoration: none;
    color: #202124 !important;
    line-height: normal;
}

.max-width {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

label {
    margin: 0;
}

.form-group {
    margin-bottom: 15px;
}

/* .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    transition: all .2s ease-in-out;
} */
.btn-100 {
    width: 100%;
}


.border-login {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255, 249, 34), rgba(255, 0, 128), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    display: table;
    margin: 0 auto 15px auto;
    width: 117px;
}

.rounded-12 {
    border-radius: 12px;
}



a.nav-link:hover {
    color: #7f58f5 !important;
}

.social-signup {
    text-align: right;
    margin: -25px 0 0 0;
    position: relative;
    font-size: 16px;
}

.label-text {
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 600;
}


.input-group-text {
    line-height: 1.9;
    border-radius: 0;
}

.mini-profile-img-dashboard img {
    width: 119px;
    height: 119px;
    object-fit: contain;
    padding: 0;
    box-shadow: 0 0.0.875rem 0.0.875rem rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.jobseeker-rate {
    float: right;
    position: absolute;
    top: 20px;
    right: 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px;
    max-width: 215px;
}

.card-home {
    border: transparent;
    box-sizing: border-box;
    background: #cabeef;
    border-radius: 10px;
}

.card-home-job {
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-home-job:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #6366f133;
}

/* .card-widget {
    background: #fff;
    box-shadow: 0 0.0.875rem 0.0.875rem rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0.7em 0.875rem;
}
.card-jobseeker {
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}


/* Resume Steps */
/* Global CSS, you probably don't need that */

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.pull-right {
    float: right;
}

.step a,
a:active {
    color: #0d172c !important;
    text-decoration: none;
}

.step a:hover {
    color: #999 !important;
}




.resume-name {
    position: relative;
    float: right;
    margin-top: -40px;
}

.card-body-new {
    padding: 0 !important;
}

.mb-12 {
    margin-bottom: 12px;
}

.btn-font {
    font-size: 16px;
}



.mini-profile-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}

.mini-profile-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px !important;
}

.list-hover:hover {
    background-color: #e6ecf4;
}

a.list-group-item-primary {
    color: #000 !important;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(247 247 247) 0%, rgb(231 231 231) 100%);
    border: 1px solid #e9e9e9;
}

.list-group-item-action {
    width: auto;
}

.danger-bg {
    color: #842029;
    background: #f8d7da;
    border-color: #f5c2c7;
    border-radius: 5px;
    padding: 10px 25px;
}

.required {
    border-left: 2px solid #fb6c23;
}

.form-check2 {
    padding-left: 0.5em;
    padding-right: 1em;
}

.forum-icon-bg {
    border-radius: 3px;
    font-size: 20px !important;
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
}

.video-img {
    width: 400px;

}

img.logo-dashboard {
    width: 130px !important;
    height: 130px !important;
    object-fit: fill;
}

.border-bottom-0 {
    border-bottom: 0px !important;
}

.box_job_type {
    border-radius: 3px;
    width: 16px;
    height: 16px;
    float: left;
    margin: 4px 0 0 0;
}

.category-bg {
    background: #FFFFFF;
    border: 1px solid #E7E7F1;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
}

.category-bg:hover {
    background: #fdfcff;
    border-color: #6366f1;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.1);
}

.text-muted {
    overflow-wrap: anywhere;
    color: #212529 !important;
}

.text-muted a {
    color: #686781 !important;
}

.text-muted a:hover {
    color: #0858d0 !important;

}

/* .bg-blue-home {
    background: #F5F7FB;
    padding: 60px 0px;
} */
.form-home {
    border-color: #fff;
    border-radius: 100px !important;
    min-height: 43px;
}

/* Featured Job Row */

.featured-job-tag {
    background: #e8e3f7;
    border: 1px solid #e8e3f7;
}

.footer {
    margin-top: 32px;
}


.advance-link:hover,
.nav-link:hover {
    color: #000 !important;
    text-decoration: underline;
}

.nav-item .nav-link-custom {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff !important;
    text-decoration: none;
    background: #f94e2e;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link-custom {
    margin-left: 15px;
    padding: 8px 16px !important;
    border-radius: 100px;
    border: 2px solid #f94e2e !important;
}

/*.footer-logo, .navbar-brand>img {
    filter: brightness(0) invert(1);
}*/


@media only screen and (max-width: 900px) {
    .slider-bg-theme1 {
        padding: 90px 0 30px 0;
    }
}

@media only screen and (max-width: 426px) {
    h1.home-heading {
        font-size: 30px !important;
        line-height: normal;
        width: 90%;
        margin: 0 auto 20px auto;
    }

    .home-sub-heading {
        font-size: 18px;
        width: 85%;
        margin: 0 auto 1.3rem auto !important;
    }

    .card-home {
        border: transparent;
        border-radius: 7px;
        padding: 4px 0px;
    }

    .m-w-100 {
        width: 100% !important;
    }

    .m-text-center {
        text-align: center !important;
    }

    .m-dblock {
        display: block !important;
    }

    .mmt-10 {
        margin-top: 10px;
    }

    .home-info {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .home-info-para {
        font-size: 18px;
    }

    .home-info-bg {
        padding: 2rem !important;
    }

    .mp-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .mmb-10 {
        margin-bottom: 10px !important;
    }

    .mmr-0 {
        margin-right: 0px !important;
    }

    .job-tags {
        padding-right: 0;
        margin-right: 1rem;
        margin-left: 0;
    }

    .navbar-collapse {
        background: #fff;
        padding: 21px 0;
    }
}

@media screen and (max-width: 479px) {
    .nav-link {
        color: #000 !important;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 0rem;
    }

    .max-width {
        max-width: 100% !important;
    }
}



@media screen and (max-width: 479px) {
    .m-font-size1 {
        font-size: 22px !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 479px) {
    .mpt-20 {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 479px) {
    .mmt-0 {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 479px) {
    .mmt-15 {
        margin-top: 15px !important;
    }

    .advance-link:hover,
    .nav-link:hover {
        color: #000 !important;
    }
}

.mf-size26 {
    font-size: 26px !important;
}

.nav-item:nth-child(6) .nav-link {
    border: 2px solid #7f58f5;
    border-radius: 12px;
}

.fw-bold {
    font-weight: 600 !important;
}

/* --- UI POLISH OVERRIDES FROM text.htm --- */
.badge2 {
    background: #F5F7FB;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #121224 !important;
    border-radius: 12px;
    background: var(--N400, #E7E7F1);
    border: 1px solid var(--N800, #121224);
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}

.nav-tabs .nav-link {
    color: #474D6A !important;
    background: var(--N100, #fff);
    border: 1px solid var(--N500, #979EC2);
    border-radius: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 12px;
    margin-right: 14px;
    margin-bottom: 14px;
    display: inline-block;
    cursor: pointer;
}

.list-group-item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.list-group {
    --bs-border-width: 1px;
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-item-padding-x: 1.2rem;
    --bs-list-group-item-padding-y: 1rem;
}

.upload-button,
.upload-button:hover {
    font-weight: 600;
    border-radius: 7px 7px 7px 7px;
    padding: 13px 22px;
    color: #fff !important;
    background: #7f58f5;
}

.form-check .form-check-input {
    border: 1px solid #ccc;
}

.x-hover:hover {
    cursor: pointer;
}

.form-control,
.form-select {
    border: 1px solid #9da7b2;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    color: #525252dd;
    font-weight: 600;
    border-radius: 7px !important;
}

.list {
    gap: 10px;
}

.list-grid-icon {
    border: 1px solid #E7E7F1;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    font-size: 18px;
    padding: 2px;
    color: #797987;
}

.form-select-filter {
    min-height: 30px;
    color: #6c757d;
    border-radius: 6px;
}

.aboutBG {
    background: var(--theme1-gradient);
    background-size: 400% 400%;
    animation: gradientShiftTheme1 12s ease infinite;
    border-radius: 20px;
    padding: 40px 48px;
    color: #fff;
}

.alertBG {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
    border-radius: 12px;
    position: relative;
    z-index: 99;
}

.alertBGTitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
}

.alertInput {
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    min-width: 300px !important;
}

.alertButton {
    border: none;
    border-radius: 8px !important;
    background: #4c1d95;
    font-weight: 600;
    transition: all 0.2s ease;
}

.alertButton:hover {
    background: #3a0ca3;
    transform: translateY(-1px);
}

.footer {
    margin-top: 75px;
}

.advancelink,
.advancelink:hover {
    color: #fff !important;
    opacity: 0.8;
}

.advancelink:hover {
    opacity: 1;
    color: #f4c025 !important;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control,
.form-select {
    /* padding-left: 2.375rem; */
}
.cta-container {
    background: linear-gradient(135deg, #662ebd 0%, #4c1d95 100%);
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    pointer-events: none;
    color: #aaa;
    margin: 11px 0 0 0;
}

/* All New CSS */

.list-view-button,
.grid-view-button {
    border: 1px solid white;
    padding: 5px;
    cursor: pointer;
    border-radius: 12px;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 25px;
    font-size: 22px;
}

.list-view-button:hover,
.grid-view-button:hover {
    background: white;
    color: #0e2439;
}

.list-view-button {
    margin-right: 10px;
}

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

.list.list-view-filter {
    flex-direction: column;
}

.list.list-view-filter .card {
    width: 98%;
}

.list.grid-view-filter .card {
    width: calc(50% - 10px);
}

.list.grid-view-filter .card .flex-shrink-0 {
    display: none;
}

.list.grid-view-filter .card .grid-break {
    display: block !important;
}

.list.grid-view-filter .card .grid-gap {
    margin-top: 5px;
}

.hidden-category {
    display: none;
}

/* Job Listing Container */
.job-listing-container {
    height: 1076px;
    overflow-y: auto;
    position: relative;
    margin-bottom: 1.5rem;
    scrollbar-width: thin;
}

/* Loading spinner */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.bi-arrow-clockwise {
    animation: spinner 1s linear infinite;
    display: inline-block;
}

/* Skeleton Loading Animation */
@keyframes loading-skeleton-pulse {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

#skeleton-loader {
    margin-top: 1rem;
}

.loading-skeleton-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 0.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.loading-skeleton-el {
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-skeleton-pulse 1.5s ease-in-out infinite;
    border-radius: 4px;
}

.loading-skeleton-avatar {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 8px;
    flex-shrink: 0;
}

.loading-skeleton-title {
    height: 18px;
    width: 200px;
    max-width: 60%;
    margin-bottom: 10px;
}

.loading-skeleton-text {
    height: 14px;
    width: 120px;
    max-width: 35%;
    margin-bottom: 8px;
}

.loading-skeleton-text-sm {
    height: 12px;
    width: 80px;
    max-width: 25%;
}

.loading-skeleton-btn {
    height: 32px;
    width: 65px;
    border-radius: 6px;
}

/* Load More Button Styles */
.load-more-container {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.load-more-btn {
    background: linear-gradient(135deg, #632db4 0%, #4c1d95 100%);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(68, 64, 218, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(68, 64, 218, 0.4);
}

.load-more-btn:disabled {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.load-more-btn .spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

.no-more-jobs {
    color: #64748b;
    font-size: 14px;
    padding: 1rem;
}

/* Mobile CSS */
@media screen and (max-width: 479px) {
    .search-bar {
        width: 90%;
        margin: 0 auto;
    }

    .m-none {
        display: none !important;
    }

    .mmt-4 {
        margin-top: 1.5rem !important;
    }

    .mmy-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mmb-4 {
        margin-bottom: 1.5rem !important;
    }

    .job-listing-container {
        height: 500px;
    }

    .aboutBG {
        padding: 0px;
    }

    .home-info {
        margin-bottom: 10px !important;
    }

    .upload-button {
        padding: 20px 30px;
    }

    .home-info-para {
        font-size: 16px;
    }

    .alertBG {
        text-align: center;
    }

    .alertBGTitle {
        font-size: 18px;
        margin: 0 auto 15px auto;
    }

    .alertInput {
        min-width: 200px !important;
        margin-right: 0px !important;
        margin-bottom: 15px;
    }

    .alertButton {
        min-width: -webkit-fill-available;
        text-align: center;
        display: block !important;
    }

    .slider-bg-theme1 {
        overflow-x: hidden;
        border-radius: 0px;
    }

    .footer {
        margin-top: 40px;
    }
}
    /* =============================================
       RESET & TOKENS
    ============================================= */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    :root {
      --primary:       #055eff;
      --primary-dark:  #0341c4;
      --primary-light: #3d80ff;
      --primary-glow:  rgba(5,94,255,0.1);
      --accent:        #00c6ff;
      --success:       #10b981;
      --warning:       #f59e0b;

      --white:    #ffffff;
      --gray-50:  #f8faff;
      --gray-100: #f0f4ff;
      --gray-200: #e2e8f0;
      --gray-300: #cbd5e1;
      --gray-400: #94a3b8;
      --gray-500: #64748b;
      --gray-600: #475569;
      --gray-700: #334155;
      --gray-800: #1e293b;
      --gray-900: #0f172a;
      --text-dark: #0d1b2a;
      --text-body: #3d5068;

      --font-primary: 'Plus Jakarta Sans', 'Inter', sans-serif;
      --font-body:    'Inter', sans-serif;

      --radius-sm: 6px;
      --radius-md: 12px;
      --radius-lg: 20px;
      --radius-xl: 32px;
      --radius-full: 9999px;

      --shadow-sm: 0 1px 4px rgba(0,0,0,0.06);
      --shadow-md: 0 4px 20px rgba(5,94,255,0.1), 0 2px 8px rgba(0,0,0,0.06);
      --shadow-lg: 0 12px 48px rgba(5,94,255,0.14), 0 4px 16px rgba(0,0,0,0.08);
      --shadow-xl: 0 24px 80px rgba(5,94,255,0.18);

      --transition:      all 0.3s cubic-bezier(0.4,0,0.2,1);
      --transition-fast: all 0.18s cubic-bezier(0.4,0,0.2,1);
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: var(--font-body);
      color: var(--text-body);
      background: var(--white);
      line-height: 1.6;
      overflow-x: hidden;
    }
    .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

    ::-webkit-scrollbar { width: 5px; }
    ::-webkit-scrollbar-track { background: var(--gray-100); }
    ::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

    /* ===== TYPOGRAPHY ===== */
    .section-label {
      display: inline-flex; align-items: center; gap: 8px;
      color: var(--primary); font-weight: 700; font-size: 12px;
      letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px;
    }
    .section-label::before {
      content: ''; display: block; width: 22px; height: 2px;
      background: var(--primary); border-radius: 2px;
    }
    .section-title {
      font-family: var(--font-primary); font-size: clamp(26px,3vw,40px);
      font-weight: 800; color: var(--text-dark); line-height: 1.2; margin-bottom: 12px;
    }
    .section-title span { color: var(--primary); }
    .section-desc { font-size: 16px; color: var(--gray-500); line-height: 1.7; }

    /* ===== BUTTONS ===== */


    .btn-outline {
      background: transparent; color: var(--primary); border: 2px solid var(--primary);
    }
    .btn-outline:hover { background: var(--primary); color: white; transform: translateY(-2px); }
    .btn-white { background: white; color: var(--primary); box-shadow: 0 4px 18px rgba(0,0,0,0.12); }
    .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.18); }


    /* ===== BADGE ===== */
    .badge {
      display: inline-flex; align-items: center; gap: 5px; padding: 4px 11px;
      border-radius: var(--radius-full); font-size: 11px; font-weight: 700;
      letter-spacing: 0.04em; text-transform: uppercase;
    }
    .badge-primary { background: var(--primary-glow); color: var(--primary); }
    .badge-success { background: rgba(16,185,129,0.1); color: var(--success); }
    .badge-warning { background: rgba(245,158,11,0.1); color: var(--warning); }
    .badge-gray    { background: var(--gray-100); color: var(--gray-600); }

    /* =============================================
       NAVBAR
    ============================================= */
    #navbar {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      transition: var(--transition);
    }
    .nav-inner {
      display: flex; align-items: center; justify-content: space-between;
      padding: 18px 36px; max-width: 1400px; margin: 0 auto; transition: var(--transition);
    }

    /* Transparent state (on white hero now we start solid) */
    #navbar.transparent .nav-inner {
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--gray-200);
      box-shadow: var(--shadow-sm);
    }
    #navbar.scrolled .nav-inner {
      background: rgba(255,255,255,0.97);
      backdrop-filter: blur(24px);
      border-bottom: 1px solid var(--gray-200);
      box-shadow: 0 4px 24px rgba(5,94,255,0.08);
      padding-top: 12px; padding-bottom: 12px;
    }

    .nav-logo {
      text-decoration: none; font-family: var(--font-primary); font-size: 20px;
      font-weight: 800; color: var(--text-dark); letter-spacing: -0.5px; white-space: nowrap;
    }
    .logo-accent { color: var(--primary); }

    .nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; }
    .nav-item { position: relative; }
    .nav-link {
      display: flex; align-items: center; gap: 5px; padding: 9px 13px;
      font-size: 14px; font-weight: 500; color: var(--gray-700);
      text-decoration: none; border-radius: var(--radius-sm); cursor: pointer;
      transition: var(--transition-fast);
    }
    .nav-link i { font-size: 10px; transition: var(--transition-fast); }
    .nav-item:hover .nav-link i { transform: rotate(180deg); }
    .nav-link:hover { color: var(--primary); background: var(--gray-50); }

    .dropdown-menu {
      display: block;
      position: absolute; top: calc(100% + 8px); left: 50%;
      transform: translateX(-50%) translateY(-8px);
      background: white; border-radius: var(--radius-md); box-shadow: var(--shadow-lg);
      padding: 8px; min-width: 210px; opacity: 0; visibility: hidden;
      transition: var(--transition); border: 1px solid var(--gray-200);
    }
    .nav-item:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
    .dropdown-menu a {
      display: flex; align-items: center; gap: 10px; padding: 10px 14px;
      font-size: 14px; font-weight: 500; color: var(--gray-700);
      text-decoration: none; border-radius: var(--radius-sm); transition: var(--transition-fast);
    }
    .dropdown-menu a i { color: var(--primary); width: 16px; text-align: center; }
    .dropdown-menu a:hover { background: var(--gray-50); color: var(--primary); }

    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .nav-signin {
      padding: 9px 20px; background: transparent; color: var(--gray-700);
      border: 1.5px solid var(--gray-200); border-radius: var(--radius-md);
      font-size: 14px; font-weight: 600; text-decoration: none; transition: var(--transition);
    }
    .nav-signin:hover { border-color: var(--primary); color: var(--primary); }

    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--gray-800); border-radius: 2px; transition: var(--transition); }

    .mobile-nav { display: none; }
    @media (max-width: 960px) {
      .nav-menu, .nav-actions { display: none; }
      .hamburger { display: flex; }
      .nav-inner { padding: 14px 20px; }
      .mobile-nav {
        display: flex; flex-direction: column; background: white;
        padding: 16px 20px; gap: 2px; border-top: 1px solid var(--gray-200);
      }
      .mobile-nav a {
        display: block; padding: 11px 14px; font-size: 15px; font-weight: 500;
        color: var(--gray-700); text-decoration: none; border-radius: var(--radius-sm);
        transition: var(--transition-fast);
      }
      .mobile-nav a:hover { background: var(--gray-50); color: var(--primary); }
      .mobile-nav { display: none; }
      .mobile-nav.open { display: flex; }
    }

    /* =============================================
       HERO — WHITE BACKGROUND
    ============================================= */
    #hero {
      min-height: 50vh; position: relative; display: flex;
      align-items: center; overflow: hidden;
      background: var(--white);
      padding-top: 20px;
    }

    /* Decorative blue blob — right side */
    .hero-blob-right {
      position: absolute; right: -80px; top: 50%; transform: translateY(-50%);
      width: 540px; height: 540px;
      background: radial-gradient(circle at 60% 40%, rgba(5,94,255,0.12) 0%, rgba(0,198,255,0.06) 50%, transparent 75%);
      border-radius: 50%; pointer-events: none;
    }
    .hero-blob-left {
      position: absolute; left: -100px; bottom: -60px;
      width: 360px; height: 360px;
      background: radial-gradient(circle, rgba(5,94,255,0.06) 0%, transparent 70%);
      border-radius: 50%; pointer-events: none;
    }
    /* Subtle dot pattern */
    .hero-dots {
      position: absolute; inset: 0; pointer-events: none;
      background-image: radial-gradient(circle, rgba(5,94,255,0.08) 1px, transparent 1px);
      background-size: 36px 36px;
      -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%);
      mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%);
    }

    .hero-content {
      position: relative; z-index: 2; width: 100%;
      padding: 30px 24px 0px; max-width: 1280px; margin: 0 auto; text-align: center;
    }
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 7px 20px; background: var(--primary-glow);
      border: 1px solid rgba(5,94,255,0.18); border-radius: var(--radius-full);
      color: var(--primary); font-size: 12px; font-weight: 700;
      letter-spacing: 0.06em; margin-bottom: 24px;
      animation: fadeUp 0.7s ease both;
    }
    .live-dot {
      width: 7px; height: 7px; background: var(--success); border-radius: 50%;
      animation: blink 2s infinite;
    }
    @keyframes blink {
      0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.5); }
      50%      { box-shadow: 0 0 0 5px rgba(16,185,129,0); }
    }

    .hero-title {
      font-family: var(--font-primary);
      font-size: clamp(40px,6vw,60px); font-weight: 900;
      color: var(--text-dark); line-height: 1.08; margin-bottom: 20px;
      letter-spacing: -2.5px; animation: fadeUp 0.7s ease 0.1s both;
    }
    .hero-title .grad {
      background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 50%, #00c6ff 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }
    .hero-sub {
      font-size: clamp(16px,1.8vw,19px); color: var(--gray-500);
      max-width: 580px; margin: 0 auto 44px; line-height: 1.75;
      animation: fadeUp 0.7s ease 0.2s both;
    }

    /* Search Bar */
    .hero-search {
      background: white; border-radius: 20px; padding: 8px;
      display: flex; align-items: center; max-width: 760px;
      margin: 0 auto 40px;
      box-shadow: 0 8px 40px rgba(5,94,255,0.14), 0 2px 12px rgba(0,0,0,0.08);
      border: 1.5px solid var(--gray-200);
      animation: fadeUp 0.7s ease 0.3s both;
    }
    .s-field {
      display: flex; align-items: center; gap: 10px; flex: 1;
      padding: 11px 16px; border-right: 1px solid var(--gray-200);
    }
    .s-field:last-of-type { border-right: none; }
    .s-field i { color: var(--primary); font-size: 15px; flex-shrink: 0; }
    .s-field input {
      border: none; outline: none; font-family: var(--font-body);
      font-size: 15px; color: var(--text-dark); width: 100%; background: transparent;
    }
    .s-field input::placeholder { color: var(--gray-400); }
    .s-btn {
      flex-shrink: 0; padding: 12px 28px;
      background: linear-gradient(135deg, var(--primary), var(--primary-light));
      color: white; border: none; border-radius: 14px;
      font-family: var(--font-primary); font-weight: 700; font-size: 14px;
      cursor: pointer; display: flex; align-items: center; gap: 8px;
      transition: var(--transition); box-shadow: 0 4px 16px rgba(5,94,255,0.35);
    }
    .s-btn:hover { transform: scale(1.03); box-shadow: 0 8px 28px rgba(5,94,255,0.45); }

    /* Tags */
    .hero-tags {
      display: flex; align-items: center; justify-content: center;
      flex-wrap: wrap; gap: 8px; animation: fadeUp 0.7s ease 0.4s both;
    }
    .hero-tags-label { font-size: 13px; color: var(--gray-400); font-weight: 500; }
    .hero-tag {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 6px 14px; background: var(--gray-50); border: 1.5px solid var(--gray-200);
      border-radius: var(--radius-full); color: var(--gray-600); font-size: 13px; font-weight: 500;
      cursor: pointer; transition: var(--transition-fast);
    }
    .hero-tag:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-glow); transform: translateY(-1px); }
    .hero-tag i { color: var(--primary); font-size: 10px; }

    /* Stats */
    .hero-stats {
      display: flex; justify-content: center; gap: 0; flex-wrap: wrap;
      margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--gray-200);
      animation: fadeUp 0.7s ease 0.5s both;
    }
    .stat-item {
      text-align: center; padding: 0 40px; border-right: 1px solid var(--gray-200);
    }
    .stat-item:last-child { border-right: none; }
    .stat-num {
      display: block; font-family: var(--font-primary); font-size: 36px;
      font-weight: 900; color: var(--primary); letter-spacing: -1px; line-height: 1;
    }
    .stat-label { font-size: 13px; color: var(--gray-500); font-weight: 500; margin-top: 5px; }

    @keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }

    @media (max-width: 680px) {
      .hero-search { flex-direction: column; border-radius: 16px; }
      .s-field { border-right: none; border-bottom: 1px solid var(--gray-200); width: 100%; }
      .s-field:last-of-type { border-bottom: none; }
      .s-btn { width: 100%; justify-content: center; }
      .stat-item { padding: 16px 24px; border-right: none; border-bottom: 1px solid var(--gray-200); width: 50%; }
    }

    /* =============================================
       JOBS SECTION — Sidebar Filter + Full-width cards
    ============================================= */
    #jobs { padding: 40px 0; background: var(--gray-50); }

    .jobs-top {
      display: flex; align-items: flex-end; justify-content: space-between;
      margin-bottom: 32px; flex-wrap: wrap; gap: 16px;
    }

    .jobs-layout {
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 28px;
      align-items: start;
    }

    /* ---- Sidebar Filter ---- */
    .jobs-sidebar {
      background: white; border-radius: var(--radius-lg);
      border: 1.5px solid var(--gray-200);
      position: sticky; top: 88px;
    }
    .sidebar-header {
      padding: 16px 20px; border-bottom: 1px solid var(--gray-200);
      background: var(--gray-50);
      display: flex; align-items: center; justify-content: space-between;
    }
    .sidebar-header h3 {
      font-family: var(--font-primary); font-size: 14px; font-weight: 700;
      color: var(--text-dark); display: flex; align-items: center; gap: 8px;
    }
    .sidebar-header h3 i { color: var(--primary); }
    .sidebar-clear {
      font-size: 12px; color: var(--primary); cursor: pointer; font-weight: 600;
      background: none; border: none; padding: 0;
    }
    .sidebar-clear:hover { text-decoration: underline; }

    /* Accordion Filter Group */
    .filter-group { border-bottom: 1px solid var(--gray-100); }
    .filter-group-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 14px 20px; cursor: pointer; user-select: none;
      transition: var(--transition-fast);
    }
    .filter-group-header:hover { background: var(--gray-50); }
    .filter-group-header span {
      font-size: 13px; font-weight: 700; color: var(--text-dark);
      display: flex; align-items: center; gap: 8px;
    }
    .filter-group-header span i { color: var(--primary); font-size: 13px; }
    .fg-arrow { font-size: 11px; color: var(--gray-400); transition: transform 0.25s ease; }
    .filter-group.open .fg-arrow { transform: rotate(180deg); }
    .filter-group-body {
      display: none; padding: 4px 12px 14px; flex-direction: column; gap: 2px;
    }
    .filter-group.open .filter-group-body { display: flex; }

    .filter-option {
      display: flex; align-items: center; gap: 10px; padding: 7px 10px;
      border-radius: var(--radius-sm); cursor: pointer; transition: var(--transition-fast);
      border: 1.5px solid transparent;
    }
    .filter-option:hover { background: var(--gray-50); border-color: var(--gray-200); }
    .filter-option.active { background: var(--primary-glow); border-color: rgba(5,94,255,0.2); }
    .filter-option input[type="radio"],
    .filter-option input[type="checkbox"] { accent-color: var(--primary); width: 14px; height: 14px; cursor: pointer; flex-shrink: 0; }
    .filter-option span {
      font-size: 13.5px; color: var(--gray-700); cursor: pointer; font-weight: 500; flex: 1;
    }
    .filter-option.active span { color: var(--primary); font-weight: 600; }
    .filter-count {
      font-size: 11px; font-style: normal; font-weight: 700; padding: 2px 7px;
      background: var(--gray-100); border-radius: var(--radius-full);
      color: var(--gray-500); flex-shrink: 0;
    }
    .filter-option.active .filter-count { background: var(--primary-glow); color: var(--primary); }

    /* Company search inside filter */
    .company-search-wrap {
      display: flex; align-items: center; gap: 8px;
      background: var(--gray-50); border: 1.5px solid var(--gray-200);
      border-radius: var(--radius-sm); padding: 7px 12px; margin-bottom: 8px;
    }
    .company-search-wrap i { color: var(--gray-400); font-size: 13px; flex-shrink: 0; }
    .company-search-wrap input {
      border: none; outline: none; background: transparent;
      font-size: 13px; color: var(--text-dark); width: 100%; font-family: var(--font-body);
    }
    .company-search-wrap input::placeholder { color: var(--gray-400); }

    .sidebar-apply-btn {
      display: block; width: calc(100% - 40px); margin: 16px 20px 20px;
      padding: 11px; background: linear-gradient(135deg, var(--primary), var(--primary-light));
      color: white; border: none; border-radius: var(--radius-md); font-family: var(--font-primary);
      font-weight: 700; font-size: 14px; cursor: pointer; transition: var(--transition);
      text-align: center;
    }
    .sidebar-apply-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(5,94,255,0.35); }

    /* ---- Jobs List (right side) ---- */
    .jobs-list-area { display: flex; flex-direction: column; gap: 0; }

    .jobs-list-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 14px 20px; background: white; border-radius: var(--radius-lg) var(--radius-lg) 0 0;
      border: 1.5px solid var(--gray-200); border-bottom: 1px solid var(--gray-100);
    }
    .jobs-list-header-left { font-size: 14px; color: var(--gray-500); font-weight: 500; }
    .jobs-list-header-left strong { color: var(--text-dark); }
    .sort-select {
      padding: 7px 12px; border: 1.5px solid var(--gray-200); border-radius: var(--radius-md);
      font-size: 13px; color: var(--gray-600); background: white; cursor: pointer;
      outline: none; font-family: var(--font-body);
    }

    /* ---- Full-width Job Card ---- */
    .job-card {
      background: white; padding: 22px 24px;
      border: 1.5px solid var(--gray-200); border-top: none;
      transition: var(--transition); position: relative;
      display: flex; align-items: center; gap: 20px;
    }
    .job-card:last-of-type { border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
    .job-card::before {
      content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
      background: linear-gradient(180deg, var(--primary), var(--accent));
      opacity: 0; transition: var(--transition);
    }
    .job-card:hover { background: var(--gray-50); z-index: 1; box-shadow: var(--shadow-md); }
    .job-card:hover::before { opacity: 1; }
    .job-card.featured { background: linear-gradient(135deg, rgba(5,94,255,0.02), rgba(0,198,255,0.01)); }

    .co-logo {
      width: 54px; height: 54px; border-radius: var(--radius-md); flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      font-size: 13px; font-weight: 800; color: white; font-family: var(--font-primary);
    }
    .co-sf { background: #00A1E0; }
    .co-hs { background: #FF7A59; }
    .co-ms { background: #00A4EF; }
    .co-zo { background: #2D8CFF; }
    .co-od { background: #714B67; }
    .co-cr { background: #E42527; }

    .job-card-body { flex: 1; min-width: 0; }
    .job-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
    .job-title {
      font-family: var(--font-primary); font-size: 16px; font-weight: 700;
      color: var(--text-dark); line-height: 1.3;
    }
    .job-title-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
    .co-name { font-size: 13px; color: var(--gray-500); font-weight: 500; margin-bottom: 10px; }
    .co-name i { color: var(--primary); font-size: 11px; margin-right: 3px; }

    .job-meta { display: flex; flex-wrap: wrap; gap: 8px; }
    .meta-tag {
      display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px;
      background: var(--gray-50); border: 1px solid var(--gray-200);
      border-radius: var(--radius-sm); font-size: 12px; color: var(--gray-600); font-weight: 500;
    }
    .meta-tag i { font-size: 10px; color: var(--primary); }

    .job-card-right {
      display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
      flex-shrink: 0; min-width: 160px;
    }
    .job-salary { font-family: var(--font-primary); font-weight: 800; font-size: 17px; color: var(--primary); }
    .job-salary small { font-size: 11px; font-weight: 500; color: var(--gray-400); display: block; margin-bottom: 2px; }
    .posted-time { font-size: 12px; color: var(--gray-400); display: flex; align-items: center; gap: 4px; }

    .job-card-actions { display: flex; align-items: center; gap: 8px; }
    .save-btn {
      width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
      border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm);
      background: transparent; color: var(--gray-400); cursor: pointer;
      transition: var(--transition-fast); font-size: 13px;
    }
    .save-btn:hover { border-color: var(--primary); color: var(--primary); }
    .save-btn.saved { color: var(--primary); border-color: var(--primary); background: var(--primary-glow); }
    .apply-btn {
      padding: 9px 20px; background: linear-gradient(135deg, var(--primary), var(--primary-light));
      color: white; border: none; border-radius: var(--radius-md); font-size: 13px; font-weight: 700;
      cursor: pointer; display: flex; align-items: center; gap: 6px; transition: var(--transition);
      font-family: var(--font-primary);
    }
    .apply-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(5,94,255,0.35); }

    .featured-ribbon { flex-shrink: 0; }

    .load-more-wrap { text-align: center; margin-top: 24px; }
    .load-more-btn {
      padding: 13px 38px; background: transparent; border: 2px solid var(--primary);
      color: var(--primary); border-radius: var(--radius-md); font-size: 14px; font-weight: 700;
      font-family: var(--font-primary); cursor: pointer; transition: var(--transition);
      display: inline-flex; align-items: center; gap: 10px;
    }
    .load-more-btn:hover { background: var(--primary); color: white; transform: translateY(-2px); box-shadow: var(--shadow-md); }
    .spin { animation: spin 0.8s linear infinite; }
    @keyframes spin { to { transform: rotate(360deg); } }
    .jobs-count { margin-top: 12px; font-size: 13px; color: var(--gray-400); }

    @media (max-width: 900px) {
      .jobs-layout { grid-template-columns: 1fr; }
      .jobs-sidebar { position: static; }
      .job-card { flex-wrap: wrap; }
      .job-card-right { align-items: flex-start; min-width: auto; flex-direction: row; flex-wrap: wrap; }
    }

    /* =============================================
       WHY US
    ============================================= */
    #why-us { padding: 80px 0; background: white; position: relative; overflow: hidden; }
    .blob { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
    .blob-1 { width: 450px; height: 450px; background: rgba(5,94,255,0.06); top: -100px; right: -80px; }
    .blob-2 { width: 300px; height: 300px; background: rgba(0,198,255,0.05); bottom: -60px; left: 5%; }

    .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .why-img-wrap {
      position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-xl);
    }
    .why-img-wrap img { width: 100%; height: 460px; object-fit: cover; display: block; }
    .why-badge {
      position: absolute; bottom: -18px; right: -18px; background: white;
      border-radius: var(--radius-lg); padding: 16px 20px; box-shadow: var(--shadow-lg);
      display: flex; align-items: center; gap: 12px; border: 1px solid var(--gray-200); min-width: 200px;
    }
    .why-badge-icon {
      width: 46px; height: 46px; background: linear-gradient(135deg, var(--primary), var(--primary-light));
      border-radius: var(--radius-md); display: flex; align-items: center;
      justify-content: center; color: white; font-size: 20px; flex-shrink: 0;
    }
    .why-badge-info strong { display: block; font-family: var(--font-primary); font-size: 20px; font-weight: 800; color: var(--text-dark); }
    .why-badge-info span { font-size: 13px; color: var(--gray-500); }

    .why-features { list-style: none; display: flex; flex-direction: column; gap: 22px; margin-top: 32px; }
    .why-feat { display: flex; gap: 14px; align-items: flex-start; }
    .feat-icon {
      width: 46px; height: 46px; border-radius: var(--radius-md); display: flex;
      align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; transition: var(--transition);
    }
    .fi-blue   { background: var(--primary-glow); color: var(--primary); }
    .fi-green  { background: rgba(16,185,129,0.1); color: var(--success); }
    .fi-orange { background: rgba(245,158,11,0.1); color: var(--warning); }
    .fi-violet { background: rgba(139,92,246,0.1); color: #8b5cf6; }
    .why-feat:hover .feat-icon { transform: scale(1.1) rotate(-4deg); }
    .feat-text strong { display: block; font-family: var(--font-primary); font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 3px; }
    .feat-text p { font-size: 14px; color: var(--gray-500); line-height: 1.6; }

    @media (max-width: 900px) {
      .why-grid { grid-template-columns: 1fr; gap: 48px; }
      .why-badge { right: 0; }
    }

    /* =============================================
       CAREER RESOURCES
    ============================================= */
    #resources { padding: 80px 0; background: var(--gray-50); }
    .resources-header {
      display: flex; align-items: flex-end; justify-content: space-between;
      margin-bottom: 40px; flex-wrap: wrap; gap: 16px;
    }

    .resources-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .resource-card {
      background: white; border-radius: var(--radius-lg); padding: 24px;
      border: 1.5px solid var(--gray-200); transition: var(--transition);
      text-decoration: none; display: block; position: relative; overflow: hidden;
    }
    .resource-card::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(135deg, var(--primary), var(--primary-light));
      opacity: 0; transition: var(--transition); pointer-events: none;
    }
    .resource-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
    .resource-card:hover::after { opacity: 0.04; }
    .resource-card:hover .rc-icon { transform: scale(1.08); }

    .rc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
    .rc-icon {
      width: 48px; height: 48px; border-radius: var(--radius-md);
      display: flex; align-items: center; justify-content: center;
      font-size: 20px; flex-shrink: 0; transition: var(--transition);
    }
    .rc-icon.blue    { background: var(--primary-glow); color: var(--primary); }
    .rc-icon.green   { background: rgba(16,185,129,0.1); color: var(--success); }
    .rc-icon.violet  { background: rgba(139,92,246,0.1); color: #8b5cf6; }
    .rc-icon.orange  { background: rgba(245,158,11,0.1); color: var(--warning); }
    .rc-icon.teal    { background: rgba(6,182,212,0.1); color: #0891b2; }
    .rc-icon.rose    { background: rgba(244,63,94,0.1); color: #e11d48; }

    .rc-head h3 {
      font-family: var(--font-primary); font-size: 16px; font-weight: 700;
      color: var(--text-dark);
    }
    .rc-links { display: flex; flex-direction: column; gap: 8px; }
    .rc-link {
      display: flex; align-items: center; gap: 6px;
      font-size: 13.5px; color: var(--primary); font-weight: 500;
      text-decoration: none; transition: var(--transition-fast); line-height: 1.4;
    }
    .rc-link:hover { color: var(--primary-dark); gap: 10px; }
    .rc-link i { font-size: 11px; flex-shrink: 0; }
    .rc-see-more {
      display: inline-flex; align-items: center; gap: 6px;
      margin-top: 14px; font-size: 13px; font-weight: 700;
      color: var(--primary); text-decoration: none; transition: var(--transition-fast);
    }
    .rc-see-more:hover { gap: 10px; }
    .rc-see-more i { font-size: 11px; }

    @media (max-width: 900px) { .resources-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 560px) { .resources-grid { grid-template-columns: 1fr; } }

    /* =============================================
       JOB ALERT CTA
    ============================================= */
    #job-alert { padding: 80px 0; background: white; }
    .alert-wrap {
      background: linear-gradient(135deg, #030d2e 0%, #0a2060 50%, #055eff 100%);
      border-radius: var(--radius-xl); padding: 60px;
      position: relative; overflow: hidden;
    }
    .alert-grid-overlay {
      position: absolute; inset: 0;
      background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
      background-size: 48px 48px;
    }
    .alert-inner {
      position: relative; z-index: 2;
      display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center;
    }
    .alert-icon-wrap {
      display: flex; align-items: center; gap: 16px; margin-bottom: 16px;
    }
    .alert-icon {
      width: 56px; height: 56px; border-radius: var(--radius-lg);
      background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25);
      display: flex; align-items: center; justify-content: center;
      font-size: 24px; color: white;
    }
    .alert-title {
      font-family: var(--font-primary); font-size: clamp(24px,3vw,38px);
      font-weight: 900; color: white; line-height: 1.15; letter-spacing: -1px;
      margin-bottom: 10px;
    }
    .alert-desc { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.65; max-width: 480px; }

    .alert-form { display: flex; flex-direction: column; gap: 8px; min-width: 320px; }
    .alert-input-group { display: flex; gap: 8px; width: 100%; }
    .alert-input-group .alert-input { flex: 1; }
    .alert-input {
      background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
      border-radius: var(--radius-md); padding: 12px 16px; backdrop-filter: blur(8px);
      font-family: var(--font-body); font-size: 14px; color: white; width: 100%; outline: none;
    }
    .alert-input::placeholder { color: white; }
    .alert-submit {
      padding: 13px; background: white; color: var(--primary); border: none;
      border-radius: var(--radius-md); font-family: var(--font-primary); font-weight: 800;
      font-size: 15px; cursor: pointer; transition: var(--transition);
      display: flex; align-items: center; justify-content: center; gap: 8px;
    }
    .alert-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.25); }
    .alert-note { font-size: 12px; color: rgba(255,255,255,0.4); text-align: center; }

    @media (max-width: 840px) {
      .alert-inner { grid-template-columns: 1fr; gap: 32px; }
      .alert-form { min-width: auto; }
    }
    @media (max-width: 560px) {
      .alert-input-group { flex-direction: column; }
      .alert-wrap { padding: 40px 28px; }
    }

    /* =============================================
       FOOTER
    ============================================= */
    #footer { background: white; padding: 72px 0 0; }
    .footer-grid {
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px;
      padding-bottom: 56px; border-bottom: 1px solid var(--gray-200);
    }
    .footer-brand-name {
      font-family: var(--font-primary); font-size: 21px; font-weight: 800;
      color: var(--text-dark); margin-bottom: 12px;
    }
    .footer-brand p { font-size: 14px; line-height: 1.7; color: var(--gray-500); max-width: 270px; margin-bottom: 22px; }
    .socials { display: flex; gap: 8px; }
    .social-a {
      width: 36px; height: 36px; background: var(--gray-50);
      border: 1px solid var(--gray-200); border-radius: var(--radius-sm);
      display: flex; align-items: center; justify-content: center;
      color: var(--gray-500); font-size: 13px; text-decoration: none;
      transition: var(--transition-fast);
    }
    .social-a:hover { background: var(--primary); border-color: var(--primary); color: white; }

    .footer-col h4 {
      font-family: var(--font-primary); font-size: 11px; font-weight: 700;
      color: var(--text-dark); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px;
    }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
    .footer-links a {
      font-size: 14px; color: var(--gray-500); text-decoration: none;
      transition: var(--transition-fast);
    }
    .footer-links a:hover { color: var(--primary); padding-left: 3px; }

    .footer-bottom {
      padding: 22px 0; display: flex; align-items: center;
      justify-content: space-between; flex-wrap: wrap; gap: 12px;
    }
    .footer-bottom p { font-size: 13px; color: var(--gray-400); }
    .footer-bottom a { color: var(--primary); text-decoration: none; }
    .footer-btm-links { display: flex; gap: 18px; }
    .footer-btm-links a { font-size: 13px; color: var(--gray-400); text-decoration: none; transition: var(--transition-fast); }
    .footer-btm-links a:hover { color: var(--primary); }

    @media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
    @media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } }

    /* =============================================
       UTILS
    ============================================= */
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    #back-to-top {
      position: fixed; bottom: 28px; right: 28px; width: 42px; height: 42px;
      background: var(--primary); color: white; border: none; border-radius: var(--radius-md);
      font-size: 16px; cursor: pointer; box-shadow: var(--shadow-md);
      display: flex; align-items: center; justify-content: center;
      transition: var(--transition); opacity: 0; transform: translateY(16px); z-index: 999;
    }
    #back-to-top.show { opacity: 1; transform: translateY(0); }
    #back-to-top:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

    .toast {
      position: fixed; bottom: 28px; left: 50%;
      transform: translateX(-50%) translateY(16px);
      background: var(--gray-900); color: white; padding: 12px 22px;
      border-radius: var(--radius-md); font-size: 14px; font-weight: 500;
      box-shadow: var(--shadow-lg); opacity: 0; transition: var(--transition); z-index: 9999;
      display: flex; align-items: center; gap: 10px; white-space: nowrap;
    }
    .toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
    .toast i { color: var(--success); }
