 .rh-page {
     background: #f8f9fa;
 }
 
.rh-page .v2-header {
    background: transparent !important;
    border-bottom: none;
}

 .rh-hero {
     position: relative;
     min-height: 790px;
     padding: 150px 0 90px;
     color: #fff;
    background-color: transparent;
    background-image: url('../Images/RecruitmentHR/recruitment-header-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
     overflow: hidden;
 }

 .rh-hero .container {
     position: relative;
     z-index: 2;
 }
 
 .rh-hero-title {
   margin: 80px 0 0 0;
     font-size: 55px;
     line-height: 1.5;
     font-weight: 800;
     letter-spacing: 1.2px;
     text-align: center;
 }

 .rh-accent{
    margin-top: 8px;
    text-align: center;
    color: var(--primary-blue);
     font-size: 55px;
     font-weight: 800;
     letter-spacing: 1.2px;
 }
 
 .rh-hero-desc {
     margin-top: 20px;
     margin-bottom: 50px;
     text-align: center;
     font-size: 20px;
     color: rgba(255, 255, 255, 0.78);
 }
 
 .rh-stats {
     margin-top: 70px;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 16px;
 }
 
 .rh-stat {
    width: 230px;
    height: 127px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     background: rgba(255, 255, 255, 0.08);
     border: 1px solid rgba(255, 255, 255, 0.12);
     border-radius: 14px;
     padding: 16px 18px;
     text-align: center;
     backdrop-filter: blur(8px);
 }
 
 .rh-stat strong {
     display: block;
    width: 100%;
     font-size: 22px;
     font-weight: 800;
     color: #fff;
    text-align: center;
 }
 
 .rh-stat span {
     display: block;
    width: 100%;
     margin-top: 6px;
     font-size: 13px;
     color: rgba(255, 255, 255, 0.75);
    text-align: center;
 }
 
 .rh-section {
     padding: 72px 0;
 }
 
 .rh-section-title {
     text-align: center;
     font-size: 35px;
     font-weight: 800;
     color: #1f2937;
     letter-spacing: 1.2px;
 }
 
 .rh-section-subtitle {
     margin-top: 10px;
     text-align: center;
     color: #64748b;
     font-size: 20px;
     padding-bottom: 45px;
 }
 
 .rh-jobs-wrap {
     margin-top: 34px;
     display: grid;
     grid-template-columns: 360px 1fr;
     gap: 18px;
    align-items: stretch;
 }
 
 .rh-job-list,
 .rh-job-detail {
     background: #fff;
     border-radius: 14px;
     box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
     border: 1px solid rgba(15, 23, 42, 0.06);
    height: 880px;
    overflow-y: auto;
    box-sizing: border-box;
 }
 
 .rh-job-list {
    padding: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
 }
 
.rh-job-list-body {
    flex: 1;
    overflow-y: auto;
}

.rh-job-pager {
    margin-top: 10px;
    padding: 10px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.rh-page-info {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.rh-page-btn {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rh-page-btn:hover {
    background: rgba(46, 167, 255, 0.06);
    border-color: rgba(46, 167, 255, 0.25);
    transform: translateY(-1px);
}

.rh-page-btn.disabled,
.rh-page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

 .rh-job-item {
    margin: 21px 0px;
     width: 100%;
     display: block;
     padding: 14px 14px;
     border-radius: 12px;
     cursor: pointer;
     border: 1px solid transparent;
     transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
 }
 
 .rh-job-item + .rh-job-item {
     margin-top: 10px;
 }
 
 .rh-job-item:hover {
     background: rgba(46, 167, 255, 0.06);
     border-color: rgba(46, 167, 255, 0.25);
     transform: translateY(-1px);
 }
 
 .rh-job-item.active {
     background: rgba(46, 167, 255, 0.1);
     border-color: rgba(46, 167, 255, 0.35);
 }
 
 .rh-job-head {
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 10px;
 }
 
 .rh-job-title {
     font-size: 16px;
     font-weight: 700;
     color: #0f172a;
 }
 
 .rh-job-meta {
     font-size: 12px;
     color: #64748b;
     white-space: nowrap;
 }
 
 .rh-job-tags {
     margin-top: 10px;
     display: flex;
     flex-wrap: wrap;
     gap: 8px;
 }
 
 .rh-tag {
     font-size: 12px;
     line-height: 1;
     padding: 7px 10px;
     border-radius: 999px;
     background: rgba(2, 132, 199, 0.08);
     color: #0369a1;
     border: 1px solid rgba(2, 132, 199, 0.18);
 }
 
 .rh-job-detail {
    padding: 34px 42px;
 }
 
 .rh-job-detail-title {
    font-size: 25px;
    line-height: 1.25;
    font-weight: 600;
    color: #0f172a;
    padding-top: 5px;
    padding-bottom: 20px;
 }
 
 .rh-job-detail-meta {
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     color: #64748b;
     font-size: 13px;
 }
 
 .rh-job-detail-body {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
 }

.rh-job-detail-content {
    margin-top: 20px;
    color: #334155;
    font-size: 14px;
    line-height: 1.85;
}

.rh-job-detail-content p {
    margin: 0 0 12px;
}

.rh-job-detail-content h1,
.rh-job-detail-content h2,
.rh-job-detail-content h3,
.rh-job-detail-content h4,
.rh-job-detail-content h5,
.rh-job-detail-content h6 {
    margin: 18px 0 12px;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.35;
}

.rh-job-detail-content ul,
.rh-job-detail-content ol {
    margin: 12px 0 16px;
    padding-left: 22px;
    display: grid;
    gap: 10px;
}

.rh-job-detail-content li {
    margin: 0;
}

.rh-job-detail-content img {
    max-width: 100%;
    height: auto;
}

.rh-job-empty {
    padding: 18px 16px;
    color: #64748b;
    font-size: 14px;
}
 
 .rh-block {
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0;
 }
 
 .rh-block h4 {
    font-size: 16px;
     font-weight: 800;
     color: #0f172a;
    margin-bottom: 14px;
 }
 
.rh-ol {
    margin: 20px 10px;
    padding-left: 22px;
    display: grid;
    gap: 10px;
 }
 
.rh-ol li {
    font-size: 14px;
     color: #334155;
    line-height: 1.85;
 }
 
 .rh-apply-line {
     display: flex;
     align-items: center;
    justify-content: flex-start;
     gap: 12px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
 }
 
 .rh-apply-line .rh-apply-label {
     color: #0f172a;
     font-weight: 700;
    font-size: 14px;
 }
 
 .rh-apply-line .rh-apply-email {
     color: #0369a1;
     font-weight: 800;
    font-size: 14px;
     word-break: break-all;
 }
 
 .rh-why {
     background: #fff;
 }
 
 .rh-why-grid {
     margin-top: 34px;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 18px;
 }
 
 .rh-why-card {
     background: #ffffff;
     border-radius: 16px;
     border: 1px solid rgba(15, 23, 42, 0.06);
     box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
     padding: 22px 18px;
     text-align: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    will-change: transform;
 }
 
.rh-why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
    border-color: rgba(46, 167, 255, 0.25);
}

.rh-why-card .rh-why-icon {
    transition: transform 0.22s ease;
    will-change: transform;
}

.rh-why-card:hover .rh-why-icon {
    transform: translateY(-2px) scale(1.03);
}

 .rh-why-card .rh-why-icon {
     width: 63px;
     height: 63px;
     margin: 0 auto 12px;
 }
 
 .rh-why-card h3 {
     font-size: 19px;
     font-weight: 800;
     color: #0f172a;
 }
 
 .rh-why-card p {
     margin-top: 8px;
     color: #64748b;
     font-size: 13px;
     line-height: 1.7;
 }
 
 .rh-join {
     padding: 78px 0 86px;
     background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
 }
 
 .rh-join-actions {
    margin-top: 30px;
     display: flex;
     justify-content: center;
    gap: 48px;
     flex-wrap: wrap;
 }
 
.rh-contact-item {
     display: inline-flex;
     align-items: center;
    gap: 14px;
    color: #0f172a;
    transition: transform 0.2s ease;
    padding:10px 40px;
 }
 
.rh-contact-item:hover {
    transform: translateY(-1px);
 }
 
.rh-contact-icon-wrap {
    width: 73px;
    height: 73px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rh-contact-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rh-contact-text strong {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #4b5563;
}

.rh-contact-text em {
    font-style: normal;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #111827;
 }
 
 @media (max-width: 1280px) {
     .container {
         width: 100%;
     }
 }
 
 @media (max-width: 992px) {
     .rh-hero {
         padding: 130px 0 80px;
     }
 
     .rh-hero-title {
         font-size: 40px;
     }
 
     .rh-stats {
         grid-template-columns: repeat(2, 1fr);
     }
 
     .rh-jobs-wrap {
         grid-template-columns: 1fr;
     }
 
     .rh-job-detail-body {
         grid-template-columns: 1fr;
     }
 
     .rh-why-grid {
         grid-template-columns: repeat(2, 1fr);
     }

    .rh-join-actions {
        gap: 24px;
    }

    .rh-contact-text strong {
        font-size: 17px;
    }

    .rh-contact-text em {
        font-size: 34px;
    }
 }
 
 @media (max-width: 576px) {
     .rh-hero {
         padding: 118px 0 70px;
     }
 
     .rh-hero-title {
         font-size: 30px;
     }
 
     .rh-section {
         padding: 56px 0;
     }
 
     .rh-job-detail {
         padding: 18px 16px;
     }
 
     .rh-why-grid {
         grid-template-columns: 1fr;
     }

    .rh-join-actions {
        justify-content: flex-start;
        gap: 18px;
    }

    .rh-contact-icon-wrap {
        width: 46px;
        height: 46px;
    }

    .rh-contact-text strong {
        font-size: 15px;
    }

    .rh-contact-text em {
        font-size: 23px;
        word-break: break-all;
    }
 }
