/*
Theme Name: FHS Main
Author: Red Gecko Agency
Author URI: https://redgeckoagency.com/
Description: Based on Twenty Twenty Four theme by the WordPress team
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fhs-main
*/

@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
    --font-text: "Open Sans", sans-serif;
    --font-titles: "Montserrat", sans-serif;
    --font-cursive: "Courgette", cursive;
    --transition: all 0.4s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: var(--font-text);
}

html,
body {
    overflow-x: hidden;
    margin: 0 !important;
}

body {
    font-family: var(--font-text);
    background-color: white;
    color: black;
    font-size: 18px;
}

main {
    padding-top: 150px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.blogPostContainer {
    max-width: 1280px;
    margin: 4rem auto;
    padding: 0 2vw;
}

.sectionTitleBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sectionTitleSubheading {
    font-size: 1.3rem;
    font-family: var(--font-cursive);
    color: var(--facility-tertiary);
    font-weight: 600;
    text-align: center;
}

.sectionTitle {
    font-size: 3rem;
    font-family: var(--font-titles);
    color: black;
    text-align: center;
    text-transform: capitalize;
}

.cursive {
    font-family: var(--font-cursive);
    font-weight: 400;
}

.sectionTitleParagraph {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    font-family: var(--font-text);
    margin-bottom: 16px;
    width: 80%;
}

.sectionTitleSVG > svg,
svg.sectionTitleSVG {
    height: 28px;
    fill: var(--facility-tertiary);
    margin: 8px auto;
    margin-bottom: 20px;
    display: block;
}

svg.fillLight {
    fill: var(--facility-light);
}

.colorWhite {
    color: white;
}

.ctaArrow a {
    padding: 10px 15px;
    background-color: var(--facility-dark);
    font-family: var(--font-text);
    color: white;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    width: fit-content;
    margin-top: 20px;
    transition: var(--transition);
    stroke: white;
    font-weight: 600;
}

.ctaArrow a svg {
    margin-left: 12px;
    stroke: inherit;
}

.ctaArrow a:hover {
    background-color: var(--facility-light);
    color: var(--facility-dark);
    stroke: var(--facility-dark);
}

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

@media screen and (max-width: 768px) {
    main {
        padding-top: 64px;
    }
    #wpadminbar {
        display: none;
    }
}

.ctaArrow br,
.fb-icon br,
.stars br,
.payment-button br {
    display: none;
}

/* Animation default values */
.experiences-hero-title,
.blog-hero-title,
.blog-hero + .entry-content.wp-block-post-content > div:first-child > *,
#services > *,
.blog-hero + div:not(.entry-content.wp-block-post-content) > * {
    visibility: hidden;
}

/* Header */

.headerContainer {
    position: fixed;
    background-color: white;
    width: 100%;
    transition: 0.2s ease all;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 20px;
    overflow: hidden;
}

.headerQuickLinks {
    display: flex;
    margin-left: 1rem;
    font-family: var(--font-text);
    height: 52px;
}

.headerInfo {
    display: flex;
    flex-direction: column;
    max-width: 250px;
}

.headerIconLink {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    transition: var(--transition);
    text-decoration: none;
    color: black;
}

.headerIconLink:hover {
    opacity: 0.5;
}

.headerIconLink svg {
    width: 20px;
    height: 20px;
    fill: var(--facility-dark);
}

.headerInfo a {
    font-family: var(--font-text);
    font-size: 1rem;
    padding: 0.3rem;
    gap: 8px;
}

