﻿:root {
    --takeover-banner: calc(100vh + 130px);
}

@keyframes mouseArrowBounce {
    0% {
        transform: translate(0px, 8px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 8px);
    }
}

@keyframes slide-in-left-custom {
    0% {
        left: -500px;
    }

    100% {
        left: 0;
    }
}

@keyframes slide-in-right-custom {
    0% {
        right: -500px;
    }

    100% {
        right: 0;
    }
}

body {
    overflow-x: clip;
}

header#site-header #logo {
    display: none;
}

body.header-01-lg header#site-header nav.main > ul > li:hover a {
    text-decoration: none;
}

.usn_cmp_pods div.listing-pods, .usn_cmp_gallery div.listing_gallery {
    display: flex;
    justify-content: center;
}

main section:last-child div.component-inner {
    padding-bottom: 40px;
}

section.mainBanner:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 0vw solid white;
    border-right: 50vw solid transparent;
    border-bottom: 120px solid white;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

section.mainBanner:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 0vw solid white;
    border-bottom: 120px solid white;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

section.mainBanner .item.item_takeover-banner .container > .row {
    min-height: 100vh !important;
    height: 100vh !important;
    position: relative;
    margin-top: -60px;
}

section.mainBanner .item .image img {
    height: 900px;
    object-fit: cover;
}

section.mainBanner .item div.inner {
    position: absolute !important;
}

section.mainBanner .item div.info {
    max-width: 100%;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

section.mainBanner div.scroll-prompt {
    width: 100%;
}

section.mainBanner .scroll-prompt .scroll-link i {
    display: none !important;
}

section.mainBanner .scroll-prompt::before {
    content: "Learn More";
    width: max-content;
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    transform: translate(-50%);
    left: 50%;
    margin-bottom: 120px;
}

section.mainBanner .scroll-prompt::after {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -35px;
    left: 0;
    color: #fff;
    animation: mouseArrowBounce ease-in-out 2s infinite;
    cursor: pointer;
    background-color: #fff;
    -webkit-mask-image: url(/images/eoc/mouse-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url(/images/eoc/mouse-arrow.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    margin-bottom: 120px;
}

section#aboutUs:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-position: left;
    background-size: contain;
    background-image: url(/images/eoc/FloraLeft.svg);
    background-repeat: no-repeat;
    animation: slide-in-left-custom linear forwards;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    opacity: 15%;
}

section#aboutUs:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-position: right;
    background-size: contain;
    background-image: url(/images/eoc/FloraRight.svg);
    background-repeat: no-repeat;
    animation: slide-in-right-custom linear forwards;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    opacity: 15%;
}

section#aboutUs div.component-outro:before {
    content: "";
    height: 100%;
    width: 100%;
    max-height: 470px;
    max-width: 470px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: #B1CE52;
    margin-bottom: 70px
}

section#ourMenus div.background-image {
    background-blend-mode: multiply;
    background-color: #9AB868;
    filter: none;
    transform: scale(1);
}

section#ourMenus div.item {
    padding-bottom: calc(var(--base-spacing) + 40px);
}

section#ourMenus .item div.inner:hover, section#ourMenus .item div.inner:hover div.image {
    cursor: pointer;
    background-color: #B1CE52 !important;
    transition: 0.3s
}

section#ourMenus .item div.inner {
    display: flex;
    padding-top: calc(var(--base-spacing) + 30px);
    min-height: 250px;
    box-shadow: 5px 5px 0px #5E8A4F;
    transition: 0.3s;
}

section#ourMenus .item .inner > a {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    height: 100%;
}

section#ourMenus .item a:before {
    content: "";
    width: 115px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -40px);
    box-shadow: 5px 5px 0px #5E8A4F;
    z-index: -1;
}

section#ourMenus .item div.image {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 20px 20px 10px 20px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -40px);
    background-color: #BFD09A;
    transition: 0.3s;
}

section#ourMenus .item div.info {
    height: 100%;
    display: flex;
    padding-top: 0;
    padding-bottom: 25px;
    flex-direction: column;
    align-items: center;
}

section#ourMenus .item .info p.heading {
    width: 75%;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

body.content-underline-link-hover #site-content section#ourMenus .item a:not(.btn):not(.nav-button-link):hover .heading {
    text-decoration: none !important;
}

body.content-underline-link-hover #site-content section#ourMenus .item a:not(.btn):not(.nav-button-link):focus .heading {
    text-decoration: none !important;
}

section#contactUs .form .form-inner label {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

section#contactUs .form .form-inner input::placeholder {
    display: none;
}

section#contactUs .form .form-inner div.buttons {
    display: flex;
    justify-content: flex-end;
}

footer#site-footer > div.container {
    padding-top: 0;
}

