/* Minification failed. Returning unminified contents.
(3,35): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(33,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(47,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-yellow'
(108,61): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(193,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(194,35): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(212,15): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-top-offset'
(217,44): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(243,29): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(250,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bottom'
(271,35): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(283,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(307,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(320,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(325,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(330,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(338,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(342,29): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(347,53): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(363,31): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(382,54): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray'
(401,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(446,17): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(450,40): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(453,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(572,23): run-time error CSS1030: Expected identifier, found ':'
(572,24): run-time error CSS1031: Expected selector, found 'nth-child('
(572,24): run-time error CSS1025: Expected comma or open brace, found 'nth-child('
(578,23): run-time error CSS1030: Expected identifier, found ':'
(578,24): run-time error CSS1031: Expected selector, found 'nth-child('
(578,24): run-time error CSS1025: Expected comma or open brace, found 'nth-child('
(585,23): run-time error CSS1030: Expected identifier, found ':'
(585,24): run-time error CSS1031: Expected selector, found 'nth-child('
(585,24): run-time error CSS1025: Expected comma or open brace, found 'nth-child('
 */
/* ---------- MAIN SECTION STYLING ---------- */
.home-inner {
    border-bottom: 1px solid var(--brand-purple);
    padding: 2rem 0;
    margin: 0 0.75rem
}

.home-title {
    font-weight: 600;
    font-size: 1rem;
    padding-bottom: 1.5rem;
}

.home-para {
    font-weight: 300;
    font-size: 1rem;
}
/* ---------- END MAIN SECTION STYLING ---------- */

/* ---------- HEADER SEARCH SECTION  ---------- */
.home-header { 
/*    background-color: var(--brand-off-black);*/
    background-color: #010101;
    position: relative;
    z-index: 1;
}

.home-header h2,
.home-header h3 { display: none; }

.home-header .header-strapline {
    padding: 2rem 0.5rem 0;
    color: var(--brand-white);
}

.home-header-title {
    display: grid;
    font-weight: 600;
    line-height: 1;
}

.home-header-title span { width: fit-content; }

.home-header-title .top-col { font-size: 1.6rem; }

.home-header-title .middle-col {
    color: var(--brand-yellow);
    font-size: 8rem;
    margin-left: -0.05em;
    font-weight: 900;
}

.home-header-title .bottom-col { font-size: 3.75rem; }

.header-strapline .home-sub-text {
    padding-top: 1.25rem;
    display: grid;
    gap: 1rem;
    width: fit-content;
}

.header-strapline .home-sub-text h2 { font-weight: 600; }

.header-strapline .home-sub-text p { 
    font-weight: 400;
    color: #B1B1B1; 
}

.home-sub-text h2 { 
    font-size: 1.5rem; 
    display: block;
}

.home-header::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
/*    background: url('/assets/img/home-imgs/gorilla-head.png') no-repeat;*/
    background: url('/assets/img/home-imgs/rev-gorilla-head.png') no-repeat;
    background-size: contain;
    background-position: top 3rem right -9rem;
    z-index: -2;
}

.home-header::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.4), rgba(0,0,0,0.2));
    z-index: -1;
}

.home-search-form { padding: 1.25rem 0.75rem; }

.home-search-form .search-form-fieldset {
    display: grid;
    gap: 1.25rem;
}

.home-search-form .search-form-fieldset label { color: var(--brand-white); }

.home-search-form .form-group .input-container {
    position: relative;
    width: 100%;
}

.home-search-form .form-group .input-container img {
    position: absolute;
    top: 0.6rem;
    left: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
}

.home-search-form .form-group .input-container .location-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 100%;
    cursor: pointer;
}

.home-search-form .form-group .input-container .location-btn::before {
    content: '';
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background: url('/assets/img/icons/icon-search-location.svg') no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.4s ease-out;
    top: 0;
    left: 0.6rem;
    position: relative;
}

