/* ── Hero ──────────────────────────────────────────────────── */
.cr-hero {
    background:
        radial-gradient(ellipse at top left, rgb(13 143 208 / 18%) 0%, transparent 45%),
        radial-gradient(ellipse at top right, rgb(217 111 13 / 20%) 0%, transparent 45%),
        radial-gradient(ellipse at bottom left, rgb(11 101 147 / 12%) 0%, transparent 40%),
        radial-gradient(ellipse at bottom right, rgb(131 67 6 / 14%) 0%, transparent 40%),
        linear-gradient(135deg, var(--dark-bg-primary) 0%, var(--dark-bg-secondary) 30%, #1a2030 60%, var(--dark-bg-primary) 100%);
    padding: 80px 0 88px;
    position: relative;
    overflow: hidden;
}

.cr-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 12% 25%, rgba(13, 159, 232, .09), transparent),
        radial-gradient(1px 1px at 88% 22%, rgba(237, 131, 33, .08), transparent),
        radial-gradient(1px 1px at 22% 75%, rgba(13, 159, 232, .06), transparent),
        radial-gradient(1px 1px at 74% 78%, rgba(237, 131, 33, .09), transparent);
    background-size: 480px 380px;
    animation: crHeroFloat 22s ease-in-out infinite;
    pointer-events: none;
}

@keyframes crHeroFloat {

    0%,
    100% {
        transform: translateX(0) translateY(0);
    }

    33% {
        transform: translateX(-8px) translateY(-5px);
    }

    66% {
        transform: translateX(6px) translateY(-9px);
    }
}

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

/* Breadcrumb */
.tg-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.tg-breadcrumb a {
    font-size: 12.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .45);
    text-decoration: none;
    transition: color .2s;
}

.tg-breadcrumb a:hover {
    color: rgba(255, 255, 255, .85);
}

.tg-breadcrumb .tg-bc-sep {
    color: rgba(255, 255, 255, .2);
}

.tg-breadcrumb .tg-bc-current {
    font-size: 12.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .6);
}

.cr-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: -.3px;
}

.cr-hero-tagline {
    font-size: 17px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.65;
    margin: 0;
    max-width: 560px;
}

/* ── Shared section helpers ────────────────────────────────── */
.cr-section-header {
    margin-bottom: 48px;
}

.cr-section-header.cr-centered {
    text-align: center;
}

.cr-section-header.cr-centered .cr-section-sub {
    margin: 0 auto;
}

.cr-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary, #0f1419);
    margin: 0 0 12px;
    line-height: 1.2;
}

