/* ====================================================
   RWS CAREERS FULL DESKTOP & 991PX BREAKPOINT STYLES
   ==================================================== */
.rws-careers-fullwidth {
    font-family: 'Montserrat', sans-serif;
    color: #1e293b;
    background: #f9f9f9;
    width: 100%;
    overflow-x: hidden;
}

.rws-careers-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


.rws-subheader-flex {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rws-subheader-brand img {
    height: 32px;
    width: auto;
    display: block;
}

.rws-subheader-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.rws-subheader-nav a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    transition: color 0.2s ease;
}

.rws-subheader-nav a:hover {
    color: #008181;
}

.rws-subheader-btn {
    background: #008181;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 8px;
    transition: background 0.25s ease;
}

.rws-subheader-btn:hover {
    background: #006666;
}

/* MOBILE TOGGLE BUTTON (Hidden on Desktop) */
.rws-mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #0f172a;
    cursor: pointer;
}

/* HERO SECTION (Compact & Stacked) */
.rws-careers-hero {
    padding: 70px 0 50px 0;
    text-align: center;
    background: linear-gradient(180deg, #EAF9F9 0%, #f9f9f9 100%);
    width: 100%;
}

.rws-careers-badge {
    display: inline-block;
    background: #ffffff;
    color: #008181;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.15em;
    border: 1px solid #dfeeee;
    margin-bottom: 14px;
}

.rws-careers-hero h1 {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    max-width: 850px;
    margin: 0 auto 12px auto;
    line-height: 1.2;
}

.rws-careers-hero h1 .rws-highlight {
    color: #008181;
}

.rws-careers-hero p {
    font-size: 14px;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto 24px auto;
    line-height: 1.6;
}

.rws-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #008181;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 10px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.rws-hero-cta:hover {
    background: #006666;
    transform: translateY(-2px);
}

/* SECTION HEADINGS (Compact) */
.rws-section-heading {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 18px;
}

.rws-heading-stripe {
    width: 4px;
    min-width: 4px;
    background: #008181;
    border-radius: 999px;
}

.rws-section-label {
    margin: 0 0 6px 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #008181;
}

.rws-section-heading h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
}

.rws-section-heading h2 .rws-highlight {
    color: #008181;
}

.rws-section-intro {
    font-size: 14px;
    color: #64748b;
    max-width: 800px;
    line-height: 1.6;
    margin-bottom: 28px;
}

/* CULTURE SECTION (Compact) */
.rws-careers-culture {
    padding: 65px 0;
    background: #ffffff;
    border-top: 1px solid #eef6f6;
    border-bottom: 1px solid #eef6f6;
    width: 100%;
}

.rws-culture-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.rws-culture-card {
    background: #f9f9f9;
    border: 1px solid #e6efef;
    border-radius: 18px;
    padding: 26px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.rws-culture-card:hover {
    transform: translateY(-4px);
    border-color: #008181;
}

.rws-culture-icon {
    width: 44px;
    height: 44px;
    background: rgba(0, 129, 129, 0.08);
    color: #008181;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 16px;
}

.rws-culture-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.rws-culture-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* PREMIUM CORE VALUES CARDS WITH HOVER (Compact) */
.rws-careers-values-section {
    padding: 65px 0;
    background: #f9f9f9;
    width: 100%;
}

.rws-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.rws-value-card-premium {
    position: relative;
    background: #ffffff;
    border: 1px solid #e7eeee;
    border-radius: 20px;
    min-height: 210px;
    padding: 24px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.rws-value-card-premium::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 70px;
    background: rgba(0, 194, 194, 0.25);
    border-bottom-left-radius: 80px;
    z-index: 1;
    transition: transform 0.35s ease;
}

.rws-value-card-premium .rws-val-icon,
.rws-value-card-premium h3,
.rws-value-card-premium p {
    position: relative;
    z-index: 2;
}

.rws-value-card-premium:hover {
    transform: translateY(-6px);
    border-color: #00C2C2;
    box-shadow: 0 15px 35px rgba(0, 194, 194, 0.1);
}

.rws-value-card-premium:hover::before {
    transform: scale(1.15);
}

.rws-val-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(0, 129, 129, 0.08);
    color: #008181;
    font-size: 18px;
    margin-bottom: 16px;
    transition: transform 0.35s ease;
}