@keyframes blink {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

.headerInfo a svg {
    width: 12px;
    height: 12px;
    fill: #5a7d7c;
    animation: blink 2s infinite;
}

.headerInfo a:first-child svg {
    fill: #7ed957;
}

.headerCTA {
    display: flex;
    gap: 1rem;
    margin-left: auto;
}

.headerMainCTA {
    background-color: var(--facility-dark);
    color: white;
    font-family: var(--font-text);
    font-weight: 900;
    font-size: 1.25rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    transition: var(--transition);
}

.headerMainCTA:hover {
    background-color: var(--facility-light);
    color: var(--facility-dark);
}

.headerLogoLink {
    position: relative;
    display: flex;
    justify-content: center;
    width: 256px;
    height: 150px;
    transition: 0.2s ease all;
    align-self: end;
    overflow: hidden;
}

.headerLogo {
    height: 120px;
    position: absolute;
    bottom: 15px;
}

.headerMainContent {
    display: flex;
    justify-content: center;
    height: 98px;
}

.headerMainContentLink {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-decoration: none;
    font-family: var(--font-text);
    width: 164px;
    letter-spacing: 2px;
    transition: var(--transition);
    font-weight: 500;
}

.headerMainContentLink:hover {
    color: var(--facility-dark);
}

.phoneHeader,
.phoneMenu {
    display: none;
}

@media screen and (max-width: 1080px) {
    .headerCTA .headerIconLink span {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .headerContainer {
        top: 0 !important;
    }
    .headerQuickLinks,
    .headerInfo,
    .headerMainContent {
        display: none;
    }
    .phoneHeader {
        display: flex;
        justify-content: flex-start;
        height: 64px;
        background-color: white;
        padding: 10px 2vw;
    }
    .phoneHeaderLogoLink {
        max-width: 250px;
    }
    .phoneHeaderLogo {
        max-height: 100%;
        width: auto;
        margin-right: 1rem;
    }
    .phoneHeaderMenu {
        display: flex;
        align-items: center;
        background-color: transparent;
        border: none;
        padding: 0 0.5rem;
        cursor: pointer;
        margin-left: auto;
        outline: none;
    }
    .phoneHeaderMenu svg {
        fill: var(--facility-dark);
        width: 32px;
        height: 32px;
        transition: opacity 0.5s ease-in-out;
        opacity: 0;
        display: none;
    }
    .phoneHeaderMenu svg.active {
        opacity: 1;
        display: inline;
    }
    .headerMenuHB {
        opacity: 1;
    }
    .phoneMenu {
        display: flex;
        background-color: var(--facility-dark);
        width: 100vw;
        height: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        z-index: 1000;
        overflow: hidden;
        transition: 0.6s ease height;
    }
    .phoneMenu a {
        font-size: 2rem;
        text-decoration: none;
        color: white;
        font-family: var(--font-text);
        opacity: 0;
        transform: translateY(-15px);
    }
    .phoneMenu a:nth-child(1).active {
        transition: 0.4s ease all 0.3s;
        opacity: 1;
        transform: translateY(0);
    }
    .phoneMenu a:nth-child(2).active {
        transition: 0.4s ease all 0.4s;
        opacity: 1;
        transform: translateY(0);
    }
    .phoneMenu a:nth-child(3).active {
        transition: 0.4s ease all 0.5s;
        opacity: 1;
        transform: translateY(0);
    }
    .phoneMenu a:nth-child(4).active {
        transition: 0.4s ease all 0.6s;
        opacity: 1;
        transform: translateY(0);
    }
    .phoneMenu a:nth-child(5).active {
        transition: 0.4s ease all 0.7s;
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer */

footer {
    width: 100%;
    background-color: var(--facility-dark);
    font-family: var(--font-text);
    padding: 3rem 4vw;
}

.footerWrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .footerLogo {
    height: 200px;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
}

.footerLogo img {
    height: 100%;
    filter: brightness(0) invert(1);
}

.footerLogoVariantTwo {
    height: 100px;
    border-radius: 5px;
    background-color: var(--facility-light);
}

.footerLogoVariantTwo img {
    filter: none;
}

footer .footerMain {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5%;
    flex-wrap: wrap;
}

footer .footerMain .footerColumn {
    width: 30%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
}

footer .footerMain .footerColumn .footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.4rem 0;
    min-width: 200px;
}

.footer-link span {
    display: inline-block;
    transition: 200ms ease;
}

footer .footerMain .footerColumn .footer-link:hover span {
    transform: translateX(10px);
}

footer .footerCopyright {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 1rem;
}

.footerAddress h2 {
    font-size: 1.6rem;
    font-weight: 600;
}

.footerAddress .footerLocation {
    font-size: 1.1rem;
    font-weight: 350;
    margin: 1rem 0;
}

.footerPhone {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    background-color: transparent !important;
    cursor: default !important;
}

@media (max-width: 768px) {
    footer .footerMain {
        gap: 2rem;
    }
    footer .footerMain .footerColumn {
        width: 90%;
        text-align: center;
    }
    footer .footerMain .footerColumn .footer-link,
    .footerAddress > * {
        width: 100%;
    }
    footer .footerLogo {
        width: 100%;
        height: auto;
    }
    footer .footerLogo img {
        width: 100%;
        height: auto;
    }
    .footerAddress {
        padding: 1rem 0;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
    }
    footer .footerCopyright {
        margin-top: 2rem;
        text-align: center;
    }
}

/* Hero section */

.heroContainer {
    width: 100%;
    margin-bottom: 24px;
}

.videoContainer {
    position: relative;
}

.mute-button {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mute-button svg {
    width: 20px;
    height: 20px;
    fill: black;
}

#hero-video {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-evenly;
    align-items: center;
    margin: 24px auto;
    padding: 20px;
    max-width: 1280px;
}

/* Slideshow container */
.slideshowContainer {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.slideshowContainer .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slideshowContainer .slide.active {
    opacity: 1;
    z-index: 1;
}

.slideshowContainer .slide.single-slide {
    position: static;
    opacity: 1;
}

.slideshowContainer .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slideshowContainer .slide.active {
    animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .slideshowContainer {
        height: 60vh;
    }

    .hero-text {
        padding: 10px;
        margin: 16px auto;
    }
}

/* Slideshow Navigation Circles */
.slideshow-navigation {
    text-align: center;
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    width: 85vw;
}

.nav-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: ease all 0.4s;
    font-weight: bold;
    color: #333;
    user-select: none;
}

.nav-circle.active {
    background-color: var(--facility-dark);
    color: #fff;
}

.nav-circle:hover {
    background-color: var(--facility-light);
}

/* Facility Features */

.facility-features {
    background-color: white;
    padding: 30px 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.facility-features .cardsContainer {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
}

.facility-features .cardsContainer .cards {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 512px;
    border-radius: 12px;
    overflow: hidden;
    max-width: 45%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.facility-features .cardsContainer .cards .cardsImageContainer {
    width: 100%;
    height: 400px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    overflow: hidden;
    max-height: 30vw;
}

.facility-features .cardsContainer .cards .cardsImageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(110%);
}

.feature-h2 {
    font-size: 2.5rem;
    font-family: var(--font-cursive);
    font-weight: 700;
    text-align: center;
    padding: 4px 10px;
    color: var(--facility-dark);
}

.feature-description {
    font-family: var(--font-text);
    font-size: 1.2rem;
    text-align: center;
    padding: 6px 10px 24px 10px;
}

@media only screen and (max-width: 768px) {
    .facility-features .cardsContainer .cards {
        max-width: 90vw;
    }
    .facility-features .cardsContainer .cards .cardsImageContainer {
        max-height: 65vw;
    }
    .feature-h2 {
        font-size: 2rem;
        margin: 8px 0;
    }
}

/* Alternating Images */

.alternating-images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin: 24px 0;
}

.ai {
    width: 100%;
    padding: 48px 2vw;
    background-color: var(--facility-tertiary);
}

.alternatingImagesWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    max-width: 1280px;
    margin: 0 auto;
}

.ai.even {
    background-color: white;
}

.ai.even .alternatingImagesWrapper {
    flex-direction: row-reverse;
}

.ai.even .alternating-span {
    color: white;
}

.alternating-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 50%;
}

.alternating-img img {
    width: 260px;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border: 3px solid var(--facility-dark);
    border-radius: 24px;
}

.even .alternating-img img {
    border: 3px solid var(--facility-tertiary);
    border-radius: 24px;
}

@media only screen and (max-width: 768px) {
    .ai .alternatingImagesWrapper {
        flex-direction: column-reverse !important;
        row-gap: 10px;
    }
    .alternating-text {
        width: 100%;
        justify-content: space-around;
    }
    .alternating-img img {
        width: 180px;
    }
}

/* Subscribe Form */
.subscribe-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Contact Forms */
form.wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    font-family: var(--font-text);
    padding-top: 1rem;
    border: 0;
}