.cr-section-sub {
    font-size: 16px;
    color: var(--text-secondary, #6c757d);
    line-height: 1.65;
    margin: 0;
    max-width: 520px;
}

/* ── 1. Why Techgencia ─────────────────────────────────────── */
.cr-why {
    padding: 88px 0;
    background: #fff;
}

.cr-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cr-why-card {
    padding: 32px 28px;
    border: 1px solid #f0f2f5;
    border-radius: 14px;
    background: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease, border-color .25s ease, box-shadow .25s ease;
}

.cr-why-card.cr-visible {
    opacity: 1;
    transform: translateY(0);
}

.cr-why-card:hover {
    border-color: #dee2e6;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
    transform: translateY(-3px);
}

.cr-why-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.cr-icon-blue {
    background: rgba(13, 159, 232, .1);
    color: #0d9fe8;
}

.cr-icon-orange {
    background: rgba(237, 131, 33, .1);
    color: #ed8321;
}

.cr-why-title {
    font-size: 15.5px;
    font-weight: 700;
    color: var(--text-primary, #0f1419);
    margin: 0 0 10px;
}

.cr-why-desc {
    font-size: 14px;
    color: var(--text-secondary, #6c757d);
    line-height: 1.7;
    margin: 0;
}

/* ── 2. Open Positions ─────────────────────────────────────── */
.cr-positions {
    padding: 88px 0;
    background: #f8f9fa;
}

/* ════════════════════════════════════════════════════════════
   SIMPLE JOB BOARD FULL OVERRIDE
   Scoped under .tg-jobs-wrap — all rules use !important
════════════════════════════════════════════════════════════ */
.tg-jobs-wrap * {
/*     font-family: 'Manrope', sans-serif !important; */
    box-sizing: border-box !important;
}

/* Card wrapper — relative for absolute button positioning */
.tg-jobs-wrap .v1 {
    position: relative !important;
}

/* Nuke plugin containers */
.tg-jobs-wrap .sjb-page {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.tg-jobs-wrap .sjb-listing {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.tg-jobs-wrap .list-view {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

/* ── Filter bar ────────────────────────────────────────────── */
.tg-jobs-wrap .sjb-filters {
    background: #fff !important;
    border: 1px solid #e9ecef !important;
    border-radius: 14px !important;
    padding: 16px 20px !important;
    margin-bottom: 28px !important;
    box-shadow: none !important;
    display: none !important;
}

.tg-jobs-wrap .sjb-filters .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    gap: 10px !important;
    margin: 0 !important;
}

.tg-jobs-wrap .sjb-search-keywords,
.tg-jobs-wrap .sjb-search-categories,
.tg-jobs-wrap .sjb-search-job-type,
.tg-jobs-wrap .sjb-search-location,
.tg-jobs-wrap .sjb-search-button {
    float: none !important;
    padding: 0 !important;
    width: auto !important;
}

.tg-jobs-wrap .sjb-search-keywords {
    flex: 2 !important;
    min-width: 180px !important;
}

.tg-jobs-wrap .sjb-search-categories,
.tg-jobs-wrap .sjb-search-job-type,
.tg-jobs-wrap .sjb-search-location {
    flex: 1 !important;
    min-width: 130px !important;
}

.tg-jobs-wrap .sjb-search-button {
    flex-shrink: 0 !important;
}

.tg-jobs-wrap .form-group {
    margin-bottom: 0 !important;
}

.tg-jobs-wrap .sjb-search-keywords .form-control {
    width: 100% !important;
    border: 1px solid #e9ecef !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #0f1419 !important;
    background: #f8f9fa !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    line-height: 1.5 !important;
}

.tg-jobs-wrap .sjb-search-keywords .form-control:focus {
    border-color: #0d9fe8 !important;
    background: #fff !important;
    box-shadow: none !important;
}

.tg-jobs-wrap .sjb-search-keywords .form-control::placeholder {
    color: #adb5bd !important;
}

.tg-jobs-wrap .sjb-search-categories .form-control,
.tg-jobs-wrap .sjb-search-job-type .form-control,
.tg-jobs-wrap .sjb-search-location .form-control {
    width: 100% !important;
    border: 1px solid #e9ecef !important;
    border-radius: 10px !important;
    padding: 10px 36px 10px 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #495057 !important;
    background-color: #f8f9fa !important;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236c757d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
}

.tg-jobs-wrap .sjb-search-categories .form-control:focus,
.tg-jobs-wrap .sjb-search-job-type .form-control:focus,
.tg-jobs-wrap .sjb-search-location .form-control:focus {
    border-color: #0d9fe8 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.tg-jobs-wrap .btn-search {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px !important;
    border: none !important;
    background: #0d9fe8 !important;
    color: transparent !important;
    font-size: 0 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.tg-jobs-wrap .btn-search::before {
    content: '\f002';
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    color: #fff !important;
}

.tg-jobs-wrap .btn-search:hover {
    background: #0b8fd4 !important;
}

/* ── Job card ──────────────────────────────────────────────── */
.tg-jobs-wrap .list-data {
    background: #fff !important;
    border: 1px solid #e9ecef !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: border-color .25s ease, box-shadow .25s ease !important;
    opacity: 0;
    transform: translateY(16px);
}

.tg-jobs-wrap .list-data.cr-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.tg-jobs-wrap .list-data:hover {
    border-color: #0d9fe8 !important;
    box-shadow: 0 6px 24px rgba(13, 159, 232, .09) !important;
}

/* Hide logo */
.tg-jobs-wrap .company-logo {
    display: none !important;
}

/* Flatten bootstrap grid */
.tg-jobs-wrap .list-data header {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.tg-jobs-wrap .list-data header>.row {
    display: block !important;
    margin: 0 !important;
}

.tg-jobs-wrap .list-data header .col-md-1 {
    display: none !important;
}

.tg-jobs-wrap .list-data header .col-md-11 {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    display: block !important;
}

/* List row — flex wrap so tags flow to second line */
.tg-jobs-wrap .sjb-list-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 0 !important;
    padding: 20px !important;
    margin: 0 !important;
    width: 100% !important;
}

/* Title col — full width, first line */
.tg-jobs-wrap .sjb-list-row>.col-md-5 {
    float: none !important;
    padding: 0 !important;
    width: 100% !important;
    flex: none !important;
    order: 1 !important;
    margin-bottom: 10px !important;
    padding-right: 200px !important;
}

/* Tag cols — second line, inline */
.tg-jobs-wrap .sjb-list-row>.col-md-2,
.tg-jobs-wrap .sjb-list-row>.col-md-3 {
    float: none !important;
    padding: 0 !important;
    width: auto !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    order: 2 !important;
    margin-right: 8px !important;
}

/* Job title */
.tg-jobs-wrap .job-info {
    display: block !important;
}

.tg-jobs-wrap .job-info h4 {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.tg-jobs-wrap .job-info h4 a {
    text-decoration: none !important;
    color: #0f1419 !important;
    display: block !important;
    transition: color .2s !important;
}

.tg-jobs-wrap .job-info h4 a:hover {
    color: #0d9fe8 !important;
}

.tg-jobs-wrap .job-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0f1419 !important;
}

.tg-jobs-wrap .company-name {
    display: none !important;
}

/* Tags */
.tg-jobs-wrap .job-type,
.tg-jobs-wrap .job-location,
.tg-jobs-wrap .job-date {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 5px 13px !important;
    border-radius: 100px !important;
    white-space: nowrap !important;
    border: none !important;
    line-height: 1 !important;
}

.tg-jobs-wrap .job-type {
    background: rgba(13, 159, 232, .09) !important;
    color: #0d9fe8 !important;
}

.tg-jobs-wrap .job-location {
    background: rgba(237, 131, 33, .09) !important;
    color: #ed8321 !important;
}

.tg-jobs-wrap .job-date {
    background: #f4f6f8 !important;
    color: #6c757d !important;
}

.tg-jobs-wrap .job-type i,
.tg-jobs-wrap .job-location i,
.tg-jobs-wrap .job-date i {
    font-size: 11px !important;
}

/* Description */
.tg-jobs-wrap .job-description {
    padding: 20px !important;
    border-top: 1px solid #f4f6f8 !important;
    padding-top: 18px !important;
    background: transparent !important;
}

.tg-jobs-wrap .job-description p {
    font-size: 15px !important;
    color: #6c757d !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* Hide expanded content by default */
.tg-jobs-wrap .sjb_more_content {
    display: none !important;
    padding: 16px 28px !important;
    font-size: 14px !important;
    color: #6c757d !important;
    line-height: 1.7 !important;
    border-top: 1px solid #f4f6f8 !important;
    background: transparent !important;
}

.tg-jobs-wrap .sjb_more_content[style*="display: block"],
.tg-jobs-wrap .sjb_more_content[style*="display:block"] {
    display: block !important;
}

/* Job features table */
.tg-jobs-wrap .job-features h3 {
    font-size: 11.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    color: #0f1419 !important;
    margin: 16px 0 10px !important;
}

.tg-jobs-wrap .job-features .table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}

.tg-jobs-wrap .job-features .table td {
    padding: 9px 12px !important;
    font-size: 13px !important;
    border: none !important;
    border-bottom: 1px solid #f4f6f8 !important;
    color: #495057 !important;
    background: transparent !important;
}

.tg-jobs-wrap .job-features .table td:first-child {
    font-weight: 700 !important;
    color: #0f1419 !important;
    width: 40% !important;
}

.tg-jobs-wrap .job-features .table tr:last-child td {
    border-bottom: none !important;
}

/* Buttons — absolute top-right */
.tg-jobs-wrap .sjb-apply-now-btn {
    position: absolute !important;
    top: 24px !important;
    right: 28px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.tg-jobs-wrap .sjb-apply-now-btn>p {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
}

.tg-jobs-wrap .sjb-apply-now-btn>p:empty {
    display: none !important;
}

.tg-jobs-wrap .sjb-view-less-btn {
    display: none !important;
}

.tg-jobs-wrap .sjb-apply-now-btn .btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 9px 22px !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    line-height: 1 !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all .2s ease !important;
}

.tg-jobs-wrap .sjb-apply-now-btn .btn-primary {
    background: transparent !important;
    color: #495057 !important;
    border: 1.5px solid #dee2e6 !important;
}

.tg-jobs-wrap .sjb-apply-now-btn .btn-primary:hover {
    border-color: #0d9fe8 !important;
    color: #0d9fe8 !important;
    background: transparent !important;
}

/* View more / less */
.tg-jobs-wrap .sjb_view_more_btn,
.tg-jobs-wrap .sjb_view_less_btn {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #0d9fe8 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.tg-jobs-wrap .sjb_view_more_btn:hover,
.tg-jobs-wrap .sjb_view_less_btn:hover {
    text-decoration: underline !important;
}

.tg-jobs-wrap .clearfix::after {
    content: '';
    display: table;
    clear: both;
}

/* ── 3. How We Hire ────────────────────────────────────────── */
.cr-process {
    padding: 88px 0;
    background: #fff;
}

.cr-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.cr-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease;
}

.cr-step.cr-visible {
    opacity: 1;
    transform: translateY(0);
}

.cr-step-num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0d9fe8;
    font-family: 'IBM Plex Mono', monospace;
    margin-bottom: 16px;
}

.cr-step:nth-child(even) .cr-step-num {
    color: #ed8321;
}

.cr-step-connector {
    position: absolute;
    top: 52px;
    left: calc(50% + 30px);
    width: calc(100% - 60px);
    height: 1px;
    background: linear-gradient(90deg, rgba(13, 159, 232, .3), rgba(237, 131, 33, .2));
}

.cr-connector-last {
    display: none;
}

.cr-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    background: rgba(13, 159, 232, .08);
    color: #0d9fe8;
}

.cr-step:nth-child(even) .cr-step-icon {
    background: rgba(237, 131, 33, .08);
    color: #ed8321;
}

.cr-step-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary, #0f1419);
    margin: 0 0 10px;
}

.cr-step-desc {
    font-size: 13.5px;
    color: var(--text-secondary, #6c757d);
    line-height: 1.65;
    margin: 0;
}

/* ── 4. Life at Techgencia ─────────────────────────────────── */
.cr-life {
    padding: 88px 0;
    background: #f8f9fa;
}

/*
  Grid matches reference layout:
  Col 1 — two portrait cells stacked (equal height)
  Col 2 — one tall portrait cell spanning full height
  Col 3 — wide landscape top + two small portrait cells below
*/
.cr-life-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    height: 580px;
}

/* Col 1 — two stacked cells */
.cr-life-col1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    grid-column: 1;
    grid-row: 1 / 3;
}

.cr-life-col1 .cr-life-cell {
    flex: 1;
}

/* Col 2 — single tall cell */
.cr-life-col2 {
    grid-column: 2;
    grid-row: 1 / 3;
}

.cr-life-col2 .cr-life-cell {
    height: 100%;
}

/* Col 3 top — wide landscape */
.cr-life-col3-top {
    grid-column: 3;
    grid-row: 1;
}

.cr-life-col3-top .cr-life-cell {
    height: 100%;
}

/* Col 3 bottom — two small side by side */
.cr-life-col3-bot {
    grid-column: 3;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cr-life-col3-bot .cr-life-cell {
    height: 100%;
}

/* Each cell */
.cr-life-cell {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #d8dde3;
}

/* Slider wrapper — clips the sliding images */
.cr-life-slider {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

/* All images stacked — current sits on top */
.cr-life-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    transform: translateX(100%);
    /* No transition by default — positioned off-screen */
}

/* Active — the current visible image, no transform, no transition needed */
.cr-life-img.active {
    transform: translateX(0);
    z-index: 1;
    transition: none;
}

/* Incoming — slides in from right OVER the current image */
.cr-life-img.incoming {
    transform: translateX(100%);
    z-index: 2;
    transition: transform .8s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.cr-life-img.incoming.slide-in {
    transform: translateX(0);
}

/* Outgoing stays put underneath — no animation needed */
.cr-life-img.leaving {
    transform: translateX(0);
    z-index: 1;
    transition: none;
}

/* Bottom gradient overlay */
.cr-life-cell::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, .18) 100%);
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
}

/* See More overlay — last cell */
.cr-life-cell.cr-see-more-cell::after {
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, .55) 100%);
}