.rws-value-card-premium:hover .rws-val-icon {
    transform: rotate(-8deg);
}

.rws-value-card-premium h3 {
    font-size: 18px;
    font-weight: 700;
    color: #15232d;
    margin-bottom: 8px;
}

.rws-value-card-premium p {
    font-size: 13px;
    line-height: 1.6;
    color: #5f6b75;
    margin: 0;
}

/* JOB LISTINGS & STICKY FILTER SIDEBAR */
.rws-careers-listings-section {
    padding: 65px 0;
    background: #ffffff;
    border-top: 1px solid #eef6f6;
    width: 100%;
}

.rws-listings-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    align-items: start;
}

.rws-filter-sidebar {
    position: sticky;
    top: 85px; /* Sticks neatly below the sub-header */
    background: #f9f9f9;
    border: 1px solid #e6efef;
    border-radius: 20px;
    padding: 22px;
}

.rws-filter-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #008181;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6efef;
}

.rws-filter-group {
    margin-bottom: 18px;
}

.rws-filter-group h4 {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.rws-filter-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 6px;
    cursor: pointer;
}

/* JOB CARDS (Compact) */
.rws-jobs-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.rws-job-card {
    background: #f9f9f9;
    border: 1px solid #e6efef;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rws-job-card:hover {
    transform: translateY(-3px);
    border-color: #008181;
    box-shadow: 0 12px 30px rgba(0, 129, 129, 0.05);
}

.rws-job-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rws-job-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.rws-job-tags span {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}

