﻿/* ==========================================================
   RECRUITMENT PAGE
========================================================== */


/* ==========================================================
   MAIN SECTION
========================================================== */

.recruitment-section {

    padding: 90px 0 100px;

    background:
        linear-gradient(
            135deg,
            #f5f9fc 0%,
            #fffdf3 100%
        );
}


/* ==========================================================
   LEFT INFORMATION CARD
========================================================== */

.recruitment-info-card {

    position: relative;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            #092f61,
            #164f92
        );

    border-radius: 10px;

    color: #ffffff;

    overflow: hidden;

    box-shadow:
        0 15px 40px rgba(20,45,80,.15);
}


/* Decorative circle */

.recruitment-info-card::before {

    content: "";

    position: absolute;

    width: 230px;

    height: 230px;

    border-radius: 50%;

    right: -100px;

    top: -100px;

    border: 1px solid rgba(255,255,255,.08);
}


.recruitment-info-card::after {

    content: "";

    position: absolute;

    width: 170px;

    height: 170px;

    border-radius: 50%;

    right: -70px;

    top: -70px;

    border: 1px solid rgba(255,255,255,.06);
}


/* ==========================================================
   INFO ICON
========================================================== */

.recruitment-info-icon {

    position: relative;

    z-index: 2;

    width: 62px;

    height: 62px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--yellow);

    color: var(--dark);

    border-radius: 8px;

    font-size: 25px;

    margin-bottom: 24px;
}


/* ==========================================================
   LABEL
========================================================== */

.recruitment-label {

    position: relative;

    z-index: 2;

    color: var(--yellow);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.8px;

    margin-bottom: 8px;
}


/* ==========================================================
   HEADING
========================================================== */

.recruitment-info-card h2 {

    position: relative;

    z-index: 2;

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: clamp(34px, 4vw, 46px);

    line-height: 1.15;

    font-weight: 800;

    margin-bottom: 18px;
}