form.wpcf7-form .input-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group input.wpcf7-form-control,
.input-group textarea.wpcf7-form-control,
.input-group select.wpcf7-form-control {
    border: 3px solid var(--facility-tertiary);
    border-radius: 10px;
    padding: 0.5rem;
    width: 100%;
    font-size: 1.2rem;
    outline: none;
    background-color: white;
}

.input-group input.wpcf7-form-control.wpcf7-not-valid,
.input-group textarea.wpcf7-form-control.wpcf7-not-valid,
.input-group select.wpcf7-form-control.wpcf7-not-valid {
    border-color: red;
    color: red;
}

.input-group {
    position: relative;
    margin-bottom: 1rem;
}

.input-group textarea.wpcf7-form-control {
    margin-bottom: 1rem;
    resize: none;
}

.input-group label {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: ease all 0.2s, background-color 0s;
    font-weight: 600;
    opacity: 0.8;
    pointer-events: none;
}

.input-group p:focus-within label,
.input-group p:not(:has(:placeholder-shown)) label {
    transform: translateY(-2rem);
    font-size: 1rem;
    background-color: #fff;
    padding: 0 8px;
    line-height: 1;
    color: var(--facility-dark);
    opacity: 1;
}

.input-group label.textarea-label {
    top: 15%;
}

