@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');



:root {
    --navy: #132238;
    --ink: #1e293b;
    --muted: #64748b;
    --blue: #2563eb;
    --green: #16a34a;
    --gold: #f59e0b;
    --rose: #e11d48;
    --soft: #f5f7fb;
    --line: #dbe3ef;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}




a {
    text-decoration: none;
}

.navbar {
    background: linear-gradient(135deg, rgba(13, 139, 197, 0.97), rgba(116, 11, 158, 0.84)) !important;
    box-shadow: 0 10px 25px rgba(173, 12, 33, 0.16);
    padding: 10px 0;
}

.logo-1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
    border: 2px solid rgba(255, 255, 255, 0.75);
}

.navbar-brand {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
}

.navbar-nav .nav-link {
    color: white;
    font-weight: 700;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Parkinsans", sans-serif;

}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--white);
}

.nav-btn,
.btn-primary,
.auth-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--green);
    color: var(--white);
    font-weight: 800;
    padding: 10px 18px;
}

.nav-btn:hover,
.btn-primary:hover,
.auth-trigger:hover {
    background: #12813b;
    color: var(--white);
}

.auth-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.auth-trigger {
    min-height: 40px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    padding: 8px 14px;
}

.auth-trigger-primary {
    background: var(--green);
}

.user-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-weight: 800;
}

.user-menu span {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-menu a,
.user-menu button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: transparent;
    color: var(--white);
    font-weight: 800;
    padding: 8px 14px;
}

.user-menu a:hover,
.user-menu button:hover {
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
}

.btn-outline-dark {
    border-radius: 8px;
    min-height: 44px;
    font-weight: 800;
    padding: 10px 18px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 180px 0 86px;
    color: var(--white);
    background:
        linear-gradient(115deg, rgba(19, 34, 56, 0.97), rgba(37, 99, 235, 0.84));
        
}

.eyebrow {
    margin: 0 0 12px;
    background:linear-gradient(90deg,rgb(255, 0, 149), rgb(12, 165, 192));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-section h1,
.section-heading h2,
.support-section h2,
.apply-panel h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    letter-spacing: 0;
}

.text-gradient {
    background: linear-gradient(115deg, rgba(153, 10, 81, 0.97) 0%, rgba(37, 99, 235, 0.84) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.hero-section h1 {
    max-width: 760px;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    line-height: 1.02;
}

.hero-text {
    max-width: 690px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
    line-height: 1.75;
}

.search-panel {
    margin-top: 34px;
    padding: 18px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.26);
}

.form-label {
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    top: 50%;
    left: 14px;
    color: var(--muted);
    transform: translateY(-50%);
}

.form-control {
    min-height: 46px;
    border-color: var(--line);
    border-radius: 8px;
    padding-left: 42px;
    font-weight: 600;
}

.auth-modal .modal-content {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.28);
}

.auth-dialog {
    max-width: 920px;
}

.auth-modal .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
    padding: 24px;
}

.auth-modal .modal-title {
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
    font-weight: 800;
}

.auth-modal .modal-body {
    padding: 24px;
}

.auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 22px;
}

.auth-tabs button {
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
    color: var(--navy);
    font-weight: 800;
}

.auth-tabs button.active {
    background: var(--navy);
    color: var(--white);
}

.auth-form {
    display: grid;
    gap: 12px;
}

.signup-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.signup-choice-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 310px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    padding: 30px;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.signup-choice-card:hover,
.signup-choice-card:focus-visible {
    border-color: var(--green);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
    transform: translateY(-3px);
}

.signup-choice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 8px;
    background: rgb(0, 183, 255);
    color: var(--white);
    font-size: 2.2rem;
    margin-bottom: 18px;
}

.signup-choice-card strong {
    color: var(--navy);
    font-size: 1.65rem;
    font-weight: 800;
}

.signup-choice-card small {
    color: var(--muted);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    margin: 14px 0 18px;
}

.signup-choice-card em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 8px;
    background: rgb(4, 121, 4);
    color: var(--white);
    font-style: normal;
    font-weight: 800;
    padding: 10px 16px;
}

.auth-back {
    justify-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: var(--blue);
    font-weight: 800;
    padding: 0;
}

.selected-account-type {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
    padding: 14px;
}

.selected-account-type i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(22, 163, 74, 0.12);
    color: var(--green);
}

.selected-account-type span,
.selected-account-type strong {
    display: block;
}

.selected-account-type span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.selected-account-type strong {
    color: var(--navy);
    font-weight: 800;
}

.auth-form .btn-primary {
    margin-top: 8px;
}

.auth-message {
    min-height: 24px;
    margin: 14px 0 0;
    color: var(--muted);
    font-weight: 700;
}

.auth-message[data-type="success"] {
    color: var(--green);
}

.auth-message[data-type="error"] {
    color: var(--rose);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.hero-stats div {
    border-left: 4px solid var(--gold);
    padding-left: 14px;
}

.hero-stats strong {
    display: block;
    font-size: 1.7rem;
    line-height: 1;
}

.hero-stats span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
    margin-top: 6px;
}

.hero-card {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ink);
    padding: 26px;
    box-shadow: 0 30px 65px rgba(15, 23, 42, 0.35);
}

.hero-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: var(--soft);
}

.hero-logo-wrap img {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    object-fit: cover;
}

.feature-row {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
}

.feature-row span,
.category-card i,
.support-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--blue);
}

.feature-row h2,
.category-card h3,
.job-card h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
}

.feature-row p,
.category-card p,
.job-card p,
.support-section p {
    color: var(--muted);
    line-height: 1.65;
}

.feature-row p {
    margin: 6px 0 0;
}

