@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    --primary-color: #82ccdd;
}
:root {
    --primary-color-darker: #66a3b1;
}


:root {
    --secondary-color: #282728;
}

:root {
    --text-color: #34495e;
}

:root {
    --body-bg: #f7f5f4;
}

/* color mode css */
.text-light-mode,
.light-mode,
.text-dark-mode .hours-table td {
    color: var(--text-color) !important;
}

.text-dark-mode,
.dark-mode,
.text-dark-mode .hours-table td {
    color: #fff !important;
}

.hours-bg-light-mode {
    background-color: var(--text-color);
}

.hours-bg-dark-mode {
    color: #fff;
}

.light-mode #pdf-controls button svg {
    fill: var(--text-color);
}

.dark-mode #pdf-controls button svg {
    fill: #fff;
}

/*
.light-mode svg {
    fill: var(--text-color);
}

.dark-mode svg {
    fill: #fff;
}
*/

body {
    background: var(--body-bg);
    font-family: "Josefin Sans", sans-serif !important;
}

p,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300 !important;

}

* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbars {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbars::-webkit-scrollbar {
    display: none;
}

.container-fluid {
    padding: 0;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 0;
    margin-right: 0;
}

.logo-holder {
    position: absolute;
    z-index: 200;
    top: 5px;
    left: 15px;
    
}

img.logo {
    max-width: 120px;
    margin-top: -20px;
    margin-left: -20px;
}

img.logo-sm {
    max-width: 120px;
}

.nav-ico {
    position: absolute;
    z-index: 200;
    top: 30px;
    right: 30px;
}

.offcanvas-end {
    right: 0;
    left: auto;
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(45deg, rgba(63, 43, 54, 0.7) 0%, rgba(52, 54, 78, 0.7) 35%, rgba(50, 62, 60, 0.7) 67%, rgba(45, 55, 74, 0.7) 97%);
}

ul.nav-items {
    list-style: none;
}

ul.nav-items li a {
    font-size: 1.44em;
    text-decoration: none;
    line-height: 2;
    text-transform: uppercase;
    color: #fff;
}

ul.nav-items li a:hover,
ul.nav-items li a:active {
    color: var(--primary-color);
}


.reservations {
    position: absolute;
    width: 180px;
    top: 30px;
    right: 100px;
    z-index: 200;
}

video.w-100.h-100 {
    height: 100%;
    object-fit: cover;
}


p {
    font-size: larger;
}

p.text-light {
    color: #fff !important;
}

.quote {
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    font-weight: bolder;
    margin: .5em auto;
}


a {
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
}

a.highlight-link {
    color: var(--primary-color-darker)!important;
}

a.highlight-link:hover {
    color: var(--primary-color)!important;
}

.bold {
    font-weight: 400!important;
}

.btn-custom {
    color: #4b4b4b;
    background-color: rgba(256, 256, 256, 0.85);
    padding: 10px 20px 8px;
    border: 1px solid #4b4b4b;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    max-width: 260px;
    margin: auto;
    border-radius: none;
}

.btn-custom:hover {
    background: rgba(36, 188, 206, 0.4);
    /* 60% transparent */
    background: linear-gradient(138deg, rgba(36, 188, 206, 0.4) 50%, rgba(0, 102, 204, 0.4) 100%);
    color: #fff;
    border: 1px solid #fff;
}

.btn-custom-invert {
    background: rgba(36, 188, 206, 0.4);
    background: linear-gradient(138deg, rgba(36, 188, 206, 0.4) 50%, rgba(0, 102, 204, 0.4) 100%);
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px 8px;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    max-width: 260px;
    margin: auto;
    border-radius: none;
}

.btn-custom-invert:hover {
    color: var(--primary-color);
    background: rgba(256, 256, 256, 0.85);
    border: 1px solid var(--primary-color);
}

.welcome-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;

}

.bg-2 {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 100%;
    min-height: 400px;
    /*   display: flex;  */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h4.hours {
    line-height: 1.5;
    color: #fff;
}


section {
    color: var(--text-color);
    /* Apply the text color using the CSS variable */
}

/* menu page css  */

.menu-overlay {
    z-index: 100;
    padding: 2px;
    border-radius: 4px;
    /*   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);  */
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

#pdf-controls,
#pdf-controls button {
    color: #fff;
}

#pdf-canvas {
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .menu-overlay {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 60px auto;
    }

    .menu-overlay #pdf-canvas {
        width: 100%;
        height: 100%;
    }

    .logo-holder {
        top: 20px;
    left: 20px;
    }
}

.btn-pdf:hover svg {
    fill: var(--primary-color) !important;
}

.btn-pdf {
    color: #fff;
}


/* hours and location page */
.hours-bg {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: .5em;
}

.hours-bg p,
.hours-bg h3.hours,
.hours-bg h1 {
    color: inherit;
    /* Inherit color from parent .hours-bg */
}

.hours-bg.light-mode {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
}