.submit-button {
    text-decoration: none;
    border: none;
    cursor: pointer;
    color: white;
    background-color: var(--facility-dark);
    padding: 12px 15px;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: var(--font-text);
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    transition: var(--transition);
}

.submit-button:hover {
    background-color: var(--facility-light);
    color: var(--facility-dark);
}

.wpcf7-spinner,
.wpcf7-not-valid-tip {
    display: none;
}

.form-section-wrapper .wpcf7,
.form-section-wrapper .input-group,
.form-section-wrapper p,
.form-section-wrapper .submit-button {
    width: 500px;
    max-width: 90vw;
}

.form-section-wrapper {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 3rem auto;
    padding: 0 2vw;
}

.wpcf7-form-control.wpcf7-file::file-selector-button {
    background-color: var(--facility-dark);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.2rem;
    font-family: var(--font-text);
    float: right;
    margin-right: 0;
    transition: 0.4s all ease;
}
.input-group:hover .wpcf7-form-control.wpcf7-file::file-selector-button {
    background-color: var(--facility-light);
    color: var(--facility-dark);
}

input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    color: inherit !important;
}
input:-moz-autofill {
    background-color: white !important;
    color: inherit !important;
}
/* Full width form variant */

.form-section-wrapper.fullwidthform .wpcf7,
.form-section-wrapper.fullwidthform .input-group,
.form-section-wrapper.fullwidthform p,
.form-section-wrapper.fullwidthform .submit-button {
    width: 860px;
    max-width: 90vw;
}

.form-section-wrapper.fullwidthform label {
    width: auto;
}

.form-section-wrapper.fullwidthform .wpcf7-response-output {
    margin-top: 1rem;
    width: unset;
}

/* Full Employment page*/

.input-group p:has(label.radioLabel) {
    display: flex;
    flex-direction: column-reverse;
}

.input-group p:has(label.radioLabel) br {
    display: none;
}

.input-group p:has(label.radioLabel) label.radioLabel {
    transform: none !important;
    font-size: 18px !important;
    padding: 0 !important;
    padding-bottom: 4px !important;
    position: static !important;
}

