/********** Template CSS **********/
:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.brand-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--primary) !important;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.brand-title img {
    width: auto;
    height: 46px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(254, 161, 22, .72);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(254, 161, 22, .18), rgba(255, 255, 255, .08));
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .08);
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.brand-name {
    display: inline-block;
    padding-top: 2px;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 9px 0;
        font-size: 13px;
        letter-spacing: .08em;
    }

    .brand-title {
        gap: 10px;
        min-width: 0;
        font-size: 1.1rem;
        letter-spacing: .04em;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .brand-title img {
        height: 36px;
    }

    .brand-name {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-mainnav.navbar,
    .home-mainnav.navbar {
        padding: .8rem 1rem !important;
        align-items: center;
        flex-wrap: nowrap;
    }

    .site-mainnav .navbar-brand,
    .home-mainnav .navbar-brand {
        display: flex !important;
        align-items: center;
        max-width: calc(100% - 54px);
        margin-right: .75rem;
        padding: 0;
        flex: 1 1 auto;
        min-width: 0;
    }

    .site-mainnav .navbar-toggler,
    .home-mainnav .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
        padding: .4rem .55rem;
        border-color: rgba(255, 255, 255, .28);
        box-shadow: none;
    }

    .site-mainnav .navbar-collapse,
    .home-mainnav .navbar-collapse {
        max-height: none;
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .site-mainnav .navbar-toggler,
    .home-mainnav .navbar-toggler {
        position: relative;
        z-index: 1062;
        border-radius: 999px;
        background: rgba(255, 255, 255, .06);
        backdrop-filter: blur(6px);
    }

    .site-mainnav .navbar-collapse,
    .site-mainnav .navbar-collapse.collapsing,
    .home-mainnav .navbar-collapse,
    .home-mainnav .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(340px, 88vw);
        height: 100vh !important;
        margin-top: 0;
        padding: 90px 24px 28px !important;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, .12);
        border-radius: 32px 0 0 32px;
        background:
            linear-gradient(180deg, rgba(10, 17, 32, .98), rgba(15, 23, 43, .95)) !important;
        box-shadow: -26px 0 60px rgba(0, 0, 0, .28);
        z-index: 1070;
    }

    .site-mainnav .navbar-collapse::before,
    .home-mainnav .navbar-collapse::before,
    .site-mainnav .navbar-collapse.collapsing::before,
    .home-mainnav .navbar-collapse.collapsing::before {
        content: "Navigation";
        display: block;
        margin-bottom: 22px;
        color: rgba(254, 161, 22, .9);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .26em;
        text-transform: uppercase;
    }

    .site-mainnav .navbar-nav,
    .home-mainnav .navbar-nav {
        gap: 6px;
    }

    .site-mainnav .navbar-nav .nav-link,
    .home-mainnav .navbar-nav .nav-link,
    .site-mainnav .dropdown-menu .dropdown-item,
    .home-mainnav .dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        min-height: 50px;
        padding: 14px 16px !important;
        border-radius: 18px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .08em;
        background: rgba(255, 255, 255, .04);
        transition: background .25s ease, transform .25s ease, color .25s ease;
    }

    .site-mainnav .navbar-nav .nav-link:hover,
    .site-mainnav .navbar-nav .nav-link.active,
    .home-mainnav .navbar-nav .nav-link:hover,
    .home-mainnav .navbar-nav .nav-link.active,
    .site-mainnav .dropdown-menu .dropdown-item:hover,
    .home-mainnav .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
        background: rgba(254, 161, 22, .16);
        transform: translateX(-2px);
    }

    .site-mainnav .dropdown-menu,
    .home-mainnav .dropdown-menu {
        padding: 8px 0 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .site-mainnav .dropdown-toggle::after,
    .home-mainnav .dropdown-toggle::after {
        margin-left: auto;
    }
}

body.mobile-nav-open {
    overflow: hidden;
}

body.mobile-nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(5, 10, 20, .52);
    backdrop-filter: blur(6px);
    z-index: 1060;
    animation: mobileNavFadeIn .25s ease;
}