footer#site-footer .row > div.footerLogo {
    padding-bottom: 0 !important;
}

footer#site-footer .footerLogo div.image {
    background-color: #9AB868;
    padding: 20px;
    margin-top: -80px;
}

footer#site-footer .footerLogo .image img {
    width: 100%;
}

footer#site-footer .usn_pod_sociallinks nav.social ul {
    display: flex;
    justify-content: center;
    gap: 15px;
}

footer#site-footer .usn_pod_sociallinks .social a {
    width: 60px;
    height: 60px;
}

footer#site-footer .usn_pod_sociallinks .social img {
    width: 100%;
    height: 100%;
}

footer#site-footer .listing div.item:last-child {
    padding-bottom: calc(var(--base-spacing) * 2) !important;
}

footer#site-footer nav.footer-navigation {
    border-top: 2px solid #B1CE52;
    padding-top: 20px;
}

    footer#site-footer nav.footer-navigation ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 25px;
    }

        footer#site-footer nav.footer-navigation ul li {
            padding: 15px 0;
            margin: 0;
            text-align: center;
            width:100%;
        }

            footer#site-footer nav.footer-navigation ul li:not(:first-child) {
                border-top: 2px solid #fff;
                border-left: none;
            }

footer#site-footer .usn_back-to-top button.btn-back-to-top {
    border: none;
    background-color: #9EB995;
    padding: 0;
}

.directional-icons-arrow .usn_back-to-top i.icon:before {
    content: "\f3d8";
}

@media(min-width: 500px) {
    html.nav-down:not(.reached-top) body.header-01-lg header#site-header, html.nav-up:not(.reached-top) body.header-01-lg header#site-header, body:not(.homePage) header#site-header {
        height: 90px !important;
        transition: 0.5s;
        background-color: #9EB995;
    }

    body.header-01-lg header#site-header {
        transition: 0.5s;
    }

    body.header-01-lg header#site-header nav.main {
        margin-right: 0;
        width: 100%;
    }

    body.header-01-lg header#site-header nav.main ul {
        justify-content: center;
    }

    body.header-01-lg header#site-header nav.main > ul > li > span > a {
        padding: 0 20px 0 20px;
        line-height: unset;
        padding-top: 70px;
        transition: 0.5s;
    }

    body.header-01-lg header#site-header nav.main > ul > li > span > a:focus {
        text-decoration: none;
    }

    html.nav-down:not(.reached-top) body.header-01-lg header#site-header nav.main > ul > li > span > a, html.nav-up:not(.reached-top) body.header-01-lg header#site-header nav.main > ul > li > span > a, body.header-01-lg:not(.homePage) header#site-header nav.main > ul > li > span > a {
        padding-top: 35px;
        line-height: 30px;
        transition: 0.5s;
    }

    body.header-01-lg header#site-header nav.main > ul > li > span:before {
        height: 8px !important;
        width: calc(100% - 40px) !important;
        top: 100px;
        left: 20px;
        background: #B1CE52 !important;
    }

    html.nav-down:not(.reached-top) body.header-01-lg header#site-header nav.main > ul > li > span:before, html.nav-up:not(.reached-top) body.header-01-lg header#site-header nav.main > ul > li > span:before, body.header-01-lg:not(.homePage) header#site-header nav.main > ul > li > span:before {
        top: 70px;
    }

    body.header-01-lg header#site-header nav.main > ul > li:focus-within:not(:hover) > span:before {
        opacity: 0;
    }

    html.no-touch body.header-01-lg header#site-header nav.main > ul > li:hover > span::before {
        opacity: 1;
    }

    body.header-01-lg header#site-header nav.main > ul > li.active:not(:hover) > span::before {
        opacity: 0;
    }

    section.mainBanner .item.item_takeover-banner .container > .row {
        margin-top: 0;
    }

    section.mainBanner .scroll-prompt::before {
        bottom: 100px;
    }

    section.mainBanner .scroll-prompt::after {
        bottom: 20px;
    }

    footer#site-footer div.usn_back-to-top {
        height: 70px;
    }

    footer#site-footer .usn_back-to-top button.btn-back-to-top {
        font-size: 50px;
        height: 70px;
    }
}

@media(min-width: 1050px) {
    footer#site-footer nav.footer-navigation ul {
        flex-direction: row;
    }

    footer#site-footer nav.footer-navigation ul li {
        padding: 0 15px;
        width: max-content;
    }

    footer#site-footer nav.footer-navigation ul li:not(:first-child) {
        border-left: 2px solid #fff;
        border-top: none;
    }
}

@media (min-width: 1279px) {
    body.header-01-lg header#site-header nav.main {
        transform: translate(-50%, 50%);
    }
}