/* careers BANNER SECTION START */

section.careers-banner-section {
    background: url('https://storage.googleapis.com/giffycms-bkindustries.appspot.com/5650766610038784');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 65%;
    width: 100%;
    height: 95vh;

    margin-top: 6rem;
    /* display: flex;
    align-items: center; */
}

.careers-banner-section .row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 6%;
}

.careers-banner-section .careers-banner-content {
    text-align: right;
    padding-right: 3rem;
}

.careers-banner-section h1,
.careers-banner-section h2 {
    /* margin: 0 0 1.2rem; */
    color: white;
}

.careers-banner-section h1 span,
.careers-banner-section h2 span {
    display: block;
}

.careers-banner-section h1 {
    font-size: 6rem;
    font-weight: 700;
}

.careers-banner-section h2 {
    font-size: 6rem;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 2rem;
}

.careers-banner-section p {
    font-size: 2rem;
    line-height: 1.5;
    color: white;
    margin-left: auto;
    max-width: 80%;
}

.careers-banner-section p strong {
    font-weight: bold;
}

.careers-banner-section .highlight {
    font-weight: bold;
}

/* careers US BANNER SECTION END */

/* CARRERS FORM SECTION START */
section.careers-form-section {
    padding: 3rem 1rem;
}

.careers-form-section h3 {
    font-size: 4rem;
    margin-bottom: 2rem;
    font-weight: bold;
    text-align: center;
}

.careers-form-section p {
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.career-form {
    background: #fff;
    padding: 3rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 1200px;
}

.form-group {}

.form-group label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control {
    height: 3.5rem;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
}

.btn-submit {
    margin-top: 2rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    width: 40%;
    border-radius: 10rem;
    background-color: #00a24e;
    color: white;
}

.btn-submit:hover {
    color: white;
    background-color: #003200;
}

.error {
    height: 1rem;
    color: red;
    font-size: 1.3rem;
    margin-top: 0.2rem;
}

.error:empty {
    /* display: none; */
    height: 1rem;
}

.color-red {
    color: red;
    font-weight: bold;
}

/* CARRERS FORM SECTION END */


/* @media (max-width: 767px) {

    .careers-form-section h3,
    .careers-form-section p {
        text-align: center;
    }
} */


/* THANK YOU POP UP START */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup box */
.popup {
    background-image: url('https://storage.googleapis.com/giffycms-bkindustries.appspot.com/5751860518453248');
    background-size: cover;
    background-position: center 15%;
    background-repeat: no-repeat;
    color: white;
    text-align: left;
    padding: 10rem 7rem;
    width: 80vw;
    height: 80vh;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.popup-content {
    margin-left: 45%;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.popup .popup-logo img {
    width: 60px;
    margin-bottom: .3rem;
}

.popup h3 {
    font-size: 3rem;
    margin: 1.5rem 0 2rem;
    font-weight: 600;
}

.popup p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.italic-span {
    font-style: italic;
}

.popup h4 {
    font-size: 2rem;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .careers-banner-section h1 {
        font-size: 4rem;
    }
    .careers-banner-section h2 {
        font-size: 4rem;
    }
}


@media (max-width: 769px) {
    .popup {
        padding: 5rem 1rem;
        width: 90vw;
    }

    /* .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-header {
    height: 50vh;
    background-attachment: unset;
  } */
}

@media (max-width: 480px) {

    .popup {
        background-image: url("https://storage.googleapis.com/giffycms-bkindustries.appspot.com/5660188736487424");
        height: 65vh;
    }


    .popup-content {
        margin-left: 0%;
        text-align: center;
    }

    .popup {
        padding: 5rem 1rem;
        width: 75vw;
    }
}

/* THANK YOU POP UP END */



@media (max-width: 480px) {
    section.careers-banner-section {
        height: 70vh;
    }

    .careers-banner-section .careers-banner-content {
        margin-top: 6%;
    }

    .careers-banner-section h1 {
        font-size: 3rem;
        /* font-weight: 700; */
    }

    .careers-banner-section h2 {
        font-size: 3rem;
        /* font-weight: 700; */
    }

    .careers-banner-section p {
        font-size: 1.5rem;
        /* font-weight: 700; */
    }


    .careers-form-section h3 {
        font-size: 3rem;
    }

    .careers-form-section p {
        font-size: 1.8rem;
    }


    .btn-submit {
        width: 80%;
    }
}

@media (min-width:1920px) {

    .careers-banner-section h1,
    .careers-banner-section h2 {
        font-size: 10rem;
    }

    .careers-banner-section p {
        font-size: 4rem;
    }
}