@keyframes mobileNavFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, .7);
    z-index: 1;
}

.site-hero-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1080;
    background: transparent !important;
    transition: background .35s ease, transform .35s ease, box-shadow .35s ease;
}

.site-hero-header .col-lg-3.bg-dark {
    background: rgba(15, 23, 43, .62) !important;
    backdrop-filter: blur(6px);
}

.site-topbar {
    background: rgba(255, 255, 255, .82) !important;
    backdrop-filter: blur(8px);
}

.site-topbar p,
.site-topbar a {
    color: #0F172B;
}

.site-mainnav {
    background: rgba(15, 23, 43, .74) !important;
    backdrop-filter: blur(8px);
}

.site-hero-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(10, 17, 32, .32) !important;
    box-shadow: 0 18px 40px rgba(8, 13, 24, .22);
}

.site-hero-header.is-sticky .site-topbar {
    background: rgba(255, 255, 255, .92) !important;
}

.site-hero-header.is-sticky .site-mainnav,
.site-hero-header.is-sticky .home-mainnav {
    background: rgba(10, 17, 32, .9) !important;
}

.site-page-hero {
    margin-top: 0 !important;
}

.site-page-hero .page-header-inner {
    padding-top: 14rem !important;
    padding-bottom: 5rem !important;
}

.home-hero-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1080;
    background: transparent !important;
}

.home-hero-header .col-lg-3.bg-dark {
    background: rgba(15, 23, 43, .62) !important;
    backdrop-filter: blur(6px);
}

.home-topbar {
    background: rgba(255, 255, 255, .82) !important;
    backdrop-filter: blur(8px);
}

.home-topbar p,
.home-topbar a {
    color: #0F172B;
}

.home-mainnav {
    background: rgba(15, 23, 43, .74) !important;
    backdrop-filter: blur(8px);
}

.home-hero-carousel {
    position: relative;
}

.home-hero-carousel #header-carousel .carousel-item img {
    min-height: 820px;
    object-fit: cover;
}

.home-hero-carousel .carousel-caption {
    padding-top: 190px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    .site-hero-header {
        position: absolute;
        background: transparent !important;
    }

    .site-mainnav {
        background: rgba(15, 23, 43, .46) !important;
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .site-page-hero .page-header-inner {
        padding-top: 8.6rem !important;
        padding-bottom: 3.5rem !important;
    }

    .home-hero-header {
        position: absolute;
        background: transparent !important;
    }

    .home-mainnav {
        background: rgba(15, 23, 43, .46) !important;
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .home-hero-carousel #header-carousel .carousel-item img {
        min-height: 520px;
    }

    .home-hero-carousel .carousel-caption {
        padding-top: 120px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .site-mainnav .navbar-collapse,
    .home-mainnav .navbar-collapse {
        width: min(320px, 88vw);
        padding: 82px 18px 20px !important;
        border-radius: 26px 0 0 26px;
        box-shadow: -24px 0 48px rgba(0, 0, 0, .3);
    }

    .site-hero-header.is-sticky,
    .home-hero-header.is-sticky {
        background: rgba(10, 17, 32, .18) !important;
    }

    .site-hero-header.is-sticky .site-mainnav,
    .site-hero-header.is-sticky .home-mainnav,
    .home-hero-header.is-sticky .site-mainnav,
    .home-hero-header.is-sticky .home-mainnav {
        background: rgba(10, 17, 32, .82) !important;
        border-bottom-color: rgba(255, 255, 255, .1);
    }

    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-caption h1,
    #header-carousel h1,
    .page-header h1 {
        font-size: 2.2rem !important;
        line-height: 1.08;
    }

    .carousel-caption p {
        font-size: .95rem !important;
        line-height: 1.75;
    }

    .booking {
        margin-top: -56px !important;
    }

    .container-xxl.py-5,
    .container-fluid.py-5 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .btn-lg-square {
        width: 42px;
        height: 42px;
    }

    .back-to-top {
        right: 18px;
        bottom: 18px;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}


/*** Room Carousel ***/
.room-carousel-wrap {
    position: relative;
    padding: 34px 24px 24px;
    border: 1px solid rgba(15, 23, 43, .08);
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(254, 161, 22, .12), transparent 36%),
        linear-gradient(180deg, rgba(248, 244, 237, .84), #FFFFFF 42%);
    box-shadow: 0 22px 70px rgba(15, 23, 43, .08);
}

.room-carousel-wrap::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(15, 23, 43, .06);
    border-radius: 24px;
    pointer-events: none;
}

.room-carousel-intro {
    max-width: 760px;
    margin: 0 auto 24px;
}

.room-carousel-kicker {
    margin-bottom: 8px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.room-carousel-lead {
    margin-bottom: 0;
    color: #51606f;
    font-size: 1.05rem;
    line-height: 1.8;
}

.room-carousel-action {
    border-width: 1px;
    border-radius: 999px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    letter-spacing: .08em;
}

.room-carousel .owl-stage {
    display: flex;
}

.room-carousel .owl-item {
    display: flex;
}

.room-carousel .home-room-slide {
    height: 100%;
    padding: 8px 6px 20px;
}

.room-carousel .room-item {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(15, 23, 43, .12);
}

.room-carousel .room-item-luxe {
    border: 1px solid rgba(15, 23, 43, .06);
    border-radius: 24px !important;
    overflow: hidden;
}

.room-carousel .room-visual {
    overflow: hidden;
}

.room-carousel .room-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 43, 0) 34%, rgba(15, 23, 43, .3) 100%);
    pointer-events: none;
}