.section-band,
.jobs-section,
.support-section,
.apply-section {
    padding: 76px 0;
}

.section-band,
.apply-section {
    background: var(--soft);
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h2,
.support-section h2,
.apply-panel h2 {
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.category-card,
.job-card {
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.08) 0%, rgba(255, 255, 255, 1) 35%);
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-card:hover,
.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14), inset 0 0 0 1px rgba(37, 99, 235, 0.2);
    border-color: rgba(37, 99, 235, 0.25);
}

.category-card h3 {
    margin-top: 18px;
}

.category-card p {
    margin: 10px 0 0;
}

.job-card {
    display: flex;
    flex-direction: column;
    min-height: 305px;
}

.job-type {
    align-self: flex-start;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    color: var(--green);
    font-size: 0.78rem;
    font-weight: 800;
    padding: 7px 12px;
    margin-bottom: 18px;
}

.company {
    margin: 8px 0 0;
    color: var(--blue);
    font-weight: 800;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 18px 0;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.job-meta i {
    color: var(--rose);
    margin-right: 5px;
}

.job-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--blue);
    font-weight: 800;
}

.support-section {
    background: var(--white);
}

.account-page {
    min-height: 100vh;
    padding: 170px 0 76px;
    background: var(--soft);
}

.account-page-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.account-page-header h1 {
    margin: 0;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    letter-spacing: 0;
}

.account-page-header > span {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--navy);
    font-weight: 800;
    padding: 12px 16px;
}

.job-category-grid {
    display: grid;
    gap: 18px;
}

.category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.category-filter button {
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--navy);
    font-weight: 800;
    padding: 9px 14px;
}

.category-filter button:hover,
.category-filter button.active {
    border-color: var(--green);
    background: var(--green);
    color: var(--white);
}

.job-category-panel,
.job-post-form,
.employer-posts {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    padding: 22px;
}

.category-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.category-panel-heading h2,
.employer-posts h2 {
    margin: 0;
    color: var(--navy);
    font-size: 1.2rem;
    font-weight: 800;
}

.category-panel-heading span {
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 800;
    padding: 7px 12px;
}

.posted-job-list,
.employer-posts > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.posted-job-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
    padding: 18px;
}

.posted-job-card > span {
    align-self: flex-start;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    color: var(--green);
    font-size: 0.76rem;
    font-weight: 800;
    padding: 7px 12px;
    margin-bottom: 14px;
}

.posted-job-card h3 {
    margin: 0;
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 800;
}

.posted-job-card p {
    color: var(--muted);
    line-height: 1.6;
}

.posted-job-card .company {
    margin: 8px 0 0;
    color: var(--blue);
}

.employer-page-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) 1.15fr;
    gap: 22px;
    align-items: start;
}

.job-post-form {
    display: grid;
    gap: 12px;
}

.job-post-form textarea.form-control {
    padding-left: 14px;
}

.job-post-message,
.empty-state {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.job-post-message[data-type="success"] {
    color: var(--green);
}

.job-post-message[data-type="error"] {
    color: var(--rose);
}

.support-section p {
    max-width: 650px;
    margin-top: 18px;
    font-size: 1.02rem;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.support-grid div {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 86px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px;
    background: var(--soft);
    color: var(--navy);
    font-weight: 800;
}

.apply-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: 8px;
    background: var(--navy);
    color: var(--white);
    padding: 34px;
}

.apply-panel h2 {
    color: var(--white);
    max-width: 760px;
}

footer {
    background: #0f172a;
    color: rgba(255, 255, 255, 0.72);
    padding: 24px 0;
}

footer p {
    margin: 0;
}

@media (max-width: 991px) {
    .navbar-brand {
        font-size: 1.05rem;
    }

    .offcanvas {
        background: var(--navy);
    }

    .main-navbar-links {
        align-items: flex-start !important;
    }

    .nav-btn {
        margin-top: 12px;
    }

    .auth-nav {
        align-items: flex-start;
        flex-direction: column;
        margin: 16px 0 0;
    }

    .user-menu {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-section {
        padding: 130px 0 70px;
        background:
            linear-gradient(115deg, rgba(19, 34, 56, 0.97), rgba(37, 99, 235, 0.84)),
            url("images/Logo.jpeg") center 96px / 230px no-repeat;
    }

    .hero-card {
        margin-top: 6px;
    }

    .account-page {
        padding-top: 130px;
    }

    .employer-page-grid,
    .posted-job-list,
    .employer-posts > div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .logo-1 {
        width: 46px;
        height: 46px;
    }

    .hero-section {
        padding: 150px 0 64px;
        text-align: center;
        background: linear-gradient(115deg, rgba(19, 34, 56, 0.97), rgba(37, 99, 235, 0.84));
    }

    .hero-section .eyebrow,
    .hero-section h1,
    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section h1 {
        font-size: clamp(2rem, 11vw, 3.2rem);
        line-height: 1.08;
    }

    .hero-text {
        font-size: 1rem;
        line-height: 1.65;
    }

    .search-panel {
        text-align: left;
    }

    .hero-stats,
    .support-grid,
    .signup-choice {
        grid-template-columns: 1fr;
    }

    .hero-stats {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .section-band,
    .jobs-section,
    .support-section,
    .apply-section {
        padding: 54px 0;
    }

    .apply-panel {
        align-items: flex-start;
        flex-direction: column;
        padding: 26px;
    }

    .account-page-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-page {
        padding: 120px 0 54px;
    }
}







@media (max-width:991px)  {

    
.navbar .offcanvas{
    background:rgba(9, 18, 36, 0.62)!important;
    backdrop-filter:blur(3px);
}

}