.cr-see-more-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 18px 20px;
    text-decoration: none;
}

.cr-see-more-link span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .3px;
    background: rgba(255, 255, 255, .15);
    border: 1.5px solid rgba(255, 255, 255, .35);
    backdrop-filter: blur(6px);
    padding: 8px 16px;
    border-radius: 100px;
    transition: background .2s, border-color .2s;
}
.cr-see-more-link:hover{
    text-decoration: unset;
}
.cr-see-more-link:hover span {
    background: rgba(255, 255, 255, .25);
    border-color: rgba(255, 255, 255, .6);
}

.cr-see-more-link i {
    font-size: 11px;
}

/* ── 5. Perks & Benefits ───────────────────────────────────── */
.cr-perks {
    padding: 88px 0;
    background: #fff;
}

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

.cr-perk-item {
    padding: 32px 28px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #f0f2f5;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease;
}

.cr-perk-item.cr-visible {
    opacity: 1;
    transform: translateY(0);
}

.cr-perk-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 18px;
    background: rgba(13, 159, 232, .08);
    color: #0d9fe8;
}

.cr-perk-item:nth-child(even) .cr-perk-icon {
    background: rgba(237, 131, 33, .08);
    color: #ed8321;
}

.cr-perk-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary, #0f1419);
    margin: 0 0 8px;
}