.room-carousel .room-item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .7s ease;
}

.room-carousel .owl-item.active.center .room-item img,
.room-carousel .room-item:hover img {
    transform: scale(1.06);
}

.room-carousel .room-price-chip {
    top: auto !important;
    bottom: 24px;
    transform: none !important;
    border-radius: 999px !important;
    padding: 10px 16px !important;
    background: rgba(15, 23, 43, .82) !important;
    backdrop-filter: blur(6px);
    letter-spacing: .08em;
    box-shadow: 0 12px 26px rgba(15, 23, 43, .18);
}

.room-carousel .room-copy-luxe {
    padding: 30px 28px 26px !important;
}

.room-card-label {
    margin-bottom: 6px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.room-carousel .room-heading-row h5 {
    font-size: 1.35rem;
}

.room-carousel .room-stars small {
    margin-left: 2px;
}

.room-carousel .room-feature-row {
    flex-wrap: wrap;
    row-gap: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(15, 23, 43, .08);
}

.room-carousel .room-feature-row small {
    color: #5f6d7b;
}

.room-carousel .room-cta-row {
    align-items: center;
    margin-top: 18px;
}

.room-carousel .room-cta-row .btn {
    border-radius: 999px !important;
    letter-spacing: .08em;
}

.room-carousel .owl-nav {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.room-carousel .owl-nav .owl-prev,
.room-carousel .owl-nav .owl-next {
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    border: 1px solid rgba(15, 23, 43, .1) !important;
    background: rgba(255, 255, 255, .92) !important;
    color: var(--dark) !important;
    font-size: 18px !important;
    transition: .3s;
    box-shadow: 0 12px 30px rgba(15, 23, 43, .08);
}

.room-carousel .owl-nav .owl-prev:hover,
.room-carousel .owl-nav .owl-next:hover {
    background: var(--primary) !important;
    color: #FFFFFF !important;
    border-color: var(--primary) !important;
}

.room-carousel .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.room-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    background: rgba(15, 23, 43, .16);
    border: 1px solid transparent;
    transition: .3s;
}

.room-carousel .owl-dots .owl-dot.active span,
.room-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary);
    border-color: var(--primary);
    transform: scale(1.15);
}

.venue-showcase-intro {
    max-width: 720px;
    margin: 0 auto 10px;
    color: #51606f;
    line-height: 1.8;
}