.recruitment-info-card h2 span {

    display: block;

    color: var(--yellow);
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.recruitment-info-card > p {

    position: relative;

    z-index: 2;

    color: rgba(255,255,255,.78);

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 28px;
}


/* ==========================================================
   BENEFITS
========================================================== */

.recruitment-benefits {

    position: relative;

    z-index: 2;

    border-top: 1px solid rgba(255,255,255,.12);

    padding-top: 20px;
}


.recruitment-benefit {

    display: flex;

    align-items: flex-start;

    gap: 13px;

    margin-bottom: 18px;
}


.recruitment-benefit:last-child {

    margin-bottom: 0;
}


.benefit-icon {

    width: 40px;

    height: 40px;

    min-width: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 6px;

    background: rgba(255,255,255,.10);

    color: var(--yellow);

    font-size: 16px;
}


.recruitment-benefit strong {

    display: block;

    color: #ffffff;

    font-size: 13px;

    margin-bottom: 3px;
}


.recruitment-benefit span {

    display: block;

    color: rgba(255,255,255,.63);

    font-size: 11px;

    line-height: 1.5;
}


/* ==========================================================
   AVAILABLE POSITIONS
========================================================== */

.available-positions {

    position: relative;

    z-index: 2;

    margin-top: 28px;

    padding-top: 22px;

    border-top: 1px solid rgba(255,255,255,.12);
}


.available-title {

    color: rgba(255,255,255,.75);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.4px;

    margin-bottom: 12px;
}


.available-title i {

    color: var(--yellow);

    margin-right: 5px;
}


.position-list {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;
}


.position-list span {

    padding: 7px 14px;

    background: rgba(255,255,255,.10);

    border: 1px solid rgba(255,255,255,.12);

    color: #ffffff;

    border-radius: 3px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .8px;
}


/* ==========================================================
   FORM CARD
========================================================== */

.recruitment-form-card {

    background: #ffffff;

    border: 1px solid #e2e9ef;

    border-radius: 10px;

    overflow: hidden;

    box-shadow:
        0 12px 40px rgba(20,45,80,.08);
}


/* ==========================================================
   FORM HEADER
========================================================== */

.recruitment-form-header {

    display: flex;

    align-items: center;

    gap: 17px;

    padding: 25px 30px;

    background:
        linear-gradient(
            135deg,
            #092f61,
            #164f92
        );
}


.form-header-icon {

    width: 55px;

    height: 55px;

    min-width: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 7px;

    background: var(--yellow);

    color: var(--dark);

    font-size: 23px;
}


.form-header-label {

    color: var(--yellow);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    margin-bottom: 3px;
}


.recruitment-form-header h3 {

    margin: 0;

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: 25px;

    font-weight: 700;
}


/* ==========================================================
   FORM BODY
========================================================== */

.recruitment-form-body {

    padding: 30px;
}


.form-introduction {

    color: #6a7888;

    font-size: 13px;

    line-height: 1.7;

    margin: 0 0 25px;

    padding-bottom: 20px;

    border-bottom: 1px solid #e7edf2;
}


/* ==========================================================
   FIELD
========================================================== */

.recruitment-field {

    width: 100%;
}


.recruitment-field label {

    display: block;

    color: var(--primary-dark);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .5px;

    margin-bottom: 7px;
}


.recruitment-field label span {

    color: #d53c3c;
}


/* ==========================================================
   FIELD WRAPPER
========================================================== */

.field-wrapper {

    position: relative;

    display: flex;

    align-items: center;

    width: 100%;
}


.field-wrapper > i {

    position: absolute;

    left: 14px;

    z-index: 2;

    color: #8190a0;

    font-size: 15px;

    pointer-events: none;
}


/* ==========================================================
   TEXTBOX
========================================================== */

.recruitment-input {

    width: 100% !important;

    height: 48px;

    padding: 0 15px 0 42px;

    border: 1px solid #dbe3ea;

    border-radius: 5px;

    background: #fbfcfd;

    color: var(--primary-dark);

    font-family: inherit;

    font-size: 13px;

    outline: none;

    transition:
        border .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.recruitment-input:focus {

    border-color: var(--primary);

    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(18,63,140,.07);
}


.recruitment-input::placeholder {

    color: #a0aab5;
}


/* ==========================================================
   SELECT
========================================================== */

.select-wrapper {

    position: relative;
}


.recruitment-select {

    width: 100% !important;

    height: 48px;

    padding: 0 35px 0 42px;

    border: 1px solid #dbe3ea;

    border-radius: 5px;

    background: #fbfcfd;

    color: var(--primary-dark);

    font-size: 13px;

    outline: none;

    appearance: auto;

    cursor: pointer;
}


.recruitment-select:focus {

    border-color: var(--primary);

    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(18,63,140,.07);
}


/* ==========================================================
   FILE UPLOAD
========================================================== */

.file-wrapper {

    padding: 0;

    height: 48px;

    border: 1px solid #dbe3ea;

    border-radius: 5px;

    background: #fbfcfd;

    overflow: hidden;
}


.file-wrapper > i {

    left: 14px;
}


.recruitment-file {

    width: 100%;

    height: 48px;

    padding: 12px 10px 10px 42px;

    color: #657384;

    font-size: 11px;

    cursor: pointer;
}


.recruitment-file::file-selector-button {

    border: none;

    background: var(--primary);

    color: #ffffff;

    padding: 7px 12px;

    margin-right: 8px;

    border-radius: 3px;

    font-size: 10px;

    font-weight: 700;

    cursor: pointer;
}


/* ==========================================================
   FIELD HELP
========================================================== */

.field-help {

    color: #98a3ae;

    font-size: 9px;

    margin-top: 5px;
}


/* ==========================================================
   VALIDATORS
========================================================== */

.field-validator {

    min-height: 17px;

    padding-top: 3px;

    font-size: 10px;
}


.field-validator span {

    font-size: 10px;
}


/* ==========================================================
   SUBMIT AREA
========================================================== */

.recruitment-submit-area {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding-top: 8px;

    border-top: 1px solid #e7edf2;
}


/* ==========================================================
   SUBMIT BUTTON
========================================================== */

.recruitment-submit {

    min-width: 185px;

    height: 48px;

    padding: 0 25px;

    border: none;

    border-radius: 4px;

    background: var(--primary);

    color: #ffffff;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .8px;

    cursor: pointer;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.recruitment-submit:hover {

    background: var(--yellow);

    color: var(--dark);

    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(20,45,80,.12);
}


/* ==========================================================
   SECURITY TEXT
========================================================== */

.recruitment-submit-area > span {

    color: #8a96a2;

    font-size: 10px;

    line-height: 1.5;
}


.recruitment-submit-area > span i {

    color: #4c9b65;

    margin-right: 4px;
}


/* ==========================================================
   MESSAGE
========================================================== */

.recruitment-message {

    margin-top: 5px;

    color: var(--primary);

    font-size: 13px;

    line-height: 1.6;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .recruitment-section {

        padding: 75px 0 80px;
    }


    .recruitment-info-card {

        padding: 30px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .recruitment-section {

        padding: 60px 0 65px;
    }


    .recruitment-info-card {

        padding: 28px 24px;
    }


    .recruitment-info-card h2 {

        font-size: 36px;
    }


    .recruitment-form-header {

        padding: 20px;

        gap: 13px;
    }


    .form-header-icon {

        width: 50px;

        height: 50px;

        min-width: 50px;

        font-size: 20px;
    }


    .recruitment-form-header h3 {

        font-size: 21px;
    }


    .recruitment-form-body {

        padding: 22px 20px;
    }


    .recruitment-submit-area {

        align-items: flex-start;

        flex-direction: column;
    }


    .recruitment-submit {

        width: 100%;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .recruitment-info-card h2 {

        font-size: 32px;
    }


    .recruitment-form-header {

        align-items: flex-start;
    }


    .form-header-icon {

        width: 44px;

        height: 44px;

        min-width: 44px;
    }


    .recruitment-form-header h3 {

        font-size: 19px;
    }


    .recruitment-info-icon {

        width: 55px;

        height: 55px;

        font-size: 22px;
    }

}