
.error {
    color: #ff0000;
    font-size: 14px;
}


/* =========================================
   MODERN REGISTRATION PAGE
========================================= */

.registration-page {
    background: #ffffff;
}


/* HERO */

.registration-hero {
    background: #f5f5f6;
    border-bottom: 1px solid #dddddd;
    padding: 65px 0 60px;
}

.registration-heading {
    max-width: 700px;
}

.registration-label {
    display: inline-block;
    color: #c9151c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.registration-heading h1 {
    color: #25272c;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
    margin: 0 0 22px;
}

.registration-heading p {
    max-width: 530px;
    color: #64676d;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}


/* FORM SECTION */

.registration-form-section {
    background: #ffffff;
    padding: 50px 0 75px;
}

.registration-form-wrapper {
    margin: 0 auto;
}


/* FORM GROUP */

.modern-form-group {
    margin-bottom: 18px;
}

.modern-form-group label {
    display: block;
    color: #33363b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.modern-form-group label span {
    color: #d71920;
}


/* INPUT */

.modern-form-group input[type="text"],
.modern-form-group input[type="email"],
.modern-form-group select,
.modern-form-group textarea {
    width: 100%;
    border: 1px solid #838383;
    background: #ffffff;
    color: #333333;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    transition: all 0.25s ease;
}


/* INPUT HEIGHT */

.modern-form-group input[type="text"],
.modern-form-group input[type="email"],
.modern-form-group select {
    height: 48px;
    padding: 0 15px;
}


/* TEXTAREA */

.modern-form-group textarea {
    min-height: 110px;
    padding: 18px 15px;
    resize: vertical;
}


/* PLACEHOLDER */

.modern-form-group input::placeholder,
.modern-form-group textarea::placeholder {
    color: #a0a4a8;
}


/* FOCUS */

.modern-form-group input[type="text"]:focus,
.modern-form-group input[type="email"]:focus,
.modern-form-group select:focus,
.modern-form-group textarea:focus {
    border-color: #838383;
    box-shadow: 0 0 0 2px rgba(215, 25, 32, 0.08);
}


/* SELECT */

.modern-form-group select {
    cursor: pointer;
}


/* FILE UPLOAD */

.modern-file-upload {
    width: 100%;
}

.modern-file-upload input[type="file"] {
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    border: 1px dashed #838383;
    border-radius: 3px;
    background: #ffffff;
    color: #666;
    font-size: 16px;
    cursor: pointer;
}

.modern-file-upload input[type="file"]:hover {
    border-color: #d71920;
}


/* FILE BUTTON */

.modern-file-upload input[type="file"]::file-selector-button {
    border: none;
    background: transparent;
    color: #555;
    margin-right: 10px;
    cursor: pointer;
}


/* ERROR */

.error {
    color: #d71920;
    font-size: 18px;
    margin: 5px 0 0;
    min-height: 16px;
}


/* BUTTON */

.modern-register-btn {
    border: none;
    outline: none;
    background: #df0c14;
    color: #ffffff;
    padding: 18px 26px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.modern-register-btn:hover {
    background: #b90d13;
    color: #ffffff;
    transform: translateY(-1px);
}

.modern-register-btn i {
    margin-left: 7px;
}


/* SUCCESS MESSAGE */

.registration-success-message {
    margin-bottom: 25px;
}


/* RESPONSIVE */

@media(max-width: 991px) {

    .registration-heading h1 {
        font-size: 48px;
    }

}


@media(max-width: 767px) {

    .registration-hero {
        padding: 45px 0;
    }

    .registration-heading h1 {
        font-size: 38px;
        line-height: 1.15;
    }

    .registration-heading p {
        font-size: 15px;
    }

    .registration-form-section {
        padding: 40px 0 55px;
    }

    .modern-form-group {
        margin-bottom: 15px;
    }

}



/* ==========================================
   JOB AVAILABLE PAGE - MODERN REDESIGN
========================================== */


/* HERO */

.jobs-hero {
    background: #f5f5f6;
    padding: 65px 0 60px;
    border-bottom: 1px solid #dedede;
}

.jobs-hero .container {
    max-width: 1140px;
}

.section-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #c91f25;
    margin-bottom: 18px;
}

.jobs-hero h1 {
    font-size: 54px;
    font-weight: 700;
    color: #20242b;
    margin: 0 0 20px;
    line-height: 1.1;
}

.jobs-hero p {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}


/* ==========================================
   JOB SECTION
========================================== */

.jobs-section {
    background: #ffffff;
    padding: 45px 0 50px;
}

.jobs-section .container {
    max-width: 1140px;
}


/* JOB LIST */

.jobs-list {
    width: 100%;
    border-top: 1px solid #e2e2e2;
}


/* JOB ROW */

.job-row {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.3fr 100px;
    align-items: center;

    gap: 25px;

    padding: 22px 10px;

    border-bottom: 1px solid #e5e5e5;

    transition: 0.3s ease;
}

.job-row:hover {
    background: #fafafa;
}


/* JOB TITLE */

.job-title h3 {
    font-size: 17px;
    font-weight: 700;
    color: #24272d;

    margin: 0 0 5px;
}

.job-title span {
    font-size: 18px;
    color: #737980;
}


/* LOCATION */

.job-location {
    display: flex;
    align-items: center;

    gap: 5px;

    font-size: 18px;
    color: #444;
}

.job-location i {
    color: #d3222a;
    font-size: 18px;
}


/* SALARY */

.job-salary {
    font-size: 18px;
    font-weight: 600;

    color: #363b42;
}


/* APPLY */

.job-apply {
    text-align: right;
}

.job-apply a {
    color: #c91f25;

    font-size: 18px;
    font-weight: 500;

    text-decoration: none;

    transition: 0.3s ease;
}

.job-apply a span {
    margin-left: 4px;
    transition: 0.3s ease;
}

.job-apply a:hover {
    color: #111;
}

.job-apply a:hover span {
    margin-left: 8px;
}


/* ==========================================
   CAREER INFORMATION
========================================== */

.career-info {
    padding-top: 45px;
}

.career-info h2 {
    font-size: 30px;
    font-weight: 700;

    color: #22272e;

    margin-bottom: 18px;
}

.career-info p {
    max-width: 760px;

    color: #444;

    font-size: 18px;
    line-height: 1.7;

    margin-bottom: 10px;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .jobs-hero h1 {
        font-size: 45px;
    }

    .job-row {
        grid-template-columns: 1.6fr 1.5fr 1fr 80px;
        gap: 15px;
    }

}


@media (max-width: 767px) {

    .jobs-hero {
        padding: 45px 0;
    }

    .jobs-hero h1 {
        font-size: 38px;
    }

    .jobs-hero p {
        font-size: 15px;
    }


    .job-row {
        display: block;

        padding: 20px 5px;
    }


    .job-title {
        margin-bottom: 12px;
    }


    .job-location {
        margin-bottom: 10px;
    }


    .job-salary {
        margin-bottom: 12px;
    }


    .job-apply {
        text-align: left;
    }


    .career-info h2 {
        font-size: 26px;
    }

}


@media (max-width: 480px) {

    .jobs-hero h1 {
        font-size: 32px;
    }

    .career-info h2 {
        font-size: 23px;
    }

}


@media (max-width: 480px) {
    .registration-form-wrapper, .registration-heading {
        padding: 0px 15px !important;
    }
    section.jobs-hero, .jobs-section, section.career-hero, .career-stats, section.open-positions, .career-cta, .career-departments{
        padding-left:15px !important;
        padding-right:15px !important;
    }
}