/* Hide arrows in Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows in Firefox */
input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.FormButtonsWrapper p {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.FormButtonsWrapper p br {
    display: none;
}

.FormButtonsWrapper button {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: var(--transition);
    background-color: var(--facility-dark);
    color: white;
    width: 100px;
}

.FormButtonsWrapper button:hover {
    background-color: var(--facility-light);
    color: var(--facility-dark);
}

.formStepH2 {
    margin-bottom: 14px;
}

.formBreak {
    padding: 6px 0;
}

.employmentForm {
    margin-top: 2rem;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
}

.step {
    width: 48px;
    height: 48px;
    background-color: gray;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: not-allowed;
}

.step.completed,
.step.active {
    background-color: var(--facility-dark);
    cursor: pointer;
}

.wpcf7-radio.wpcf7-not-valid {
    border: 2px solid red;
    border-radius: 4px;
}

.optionalRadio .wpcf7-list-item.first {
    display: none;
}

/* Blog Hero */
.blog-hero {
    height: 50vh;
    position: relative;
}

.blog-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-hero-title {
    display: flex;
    align-items: center;
    height: 60%;
    max-height: 175px;
    min-height: 20vh;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--facility-dark);
    border-radius: 0 3vh 3vh 0;
    font-weight: 400;
    font-size: 7vh;
    font-family: var(--font-cursive);
    padding-left: 8vw;
    padding-right: 4vw;
}

@media screen and (max-width: 1080px) {
    .blog-hero {
        max-height: 40vh;
    }
}

@media screen and (max-width: 768px) {
    .blog-hero {
        max-height: 30vh;
    }
    .blog-hero-title {
        font-size: max(38px, min(3rem, 7vw));
        max-height: 100px;
        min-height: 5vh;
    }
}

/* Tour Section */
.tourSection {
    background-color: var(--facility-tertiary);
    color: white;
    padding: 30px 2vw;
}

.backgroundWhite {
    background-color: white;
    color: black;
}

.tourSection .wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
}

.tourSection iframe {
    min-width: 30vw !important;
}

.tourSection .wrapper > * {
    width: 45%;
}

.tourMeetingText {
    text-align: start;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .tourSection .wrapper {
        width: 90%;
        padding-top: 12px;
    }
    .tourSection .wrapper > * {
        width: 100%;
    }
    .tourMeetingText {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 48px;
    }
}

/* Blog Post */
.blog-cards-section {
    padding: 30px 2vw;
}

.blogPostsContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}

.blog-cards-container {
    display: flex;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
    flex-flow: row wrap;
    gap: 48px;
}

.blog-card {
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 310px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    gap: 8px;
    text-decoration: none;
    color: black;
    transition: var(--transition);
}

.blog-card:hover {
    opacity: 0.7;
}

.blog-card-img {
    width: 310px;
    height: 200px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
    align-self: center;
}

.blog-card-img .blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-card-img .blog-img-default {
    height: 100%;
    object-fit: fill;
    display: block;
    margin: 0 auto;
}

.blog-card .blog-h2 {
    text-transform: capitalize;
    font-family: var(--font-titles);
    font-weight: 600;
    width: 100%;
}

.blog-card .blog-paragragh {
    font-size: 1.2rem;
    font-family: var(--font-text);
    width: 100%;
}

.blog-card .blog-date {
    color: gray;
    margin-top: auto;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
}

.page-info {
    font-size: 20px;
    font-weight: bold;
}

.pagination-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.prev-page,
.next-page {
    background-color: black;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 10px;
    height: 42px;
    width: 42px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}

.prev-page:hover,
.next-page:hover {
    opacity: 0.7;
}

.prev-page svg,
.next-page svg {
    fill: white;
    height: 24px;
    width: 24px;
}