.home-search-form .form-group .input-container .location-btn:hover::before,
.home-search-form .form-group .input-container .location-btn:focus::before { background-image: url('/assets/img/icons/icon-location.svg'); }

.home-search-form .form-group .input-container input {
    text-indent: 1.8rem;
    font-size: 1rem;
}

.home-search-form .form-group .input-container input::placeholder { font-size: 1.1rem; }

.home-search-form .form-group .input-container select {
    text-indent: 1.4rem;
    height: 2.625rem;
}

.home-search-form .button-container {
    width: 12rem;
    place-self: center;
}
/* ---------- END HEADER SEARCH SECTION  ---------- */
.home-links-container {
    width: 80vw;
    margin: 0 auto;
}

.tab-list {
    display: grid;
    gap: 1rem;
    padding-bottom: 1.25rem;
}

.tab-list .tab {
    width: fit-content;
    text-align: center;
    place-self: center;
}

.tab-list .tab .tab-btn {
    border-radius: 0;
    padding: 0;
    border-bottom: 2px solid transparent;
}

.tab-list .tab.active .tab-btn,
.tab-list .tab .tab-btn:hover,
.tab-list .tab .tab-btn:active,
.tab-list .tab .tab-btn:focus {
    color: var(--brand-purple);
    border-bottom: 2px solid var(--brand-purple);
}

.tab-inner { display: none; }

.tab-inner.active { display: block; }

.home-carousel {
    animation: fadeEffect 1s;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 28rem;
    padding-bottom: 3rem;
}

.swiper-button-next,
.swiper-button-prev { 
    top: var(--swiper-navigation-top-offset, 97%); 
    z-index: 11;
}

.swiper-button-next .sr-only,
.swiper-button-prev .sr-only { color: var(--brand-off-black); } 

.swiper-button-next:after, 
.swiper-button-prev:after {
    content: '';
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    transition: all 0.2s ease-out;
    background-repeat: no-repeat;
    background: url('/assets/img/icons/arrow-gry.svg') no-repeat;
    background-position: center;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    background: url('/assets/img/icons/arrow-pur.svg') no-repeat;
    background-position: center;
}

.swiper-button-prev:after { transform: scaleX(-1); }

.swiper-button-next:focus::after,
.swiper-button-prev:focus::after {
    background: url('/assets/img/icons/arrow-pur.svg') no-repeat;
    background-position: center;
    outline: 1px solid var(--brand-purple);
    transition: outline 0.2s ease;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction { 
    bottom: var(--swiper-pagination-bottom, 0.5rem); 
    display: none;
}

.swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.swiper-slide.swiper-slide-blank[aria-hidden="true"] {
    visibility: hidden;
    pointer-events: none;
}

.swiper-slide .carousel-card {
    width: 100%;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1rem;
    border-bottom: 2px solid var(--brand-purple);
    min-height: fit-content;
}

.swiper-slide h3 { 
    text-transform: capitalize; 
    font-weight: 600;
}

.swiper-slide h3,
.swiper-slide a {
    font-size: 1rem;
    color: var(--brand-off-black);
}

.carousel-card .main-link-hv { width: fit-content; }

.carousel-card .main-link-arrow { 
    display: flex; 
    gap: 0.75rem;
    align-items: center;
}

.carousel-card .main-link-arrow::after {
    content: '';
    display: block;
    cursor: pointer;
    height: 0.75rem;
    width: 0.75rem;
    transition: all 0.4s ease-out;
    background: url('/assets/img/icons/arrow-pur.svg') no-repeat;
    background-position: center;
}

.carousel-card:hover .main-link-arrow {
    text-decoration: underline;
    color: var(--brand-purple);
}

.home-job-cats {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.home-job-cats li {
    font-weight: 300;
    display: inline-flex;
    width: fit-content;
    color: var(--brand-off-black);
}

.home-job-cats li a {
    font-weight: 300;
    color: var(--brand-off-black);
}

.home-job-cats li a:hover {
    font-weight: 300;
    color: var(--brand-purple);
    text-decoration: underline;
}

.home-job-cats li:nth-of-type(1)::after,
.home-job-cats li:nth-of-type(2)::after {
    content: "|";
    margin-left: 0.5rem;
    color: var(--brand-purple);
}

.swiper-slide a:focus {
    outline: 1px solid var(--brand-purple);
    transition: outline 0.2s ease;
    border-radius: 0.25rem;
}

.swiper-pagination-bullet-active { background: var(--brand-purple); }

@keyframes fadeEffect {
    from { opacity: 0; }
    to { opacity: 1; }
  
}
/* ---------- END CAROUSEL SECTION  ---------- */

/* ---------- FEATURED COMPANY SECTION  ---------- */
.featured-banner {
    background: url('/assets/img/home-imgs/turtle-bay-hero.webp') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 16px var(--brand-palegrey);
    position: relative;
    display: grid;
    gap: 1.5rem;
    transition: all .4s ease-in-out;
}

.featured-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;
    z-index: -2;
}

.featured-banner:hover { box-shadow: 0 0 20px 0 var(--brand-gray); }

.featured-banner .cover-img {
    height: auto;
    width: 10rem;
    object-fit: cover;
}

.featured-banner .cover-img img {
    height: 100%;
    width: 100%;
}

.featured-banner {
    position: relative;
    z-index: 2;
}

.featured-banner .main-link-arrow {
    color: var(--brand-white);
    font-size: 1.1rem;
    font-weight: 400;
    position: relative;
    width: fit-content;
}

.featured-banner .main-link-arrow::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 12px 10px rgba(0, 0, 0, 0.6);
    border-radius: 0.25rem;
    z-index: -1;
}

