.color-white {
    color: #fff !important;
}

.metalux-logo {
    width: 243px;
}

.metalux-sub {
    font-family: "Proxima-Light", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.glx-badge {
    height: 145px;
    width: auto;
}

.badge-point-text {
    font-family: "Proxima-Semiold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.project-card img {
    height: 346px !important;
    margin-bottom: 5px;
}

.project-card img,
.project-card video {
    width: 100%;
    height: auto;
    display: block;
}

/* Popup Styles */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    max-width: 90%;
    max-height: 90%;
}

.popup-content img,
.popup-content video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.popup:target {
    display: flex;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

.thumbnail-part {
    position: relative;
}

.thumbnail-part::before {
    content: "";
    position: absolute;
    background-image: url('../images/icons/play_arrow.svg');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-based-banners {
    position: relative;
    padding: 30px 0 30px 0;
    background-color: #223f99;
    display: flex;
    align-items: center;
    min-height: 300px;
    max-height: 300px;
}

.faq-question {
    font-family: "Proxima-Bold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.faq-answer {
    font-family: "Proxima-Light", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.year-tab {
    text-decoration: none;
    background: #AABBCC;
    color: #fff;
    padding: 8px 24px;
    font-weight: 700;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.year-tab:hover {
    background: #223f99;
    color: #fff;

    cursor: pointer;
}

.year-tab.active {
    background: #223f99;
    color: #fff;
}

.section-head {
    font-family: "Proxima-Bold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-subhead {
    font-family: "Proxima-Bold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.dos-box {
    background-color: rgb(199 234 253);
    padding: 24px;
}

.media-head {
    font-family: "Proxima-Regular", sans-serif;
    font-size: 24px;
    line-height: normal;
    /* font-weight: 700; */
}

.updates {
    /* background-color: #223f99 !important; */
    /* margin-top: 60px; */
    padding: 30px;
}

.updates-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.newsletter-box {
    background-color: #e6e6e6;
    padding: 80px 62px;
    border-radius: 20px;
}

.email-input {
    height: 56px;
    width: 80%;
    outline: none;
    border: 1px solid #fff !important;
    margin: auto 0 !important;
    transition: all 0.3s ease-in-out;
}

.email-input:focus {
    outline: none !important;
    border: 1px solid #223f99 !important;
    /* box-shadow: 0 0 5px #223f99; */
}

.submit-btn {
    text-decoration: none;
    background-color: #223f99;
    color: #fff;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    padding: 16px 32px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.submit-btn:hover {
    background-color: #435dac;
    color: #fff;
    cursor: pointer;
}

/* .product-img {
    height: 270px;
    object-fit: cover;
} */

.career-img {
    height: 450px;
    object-fit: cover;
}

.career-form {
    background-color: #e5e5e5;
    padding: 64px;
    border-radius: 20px;
}

.career-form h1 {
    color: #223f99;
}

.career-form-control {
    background-color: #fff;
    width: 100%;
    border: 1px solid #fff !important;
    transition: all 0.3s ease-in-out;
}

.career-form-control:focus {
    outline: none !important;
    border: 1px solid #223f99 !important;
}

.career-btn {
    background-color: #535353;
    text-decoration: none;
    padding: 16px 32px;
    color: #fff;
}

.product-name {
    background-color: #ffffffc2;
    font-weight: 800;
    line-height: 24px;
    width: 100%;
    padding: 8px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.vacancy-card {
    padding: 24px;
    border: 1px solid #575757;
    border-radius: 10px;
    position: relative;
}
.vacancy-btn {
    position: absolute;
    right: 24px;
    top: 24px;
}
.vacancy-btn svg {
    transform: rotate(-45deg);
}

.career-form-control[type="file"] {
    padding: 12px;
    height: 50px;
    font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .newsletter-box {
        padding: 32px;
    }

    .career-form {
        padding: 24px;
    }

    .career-img {
        height: auto;
    }
    .vacancy-btn {
        position: static;
        margin-top: 16px;
        width: fit-content;
    }
}