.rws-tag-dept { background: #EAF9F9; color: #008181; }
.rws-tag-type { background: #eff6ff; color: #2563eb; }
.rws-tag-loc { background: #fdf4ff; color: #a21caf; }
.rws-tag-time { background: #f1f5f9; color: #475569; }

.rws-badge-hiring {
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
}
.rws-badge-hiring.active {
    background: #dcfce7;
    color: #166534;
}
.rws-badge-hiring.inactive {
    background: #fef3c7;
    color: #92400e;
}

.rws-job-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.rws-job-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.rws-job-details-expand {
    display: none;
    font-size: 12px;
    color: #334155;
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 6px;
    line-height: 1.6;
}

.rws-job-details-expand p {
    margin-bottom: 8px;
    font-size: 12px;
    color: #334155;
}

.rws-job-details-expand ul {
    margin: 6px 0 12px 16px;
    padding: 0;
}

.rws-job-details-expand li {
    margin-bottom: 4px;
    color: #475569;
}

.rws-job-actions-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.rws-read-more-toggle {
    background: none;
    border: none;
    color: #008181;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.rws-apply-trigger-btn {
    background: transparent;
    color: #008181;
    border: 1.5px solid #008181;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rws-apply-trigger-btn:hover:not(.disabled) {
    background: #008181;
    color: #ffffff;
}

.rws-apply-trigger-btn.disabled {
    border-color: #cbd5e1;
    color: #94a3b8;
    background: #f1f5f9;
    cursor: not-allowed;
}

/* FAQ ACCORDION SECTION (Compact) */
.rws-careers-faq-section {
    padding: 65px 0;
    background: #f9f9f9;
    border-top: 1px solid #eef6f6;
    width: 100%;
}

.rws-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}

.rws-faq-acc-item {
    background: #ffffff;
    border: 1px solid #e6efef;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.rws-faq-acc-item:hover {
    border-color: #008181;
}

.rws-faq-acc-trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.rws-faq-acc-trigger i {
    color: #008181;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.rws-faq-acc-item.active .rws-faq-acc-trigger i {
    transform: rotate(180deg);
}

.rws-faq-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
    background: #fcfdfd;
}

.rws-faq-acc-item.active .rws-faq-acc-content {
    max-height: 300px;
    padding: 0 20px 16px 20px;
}

.rws-faq-acc-content p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* MODAL & RED ASTERISKS FOR REQUIRED FIELDS */
.rws-req {
    color: #dc2626 !important;
    font-weight: 800;
}

.rws-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: flex-start;
    padding-top: 45px; /* Push the modal down below the 65px header */
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.rws-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.rws-modal-container {
    background: #ffffff;
    width: 100%;
    max-width: 580px;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(20px);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.rws-modal-overlay.active .rws-modal-container {
    transform: translateY(0);
}

.rws-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #64748b;
    transition: background 0.2s;
}

.rws-modal-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.rws-modal-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.rws-modal-header p {
    font-size: 12px;
    color: #008181;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.rws-form-group {
    margin-bottom: 14px;
}

.rws-form-group label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 5px;
}

.rws-form-group input[type="text"],
.rws-form-group input[type="email"],
.rws-form-group input[type="tel"],
.rws-form-group input[type="url"],
.rws-form-group input[type="number"],
.rws-form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #0f172a;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.rws-form-group input:focus,
.rws-form-group textarea:focus {
    outline: none;
    border-color: #008181;
}

/* FILE PICKER STYLING (#008181 WITH WHITE TEXT & DELETE) */
.rws-custom-file-box {
    position: relative;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    padding: 6px;
    box-sizing: border-box;
}

.rws-custom-file-box input[type="file"] {
    width: 100%;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.rws-custom-file-box input[type="file"]::file-selector-button {
    background: #008181;
    color: #ffffff;
    border: none;
    padding: 7px 14px;
    border-radius: 6px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.2s;
}

.rws-custom-file-box input[type="file"]::file-selector-button:hover {
    background: #006666;
}

.rws-file-selected-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    font-size: 12px;
    color: #0f172a;
}

.rws-remove-file {
    background: #fee2e2;
    color: #dc2626;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: background 0.2s;
}

.rws-remove-file:hover {
    background: #fecaca;
}

.rws-file-hint {
    display: block;
    font-size: 10px;
    color: #64748b;
    margin-top: 3px;
}

.rws-word-counter {
    display: block;
    text-align: right;
    font-size: 10px;
    font-weight: 600;
    color: #008181;
    margin-top: 3px;
}

/* PREVIEW BOX STYLING */
.rws-preview-box {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 16px;
    font-size: 13px;
    color: #334155;
    line-height: 1.6;
}

.rws-preview-item {
    margin-bottom: 8px;
}

.rws-preview-item strong {
    color: #0f172a;
}

.rws-consent-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 16px 0;
    font-size: 12px;
    color: #475569;
    cursor: pointer;
}

.rws-form-submit-btn {
    width: 100%;
    background: #008181;
    color: #ffffff;
    border: none;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.2s;
}

.rws-form-submit-btn:hover:not(:disabled) {
    background: #006666;
}

.rws-form-submit-btn:disabled {
    background: #cbd5e1;
    color: #64748b;
    cursor: not-allowed;
}

/* POP-UP TOAST NOTIFICATION */
.rws-toast-notification {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #ffffff;
    border: 1px solid #dfeeee;
    border-left: 5px solid #008181;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0 15px 35px rgba(0, 129, 129, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 999999;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.rws-toast-notification.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.rws-toast-notification i {
    font-size: 22px;
    color: #008181;
}

.rws-toast-notification strong {
    display: block;
    font-size: 13px;
    color: #0f172a;
    margin-bottom: 2px;
}

.rws-toast-notification p {
    margin: 0;
    font-size: 11px;
    color: #64748b;
}

/* ====================================================
   BULLETPROOF PERSISTENT SUB-HEADER (Fixed & Never Hides)
   ==================================================== */