.venue-card {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 43, .08);
    background: #FFFFFF;
    box-shadow: 0 18px 52px rgba(15, 23, 43, .08);
    text-decoration: none;
    transition: transform .35s ease, box-shadow .35s ease;
}

.venue-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 68px rgba(15, 23, 43, .14);
}

.venue-card-media {
    position: relative;
    min-height: 260px;
    padding: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.venue-card-rate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #0F172B;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    box-shadow: 0 10px 26px rgba(15, 23, 43, .12);
}

.venue-card-body {
    padding: 30px 28px;
}

.venue-card-label {
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.venue-card-body h4 {
    margin-bottom: 12px;
    color: #0F172B;
}

.venue-card-body p {
    margin-bottom: 18px;
    color: #5c6a78;
    line-height: 1.8;
}

.venue-card-link {
    color: #0F172B;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tmenu-shell {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 26px;
    align-items: center;
    padding: 26px 28px;
    border: 1px solid rgba(15, 23, 43, .08);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(15, 23, 43, .98), rgba(15, 23, 43, .88)),
        radial-gradient(circle at top right, rgba(254, 161, 22, .22), transparent 35%);
    box-shadow: 0 24px 60px rgba(15, 23, 43, .14);
}

.tmenu-kicker {
    margin-bottom: 8px;
    color: rgba(254, 161, 22, .92);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.tmenu-intro h3 {
    margin-bottom: 0;
    color: #FFFFFF;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
}

.tmenu-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.tmenu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 118px;
    padding: 18px 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .06);
    color: #FFFFFF;
    text-decoration: none;
    transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.tmenu-item i {
    color: var(--primary);
    font-size: 1.35rem;
}

.tmenu-item span {
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tmenu-item:hover {
    transform: translateY(-4px);
    background: rgba(254, 161, 22, .14);
    border-color: rgba(254, 161, 22, .28);
    color: #FFFFFF;
}

.arena-showcase-media img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    box-shadow: 0 22px 55px rgba(15, 23, 43, .14);
}

.room-detail-hero {
    max-height: 560px;
    object-fit: cover;
    box-shadow: 0 26px 65px rgba(15, 23, 43, .16);
}

.room-detail-kicker {
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.room-detail-price {
    margin-bottom: 0;
    color: #0F172B;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .06em;
}

.room-detail-stars small {
    margin-left: 2px;
}

.room-detail-features {
    flex-wrap: wrap;
    row-gap: 10px;
}

.room-detail-description {
    color: #576574;
    line-height: 1.85;
    font-size: 1.03rem;
}

.tmenu-page {
    background:
        radial-gradient(circle at top left, rgba(254, 161, 22, .09), transparent 28%),
        linear-gradient(180deg, #faf8f3 0%, #ffffff 26%, #f8f5ef 100%);
}

.tmenu-hero-card {
    position: relative;
    overflow: hidden;
    padding: 3.2rem;
    border: 1px solid rgba(15, 23, 43, .08);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(15, 23, 43, .97), rgba(15, 23, 43, .92)),
        radial-gradient(circle at top right, rgba(254, 161, 22, .22), transparent 36%);
    box-shadow: 0 28px 70px rgba(15, 23, 43, .14);
}

.tmenu-hero-card::after {
    content: "";
    position: absolute;
    inset: auto -80px -90px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254, 161, 22, .18), transparent 70%);
}