.cr-perk-desc {
    font-size: 14px;
    color: var(--text-secondary, #6c757d);
    line-height: 1.65;
    margin: 0;
}

/* ── Responsive ────────────────────────────────────────────── */
/* ── View All Openings button ──────────────────────────────── */
.cr-jobs-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #e9ecef;
}

.cr-jobs-count {
    font-size: 13px;
    color: #adb5bd;
    font-weight: 500;
    margin: 0;
}

.cr-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 26px;
    border-radius: 100px;
    background: #0f1419;
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .1px;
    transition: background .2s ease, transform .2s ease;
}

.cr-view-all-btn:hover {
    background: #0d9fe8;
    transform: translateX(2px);
    color: #fff;
    text-decoration: unset;
}

.cr-view-all-btn i {
    font-size: 12px;
    transition: transform .2s ease;
}

.cr-view-all-btn:hover i {
    transform: translateX(3px);
}

section.cta-section {
    background: #f8f9fa !important;
}

@media (max-width: 1024px) {
    .cr-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cr-process-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 0;
    }

    .cr-step-connector {
        display: none;
    }

    /* Tablet — 2 col, stack col3 below */
    .cr-life-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        height: auto;
    }

    .cr-life-col1 {
        grid-column: 1;
        grid-row: 1;
        height: 340px;
    }

    .cr-life-col2 {
        grid-column: 2;
        grid-row: 1;
        height: 340px;
    }

    .cr-life-col3-top {
        grid-column: 1 / -1;
        grid-row: 2;
        height: 240px;
    }

    .cr-life-col3-bot {
        grid-column: 1 / -1;
        grid-row: 3;
        height: 210px;
    }
}