.featured-banner .main-link-arrow:hover { text-decoration: underline; }

.featured-banner .main-link-arrow::before {
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-right: 0.5rem;
    background: url('/assets/img/icons/apply-btn-wht.svg') no-repeat;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* ---------- END FEATURED COMPANY SECTION  ---------- */

/* ---------- SUPPORT SECTION  ---------- */
.support ul {
    display: grid;
    grid-gap: 1rem;
    padding-top: 1.5rem;
}

.support ul li .support-container article { 
    display: grid;
    text-align: center;
    gap: 1rem;
    color: var(--brand-off-black);
}

.support ul li a:hover h3,
.support ul li a:hover p { color: var(--brand-purple); }

.support ul li .support-img-container {
    border: 2px solid var(--brand-purple);
    border-radius: 50%;
    padding: 1rem;
    height: auto;
    width: 3.5rem;
    place-self: center;
}

.support ul li img {
    height: 3.5rem;
    width: 100%;
}

.support ul li h3,
.support ul li p { font-size: 1rem; }

.support ul li h3 { font-weight: 600; }
/* ---------- END SUPPORT SECTION  ---------- */

/* ---------- PARTNER SECTION  ---------- */
.partner .partner-inner {
    display: grid;
    gap: 1rem;
}

.partner .partner-inner .button {
    padding: 0.4rem 2rem;
    width: fit-content;
    place-self: center;
}
/* ---------- END PARTNER SECTION  ---------- */

/* ---------- JOB COUNT SECTION  ---------- */
.job-count .home-inner { border-bottom: none; }

.job-count h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}
/* ---------- END JOB COUNT SECTION  ---------- */

@supports (-webkit-touch-callout: none) {

    .home-search-form label .input-container select {
        color: var(--brand-off-black);
        text-indent: 1.8rem;
    }
}

@media only screen and (min-width: 22.5rem) {

    .tab-list { display: flex; }

}