.tmenu-hero-kicker,
.menu-section-kicker {
    margin-bottom: 12px;
    color: rgba(254, 161, 22, .92);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.tmenu-hero-card h1,
.menu-section-header h2 {
    font-family: "Cormorant Garamond", serif;
}

.tmenu-hero-card h1 {
    color: #FFFFFF;
    font-size: 3.45rem;
    line-height: .98;
}

.tmenu-hero-card p {
    max-width: 640px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.02rem;
    line-height: 1.9;
}

.tmenu-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.tmenu-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tmenu-meta-item i {
    color: var(--primary);
}

.menu-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.menu-spotlight-card {
    height: 100%;
    padding: 28px 26px;
    border: 1px solid rgba(15, 23, 43, .08);
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 54px rgba(15, 23, 43, .08);
}

.menu-spotlight-card .icon-wrap {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 18px;
    background: rgba(254, 161, 22, .12);
    color: var(--primary);
    font-size: 1.2rem;
}

.menu-spotlight-card h5 {
    margin-bottom: 10px;
}

.menu-spotlight-card p {
    margin-bottom: 0;
    color: #586675;
    line-height: 1.8;
}

.menu-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.menu-section-note {
    max-width: 420px;
    margin-bottom: 6px;
    color: #667585;
    line-height: 1.8;
}

.menu-board {
    padding: 28px;
    border: 1px solid rgba(15, 23, 43, .08);
    border-radius: 30px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 20px 60px rgba(15, 23, 43, .08);
}

.menu-category {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(15, 23, 43, .08);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 245, 239, .96));
}

.menu-category h4 {
    margin-bottom: 6px;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.9rem;
}

.menu-category-subtitle {
    margin-bottom: 20px;
    color: #7a8897;
    font-size: .92rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.menu-item-list {
    display: grid;
    gap: 16px;
}

.menu-item {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(15, 23, 43, .08);
}

.menu-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.menu-item-top {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 6px;
}

.menu-item-top h6 {
    margin-bottom: 0;
    flex: 1 1 auto;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.menu-item-price {
    color: var(--primary);
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu-item p {
    margin-bottom: 0;
    color: #62707f;
    font-size: .95rem;
    line-height: 1.8;
}

.menu-chef-note {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 34px 30px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(15, 23, 43, .96), rgba(15, 23, 43, .9)),
        radial-gradient(circle at top right, rgba(254, 161, 22, .24), transparent 42%);
    box-shadow: 0 24px 64px rgba(15, 23, 43, .16);
}

.menu-chef-note h3 {
    margin-bottom: 14px;
    color: #FFFFFF;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.2rem;
}

.menu-chef-note p,
.menu-chef-note li {
    color: rgba(255, 255, 255, .82);
    line-height: 1.85;
}

.menu-chef-note ul {
    margin: 18px 0 0;
    padding-left: 18px;
}

.menu-banner {
    min-height: 360px;
    padding: 34px;
    border-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 24px 64px rgba(15, 23, 43, .15);
}

.menu-banner-overlay {
    height: 100%;
    min-height: 292px;
    display: flex;
    align-items: end;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 23, 43, .08), rgba(15, 23, 43, .72));
}

.menu-banner-content h3 {
    color: #FFFFFF;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.2rem;
}

.menu-banner-content p {
    margin-bottom: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, .84);
    line-height: 1.8;
}