.prev-page[disabled],
.next-page[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-bullets {
    display: flex;
    gap: 10px;
}

.page-btn {
    width: 15px;
    height: 15px;
    border: 2px solid black;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    transition: var(--transition);
}

.page-btn.active {
    background-color: black;
}

.page-btn:hover {
    background-color: gray;
}

@media screen and (max-width: 768px) {
    .blogPostsContainer {
        flex-direction: column-reverse;
    }
}

/* Blog Activities */
.event-calendar-container {
    background-color: var(--facility-tertiary);
}

.event-calendar {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 2vw;
    gap: 20px;
}

.iframe-container {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.event-calendar-iframe {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
    display: block;
}

/* Gallery section */

.fbContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-icon {
    padding-bottom: 16px;
    border-radius: 50%;
    transition: var(--transition);
}

.fb-icon svg {
    height: 3rem;
    fill: var(--facility-tertiary);
}

.fb-icon:hover {
    opacity: 0.7;
}

.galleryContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 2vw;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 48px;
}

.galleryImage {
    flex: 20%;
    height: 180px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    object-position: 50% 35%;
}

@media screen and (max-width: 768px) {
    .galleryContainer {
        gap: 10px;
    }
    .galleryImage {
        height: 120px;
    }
}

/* carousel */
#carousel,
#services {
    width: 100%;
    background-color: var(--facility-tertiary);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4rem 0;
}

.carouselContainer {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.carouselContainer .arrowButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--facility-light);
    color: var(--facility-tertiary);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
}

.carouselContainer .arrowButton:hover {
    background-color: var(--facility-dark);
}

.carouselContainer .arrowButton:hover svg {
    fill: var(--facility-light);
}

.carouselContainer .arrowButton svg {
    fill: var(--facility-tertiary);
    width: 60px;
    height: 60px;
    padding: 12px;
    transition: var(--transition);
}

.carouselCards {
    max-width: 960px;
    margin: 0 1vw;
    display: flex;
    align-items: center;
    gap: 20px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overflow: hidden;
}

.carouselCards.no-transition {
    scroll-behavior: auto;
}

.carouselCards.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carouselCards.dragging .carouselCard {
    user-select: none;
    cursor: grab;
}

.carouselCard {
    position: relative;
    min-width: 300px;
    height: 400px;
    background-color: var(--facility-light);
    border-radius: 2vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scroll-snap-align: start;
    text-decoration: none;
    transition: var(--transition);
    background: linear-gradient(
        to bottom,
        var(--facility-light) 0%,
        var(--facility-light) 77%,
        var(--facility-dark) 77%,
        var(--facility-dark) 100%
    );
}

.carouselCardIcon svg {
    fill: var(--facility-tertiary);
    width: 96px;
    height: 96px;
    margin: 1rem 0;
}

.carouselCardIconWithImg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 100%;
}

.carouselCardIconWithImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carouselCard h2 {
    color: black;
    font-weight: 500;
    font-size: 2rem;
    text-decoration: none;
}

.carouselCard .carouselCardButton {
    background-color: var(--facility-dark);
    color: #fff;
    width: 100%;
    height: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.carouselCards:hover > :not(:hover) {
    opacity: 0.8;
}

.carouselCard .carouselCardButton h3 {
    font-weight: 500;
    font-size: 1.2rem;
}

.carouselCard .carouselCardButton svg {
    height: 24px;
    fill: white;
}

@media screen and (max-width: 1080px) {
    .carouselContainer {
        padding: 0 1.5vw;
    }
    .carouselCards {
        max-width: 602px;
        margin: 0 1.5vw;
        gap: 16px;
    }
    .carouselCard {
        min-width: 190px;
        height: 330px;
    }
    .carouselCard h2 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .carouselCards {
        max-width: 70vw;
        margin: 0 1vw;
        gap: 12px;
    }
    .carouselCard {
        min-width: 35vw;
        height: 60vw;
        max-height: 330px;
        border-radius: 2.5vw;
    }
    .carouselContainer {
        padding: 0 2vw;
    }
    .carouselCards {
        max-width: 72vw;
        margin: 0 2vw;
        gap: 2vw;
    }
    .carouselContainer .arrowButton svg {
        fill: var(--facility-tertiary);
        width: 10vw;
        height: 10vw;
        max-width: 60px;
        max-height: 60px;
        padding: 2vw;
        transition: var(--transition);
    }
    .carouselCardIcon svg {
        width: 13vw;
        height: 13vw;
        margin: 1.5vh 0;
    }
    .carouselCard .carouselCardButton h3 {
        font-size: 1rem;
    }
}

/* Featured Testimonials Section */

.featured-testimonials-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1280px;
    margin: 24px auto 64px;
}

