/* Color Variables */
:root {
    --primary-green: #4F7C6B;
    --primary-blue: #1F2A33;
    --secondary-green: #2F6F7A;
    --secondary-blue: #5C7D99;
    --light-green: #E3EFEA;
    --light-blue: #E6EDF2;
    --dark-green: #3E6355;
    --dark-blue: #2E3A43;
    --gradient-primary: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 100%);
    --gradient-secondary: linear-gradient(135deg, var(--secondary-blue) 0%, var(--primary-blue) 100%);
    --text-dark: #1F2A33;
    --text-medium: #3A3F45;
    --text-light: #6B7280;
    --warning-bg: rgba(201, 162, 77, 0.15);
    --warning-border: #C9A24D;
    --warning-text: #7A5E1E;
    --cta-buttons: red;
    --cta-buttons: #C9A24D;
    --cc-page-gutter: 12px;
    /*--cta-buttons: #1F2A33;*/
    /*--cta-buttons: #2F6F7A!important;*/
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: white;
}

.main, .content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.volontar-layout,
.main-content {
    background: white;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}

.header .container-fluid,
.py-4 .container-fluid,
.py-5 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.hero-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.cc-page-container,
.volontar-layout .container {
    width: 100%;
    max-width: none;
    padding-left: var(--cc-page-gutter);
    padding-right: var(--cc-page-gutter);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    :root {
        --cc-page-gutter: 120px;
    }
}

@media (min-width: 1400px) {
    :root {
        --cc-page-gutter: 160px;
    }
}

/* Footer */
.cc-footer {
    border-top: 1px solid rgba(7, 50, 70, 0.12);
    background:
        linear-gradient(135deg, rgba(255, 244, 231, 0.92), rgba(255, 255, 255, 0.98)),
        #fff;
    color: #08293b;
    margin-top: 48px;
    padding: 40px 0 24px;
}

.cc-footer-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
    gap: 40px;
    align-items: start;
}

.cc-footer-brand,
.cc-footer-nav,
.cc-footer-contact {
    min-width: 0;
}