@media (max-width: 767.98px) {
    .section-title {
        font-size: .84rem;
        letter-spacing: .12em;
    }

    h1.mb-5,
    h2.mb-5 {
        margin-bottom: 2rem !important;
    }

    .room-carousel-wrap {
        padding: 24px 14px 20px;
        border-radius: 24px;
    }

    .room-carousel .room-item img {
        height: 240px;
    }

    .room-carousel .room-copy-luxe {
        padding: 26px 20px 22px !important;
    }

    .room-carousel .room-heading-row h5,
    .venue-card-body h4 {
        font-size: 1.2rem;
    }

    .room-carousel .room-price-chip {
        bottom: 18px;
        padding: 8px 14px !important;
        font-size: 12px;
    }

    .room-carousel .owl-nav .owl-prev,
    .room-carousel .owl-nav .owl-next {
        width: 44px;
        height: 44px;
    }

    .venue-card-media {
        min-height: 220px;
    }

    .tmenu-shell {
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }

    .tmenu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tmenu-item {
        min-height: 96px;
        padding: 16px 12px;
    }

    .tmenu-item span {
        font-size: .78rem;
        letter-spacing: .06em;
    }

    .room-detail-hero {
        max-height: 320px;
    }

    .room-detail-description,
    .venue-card-body p,
    .room-carousel-lead {
        font-size: .96rem;
        line-height: 1.75;
    }

    .tmenu-hero-card {
        padding: 2.3rem 1.4rem;
        border-radius: 26px;
    }

    .tmenu-hero-card h1 {
        font-size: 2.35rem;
    }

    .tmenu-meta {
        gap: 10px;
    }

    .tmenu-meta-item {
        font-size: 12px;
        padding: 10px 14px;
    }

    .menu-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .menu-section-header {
        flex-direction: column;
        align-items: start;
    }

    .menu-board {
        padding: 18px;
        border-radius: 22px;
    }

    .menu-category {
        padding: 22px 18px;
    }

    .menu-category h4,
    .menu-chef-note h3,
    .menu-banner-content h3 {
        font-size: 1.7rem;
    }

    .menu-banner {
        min-height: 280px;
        padding: 18px;
    }

    .menu-banner-overlay {
        min-height: 240px;
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .brand-title {
        gap: 8px;
        font-size: .92rem;
        letter-spacing: .03em;
    }

    .brand-title img {
        height: 30px;
    }

    .brand-mark {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .site-mainnav.navbar,
    .home-mainnav.navbar {
        padding: .7rem .8rem !important;
    }

    .site-mainnav .navbar-brand,
    .home-mainnav .navbar-brand {
        max-width: calc(100% - 48px);
        margin-right: .5rem;
    }

    .site-mainnav .navbar-toggler,
    .home-mainnav .navbar-toggler {
        padding: .32rem .45rem;
    }

    .site-mainnav .navbar-toggler-icon,
    .home-mainnav .navbar-toggler-icon {
        width: 1.15em;
        height: 1.15em;
    }

    .site-mainnav .navbar-collapse,
    .home-mainnav .navbar-collapse {
        width: min(300px, 90vw);
        padding: 78px 16px 18px !important;
        border-radius: 24px 0 0 24px;
    }

    .site-mainnav .navbar-nav .nav-link,
    .home-mainnav .navbar-nav .nav-link,
    .site-mainnav .dropdown-menu .dropdown-item,
    .home-mainnav .dropdown-menu .dropdown-item {
        min-height: 46px;
        padding: 12px 14px !important;
        font-size: 13px;
    }

    .home-hero-carousel #header-carousel .carousel-item img {
        min-height: 460px;
    }

    #header-carousel .carousel-item {
        min-height: 400px;
    }

    .home-hero-carousel .carousel-caption {
        padding-top: 104px;
    }

    .carousel-caption h1,
    #header-carousel h1,
    .page-header h1 {
        font-size: 1.8rem !important;
    }

    .carousel-caption p,
    .page-header p,
    .page-header .breadcrumb-item {
        font-size: .9rem !important;
    }

    .site-page-hero .page-header-inner {
        padding-top: 7.8rem !important;
        padding-bottom: 3rem !important;
    }

    .container-xxl.py-5,
    .container-fluid.py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .btn,
    .btn-lg,
    .btn.btn-primary,
    .btn.btn-dark {
        font-size: .78rem;
        letter-spacing: .08em;
    }

    .footer {
        margin-top: -70px;
        padding-top: 140px;
    }

    .footer .copyright,
    .footer .btn.btn-link,
    .footer .footer-menu a {
        font-size: 13px;
    }
}

@media (max-width: 390px) {
    .brand-title {
        font-size: .84rem;
        letter-spacing: .02em;
    }

    .brand-title img {
        height: 28px;
    }

    .brand-name {
        max-width: 100%;
    }

    .carousel-caption h1,
    #header-carousel h1,
    .page-header h1 {
        font-size: 1.65rem !important;
    }

    .carousel-caption p {
        font-size: .86rem !important;
    }

    .tmenu-grid {
        gap: 10px;
    }

    .tmenu-item {
        min-height: 90px;
    }
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: -110px;
    padding-top: 180px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