@media (max-width: 768px) {
    .cr-hero-title {
        font-size: 2.2rem;
    }

    .cr-hero-tagline {
        font-size: 15px;
    }

    .cr-perks-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /*
      Mobile grid — matches reference screenshot:
      Row 1: [col1-top]  [col2 tall — spans rows 1+2]
      Row 2: [col1-bot]  [col2 tall — continued    ]
      Row 3: [wide full-width landscape              ]
      Row 4: [small-left] [small-right/see-more      ]
    */
    .cr-life-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto !important;
        height: auto !important;
        gap: 7px !important;
    }

    /* Col1 — two stacked cells, left column rows 1-2 */
    .cr-life-col1 {
        grid-column: 1 !important;
        grid-row: 1 !important;
        height: auto !important;
        gap: 7px !important;
    }

    .cr-life-col1 .cr-life-cell {
        height: 185px !important;
    }

    /* Col2 — single tall, right column rows 1-2 */
    .cr-life-col2 {
        grid-column: 2 !important;
        grid-row: 1 !important;
        height: 377px !important;
    }

    /* Wide landscape — full width row 3 */
    .cr-life-col3-top {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        height: 210px !important;
    }

    /* Bottom two small cells — row 4 */
    .cr-life-col3-bot {
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
        height: 185px !important;
    }

    /* Jobs filter */
    .tg-jobs-wrap .sjb-filters .row {
        flex-direction: column !important;
    }

    .tg-jobs-wrap .sjb-search-keywords,
    .tg-jobs-wrap .sjb-search-categories,
    .tg-jobs-wrap .sjb-search-job-type,
    .tg-jobs-wrap .sjb-search-location {
        width: 100% !important;
        flex: none !important;
    }

    .tg-jobs-wrap .sjb-search-button {
        width: 100% !important;
    }

    .tg-jobs-wrap .btn-search {
        width: 100% !important;
        border-radius: 10px !important;
        height: 42px !important;
    }

    .tg-jobs-wrap .sjb-list-row {
        padding: 16px !important;
    }

    .tg-jobs-wrap .sjb-list-row>.col-md-5 {
        padding-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .tg-jobs-wrap .sjb-apply-now-btn {
        position: static !important;
        margin: 16px 0 0 !important;
    }

    .tg-jobs-wrap .sjb-apply-now-btn .btn {
        flex: 1 !important;
        justify-content: center !important;
    }

    .tg-jobs-wrap .job-description,
    .tg-jobs-wrap .sjb_more_content {
        padding: 16px !important;
    }
}

@media (max-width: 540px) {
    .cr-hero {
        padding: 60px 0 68px;
    }

    .cr-hero-title {
        font-size: 1.9rem;
    }

    .cr-why-grid {
        grid-template-columns: 1fr;
    }

    .cr-process-steps {
        grid-template-columns: 1fr;
    }

    .cr-perks-grid {
        grid-template-columns: 1fr;
    }
    .tg-jobs-wrap .job-description p{
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
}