.cc-footer-mark {
    margin: 0 0 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.cc-footer-title {
    margin: 0 0 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.cc-footer-text {
    max-width: 620px;
    margin: 0;
    color: rgba(8, 41, 59, 0.78);
    font-size: 14px;
    line-height: 1.7;
}

.cc-footer-links {
    display: grid;
    gap: 8px;
}

.cc-footer-links a,
.cc-footer-bottom a {
    color: #114866;
    font-weight: 600;
    text-decoration: none;
}

.cc-footer-links a:hover,
.cc-footer-bottom a:hover {
    color: #08293b;
    text-decoration: underline;
}

.cc-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(7, 50, 70, 0.12);
    color: rgba(8, 41, 59, 0.72);
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .cc-footer {
        margin-top: 32px;
        padding-top: 32px;
    }

    .cc-footer-shell {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cc-footer-bottom {
        /*align-items: flex-start;*/
        flex-direction: column;
    }
}

/* Header Styles */
.header {
    border-bottom: 1px solid #dee2e6;
    background: white;
}

.cc-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-bottom: none;
}

.cc-site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cc-site-header__logo {
    min-height: 48px;
    width: auto;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
    color: #08293b;
    text-decoration: none;
}

.cc-site-header__logo:hover {
    color: #08293b;
}

.cc-site-header__legacy-logo {
    display: block;
    width: 58px;
    height: 40px;
    object-fit: contain;
    border-radius: 9px;
    mix-blend-mode: multiply;
    opacity: .88;
    filter: saturate(.82) contrast(.96);
}

.cc-site-header__mark {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 2px solid #08293b;
    border-radius: 50%;
    color: #b46732;
    font-size: 1.35rem;
    transform: rotate(-12deg);
}

.cc-site-header__wordmark {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: #08293b;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    letter-spacing: .01em;
    white-space: nowrap;
}

.cc-site-header__wordmark strong {
    color: #b46732;
    font-weight: 750;
}

.cc-site-header__actions {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.cc-site-header__actions--authenticated {
    flex: 0 1 auto;
}

.val {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.cc-site-header .primary-login-btn,
.cc-site-header .cc-primary,
.cc-site-header .cc-secondary {
    width: auto;
    min-width: 160px;
    min-height: 42px;
    padding: 4px 14px;
    flex: 0 0 auto;
    font-size: 13px;
}

.cc-site-header .iconadd-filled {
    width: 22px;
}

.primary {
    position: relative;
    line-height: 1;
}

.nav-link.active {
    font-weight: 500;
    border-bottom: 2px solid var(--primary-green);
    color: var(--primary-green) !important;
}

.nav-link:hover {
    color: var(--primary-green) !important;
}

.btn-success {
    background: var(--gradient-primary);
    border: none;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background: var(--gradient-secondary);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 124, 107, 0.3);
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 32vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 1.5rem 1rem;
}

.cc-home-hero-section {
    width: 100%;
    min-height: 0;
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
    background: #f4ead8;
    background-image: none;
    background-size: auto;
    background-position: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 0;
}

.cc-home-hero-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.hero-text-box {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(3px);
    border-radius: 16px;
    padding: 1.25rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}

.cc-home-hero-box {
    width: 100%;
    max-width: 760px;
    margin-bottom: 0;
    padding: 40px 80px;
    box-sizing: border-box;
}

.intro {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.cc-home-hero-subtitle,
.matcha-med-fretag {
    width: 100%;
    position: relative;
    margin: 0;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
    display: inline-block;
}

.hero-title {
    color: var(--text-dark);
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.hero-subtitle {
    color: var(--text-medium);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hero-description {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hero-cta {
    background: var(--cta-buttons);
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
    font-size: 0.9rem;
}

.hero-cta:hover {
    background: var(--gradient-secondary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(25, 135, 84, 0.4);
    color: white;
}

.hero-cta-secondary {
    background: var(--gradient-secondary);
    box-shadow: 0 4px 12px rgba(102, 16, 242, 0.3);
}

.hero-cta-secondary:hover {
    background: var(--gradient-primary);
    box-shadow: 0 6px 20px rgba(102, 16, 242, 0.4);
}

.hero-note {
    background: var(--warning-bg);
    border-left: 4px solid var(--warning-border);
    padding: 0.75rem;
    border-radius: 6px;
    margin-top: 1.25rem;
    font-size: 0.8rem;
    color: var(--warning-text);
}

/* Jobs Section Combined */
.jobs-section-combined {
    background: white;
    padding: 2rem 0 3rem 0;
}

.how-it-works-section {
    min-height: 350px;
    background: white;
    padding: 40px 0 1rem;
    overflow: hidden;
}

.how-it-works-inner {
    width: min(100%, 1120px);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cc-home-section-inner {
    max-width: none;
}

#cc-home-top {
    min-height: 0;
}

#cc-home-top .hero-content {
    padding-top: 0;
    padding-bottom: 0;
}

.how-it-works-title {
    color: var(--text-dark);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.how-it-works-intro {
    max-width: 680px;
    margin: 0.65rem auto 0;
    color: var(--text-medium);
    text-align: center;
    line-height: 1.5;
}

.how-it-works-flow {
    position: relative;
    width: min(100%, 920px);
    max-width: 920px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 28px);
    margin-top: 2.25rem;
}

.how-it-works-card {
    min-height: 142px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 12px rgba(0, 0, 0, 0), 0 11px 11px rgba(0, 0, 0, 0.01), 0 6px 9px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.09), 1px 1px 3px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 14px;
    text-align: center;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
}

.how-it-works-card b {
    max-width: 175px;
    font-size: 13px;
    line-height: 1.18;
}

.how-it-works-icon {
    color: #111;
    font-size: 48px;
    line-height: 1;
}

.how-it-works-arrow {
    position: absolute;
    color: #a56712;
    width: 76px;
    height: 42px;
    pointer-events: none;
    z-index: 2;
}

.how-it-works-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.how-it-works-arrow path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.how-it-works-arrow--one {
    top: -26px;
    left: calc(25% - 43px);
}

.how-it-works-arrow--two {
    bottom: -34px;
    left: calc(50% - 38px);
}

.how-it-works-arrow--three {
    top: -26px;
    left: calc(75% - 47px);
}

.how-it-works-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.example-cards-section {
    background: white;
    padding: 40px 0 0;
}

.example-cards-shell {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.example-cards-title {
    margin: 0;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.example-card {
    width: 100%;
    min-height: 387px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 15px 7px rgba(0, 0, 0, 0), 0 10px 7px rgba(0, 0, 0, 0.01), 0 5px 6px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.09), 1px 1px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.example-card-media {
    height: 180px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    position: relative;
}

.example-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(8, 41, 59, 0.14) 100%);
}

.example-card-media--teal {
    background: linear-gradient(135deg, #d7f1f6 0%, #94c9d8 45%, #2e758e 100%);
}

.example-card-media--sand {
    background: linear-gradient(135deg, #fff0d9 0%, #edc88c 46%, #b97829 100%);
}

.example-card-media--gold {
    background: linear-gradient(135deg, #fff2b9 0%, #f0d24a 42%, #9a6d09 100%);
}

.example-card-media-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #08293b;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.example-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

.example-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.example-card-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 24px;
    background: #f9dc4c;
    color: #614603;
    font-size: 14px;
    font-weight: 600;
}

.example-card-intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.example-card-intro h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.example-card-intro p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.example-card-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.example-card-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1f2a33;
    font-size: 14px;
    line-height: 1.4;
}

.example-card-detail i {
    width: 24px;
    color: #114866;
    font-size: 18px;
    flex-shrink: 0;
}

.example-card-button {
    margin-top: auto;
    align-self: stretch;
    box-shadow: 11px 22px 7px rgba(0, 0, 0, 0), 7px 14px 6px rgba(0, 0, 0, 0.01), 4px 8px 5px rgba(0, 0, 0, 0.04), 2px 3px 4px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #114866;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 16px;
    min-height: 38px;
    font-size: 14px;
    font-weight: 700;
}

.example-card-button:hover {
    color: #fff;
    background: #0d3a52;
}

.company-connect-info-section {
    background: #fff;
    padding: 0 0 24px;
}

.cc-profile-info-section {
    padding: 0;
}

.company-connect-info-panel {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 360px;
    background: #073246;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
    align-items: stretch;
}

.company-connect-info-panel::before {
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    left: 42%;
    width: 900px;
    height: 200%;
    background: #073246;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

.company-connect-info-copy {
    position: relative;
    z-index: 3;
    max-width: 700px;
    padding: 86px 40px 64px 40px;
    color: #fff;
}

.company-connect-info-copy h2 {
    margin: 0 0 20px;
    max-width: 610px;
    color: #fff;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
}

.company-connect-info-copy p {
    margin: 0;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.7;
}

.company-connect-info-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 36px;
    margin-top: 44px;
    border-radius: 3px;
    background: #05283a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.company-connect-info-link:hover {
    color: #fff;
    background: #0b4058;
}

.company-connect-info-visual {
    position: relative;
    min-height: 360px;
    background:
        linear-gradient(90deg, rgba(7, 50, 70, 0.18) 0%, rgba(7, 50, 70, 0) 35%),
        url('/images/two_people.jpg') center center / cover no-repeat;
    overflow: hidden;
}

.company-connect-info-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 50, 70, 0.22) 0%, rgba(7, 50, 70, 0) 42%);
}

@media (max-width: 767.98px) {
    .company-connect-info-panel {
        grid-template-columns: 1fr;
    }

    .company-connect-info-panel::before {
        display: none;
    }

    .company-connect-info-copy {
        padding: 40px 20px 32px;
    }

    .company-connect-info-visual {
        min-height: 220px;
    }

    .company-connect-info-link {
        width: 100%;
        max-width: 260px;
        min-width: 0;
    }
}

/* Sorting Controls */
.sorting-controls {
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}

/* Toggle Buttons */
.sorting-controls .btn-group {
    background: white;
    border-radius: 12px;
    padding: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.sorting-controls .btn-group .btn {
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    color: var(--text-light);
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
}

.sorting-controls .btn-group .btn:hover {
    color: var(--primary-green);
    background: rgba(25, 135, 84, 0.1);
}

.sorting-controls .btn-group .btn.active,
.sorting-controls .btn-group .btn:active {
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 2px 8px rgba(25, 135, 84, 0.3);
    transform: translateY(-1px);
}

.sorting-controls .btn-group .btn:first-child {
    margin-right: 2px;
    position: relative;
}

.sorting-controls .btn-group .btn:first-child::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.sorting-controls .btn-group .btn:last-child {
    margin-left: 2px;
}

.sorting-controls .form-select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0.6rem 2.5rem 0.6rem 1rem;
    font-size: 0.9rem;
    background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") no-repeat right 0.75rem center/16px 16px;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-weight: 500;
}

.sorting-controls .form-select:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.1), 0 2px 8px rgba(0, 0, 0, 0.08);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23198754' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}

.sorting-controls .form-select:hover {
    border-color: var(--primary-green);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23198754' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}

.jobs-grid {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 2rem;
    align-items: stretch;
    font-size: 14px;
}

/* Job Card */
.job-card-wrapper {
    height: 100%;
    width: 100%;
}

.job-card {
    width: 100%;
    box-shadow: 0 15px 7px rgba(0, 0, 0, 0), 0 10px 7px rgba(0, 0, 0, 0.01), 0 5px 6px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.09), 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    isolation: isolate;
    min-height: 387px;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}


/* Job Card Header */
.job-card-header {
    align-self: stretch;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.job-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.job-image {
    align-self: stretch;
    flex: 1;
    position: relative;
    border-radius: 8px 8px 0 0;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}


.job-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 70%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

.favorite-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.favorite-btn:hover {
    background: white;
    color: var(--primary-green);
    transform: scale(1.1);
}

.favorite-btn.active {
    background: var(--primary-green);
    color: white;
}

.favorite-btn.active:hover {
    background: #dc3545;
}

/* Job Card Content */
.job-card-content {
    align-self: stretch;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 16px;
    z-index: 1;
    flex: 1;
}

.job-category {
    align-self: stretch;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: flex-start;
    color: #614603;
}

.category-tag,
.type-tag {
    padding: 4px 8px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.category-tag {
    background: #f9dc4c;
    color: #614603;
}

.type-tag {
    background: #f9dc4c;
    color: #614603;
}

.job-title {
    align-self: stretch;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-description {
    align-self: stretch;
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 160%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-details {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.job-detail-item {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
}

.job-detail-item i {
    width: 24px;
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
}

/* Job Card Footer */
.job-card-footer {
    align-self: stretch;
}

.job-info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    gap: 8px;
    border-radius: 16px;
    background-color: #114866;
    box-shadow: 11px 22px 7px rgba(0, 0, 0, 0), 7px 14px 6px rgba(0, 0, 0, 0.01), 4px 8px 5px rgba(0, 0, 0, 0.04), 2px 3px 4px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.08);
    color: #fff;
    text-decoration: none;
    margin-top: auto;
}

/* Responsive Design  */
@media (min-width: 576px) {
    .jobs-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .jobs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .jobs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .jobs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1400px) {
    .jobs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Button Styles */
.btn-outline-secondary {
    border-color: var(--primary-green);
    color: var(--primary-green);
}

.btn-outline-secondary:hover,
.btn-outline-secondary.active {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}


.modern-pagination {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: white;
    border: 2px solid var(--light-green);
    border-radius: 12px;
    color: var(--primary-green);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pagination-btn:hover:not(.disabled) {
    background: var(--primary-green);
    color: white;
    border-color: var(--primary-green);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f8f9fa;
    color: var(--text-light);
    border-color: #e9ecef;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-number {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid var(--light-green);
    border-radius: 12px;
    color: var(--primary-green);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pagination-number:hover {
    background: var(--light-green);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.2);
}

.pagination-number.active {
    background: var(--cta-buttons);
    color: white;
    border-color: var(--primary-green);
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

.pagination-number.active:hover {
    background: var(--gradient-secondary);
}

/* Responsive Pagination */
@media (max-width: 576px) {
    .pagination-container {
        gap: 0.5rem;
    }

    .pagination-btn {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }

    .pagination-btn span {
        display: none;
    }

    .pagination-number {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
    }
}

.search-section {
    background: white;
    padding: 3rem 0;
    position: relative;
}

.search-section .form-control {
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 2px solid var(--light-green);
    border-radius: 25px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s ease;
    outline: none;
}

.search-section .form-control:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.1);
    transform: translateY(-1px);
}

.search-section .form-select {
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border: 2px solid var(--light-green);
    border-radius: 15px;
    font-size: 0.9rem;
    background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") no-repeat right 0.75rem center/16px 16px;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-section .form-select:focus,
.search-section .form-select:hover {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.1);
    transform: translateY(-1px);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23198754' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}

.search-section .btn-success {
    background: var(--gradient-primary);
    border: none;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

.search-section .btn-success:hover {
    background: var(--gradient-secondary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(25, 135, 84, 0.4);
}



.search-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
}

.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    
    gap: 1rem;
}

.search-title {
    color: var(--text-dark);
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}

.favorites-btn {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--light-green);
    color: var(--primary-green);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.favorites-btn:hover,
.favorites-btn.active {
    background: var(--primary-green);
    color: white;
    border-color: var(--primary-green);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

.search-form {
    background: white;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.search-input-group {
    margin-bottom: 1.5rem;
}

.search-input-wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
    font-size: 1.1rem;
    z-index: 2;
}

.search-input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 2px solid var(--light-green);
    border-radius: 25px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s ease;
    outline: none;
}

.search-input:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.1);
    transform: translateY(-1px);
}

.search-filters .row {
    margin-bottom: 1.5rem;
    justify-content: center;
}

.search-button-col {
    margin-top: 1rem;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-select {
    padding: 0.75rem 1rem;
    border: 2px solid var(--light-green);
    border-radius: 15px;
    font-size: 0.9rem;
    background: white;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}

.filter-select:focus,
.filter-select:hover {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.1);
    transform: translateY(-1px);
}

.search-btn {
    background: var(--gradient-primary);
    border: none;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

.search-btn:hover {
    background: var(--gradient-secondary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(25, 135, 84, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .search-header {
        flex-direction: column;
        text-align: center;
    }

    .search-title {
        font-size: 1.5rem;
    }

    .search-form {
        padding: 1.5rem;
    }

    .search-filters {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1200px) {
    .company-connect-info-panel::before {
        left: 40%;
        width: 1100px;
    }
}

@media (min-width: 769px) and (max-width: 1050px) {
    .how-it-works-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 620px;
        gap: 20px;
    }

    .how-it-works-arrow {
        display: none;
    }
}

@media (max-width: 576px) {
    .search-section {
        padding: 2rem 0;
    }

    .search-container {
        padding: 0 0.5rem;
    }

    .search-form {
        padding: 1rem;
        border-radius: 15px;
    }
}

/* Job Cards */
.card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.text-success {
    color: var(--primary-green) !important;
}

/* Pagination */
.page-link {
    color: var(--primary-green);
    border-color: var(--light-green);
}

.page-link:hover {
    color: var(--dark-green);
    background-color: var(--light-green);
    border-color: var(--primary-green);
}

/* Footer */
.border-top {
    border-color: var(--light-green) !important;
}

/* Header */
.border-light-green {
    border-color: var(--light-green) !important;
}

/* Responsive Design */
@media (min-width: 576px) {
    .hero-text-box {
        padding: 1.5rem 2.5rem;
    }

    .how-it-works-inner {
        max-width: none;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .hero-section {
        min-height: auto;
    }

    .hero-content {
        padding: 2rem;
    }

    .cc-home-hero-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-text-box {
        padding: 1.75rem 3rem;
    }

    .how-it-works-inner {
        max-width: none;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
    }
}

@media (min-width: 1024px) {
    .hero-section {
        min-height: auto;
    }

    .hero-text-box {
        padding: 2rem 4rem;
    }

    .how-it-works-inner {
        max-width: none;
    }

    .cc-home-section-inner {
        max-width: none;
        align-items: center;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .cc-site-header__inner {
        align-items: flex-start;
    }

    .how-it-works-flow {
        grid-template-columns: 1fr;
        max-width: 360px;
    }

    .how-it-works-arrow {
        display: none;
    }

    .example-cards-title {
        font-size: 28px;
    }

    .cc-site-header__actions {
        gap: 12px;
        flex-wrap: wrap;
    }

    .primary-login-btn {
        min-width: 148px;
        min-height: 42px;
        font-size: 13px;
    }

    .main-content {
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    .cc-home-hero-section {
        padding: 32px 0;
    }

    .cc-home-hero-box {
        padding: 24px 16px;
    }

    .hero-title {
        font-size: 32px;
    }

    .cc-site-header__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .cc-site-header__logo {
        margin: 0 auto;
    }

    .cc-site-header__actions {
        justify-content: stretch;
    }

    .primary-login-btn {
        width: 100%;
        min-width: 0;
    }

    .main-content {
        padding-top: 0;
    }
}

/* --- SiteHeader: Notification badge --- */
.cc-site-header__notif {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cc-site-header__icon-button {
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    color: #175c82;
    background-color: transparent;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.cc-site-header__icon-button:hover {
    background-color: rgba(23, 92, 130, 0.08);
}

.cc-site-header__icon-button .rzi {
    font-size: 24px;
}

.cc-site-header__icon-button--pulse {
    animation: cc-header-pulse 1.2s infinite;
}

.cc-site-header__badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #e03535;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
}

@keyframes cc-header-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.cc-site-header__menu-area {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cc-messages-layout {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.cc-messages-sidebar,
.cc-messages-panel {
    height: 100%;
}

.cc-message-thread {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e8edf2;
}

.cc-message-thread--active {
    background: #f3f8fb;
    border-color: #175c82;
}

.cc-message-thread__title {
    font-weight: 700;
    color: #1f2a33;
}

.cc-message-thread__preview {
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cc-message-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 320px;
    max-height: 520px;
    overflow-y: auto;
    padding: 0.25rem;
}

.cc-message-bubble {
    max-width: 75%;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f5f7fa;
    border: 1px solid #e4e9ef;
}

.cc-message-bubble--own {
    margin-left: auto;
    background: #175c82;
    color: #fff;
    border-color: #175c82;
}

.cc-message-bubble__sender {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.cc-message-bubble__body {
    white-space: pre-wrap;
    word-break: break-word;
}

.cc-message-bubble__time {
    margin-top: 6px;
    font-size: 0.75rem;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .cc-site-header__menu-area {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .cc-message-bubble {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .cc-site-header__menu-area {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .cc-site-header__menu-area > .rz-menu:not(.rz-profile-menu) {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap !important;
        width: auto;
        margin-inline: auto;
    }

    .cc-site-header__menu-area > .rz-menu:not(.rz-profile-menu) > .rz-navigation-item {
        position: relative;
        flex: 0 0 auto;
    }

    .cc-site-header__menu-area > .rz-menu:not(.rz-profile-menu) > .rz-navigation-item > .rz-navigation-item-wrapper > .rz-navigation-item-link {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .cc-site-header__menu-area > .rz-menu:not(.rz-profile-menu) > .rz-navigation-item > .rz-navigation-menu {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        right: auto;
        left: 50% !important;
        transform: translateX(-50%);
        z-index: 1200;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        box-shadow: 0 18px 42px rgba(17, 24, 39, 0.18);
        border-radius: 12px;

        width: max-content;
        min-width: 220px;
        max-width: 280px;
    }
}
/* Number of matching ads represented by a grouped company marker. */
.cc-map-marker-count {
    position: absolute;
    top: -7px;
    right: -9px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    background: #1d2f25;
    font-size: 11px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
}
.job-company {
    margin-top: -0.35rem;
    margin-bottom: 0.6rem;
    color: #66776d;
    font-size: 0.85rem;
    font-weight: 600;
}