.hours-bg.light-mode p,
.hours-bg.light-mode h3.hours,
.hours-bg.light-mode h1 {
    color: inherit;
    /* Inherit color from parent .hours-bg */
}

.hours-container {
    width: 100%;
    max-width: 600px;
}

img.img-fluid.img-header-banner {
    max-height: 30vh;
    object-fit: cover;
}

.hours-container h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    color: #333;
}

.hours-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.hours-table th,
.hours-table td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-weight: unset;
}

.hours-table th {
    background: linear-gradient(45deg, rgba(63, 43, 54, 0.5) 0%, rgba(52, 54, 78, 0.5) 35%, rgba(50, 62, 60, 0.5) 67%, rgba(45, 55, 74, 0.5) 97%);
    color: #fff;
    text-transform: uppercase;
    font-weight: unset;
}

.hours-table td {
    font-size: 18px;
}

.hours-table tr:hover {
    background-color: transparent;
}

.today-highlight {
    background-color: rgba(255, 190, 118, .8);
}

.hours-table tr.today-highlight:hover {
    background-color: rgba(255, 190, 118, .8);
}


@media (max-width: 600px) {
    .hours-table td {
        font-size: 16px;
    }
}

/*  footer css  */

.footer-content {
    background: rgb(245, 246, 250);
    background: linear-gradient(56deg, rgba(245, 246, 250, 1) 0%, rgba(247, 241, 227, 1) 97%);
    background-size: cover;
    color: var(--text-color);
    padding: 20px;
    text-align: center;
}

p.footer-copy {
    font-size: unset;
    text-decoration: none;
}

.footer-content a {
    color: var(--text-color);
    text-decoration: none;
}

.footer-content a:hover {
    color: var(--primary-color);
}


@media (min-width: 576px) {
    .offcanvas-end {
        width: 400px;
    }

    img.logo {
        max-width: 250px;
        margin-top: auto;
    }
}

/*  parallax effect for web  */
@media (min-width: 768px) {
    .parallax {
        background-attachment: fixed;
    }
}

@media (max-width: 767px) {
    .parallax {
        background-attachment: unset !important;
    }
    .caro-arrows {
        display:none;
    }
}


.top-row {
    height: 100vh; /* Full viewport height for the top row */
    display: block; /* Remove flexbox if applied to avoid issues */
    overflow: hidden; /* Ensure content doesn’t overflow */
}

@media (max-width: 768px) {
    .top-row {
        height: 60vh; /* Adjust height for smaller screens */
    }
}

.video-container {
    width: 100%;
    height: 100%; /* Ensure the video container takes full height */
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the video covers the entire container */
    object-position: center; /* Center the video content */
}

.video-container video,
.carousel-inner img {
    width: 100%; /* Ensure the image takes the full width */
    height: 100%; /* Ensure the image takes the full height */
    object-fit: cover; /* Keep the aspect ratio and cover the entire container */
    object-position: center;
}

.carousel-item {
    height: 100%; /* Ensure carousel items take up the full height */
}

.carousel-inner {
    height: 100%; /* Ensure the carousel inner takes up the full height */
}

.carousel {
    height: 100vh; /* Ensure the entire carousel takes up the full viewport height */
}

@media (max-width: 768px) {
    .carousel {
        height: 60vh; /* Adjust the height for mobile devices */
    }
}


    .scroll-to-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 1000;
        color: var(--primary-color);
        fill-opacity: .75;
        border: none;
        cursor: pointer;
        display: none;
        transition: opacity 0.3s ease-in-out;

    }

    .scroll-to-top:hover {
        fill-opacity:1;        
    }

    .scroll-to-top.show {
        display: block;
        opacity: 1;
    }

/* careers page */
   .page-title {
        position: relative;
        z-index: 3;
        padding-top: 6em;
    }

    .career-wrapper {
        border: 2px solid #fff;
        background-color: rgba(255, 255, 255, .85);
        z-index: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        /* Ensure no extra padding */
        height: auto;
        /* Automatically adjusts based on content */
        width: 100%;
    }

    /* Background color for light mode */
    .light-mode .career-wrapper {
        background-color: rgba(255, 255, 255, 0.8);
    }

    /* Background color for dark mode */
    .dark-mode .career-wrapper {
        background-color: rgba(50, 50, 50, 0.8);
    }

    /* Ensure padding inside each position-wrapper */
    .position-wrapper {
        z-index: 2;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
    }

    /* Hides empty position wrappers */
    .position-wrapper:empty {
        display: none;
    }

    /* Remove bottom margin from the last visible position-wrapper */
    .position-wrapper:not(:empty):last-child {
        margin-bottom: 0;
        /* Remove any bottom margin */
    }

    .apply-now {
        text-align: center;
        padding: .25em;
        margin-top: 1.25em;
    }

    @media (min-width: 576px) {
        .page-title {
            margin-top: 2em;
        }

        .career-wrapper {
            margin: 10px;
        }

        .apply-now {
            text-align: right;
        }
    }
