body{
    font-size: 1.25rem !important;
}
p {
    font-size: 1.25rem;
}

.image-with-button > div {
    background-color: unset;
}

.navbar-nav {
    position: relative;
}

.navbar-nav div:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 106px;
    width: 10px;
    height: 10px;
    background: url(/uploads/Rectangle_12_0898b3c6fe.svg);
}

.navbar-nav div:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 17.25rem;
    width: 10px;
    height: 10px;
    background: url(/uploads/Rectangle_12_0898b3c6fe.svg);
}

.find-your-role {
    background: white;
}

.find-your-role > div {
    padding: 1rem;
}


.find-your-role > div {
    padding: 1rem;
}

#single-job-container .d-flex.flex-wrap > .position-relative {
    height: calc(100% + 10rem);
}

#single-job-container .d-flex.flex-wrap > .position-relative > div {
    width: 100%;
}

.find-your-role button {
    color: rgb(32, 79, 56);
    background: white !important;
}

.find-your-role button:hover {
    color: #204F38 !important;
}

.location-select svg {
    color: #204F38;
}

.find-your-role button::after {
    position: absolute;
    width: 180px;
    content: '';
    height: 50px;
    background: url(/uploads/border_368fdc5662.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.find-your-place-card {
    height: 640px;
    padding: 2rem;
    padding-top: 7rem;
    padding-right: 5rem;
    width: 400px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background: url(/uploads/find_your_place_1e2fd42bdc.png);
}

.find-your-place-card h1 {
    color: #245A40;
    font-size: 3.5rem;
}

.find-your-place-card p {
    color: black;
    font-size: 1.2rem
}

.find-your-place-card .find-your-place-button {
    text-decoration: none !important;
    cursor: pointer;
}

.find-your-place {
    width: fit-content;
    margin: auto;
    padding: 1rem;
    background: #245A40;
    color: white;
    text-decoration: none !important;
}

.find-your-place:hover {
    background-color: #2c3a34;
    color: white;
}

.homepage-map-comp img {
    filter: blur(0);
}

.map-loader-text {
    position: absolute;
    left: 20%;
}


@media only screen and (max-width: 800px) {

    #nav-wrapper {
        background: white;
    }

    .find-your-place-card {
        height: 500px;
        padding: 3rem;
        padding-top: 3rem;
        width: 301px;
        padding-right: 3rem;
    }

    .map-loader-text {
        position: relative;
        left: unset;
    }

    .tw-bio-card .tw-bio-main {
        flex-direction: column !important;
        margin-bottom: 0px !important;
    }

    .tw-bio-main h2.tw-name {
        font-size: 3rem;
    }

    .find-your-place-card h1 {
        font-size: 2rem;
    }

    .find-your-place-card p {
        font-size: 1rem;
    }
}

.card-footer-decoration::before,
.card-footer-decoration::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: #c9b895;
    border-style: solid;
}

.card-footer-decoration::before {
    bottom: -2px;
    left: -2px;
    border-width: 0 0 2px 2px;
    border-bottom-left-radius: 15px;
}

.card-footer-decoration::after {
    bottom: -2px;
    right: -2px;
    border-width: 0 2px 2px 0;
    border-bottom-right-radius: 15px;
}

.image-with-button h3 {
    paddinng-top: 2rem;
    font-size: 2.5rem;
}

.image-with-button a {
    text-decoration: none;
    padding: 1rem;
    color: #245A40;
    font-size: 1.25rem;
}

.image-with-button a a:hover {
    background: #070707;
    color: #e5fdf2;
}

.location-link-wrapper .mb-4.col-lg-4 {
    margin-bottom: 4rem !important;
}

.arrow-button {
    background-color: #245A40;
    border: 1px solid #D9B988;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(45deg);
    margin: 5px;
}

.arrow-button:hover {
    background-color: #4a6d57;
}

.left-icon {
    color: #F2F2F2;
    transform: rotate(-45deg);
    width: 24px;
    height: 24px;
}

.right-icon {
    color: #F2F2F2;
    transform: rotate(135deg);
    width: 24px;
    height: 24px;
}

.site-footer {
    background-color: #245A40;
    color: #D7DDDA;
    font-size: 0.875rem;
    padding: 1.5rem 1rem;
    width: 100%;
    display: inline-flex;
}

.site-footer nav {
    max-width: 1300px;
    margin: auto;
}

.site-footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2rem;
}

.site-footer li {
    display: inline-flex;
    align-items: center;
}

.site-footer a {
    color: white !important;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
}

.site-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 768px) {
    .site-footer li:not(:first-child)::before {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}

.perks-with-images .col-lg-6:first-of-type {
    background: url(/uploads/perks_bg_56bc2efeeb.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 720px;
    background-position: center;
}

.perks-header {
    max-width: 400px;
    margin: auto;
    margin-top: 5rem;
    text-align: center;
}

.perks-with-images .is-active p {
    color: #245A40;
    text-transform: uppercase;
}

.arrow-button.perks-arrow .left-icon,
.arrow-button.perks-arrow .right-icon {
    color: #D9B988;
}


.arrow-button.perks-arrow {
    background-color: #F5F3ED;
}

.perks-with-images .col-lg-6:last-of-type > div:last-of-type {
    justify-content: start;
}

.carousel-container + div {
    padding-bottom: 2rem;
}

.homepage-video {
    max-height: 40rem;
    height: 40vw;
    padding-bottom: 2.5rem;
}

.additional-text .find-out-more > div svg {
    padding-bottom: 10px;
}

.additional-text .find-out-more > svg {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


.single-job-wrapper .single-job-comp {
    max-width: unset !important;
    padding-left: 0;
    padding-right: 0;
}


.location-city svg path,
.vacancy-details svg path {
    fill: #204F38;
}

#single-job-container .position-relative {
    width: 100%;
}

.single-job-wrapper .single-job-comp {
    max-width: unset !important;
    padding-left: 0;
    padding-right: 0;
}


.flex-column-reverse #vacancy-apply-button > button {
    color: white;
    background-color: #204F38;
}

#infinite-scroll-default-search-results + div > div > div,
#infinite-scroll-default-search-results a {
    border-radius: 0;
    box-shadow: none;
}

