.content {
    width: 100%;
}

.site-inner>.wrap {
    max-width: 100%;
}

.sidebar-primary {
    display: none;
}

.pad {
    padding: 150px 0px;
}

/* Images as Background Images */

.octane-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.octane-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.octane-content {
    position: relative;
    height: 100%;
}

.octane-position {
    position: relative;
}

.all-link {
    padding: 10px 30px;
    background: var(--style-main);
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    transition: .3s;
    display: block;
    width: fit-content;
}


.all-link:hover {
    box-shadow: var(--shadow);
    color: #fff;
    transform: translatey(-10px);
}

.white-link {
    background: #fff;
    color: var(--style-main);
    margin-inline: auto;
    display: block;
    width: fit-content;
}

.white-link:hover {
    color: var(--style-main);
    box-shadow: 0px 3px 6px #ffffff82;
}

.all-title {
    font-weight: 900;
    font-size: 48px;
    line-height: 64px;
    text-wrap: balance;
    color: var(--style-sec)
}


/* hero */

#hero {
    position: relative;
    background: linear-gradient(90deg, rgba(3,54,30,1) 0%, rgba(5,104,57,1) 50%);
}

#hero .octane-background {
    width: 80%;
    right: 0px;
    left: initial;
}

.mobile-hero-bg {
    display: none;
}


.hero-text {
    padding: 50px 0px;
}

.hero-text p {
    color: #fff;
    max-width: 700px;
    font-size: 18px;
    line-height: 27px;
}

.hero-title {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
}

.hero-text ul {
    margin-bottom: 20px;
}

.hero-text li {
    color: #fff;
    list-style-position: inside;
}

.hero-text li::before {
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    margin-right: 10px;
}

#hero .all-link {
    margin: initial;
}

/* Openings */

#openings {
    overflow:hidden;
    background-image: url('/wp-content/uploads/2024/06/background-gears-new.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background: var(--style-tri);
}

.news-video {
    aspect-ratio: 16 / 9;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 30px;
}

.news-video iframe {
    border: 0px;
    border-radius: 10px;
	height: 100%;
}

#openings .all-title {
    text-align: center;
}

.openings-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.opening {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
    justify-content: center;
    width: calc(33.3% - 15px)
}

.opening:hover {
    box-shadow: var(--shadow)
}

.opening-title {
    grid-area: 1 / 1 / 2 / 3;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    padding: 10px;
    color: var(--style-sec);
    display: inline-grid;
    align-items: center
}

.opening p {
    grid-area: 2 / 1 / 5 / 2;
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
}

.opening-link {
    grid-area: 5 / 1 / 6 / 2;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: var(--style-main);
    color: #fff;
    transition: .5s;
}

.opening-link:hover {
    background: rgba(3,54,30,1);
    color: #fff;
}

.opening img {
    grid-area: 2 / 2 / 6 / 3;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* apply */

#apply {
    background: var(--style-tri);
}

.apply-flex {
    display: flex;
    gap: 30px;
}

.apply-flex::before, .apply-flex::after {
    content: none;
}

.apply-left, .apply-right {
    width: 50%;
}

.apply-left p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.apply-right iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    box-shadow: 0px 3px 6px #00000080;
    border-radius: 5px;
}

.loc-flex {
    display: flex;
    gap: 30px;
}

.loc {
    display: flex;
    gap: 10px;
    font-weight: 500;
}

.loc p {
    margin: 0px;
}

.loc i {
    color: var(--style-main);
    font-size: 27px;
}

.apply-location-text {
    margin-top: 20px;
}



/* faq */

#faq {
    overflow:hidden;
    background-image: url('/wp-content/uploads/2024/06/background-gears-new.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}

.accordion-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.accordion-list li {
    width: calc(50% - 10px)
}














@media(max-width: 1550px) {
    #hero .octane-background {
        width: 50%;
    }
}

@media(max-width: 1250px) {
    .pad {
        padding: 120px 0px;
    }
    
    #hero .octane-background {
        width: 20%;
    }

    #hero .octane-background img {
        object-position: 45%;
    }

    /* openings */

    .opening {
        width: calc((100% / 2) - 15px)
    }

    /* apply */

    .apply-flex {
        flex-direction: column;
    }

    .apply-left, .apply-right {
        width: 100%;
    }
    
}


@media(max-width: 1024px) {
    .pad {
        padding: 70px 0px;
    }

    .all-title {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }
    
    .all-link {
        margin: auto;
        display: block;
        width: fit-content;
    }

    #hero .octane-background {
        display: none;
    }

    #hero .mobile-hero-bg {
        display: block;
        position: relative;
        width: 100%;
    }

    #hero .mobile-hero-bg::after {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background: linear-gradient(0deg, rgba(36, 31, 33, 255) 0%, rgba(5,104,57,0) 30%);
    }

    .hero-text {
        background: linear-gradient(180deg, rgba(36, 31, 33, 255) 0%, rgba(5,104,57,1) 90%);
        padding-top: 0px;
    }

    .hero-text p {
        max-width: 100%;
    }

    /* faq */

    .accordion-list li {
        width: 100%;
    }

}

@media(max-width: 850px) {
    .opening {
        width: 100%;
    }
}


@media(max-width: 768px) {
    .pad {
        padding: 40px 0px;
    }

    .all-title {
        font-size: 30px;
        line-height: 30px;
    }
    
    .all-link {
        font-size: 16px;
    }

    .hero-title {
        font-size: 35px;
        line-height: 35px;
    }

    .hero-text p, .hero-text li {
        text-align: left;
        font-size: 16px;
        line-height: 23px;
    }

    .hero-text li {
        display: flex;
    }

    #hero .all-link {
        margin: auto;
    }

    /* openings */

    #openings {
        background: white;
    }

    .openings-flex {
        display: flex;
        flex-direction: column;
    }

    .opening {
        display: flex;
        flex-direction: column;
    }

    .opening img {
        order: 1;
        height: 150px;
    }

    .opening-link {
        order: 4;
        padding: 10px;
    }

    /* apply */

    .apply-left p {
        font-size: 16px;
        line-height: 23px;
    }

    .loc-flex {
        justify-content: center;
        flex-wrap: wrap;
        text-align: left;
    }
    
}