.rws-careers-subheader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: #f9f9f9 !important;
    border-bottom: 1px solid #eef6f6 !important;
    z-index: 999999 !important;
    box-shadow: 0 6px 25px rgba(0, 129, 129, 0.12) !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Add top padding to the full-width wrapper so content doesn't slide under the fixed subheader */
.rws-careers-fullwidth {
    padding-top: 65px;
}

/* ====================================================
   991PX BREAKPOINT STYLES (FULL DESKTOP EQUIVALENT)
   ==================================================== */
@media screen and (max-width: 991px) {
    .rws-careers-container {
        padding: 0 16px;
    }

    .rws-careers-hero {
        padding: 50px 0 35px 0;
    }

    .rws-careers-badge {
        font-size: 9px;
        padding: 4px 10px;
        margin-bottom: 10px;
    }

    .rws-careers-hero h1 {
        font-size: 26px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .rws-careers-hero p {
        font-size: 13px;
        max-width: 100%;
        margin-bottom: 18px;
        line-height: 1.5;
    }

    .rws-hero-cta {
        font-size: 12px;
        padding: 8px 18px;
    }

    .rws-section-heading {
        gap: 10px;
        margin-bottom: 12px;
    }

    .rws-heading-stripe {
        width: 3px;
        min-width: 3px;
    }

    .rws-section-label {
        font-size: 9px;
        margin-bottom: 4px;
    }

    .rws-section-heading h2 {
        font-size: 22px;
    }

    .rws-section-intro {
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .rws-careers-culture,
    .rws-careers-values-section,
    .rws-careers-listings-section,
    .rws-careers-faq-section {
        padding: 45px 0;
    }

    .rws-culture-grid,
    .rws-values-grid,
    .rws-faq-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rws-culture-card {
        padding: 20px;
        border-radius: 14px;
    }

    .rws-culture-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
        margin-bottom: 12px;
        border-radius: 10px;
    }

    .rws-culture-card h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .rws-culture-card p {
        font-size: 12px;
        line-height: 1.5;
    }

    .rws-value-card-premium {
        min-height: auto;
        padding: 20px;
        border-radius: 16px;
    }

    .rws-value-card-premium::before {
        width: 70px;
        height: 55px;
    }

    .rws-val-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
        margin-bottom: 12px;
        border-radius: 10px;
    }

    .rws-value-card-premium h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .rws-value-card-premium p {
        font-size: 12px;
        line-height: 1.5;
    }

    .rws-listings-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rws-filter-sidebar {
        position: relative;
        top: auto;
        width: 100%;
        padding: 16px;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .rws-filter-header {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

    .rws-filter-group {
        margin-bottom: 14px;
    }

    .rws-filter-group h4 {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .rws-filter-group label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .rws-jobs-grid {
        gap: 14px;
    }

    .rws-job-card {
        padding: 18px;
        border-radius: 14px;
        gap: 8px;
    }

    .rws-job-tags span {
        font-size: 9px;
        padding: 2px 6px;
    }

    .rws-badge-hiring {
        font-size: 9px;
        padding: 2px 8px;
    }

    .rws-job-card h3 {
        font-size: 16px;
    }

    .rws-job-card p {
        font-size: 12px;
        line-height: 1.5;
    }

    .rws-job-details-expand {
        font-size: 11px;
        padding: 10px 12px;
        line-height: 1.5;
    }

    .rws-read-more-toggle {
        font-size: 11px;
    }

    .rws-apply-trigger-btn {
        font-size: 11px;
        padding: 6px 12px;
        border-radius: 6px;
    }

    .rws-faq-accordion {
        gap: 10px;
        max-width: 100%;
    }

    .rws-faq-acc-item {
        border-radius: 12px;
    }

    .rws-faq-acc-trigger {
        padding: 14px 16px;
        font-size: 13px;
    }

    .rws-faq-acc-trigger i {
        font-size: 10px;
    }

    .rws-faq-acc-content {
        padding: 0 16px;
    }

    .rws-faq-acc-item.active .rws-faq-acc-content {
        padding: 0 16px 14px 16px;
    }

    .rws-faq-acc-content p {
        font-size: 12px;
        line-height: 1.5;
    }

    .rws-careers-subheader {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        background: #f9f9f9;
        border-bottom: 1px solid #eef6f6;
        z-index: 99980;
        box-shadow: 0 4px 20px rgba(0, 129, 129, 0.04);
    }

    .rws-subheader-flex {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .rws-subheader-brand img {
        height: 28px;
        width: auto;
        display: block;
    }

    .rws-subheader-action {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .rws-subheader-btn {
        font-size: 11px;
        padding: 6px 14px;
        border-radius: 6px;
    }

    .rws-mobile-toggle {
        display: block;
        background: transparent;
        border: none;
        font-size: 20px;
        color: #0f172a;
        cursor: pointer;
        padding: 4px;
    }

    .rws-subheader-nav {
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        background: #f9f9f9;
        flex-direction: column;
        padding: 16px 20px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
        gap: 14px;
        border-bottom: 1px solid #eef6f6;
        box-sizing: border-box;
    }

    .rws-subheader-nav.active {
        display: flex;
    }

    .rws-subheader-nav a {
        font-size: 14px;
        font-weight: 600;
        color: #1e293b;
        text-decoration: none;
        padding: 4px 0;
    }

    .rws-subheader-nav .rws-subheader-btn {
        display: inline-block;
        text-align: center;
        margin-top: 6px;
        padding: 10px 18px;
        font-size: 12px;
    }

    .rws-modal-container {
        padding: 20px;
        max-width: 92%;
        border-radius: 16px;
    }

    .rws-modal-close {
        top: 15px;
        right: 15px;
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .rws-modal-header h3 {
        font-size: 18px;
    }

    .rws-modal-header p {
        font-size: 11px;
        margin-bottom: 14px;
    }

    .rws-form-group {
        margin-bottom: 10px;
    }

    .rws-form-group label {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .rws-form-group input[type="text"],
    .rws-form-group input[type="email"],
    .rws-form-group input[type="tel"],
    .rws-form-group input[type="url"],
    .rws-form-group input[type="number"],
    .rws-form-group textarea {
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 6px;
    }

    .rws-custom-file-box {
        padding: 4px;
        border-radius: 6px;
    }

    .rws-custom-file-box input[type="file"] {
        font-size: 11px;
    }

    .rws-custom-file-box input[type="file"]::file-selector-button {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 4px;
        margin-right: 8px;
    }

    .rws-file-selected-info {
        padding: 4px 8px;
        font-size: 11px;
        border-radius: 4px;
    }

    .rws-remove-file {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .rws-file-hint,
    .rws-word-counter {
        font-size: 9px;
    }

    .rws-preview-box {
        padding: 12px;
        font-size: 12px;
        border-radius: 8px;
    }

    .rws-consent-group {
        font-size: 11px;
        gap: 8px;
        margin: 12px 0;
    }

    .rws-form-submit-btn {
        padding: 10px;
        font-size: 13px;
        border-radius: 8px;
        margin-top: 6px;
    }

    .rws-toast-notification {
        bottom: 16px;
        right: 16px;
        left: 16px;
        padding: 12px 14px;
        gap: 10px;
        border-radius: 10px;
    }

    .rws-toast-notification i {
        font-size: 18px;
    }

    .rws-toast-notification strong {
        font-size: 12px;
    }

    .rws-toast-notification p {
        font-size: 10px;
    }
    
    
    .rws-modal-overlay {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.6);
        backdrop-filter: blur(4px);
        display: flex;
        align-items: flex-start;
        padding-top: 45px; /* Push the modal down below the mobile header */
        justify-content: center;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .rws-modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}