/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 /* =========================================================
   NEOSEA JOB PAGE
   Premium Maritime Recruitment Design
========================================================= */

.neosea-job-page {
    background: #f4f7f8;
    color: #172b3a;
    font-family: inherit;
    overflow: hidden;
}

.neosea-job-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.neosea-job-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            110deg,
            rgba(7, 43, 66, 0.96) 0%,
            rgba(12, 76, 94, 0.88) 50%,
            rgba(23, 107, 179, 0.78) 100%
        );
    color: #ffffff;
}

.neosea-job-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(2, 150, 156, 0.35),
            transparent 35%
        );
    pointer-events: none;
}

.neosea-job-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 42px;
    padding: 70px 0;
}

.neosea-job-hero-logo {
    width: 170px;
    height: 170px;
    flex: 0 0 170px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.20);
}

.neosea-job-logo-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.neosea-job-logo-text {
    color: #02969c;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
}

.neosea-job-hero-text {
    max-width: 850px;
}

.neosea-job-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 14px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.neosea-job-hero h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1px;
}

.neosea-job-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.neosea-job-hero-meta span {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border-radius: 30px;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.20);
    color: #ffffff;
    font-size: 14px;
}


/* =========================================================
   FRAUD ALERT
========================================================= */

.neosea-fraud-alert {
    background: #fff5f3;
    border-bottom: 1px solid #f1d5d0;
}

.neosea-fraud-alert .neosea-job-container {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.neosea-alert-symbol {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f02135;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.neosea-fraud-alert strong {
    display: block;
    margin-bottom: 4px;
    color: #c7192b;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.neosea-fraud-alert p {
    margin: 0;
    color: #5d3b3b;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   BODY
========================================================= */

.neosea-job-body {
    padding: 65px 0 90px;
}

.neosea-job-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 35px;
    align-items: start;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.neosea-job-content-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 42px;
    box-shadow: 0 8px 30px rgba(21, 53, 72, 0.07);
}

.neosea-job-content-card h2,
.neosea-job-content-card h3 {
    color: #176bb3;
    margin-top: 32px;
    margin-bottom: 15px;
}

.neosea-job-content-card h2:first-child,
.neosea-job-content-card h3:first-child {
    margin-top: 0;
}

.neosea-job-content-card p {
    color: #536875;
    font-size: 16px;
    line-height: 1.8;
}

.neosea-job-content-card ul {
    margin: 15px 0 25px 20px;
    padding: 0;
}

.neosea-job-content-card li {
    margin-bottom: 11px;
    color: #536875;
    line-height: 1.7;
}

.neosea-job-content-card li::marker {
    color: #02969c;
}


/* =========================================================
   SIDEBAR
========================================================= */

.neosea-job-sidebar {
    position: sticky;
    top: 30px;
}

.neosea-sidebar-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(21, 53, 72, 0.09);
}

.neosea-sidebar-title {
    padding: 25px 28px;
    background: #176bb3;
}

.neosea-sidebar-title h2 {
    margin: 0;
    color: #ffffff;
    font-size: 23px;
}

.neosea-sidebar-content {
    padding: 10px 28px 20px;
}

.neosea-detail-row {
    padding: 18px 0;
    border-bottom: 1px solid #e8eef1;
}

.neosea-detail-row:last-child {
    border-bottom: 0;
}

.neosea-detail-label {
    display: block;
    margin-bottom: 6px;
    color: #7b8b95;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.neosea-detail-row strong {
    display: block;
    color: #1c3443;
    font-size: 15px;
    line-height: 1.5;
}

.neosea-sidebar-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 28px 28px;
    padding: 15px 20px;
    border-radius: 7px;
    background: #02969c;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.neosea-sidebar-apply:hover {
    background: #176bb3;
    transform: translateY(-2px);
}


/* =========================================================
   HELP CARD
========================================================= */

.neosea-help-card {
    margin-top: 25px;
    padding: 30px;
    border-radius: 14px;
    background: #e9f6f7;
    border: 1px solid #cdecee;
}

.neosea-help-card > span {
    color: #02969c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.neosea-help-card h3 {
    margin: 12px 0 10px;
    color: #17384a;
    font-size: 21px;
    line-height: 1.3;
}

.neosea-help-card p {
    margin: 0 0 15px;
    color: #5d707b;
    font-size: 14px;
    line-height: 1.7;
}

.neosea-help-card a {
    color: #176bb3;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}


/* =========================================================
   READY TO APPLY
========================================================= */

.neosea-ready-card {
    margin-top: 35px;
    padding: 35px 38px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: linear-gradient(
        120deg,
        #176bb3,
        #02969c
    );
    box-shadow: 0 12px 35px rgba(23, 107, 179, 0.18);
}

.neosea-ready-label {
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.neosea-ready-card h2 {
    margin: 8px 0 8px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.3;
}

.neosea-ready-card p {
    margin: 0;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
}

.neosea-ready-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border-radius: 7px;
    background: #ffffff;
    color: #176bb3 !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.neosea-ready-button:hover {
    background: #f4f7f8;
    transform: translateY(-2px);
}


/* =========================================================
   APPLICATION
========================================================= */

.neosea-application-card {
    margin-top: 35px;
    padding: 38px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(21, 53, 72, 0.07);
}

.neosea-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.neosea-section-title > span {
    width: 5px;
    height: 30px;
    border-radius: 4px;
    background: #02969c;
}

.neosea-section-title h2 {
    margin: 0;
    color: #17384a;
    font-size: 26px;
}

.neosea-application-intro {
    color: #647680;
    line-height: 1.7;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .neosea-job-grid {
        grid-template-columns: 1fr;
    }

    .neosea-job-sidebar {
        position: static;
    }

    .neosea-job-hero-inner {
        gap: 28px;
    }

    .neosea-job-hero h1 {
        font-size: 42px;
    }

}


@media (max-width: 650px) {

    .neosea-job-container {
        width: min(100% - 28px, 1180px);
    }

    .neosea-job-hero {
        min-height: auto;
    }

    .neosea-job-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 55px 0;
    }

    .neosea-job-hero-logo {
        width: 125px;
        height: 125px;
        flex-basis: 125px;
    }

    .neosea-job-hero h1 {
        font-size: 34px;
        line-height: 1.15;
    }

    .neosea-job-content-card,
    .neosea-application-card {
        padding: 25px;
    }

    .neosea-ready-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px;
    }

    .neosea-ready-button {
        width: 100%;
    }

    .neosea-fraud-alert .neosea-job-container {
        align-items: flex-start;
    }

}

/* =========================================================
   HIDE UNWANTED PLUGIN JOB DETAILS + APPLICATION CARD
========================================================= */

/* Hide Job Details fields appearing inside the main job content */
.neosea-job-content-card .job-field-hiring-organization,
.neosea-job-content-card .job-field-employment-type,
.neosea-job-content-card .job-field-industry,
.neosea-job-content-card .job-field-job-location,
.neosea-job-content-card .job-field-date-posted,
.neosea-job-content-card .job-field-pdf-export,
.neosea-job-content-card .job-field-apply-now {
    display: none !important;
}

/* Hide our empty Application card */
.neosea-application-card {
    display: none !important;
}