
.default-weight{
    font-weight: 400 !important;
}

section {
    background-color: #fafafa;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fafafa;
}

#banner_with_text {
    background-color: #fafafa;
}

.hero-section {
    margin-bottom: 0;
}

.hero-section {
    overflow: visible;
    /* for debug */
}

.hero-header {
    background-color: #572936;
    text-align: center;
    padding: 60px 20px 40px;
    position: relative;
    z-index: 3;
}

.hero-title {
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-btn {
    background-color: #fff;
    color: #572936;
    font-weight: bold;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.hero-buttons--overlay {
    position: absolute;
    top: 0;
    /* align near top of image */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 175px;
    /* Push buttons lower as needed */
}

.hero-image-wrapper {
    position: relative;
    overflow: hidden;
}

.hero-image {
    display: block;
    width: 100%;
    max-height: 600px;
    position: relative;
    z-index: 1;
    object-fit: cover;  
}


/* curve Divider */
.curve-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    line-height: 0;
}

.curve-divider svg {
    display: block;
    width: 100%;
    height: 160px;
}

.layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1515px;
    padding: 40px 20px;
}

.layout--twocol-section--50-50>.layout__region {
    flex: 1 1 50%;
    padding: 20px;
}

.content-extended__intro {
    font-size: 15px;
    color: #572936;
    margin-bottom: 10px;
}

.content-extended__title {
    font-size: 6rem;
    font-weight: bold;
    color: #572936;
    margin-bottom: 20px;
}

.content-extended__text ul.job-offers-listing {
    list-style: none;
    padding: 0;
}

.content-extended__text ul li {
    margin-bottom: 10px;
}

.content-extended__text a {
    text-decoration: none;
    color: #572936;
    font-weight: 600;
}

.content-extended__image {
    width: 100%;
    height: auto;
    display: block;
}

.heading-blok-reusable {
    background-color: #fafafa;
    padding: 60px 20px;
    text-align: center;
}

.heading-blok-reusable__intro {
    color: #572936;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.heading-blok-reusable__title {
    font-family: 'Kommon Grotesk Condensed Bold', sans-serif;
    font-size: 6rem;
    text-transform: uppercase;
    color: #572936;
    margin: 10px 0 20px;
}

.heading-blok-reusable__text {
    color: #572936;
    font-size: 1rem;
    font-weight: 600;
    max-width: 900px;
    margin: 0 auto;
}

.job_offer_form_section {
    padding: 5%;
}

.expire_job_alert {
    margin: 20px 0;
    border-radius: 10px;
    color: #572936;
    background-color: #fafafa;
    border: 2px solid #572936;
    padding: 15px;
}

.job_offer_desc_section ul {
    list-style: disc !important;
}

.job_offer_form {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 45px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.category-info {
    font-size: 20px;
}

.category-jobs {
    padding-top: 30px;
    font-size: 17px;
}

.bg-maroon {
    background-color: #541e2d;
    /* maroon */
    padding: 4rem 0;
    /* vertical spacing */
    min-height: 500px;
    /* adjust height as needed */
}

.banner_text_section {
    transform: translate(130px, 220px);
}
.job_banner_text_section {
    transform: translate(270px, 40px);
    text-align: center;
}

.montserrat-bolder {
    font-size: 42px !important;
}

.semi-size {
    font-size: 27px !important;
}



.header-container {
    background-color: #592938;
    color: #fff;
    padding: 10px 0;
}

.logo img {
    max-height: 50px;
    /* adjust as needed */
}

.menu-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.menu-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.form_input {
    width: 100%;
    border-radius: 10px;
    background: #e5f1f8;
    height: 52px;
    color: #777777;
    position: relative;
    border: 0 solid #e5f1f8;
    line-height: 2.5;
    padding: .75rem 1rem !important;
}

.button-default {
    color: #ffffff;
    background-color: #ff7200;
    border-color: #ff7200;
}

.submit_button {
    padding: 10px 30px;
    font-size: 15px;
    line-height: 1.4666666667;
    border-radius: 9999px;
    margin: 10px 0;
    display: ruby-text;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.apply_button{
    border-radius: 40px !important;
}
.montserrat-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.section-title{
    font-size: 60px !important;
}

h3 {
    font-family: 'Carmen Sans', sans-serif !important;
    font-weight: 600 !important;
}
.job_offer_desc_section h3 {
    font-size: 21px !important;
    font-weight: 400 !important;
     
}

@media (max-width: 768px) {
    .layout--twocol-section--50-50 {
        flex-direction: column;
    }

    .page-wrapper section .title {
        text-align: center;
    }

    .curve-divider svg {
        height: 50px;
    }

    .menu-links {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        line-height: 5;
    }

    .hero-buttons--overlay {
        position: unset;
        transform: translate(0px, 25px);
        margin-top: unset;
    }

    .hero-header {
        padding: 1px;
    }

    .hero-title {
        font-size: 51px;
        margin-top: unset;
    }
}

.loader-div {
    display: none !important;
}