/* intro */

#blue-txt {
    color: #03077b !important;
    font-style: normal;
}

.bg-ym-blue {
    background-color: #000495;
}

.div-icon {
    height: 50px;
    width: 50px;
}

.div-line {
    width: 100%;
    /* height: 3px !important; */
    border: 1px solid #020277;
    background-color: #020277;
}

.careers-nav-txt {
    position: absolute;
    bottom: 11%;
    left: 10%;
}

.intro-title {
    /* font-weight: bold; */
    font-weight: 400;
    color: #020277;
}
.opportunities-btn {
    font-weight: 500;
    border-radius: 30px;
    padding: 8px 35px 8px 35px;
    background-color: #e9e9eb;
    color: #1e3d58;
}

.intro-txt-container {
    padding: 3rem 5rem;
    background: #20325a;
    border-radius: 30px;
    color: white;
    position: relative;
}

.bw-wave {
    position: absolute;
    top: 350px;
    left: 0px;
}

#into-txt {
    font-size: 18px;
}

@media only screen and (max-width: 1000px) {
    .intro-txt-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

#intro-title {
    font-weight: bold;
    color: #0000a9;
}
/* intro */

/* mission-vission */
.mission-section {
    /* padding-top: 5rem; */
    padding: 0 6rem;
}

.misvis-box {
    background-color: #ef4b4c;
    padding: 2rem 5rem;
    border-radius: 30px;
    color: #ffffff;
    position: relative;
    /* background-image: linear-gradient(180deg, #048afa, #aad8ff); */
}

.misvis-box:before {
    content: "";
    position: absolute;
    inset: -5px;
    transform: translate(25px, 25px);
    z-index: -1;
    background: #c42223;
    border-radius: 30px;
}

.tab-btn {
    cursor: pointer;
    padding: 0 1.2rem;
}

/* .active {
    background-size: 1px 1em;
    box-shadow: inset 0 -0.2em currentColor;
    display: inline;
    
} */

.tab-content {
    padding: 10px;
    font-size: 26px;
    text-align: justify;
    color: #1e3d58;
}

.mission-icon {
    height: 70px;
    width: 70px;
}

.value-icon {
    height: 80px;
    width: 80px;
}

.mission-txt {
    text-align: justify;
    font-size: 24px;
}

.join-text {
    color: #20325a;
    margin-bottom: 0px !important;
    padding: 25px 60px;
    background-color: #e9e9eb;
    border-radius: 3rem;
    position: absolute;
    bottom: 30px;
}

#vision {
    padding-left: 1rem;
    padding-right: 8rem;
}

#light-blue {
    text-decoration: none;
    font-style: normal;
    color: #2b81f2;
}

.career-icon {
    height: 100px;
    width: 100px;
}

.space {
    height: 200px;
}

.team-pic {
    border-radius: 40px;
    position: relative;
    height: 550px;
}
/* mission-vission */

/* jobs */
.job-section {
}

.career-btn {
    border: 1px solid #0000a9;
    border-radius: 5px;
    background-color: transparent;
    color: #0000a9;
    font-weight: 500;
    padding: 12px 25px;
    width: 156px;
    height: 50px;
    font-size: 0.9em;
}

.send-btn {
    border: 1px solid #0000a9;
    border-radius: 5px;
    background-color: transparent;
    color: #0000a9;
    font-weight: 500;
    padding: 6px 8px;
    width: 200px;
}

.shaded-box {
    background-color: #f6f6f6;
    padding: 3rem;
}

.shaded-box2 {
    background-color: RGB(0, 4, 149, 24%);
    padding: 3rem;
}

.filter-container {
    width: 1000px;
    /* height: 70px; */
    background-color: #020277;
    border-radius: 30px;
}

.search-btn {
    background-color: #2b81f2;
    color: white;
    padding: 8px 65px;
    /* border-radius: 30px; */
}

#contact-form {
    background-color: #f6f6f6;
    padding: 3rem 6rem 1rem 4rem;
}

.form-input {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
    background: transparent;
    width: 100%;
}

.form-select {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M4 5L0 0h8L4 5z'/%3E%3C/svg%3E")
        no-repeat right center / 10px 10px;
}

.form-select:focus,
.form-input:focus {
    border: none;
    border-bottom: 2px solid #007bff;
    box-shadow: none;
    outline: none;
}

select {
    border: none;
    border-bottom: 1px solid black;
    padding: 5px;
    background-color: transparent;
}

.blue {
    color: #020277;
}

.job-container {
    width: 550px;
    background-color: #deebff;
    border-radius: 30px;
}

.jobs-container {
    padding: 3rem 7rem 4rem;
}

.job-card {
    border-bottom: 1px solid black;
}

.job-title {
    font-weight: bold;
    color: #020277;
}

#filter-form {
    padding: 2rem 6rem 3rem 5rem;
}

.apply-btn {
    font-weight: 700;
    border-radius: 30px;
    padding: 8px 45px;
    background-color: #2b81f2;
    color: white;
    font-size: 20px;
}

#job-qualifications-list {
    list-style-type: "- ";
    margin-left: -25px;
    text-align: left;
}

#applicationForm h6 {
    white-space: nowrap;
    display: inline-block;
}

#applicationForm h6::after {
    content: "*";
    color: red;
    margin-left: 0.1em;
}

@media only screen and (max-width: 1000px) {
    #filter-form {
        padding: 3rem;
    }

    .jobs-container {
        padding: 3rem;
    }

    #contact-form {
        padding: 3rem;
    }
    .apply-btn {
        font-size: 14px;
        padding: 4px 15px;
    }
}

.job-icons {
    padding: 5px;
    color: #2b81f2;
}

#job-desc {
    font-size: 14px;
    font-weight: 500;
}

/* .send-btn {
    font-weight: 700;
    padding: 3px 25px;
    border-radius: 0;
    background-color: #020277;
    color: white;
    font-size: 18px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
} */

.apply-icons {
    padding: 5px;
    /* color: #020277; */
}

#upload-btn {
    background-color: #020277;
    color: white;
    padding: 3px 5px;
    font-weight: bold;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.form-control {
    background-color: #f5f5f0;
    border: none;
    border-radius: 0;
}

/* jobs */

/* service */
.service-icons {
    height: 120px !important;
    width: 120px !important;
}

.contact-btn {
    font-weight: 500;
    letter-spacing: 0.1em;
    border-radius: 30px;
    padding: 15px 35px 15px 35px;
    background-color: #ef4b4c;
    color: #ffffff;
}

.stats {
    padding: 5px;
    background-color: #ef4b4c;
}

.cart-img {
    width: 200px;
    height: 200px;
}
/* service */

/* outro */
.outro {
    /* background-image: url("../../../images/careers/careers-team.png"); */
    background-size: cover;
    background-position: center;
    height: 679px;
    /* background-repeat: no-repeat; */
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    position: relative;
}

.overlay {
    /* position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center;
    color: #fff;
}

/* outro */

@media only screen and (max-width: 1000px) {
    .outro {
        height: 250px;
    }
}

@media only screen and (max-width: 540px) {
    .outro {
        height: 170px;
    }

    .outro h2 {
        font-size: calc(1rem + 0.9vw);
    }

    .overlay {
        top: 70%;
        width: 100%;
    }
}
