.careers-section {
    overflow: hidden;
}

.careers-heading {
    background-color: #20bec3;
    padding: 30px 0px 20px;
}

.careers-heading h1 {
    color: white;
    text-align: center;
    font-weight: 700;
}

.careers-heading h1:after {
    border-top: 4px solid white;
    border-radius: 50px;
    display: block;
    width: 60px;
    content: "";
    margin: 10px auto 0;
}

/* .career-background {
    background-image: url(../img/careers-main-heaidng-bg-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
} */

/* .career-background:before {
    background-image: url(../img/careers-main-heaidng-bg.jpg);
    position: absolute;
    content: "";
    top: -60px;
    left: 0px;
    width: 100%;
    height: 900px;
    z-index: -1;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: 100%;
} */
.career-background-img {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.career-background-img img {
    text-align: center;
    width: 100%;
    height: 550px;
    padding: 1rem;
    border: 3px solid #20bec3;
    object-fit: cover;
    background-color: white;
    box-shadow: 0px 0px 10px #00000053;
}

.careers-main-body-text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

.careers-main-body-text h1 {
    text-transform: capitalize;
    text-align: center;
    color: #20bec3;
    font-weight: 600;
    font-size: 3rem;
}

.careers-main-body-text button {
    margin-top: 1rem;
    padding: 0.3rem 2rem;
    border: 2px solid #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    background-color: #20bec3;
    color: #ffffff;
}

.careers-main-body-text {
    position: relative;
}



.careers-mission {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.careers-mission h4 {
    text-align: center;
    font-weight: 700;
    color: #20bec3;
    margin-bottom: 0.1rem;
}

.careers-mission h2 {
    text-align: center;
    font-weight: 700;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.careers-mission h2:after {
    border-top: 4px solid #20bec3;
    border-radius: 50px;
    display: block;
    width: 80px;
    content: "";
    margin: 12px auto 0;
}

.careers-mission h6 {
    margin: auto;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1.2rem;
    margin-bottom: 2rem;
}

.careers-core-value {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #20bec314;
}

.careers-core-value h4 {
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    color: #20bec3;
    margin-bottom: 0.1rem;
}

.careers-core-value h2 {
    text-align: center;
    font-weight: 700;
    color: #232323;
    text-transform: capitalize;
}

.careers-core-value h2:after {
    border-top: 4px solid #20bec3;
    border-radius: 50px;
    display: block;
    width: 80px;
    content: "";
    margin: 12px auto 0;
}

.careers-core-value h6 {
    margin: auto;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1.2rem;
}

.careers-core-value-box {
    padding: 0.8rem;
    border-radius: 10px;
    text-transform: capitalize;
    background-color: white;
    text-align: center;
    border: 1px dashed #20bec3;
    height: 295px;
}

.career-page-main-box{
    background-color: #20bec34d;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 3rem;
    height: 330px;

 }

.careers-core-value-box-img {
    position: relative;
    text-align: center;
    margin-top: -4rem;
}


.careers-core-value-box-img:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #e4e4e4;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid white;
}

.careers-core-value-box img {
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 1;
}

.careers-core-value-row {
    display: flex;
    justify-content: center;
}

.careers-core-value-box h5 {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-top: 1.5rem;
    font-weight: 600;
    font-size: 1.3rem;
}

.careers-core-value-box p {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.2rem;
}

.careers-core-value-box a {
    font-weight: 600;
    border-bottom: 2px solid #20bec3;
    color: #20bec3;
}

.careers-team {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.careers-team h4 {
    text-align: center;
    font-weight: 700;
    color: #20bec3;
    margin-bottom: 0.1rem;
}

.careers-team h2 {
    text-align: center;
    font-weight: 700;
    color: #232323;
    text-transform: capitalize;
}

.careers-team h2:after {
    border-top: 4px solid #20bec3;
    border-radius: 50px;
    display: block;
    width: 80px;
    content: "";
    margin: 12px auto 0;
}

.careers-team h6 {
    margin: auto;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 1.2rem;
}

.careers-main-team {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #20bec314;
}

.careers-main-team h4 {
    text-align: center;
    font-weight: 700;
    color: #20bec3;
    margin-bottom: 0.1rem;
}

.careers-main-team h2 {
    text-align: center;
    font-weight: 700;
    color: #232323;
    text-transform: capitalize;
}

.careers-main-team h2:after {
    border-top: 4px solid #20bec3;
    border-radius: 50px;
    display: block;
    width: 80px;
    content: "";
    margin: 12px auto 0;
}

.careers-main-team h6 {
    margin: auto;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 1.2rem;
}

.careers-team-box {
    border: 2px solid #20bec3;
}

.careers-team-box img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.careers-team-card {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px #ffffff80;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0.8);
}

.careers-team-card img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.careers-team-card:hover {
    transform: scale(0.9);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.careers-team-card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #b9eeee;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.careers-team-card:hover .careers-team-card__content {
    transform: rotateX(0deg);
}

.careers-team-card__title_main {
    margin: 0;
    font-size: 1.6rem;
    color: #333;
    font-weight: 700;
}

.careers-team-card__title {
    margin: 0;
    font-size: 18px;
    color: #5f5f5f;
    font-weight: 700;
}

.careers-team-card__description {
    margin: 10px 0 0;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.4;
    font-weight: 600;
}

@media only screen and (min-width:1200px) and  (max-width:1400px) {
    .careers-core-value-box {
        height: 325px;
    }
    .career-page-main-box {
        height: 355px;
    }
}

@media only screen and (min-width:992px) and  (max-width:1200px) {
    .careers-core-value-box {
        height: 390px;
    }
    .career-page-main-box {
        height: 420px;
    }
}
@media only screen and (max-width:992px) {
    .careers-core-value-box {
        height: auto;
    }
    .career-page-main-box {
        height: auto;
    }
}




@media only screen and (max-width:1200px) {
    .career-background-img img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .careers-core-value-row {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

    .career-background-img img {
        width: 100%;
        height: auto;
    }

    .careers-mission {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .careers-mission h2 {
        margin-bottom: 1rem;
    }

    .careers-mission h6 {
        font-size: 1rem;
    }

    .careers-core-value h6 {
        font-size: 1rem;
    }
    .careers-core-value-box {
        height: auto;
    }
    
    .career-page-main-box{

        height: auto;
    
     }
    
}

@media only screen and (max-width: 575px) {
    .careers-main-body-text:before {
        background-image: url(../img/careers-main-heaidng-bg.jpg);
        position: absolute;
        content: "";
        top: -60px;
        left: 0px;
        width: 100%;
        height: 300px;
        z-index: -1;
        opacity: 0.5;
        background-repeat: no-repeat;
        background-size: cover;
    }
}