main {
    position: relative;
}
.career-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.career-modal * {
    padding: 0;
}
.career-modal .modal-content, .career-modal .modal-dialog, .career-modal .modal-body {
    width: 100%;
    height: 100%;
}
.career-modal, .career-modal .modal-dialog {
    transition: all 0.5s ease;
}
.career-modal:not(.active) {
    display: none;
}
.career-modal:not(.show) {
    opacity: 0;
}
.career-modal:not(.show) .modal-dialog {
    transform: translateY(100px);
}
.career-modal .modal-dialog {
    background-color: #e5e5e5;
    background-image: url(/wp-content/uploads/2024/06/bg-contact-us-enquiry-form.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.career-modal .modal-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35px;
    right: 35px;
    border: none;
    background: transparent;
    cursor: pointer;
}
.career-modal .modal-close:not(:hover) {
    opacity: 0.85;
}
.career-modal .modal-close::before, .career-modal .modal-close::after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 4px;
    background: #0c1237;
    top: 50%;
    left: 50%;
}
.career-modal .modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.career-modal .modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.career-header h1, .career-header h2, .career-header h3, .career-header h4, .career-header h5, .career-header h6 {
    font-family: 'Optima';
}
.career-header .career-title {
    font-family: 'Amaline Trial';
}
.career-title > a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
.career-modal .modal-body {
    overflow-y: scroll;
}
body.career-popup-opened {
    overflow: hidden;
}
.single-post-content {
    padding: 110px 0;
    background-color: #e5e5e5;
    background-image: url(/wp-content/uploads/2024/06/bg-contact-us-enquiry-form.jpg);
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
.single-career-body {
    color: #0c1237;
}
.career-header {
    margin-bottom: 50px;
}
.career-header-row {
    gap: 15px;
}
.career-header-row * {
    font-size: 34px;
    line-height: 44px;
}
.career-title-label {
    width: 260px;
    position: relative;
    display: flex;
}
.career-title-label::after {
    content: ':';
    display: inline-block;
    font-size: 34px;
    line-height: 44px;
    margin-right: 15px;
}
.career-desc {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.career-desc ul, .career-desc ol{
    padding-inline-start: 20px;
}
.career-desc-title {
    margin-bottom: 8px;
}
.career-desc, .career-additional p {
    margin-bottom: 30px;
}
.career-additional p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .single-post-content {
        padding: 90px 25px;
    }
    .career-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .career-header-row {
        gap: 0;
    }
    .career-title-label::after, .career-title-label, .career-title {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (min-width: 768px) {
    .career-title-label {
        justify-content: space-between;
    }
}