.vacancy-card {
    background-color: #204F38; /* Adjust the color to match your design */
    border-radius: 10px;
    padding: 2rem 3rem 2rem 3rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: fit-content;
    min-width: 300px;
}

.vacancy-detail {
    margin-bottom: 10px; /* Adjust spacing as needed */
}

.vacancy-detail strong {
    font-weight: bold;
    color: #F5F3ED;
}

/* Locations */

.box-link-text {
    position: absolute;
    bottom: -36px;
    left: 0;
    color: black;
    font-family: 'Cheltenham';
    text-transform: capitalize;
    font-size: 1.35rem;
}

.location-link-wrapper a > div {
    padding: 0 !important;
}

.location-link-wrapper a > div > div {
    width: 100%;
    height: 100%;
}

.location-link-wrapper .hover-link {
    background-color: #000000;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.location-link-wrapper .hover-link:hover {
    opacity: 0.8;
}

.location-link-comp .row > div {
    padding-bottom: 3rem;
}

.explore {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 41px;
    margin-right: 15px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M13.854 2.146a.5.5 0 0 1 0 .708l-11 11a.5.5 0 0 1-.708-.708l11-11a.5.5 0 0 1 .708 0Z'/%3E%3Cpath fill-rule='evenodd' d='M2.146 2.146a.5.5 0 0 0 0 .708l11 11a.5.5 0 0 0 .708-.708l-11-11a.5.5 0 0 0-.708 0Z'/%3E%3C/svg%3E") !important;
}

.navbar-light .collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") !important;
}
.no-jobs-wrapper a{
    color: #fff !important;
}
@media (min-width: 768px) {
    #vacancy-apply-button > button,
    #vacancy-smart-apply-button {
        background-color: white;
        color: #204F38;
        border-radius: 10px;
        border: none;
    }

    .find-your-role button {
        width: 50%;
    }

    .navbar {
        margin-top: 0.5rem;
    }

    #navigation-menu-desktop:last-of-type {
        height: 3rem;
        background-image: url(/uploads/Primary_1_fc101d776f.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 9rem;
    }

    #navigation-menu-desktop:last-of-type a {
        width: 100%;
        height: 100%;
        font-size: 0rem;
    }

    .find-your-role button {
        color: #204F38;
    }

    .location-select svg {
        color: #204F38;
    }

    .find-your-role > div > div:first-of-type {
        flex: 1 0 33%;
    }

    .find-your-role > div > div:last-of-type {
        flex: 1 0 66%;
    }

    .find-your-role > div > div .last-field {
        width: 50%;
    }
}

@media (max-width: 991px) {
    #top-navigation .container-fluid {
        position: relative;
    }

    #top-navigation .container-fluid::before {
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        height: 54px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
        z-index: 1;
        pointer-events: none;
    }

    /* Ensure logo and burger menu stay above gradient */
    img,
    .NavLinks__StyledToggle-sc-713b8afc-2 {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .tw-bio-card .tw-bio-card {
        font-size: 4rem;
    }
    #life-carousel>div>div{
        display: flex;
        flex-direction: column-reverse;
    }

    .tw-bio-card {
        padding: 0 !important;
    }

    .perks-with-images p {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    #homepage-landing .homepage-hero iframe {
        width: 455vw !important;
        height: 108.25vw !important;
    }

    .homepage-video {
        max-height: 40rem;
        height: 60vw;
        padding-bottom: 2.5rem;
    }

    .job-large-header + div {
        justify-content: flex-end;
    }

    .w-50.hero-text {
        width: 80% !important;
    }

    .perks-with-images > div:first-of-type {
        display: none;
    }

    .perks-with-images .col-lg-6:first-of-type {
        height: 450px;
    }

    .perks-header {
        margin-top: 1rem;
    }


    .perks-container {
        max-width: 300px !important;
        margin: auto !important;
        padding: 1rem !important;
    }

    .perks-header .perks-container .perks-heading {
        font-size: 2rem;
        margin: 0px 0px 1rem;
    }

    .perks-with-images .col-lg-6:first-of-type .list-unstyled {
        margin-top: 0 !important;
    }

    .perks-with-images .col-lg-6:first-of-type .list-unstyled li {
        font-size: 0.95rem;
    }

    .footer-links {
        flex-direction: column;
        text-align: center !important;
        gap: 20px !important;
        margin: auto;
    }

    .logo-section {
        margin: auto;
    }

    .brand-section {
        margin: auto;
    }

}
@media only screen and (max-width: 767px) {
   .responsive-bg {
       min-height: 30vh !important;
   }
}