@media only screen and (min-width: 28rem) {

    .home-header::before { background-position: top -2rem right -12rem; }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, .swiper-pagination-fraction { display: block; }

    .support ul li .support-container article {
        grid-template-columns: auto 1fr;
        grid-gap: 0.5rem 0.75rem;
    }

    .support ul li .support-img-container {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .support ul li h3,
    .support ul li p {
        text-align: left;
        grid-column: 2;
    }
}

@media only screen and (min-width: 34rem) {

    .home-header::before { background-position: top -4rem right -12rem; }

}

@media only screen and (min-width: 42rem) {

    .home-header-title { font-size: 2rem; }

    .home-header-title .top-col { font-size: 2rem; }
    
    .home-header-title .middle-col { font-size: 10rem; }
    
    .home-header-title .bottom-col { font-size: 4.5rem; }

    .header-strapline .home-sub-text { padding-top: 1.25rem; }

    .home-sub-text h2 { font-size: 1.75rem; }

    .home-sub-text p { font-size: 1.1rem; }

    .home-search-form { width: 30rem; }

    .support ul { justify-content: center; }

    .support ul li article p { align-self: center; }
}

@media only screen and (min-width: 52.5rem) {

    .home-inner {
        padding: 2rem 0;
        margin: 0 2rem;
    }

    .home-header::before { background-position: top -3rem right -4rem; }

    .support ul:has(li:nth-child(n+1)) {
        grid-template-columns: 1fr;
        width: 40%;
        margin: 0 auto;
    }

    .support ul:has(li:nth-child(n+2)) {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        width: 80%;
        margin: 0 auto;
    }

    .support ul:has(li:nth-child(n+3)) {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        width: 100%;
        margin: 0 0;
    }

    .support ul li article { width: initial; }
    
    .support ul li .support-container article { grid-template-columns: 1fr; }

    .support ul li .support-img-container { grid-row: 1; }

    .support ul li h3,
    .support ul li p {
        grid-column: 1;
        text-align: center;
    }
}

@media only screen and (min-width: 65rem) {

    .home-header .header-strapline { padding: 2.5rem 1.5rem 1rem; }

    .home-header-title { font-size: 2.25rem; }

    .home-header-title .top-col { font-size: 2.4rem; }

    .home-header-title .middle-col { font-size: 12rem; }

    .home-header-title .bottom-col { font-size: 5.48rem; }

    .home-sub-text h2 { font-size: 2rem; }    

    .home-header::before {
        background-size: 63%;
        background-position: top -7rem right -8rem;
    }

    .home-title { padding-bottom: 1.5rem; }

    .home-search-form {
        width: initial;
        padding: 0 1.5rem 2.5rem;
     }

    .home-search-form .search-form-fieldset {
        grid-template-columns: repeat(3, 1fr) 8rem;
        gap: 0.5rem;
    }
    
    .home-search-form .button-container {
        width: 100%;
        place-self: initial;
    }

    .featured-banner .cover-img { width: 15rem; }

    .home-carousel { height: 24rem; }

    .support ul li .support-img-container {
        padding: 1.5rem 1rem;
        width: 6rem;
        margin: 0 auto;
        grid-column: 1;
    }

    .support ul li img {
        display: flex;
        height: 5rem;
        width: 100%;
    }

    .partner .partner-inner { grid-template-columns: 1fr auto; }

    .partner .partner-inner .button { margin-right: 4rem; }
}

@media only screen and (min-width: 76rem) {

    .home-header::before { background-position: top -10rem right -5rem; }
}

@media only screen and (min-width: 80rem) {

    .home-header .header-strapline {
        width: 70rem;
        margin: 0 auto;
    }

    .home-header::before {
        background-size: 50%;
        background-position: top -12rem right 2rem;
    }

    .home-links-container { width: 100%; }

    .home-inner,
    .home-search-form {
        width: 70rem;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 100rem) {

    .home-header .header-strapline { width: 85rem;}

    .home-header::before {
        background-size: 40%;
        background-position: top -5rem right 7rem;
    }

    .home-inner,
    .home-search-form { width: 85rem; }
}

@media only screen and (min-width: 120rem) {

    .home-header::before {
        background-size: 42%;
        background-position: top -12rem right 14rem;
    }
}

@media only screen and (min-width: 143rem) {

    .home-header::before {
        background-size: 34%;
        background-position: top -10rem right 25rem;
    }
}


