* {
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.post,
.page {
    margin: 0;
}

/*---------- GOOGLE FONT ----------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');

html,
body {
	font-family: 'M PLUS 1p', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a:focus,
button:focus {
    outline: unset;
}
#myModal {
    z-index: 100000;
    margin-top: 35vh;
}
.modal-content {
    width: 500px !important;
    height: auto;
}
.flag-img {
    width: 100%;
    height: auto;
}
.lang-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 25px;
    gap: 25px;
}
.lang-switcher-img {
    width: 75px;
    height: auto;
    border: 1px solid #555;
    border-radius: 9px;
}
.selected { 
    width: 35px;
    height: auto;
    border: 1px solid #555;
    border-radius: 100%;
}
.card-language {
    text-decoration: none;
    color: black;
    text-align: center;
}
.card-language:hover {
    background-color: #e5e5e5;
    text-decoration: none;
    color: black;
}
.career-hero-wrapper{
    background-color: #37906B;
}

.career-hero, .career-hero-single{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    flex-direction: column;
    background-position: center;
    background-size: cover
}

.overlay{
    height: 30vh;
    background-color: #000;
    position: absolute;
    z-index: 999;
    width: 100%;
    opacity: 0.6;
}

.overlay-green{
    height: 30vh;
    background-color: #37906B;
    position: absolute;
    z-index: 999;
    width: 100%;
    opacity: 0.9;
}

.career-hero-logo-img{
    z-index: 9999;
    height: 60%;
    margin-top: 10px;
}

.career-hero-single h1{
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
    text-align: center;
    z-index: 9999;
}

.career-info{
    background-color: #464749;
}

.career-contact-us-btn{
    background-color: #399F7E;
    padding: 10px 30px;
    color: #fff;
}

.career-contact-us-btn:hover{
    color: #fff;
    text-decoration: none;
}

.career-contact-wrapper{
    width: 60%;
    background-color: #656565;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}

.career-email, .career-contact-us-btn, .career-phone-number{
    font-size: 1.5vw;
}

.career-email, .career-phone-number{
    margin-bottom: 0;
    color: #fff;
}

.categories-heading-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 66px;
}

.categories-heading-wrapper a{
    color: #464749 !important;
    text-decoration: none;
    font-size: 32px;
}

.categories-heading-wrapper li:first-of-type{
    margin-left: 0px;
}

.all-categories{
    margin-right: 142px;
    padding: 10px 30px;
}

.categories-heading-wrapper li{
    margin-left: 142px;
}

.categories-heading-wrapper li{
    list-style: none;
}

.cat-item{
    padding: 10px 30px;
}

.cat-item:hover a{
    color: #fff !important;
}

.cat-item:hover{
    background-color: #399F7E;
}

.cart-image{
    height: 156px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.content-post-wrapper{
    border: 2px solid #399F7E;
    border-top: none;
    padding: 10px;
    padding-bottom: 0;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content-post-wrapper h3 {
    font-size: 20px;
}
.content-post-wrapper p {
    font-size: 16px;
    overflow: hidden;
}
.content-post-wrapper h3 a{
    color: #37906B;
}

.read-more-card{
    color: #37906B;
}

.no-category{
    display: none;
}

.custom-container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Single Page */

.career-single-arrow-left{
    font-size: 30px;
    color: #737373;
}

.career-single-heading{
    font-size: 30px;
    color: #37906B;
}

.career-single-arrow-left:hover{
    color: #737373;
}

.career-apply-now{
    color: #fff;
    padding: 10px 25px;
    background-color: #37906B;
    font-size: 20px;
    border: 1px solid #37906B;
}

.career-apply-now:hover{
    text-decoration: none;
    color: #37906B;
    background-color: #fff;
}

.career-details p, .career-details span{
    font-size: 20px;
}

.career-job-description-title, .career-single-list p{
    color: #37906B;
}

.career-single-list, .career-job-description-wrapper{
    font-size: 20px;
}

.career-single-list ul {
    list-style: none;
}

.career-single-list ul li::before {
    content: "\2022";
    color: #37906B;
    font-weight: bold;
    display: inline-block; 
    width: 0.8em;
    margin-left: -1em;
}

.modal{
    z-index: 99999;
    height: 90vh;
}

.galery-pagination{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 60px;
}

.galery-pagination a{
    background-color: #fff;
    color: #399F7E;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    padding: 4px;
    margin: 5px;
    width: 30px;
    font-weight: 700;
}

.galery-pagination span{
    background-color: #399F7E;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 4px;
    margin: 5px;
    width: 30px;
    font-weight: 700;
}

/* Career Form */

.wpcf7-form .input-name, .wpcf7-form .input-last-name{
    width: 50%;
    margin-bottom: 10px;
}

.wpcf7-form input, .wpcf7-form label, .wpcf7-form textarea{
    width: 100%;
}

.wpcf7-form input{
    padding: 15px;
}

.wpcf7-form label{
    margin-bottom: 10px;
}

.apply-btn{
    width: 130px;
    margin: 0 auto;
}

.apply-btn input{
    background-color: #37906B;
    color: #fff;
    border: none;
}

.modal-title{
    color: #37906B;
}
@media only screen and (max-width: 1200px) {
    .content-post-wrapper h3 {
        font-size: 18px;
    }
    .content-post-wrapper p {
        font-size: 14px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 768px) {
    .career-single-heading, .career-apply-now{
        font-size: 25px;
    }

    .career-apply-now{
        padding: 10px;
    }

    .categories-heading-wrapper li{
        margin-left: 0px;
    }

    .content-post-wrapper{
        height: 290px;
    }
}

@media only screen and (max-width: 600px) {
    .modal-content {
        width: 100% !important;
    }
    .career-single-heading, .career-apply-now{
        font-size: 18px;
    }

    .career-hero-logo-img{
        width: 80%;
    }

    .modal input, .modal textarea{
        margin-left: 1.5px;
    }

    .categories-heading-wrapper{
        display: block;
    }

    .career-hero h1{
        text-align: center;
    }

    .career-contact-wrapper{
        width: 100%;
    }

    .career-email, .career-contact-us-btn, .career-phone-number{
        font-size: 13px;
        margin: 0 !important;
    }

    .career-phone-number{
        margin-right: 5px !important;
    }

    .career-contact-us-btn{
        padding: 10px;
    }

    .content-post-wrapper{
        height: 230px;
    }
}