.testimonial-card .stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.stars svg {
    width: 35px;
    height: 35px;
}

.checked {
    fill: orange;
}

.unchecked {
    fill: #d3d3d3;
}

.testimonial-cards-container {
    margin-top: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 25px;
    padding: 0 4vw;
}

.testimonial-card {
    background-color: var(--facility-light);
    padding: 1rem;
    width: 340px;
    height: 330px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.testimonialIcon {
    right: 0.5rem;
    top: 1rem;
    position: absolute;
    height: 24px;
}

.testimonial-author {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

/* Documents Page */
.documents-section {
    background-color: var(--facility-light);
}

.documents {
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    margin: 0 auto;
    padding: 5vh 2vw;
}

.documentsTable {
    display: flex;
    flex-direction: column;
    border-bottom: solid var(--facility-dark) 4px;
    margin-top: 14px;
}

.documentsTable .row {
    display: flex;
    min-height: 70px;
    padding: 0.6rem;
    gap: 20px;
}

.documentsTable .row.row-head {
    background-color: var(--facility-dark);
    font-weight: 600;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.documentsTable .row.row-shade {
    background-color: #0000001a;
}

.documentsTable .row .col {
    padding-inline: 1rem;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.documentsTable .row .col:nth-child(1) {
    flex: 3;
    text-align: start;
}

.documentsTable .row:nth-child(1) {
    color: white;
}

.documentsTable .row .col .button {
    text-decoration: none;
    color: #fff;
    background-color: var(--facility-dark);
    padding: 12px 30px;
    transition: var(--transition);
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    border: var(--facility-dark) 2px solid;
}

.documentsTable .row .col .button .admissions-documentsSVG {
    margin-left: 12px;
    fill: var(--facility-light);
    height: 1.3rem;
    fill: white;
    transition: var(--transition);
}

.documentsTable .row .col .button:hover {
    background-color: var(--facility-light);
    color: var(--facility-dark);
}

.documentsTable .row .col .button:hover .admissions-documentsSVG {
    fill: var(--facility-dark);
}

@media screen and (max-width: 768px) {
    .documentsTable .row {
        flex-direction: column;
        padding: 1rem;
        text-align: center;
    }

    .documentsTable .row .col {
        padding: 0;
        margin: 0;
        flex: 1;
        font-size: 1rem;
    }

    .documentsTable .row .col:nth-child(2) {
        align-self: flex-end;
    }

    .documentsTable .row .col .button {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .documentsTable .row:nth-child(1) {
        color: white;
    }
}

/* Payments Page */

.payment-section {
    background-color: var(--facility-light);
}

.payment-section-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 5vh 2vw;
}

.payment-content {
    display: flex;
}

.payment-left,
.payment-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    margin: auto;
}

.payment-right {
    background-color: white;
    border-radius: 8px;
    color: rgb(73, 73, 73);
    margin-bottom: 0;
}

.payment-paragraph {
    text-align: start;
    line-height: 1.3;
    font-size: 1.5rem;
    font-family: var(--font-text);
    letter-spacing: 1px;
}

.payment-span {
    font-size: 1.8rem;
    font-family: var(--font-titles);
    font-weight: 600;
}

.payment-button {
    text-decoration: none;
    color: #fff;
    background-color: var(--facility-dark);
    padding: 15px 18px;
    font-size: 1.4rem;
    font-family: var(--font-text);
    border-radius: 12px;
    transition: var(--transition);
    border: var(--facility-dark) 2px solid;
    align-self: start;
}

.payment-button .paymentSVG {
    margin-left: 10px;
    height: 1.4rem;
    fill: white;
    vertical-align: middle;
    transition: var(--transition);
}

.payment-button:hover {
    background-color: var(--facility-light);
    color: var(--facility-dark);
}

.payment-button:hover .paymentSVG {
    fill: var(--facility-dark);
}

@media screen and (max-width: 1080px) {
    .payment-left,
    .payment-right {
        width: 100%;
    }

    .title-header {
        font-size: 2.5rem;
    }

    .payment-paragraph,
    .payment-button {
        font-size: 1.2rem;
    }

    .payment-span {
        font-size: 1.5rem;
    }

    .payment-button .paymentSVG {
        height: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .payment-content {
        flex-direction: column;
        margin-inline: 3vw;
        gap: 20px;
    }

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

    .title-header {
        font-size: 2.5rem;
    }

    .payment-paragraph,
    .payment-button {
        font-size: 1.2rem;
    }

    .payment-span {
        font-size: 1.5rem;
    }

    .payment-button .paymentSVG {
        height: 1.2rem;
    }
}

/* Video hero section */
.careers-section-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 5vh 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.careers-video-container {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 16 / 9;
    margin-top: 32px;
}
.careers-video {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 6px solid var(--facility-light);
}
@media screen and (max-width: 768px) {
    .careers-video {
        border: 3px solid var(--facility-light);
    }
}

/* Employment CTA */
.employment-application-section {
    background-color: var(--facility-tertiary);
}
.employment-application-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 5vh 2vw;
    text-align: center;
    gap: 40px;
}
.employment-application-text {
    font-size: 2rem;
    font-family: var(--font-text);
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: white;
}
.employment-application-button {
    padding: 1.8rem 3rem;
    font-family: var(--font-text);
    background-color: var(--facility-dark);
    color: white;
    font-size: 2rem;
    font-weight: 600;
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: var(--transition);
}
.employment-application-button:hover {
    background-color: var(--facility-light);
    color: var(--facility-dark);
}
@media screen and (max-width: 768px) {
    .employment-application-text {
        font-size: 1.2rem;
    }
    .employment-application-button {
        font-size: 1.1rem;
        padding: 1rem 1.5rem;
    }
}

/* Experience Hero */
.experiences-hero-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--facility-dark);
    border-radius: 0 3vh 3vh 0;
}

.experiences-hero-h1 {
    color: white;
    font-weight: 400;
    font-size: 7vh;
    font-family: var(--font-cursive);
    padding-left: 8vw;
    padding-right: 4vw;
    transform: translateY(30%);
}

.experiences-hyper-links-container {
    display: flex;
    column-gap: 8px;
    padding: 0 2vw;
    transform: translateY(50%);
}

.experiences-hyper-links-container .experiences-hyper-links:first-child {
    flex: 2;
}

.experiences-hyper-links-container .experiences-hyper-links {
    flex: 1;
}

.experiences-hyper-links {
    background-color: var(--facility-light);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    color: black;
    fill: black;
    font-family: var(--font-text);
    font-weight: 600;
    transition: var(--transition);
}

.experiences-hyper-links svg {
    fill: inherit;
}

.experiences-hyper-links:hover {
    background-color: var(--facility-tertiary);
    color: var(--facility-light);
    fill: var(--facility-light);
}

@media screen and (max-width: 1080px) {
    .experiences-hero {
        max-height: 40vh;
    }
}
@media screen and (max-width: 768px) {
    .experiences-hero {
        max-height: 30vh;
    }
    .experiences-hyper-links {
        padding: 8px;
        font-size: 16px;
    }
}

/* FAQ section */
.faq-section {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 2vw;
    gap: 20px;
}

.faqTitle {
    margin-top: 4rem;
    margin-bottom: 28px;
}

.faq {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background-color: var(--facility-light);
    padding: 20px 30px;
    color: black;
    cursor: pointer;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: var(--font-titles);
}
.faq-answer {
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
    line-height: 1.4;
    transition: ease 0.4s all;
    color: black;
    font-size: 1.2rem;
    font-family: var(--font-text);
    padding-top: 5px;
    text-align: start;
}
.faq-question .icon {
    transition: ease all 0.4s;
    width: 40px;
}
@media screen and (max-width: 768px) {
    .faq {
        padding: 20px;
    }
    .faq-question {
        font-size: 1.2rem;
    }
    .faq-answer {
        font-size: 1rem;
    }
}
