.hero-section {
    padding-top: 133px;
}
#mainCntr {
    padding-top: 0px !important;
}
@media screen and (max-width: 1116px) {
    .hero-section {
        padding-top: 106px;
    }
}
div.holiday-bar.below-section {
    margin-top: 0px;
}
.hero-section h1 {
    font-family: 'amaticbold';
    padding-bottom: 0px;
    /* color: #5583a1; */
    font-size: 92px;
    line-height: 97px;
}
@media screen and (max-width: 1116px) {
    .hero-section h1 {
        font-size: 46px;
        line-height: 51px;
    }
}
.hero-section .text--large {
    font-family: 'Roboto Slab';
    font-weight: 400;
    color: #1c274e;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 4px;
    font-size: 26px;
    line-height: 1.333;
    margin: 5px 0px 15px 0px;
}
@media screen and (max-width: 1116px) {
    .hero-section .text--large {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0px 0px 0px;
    }
}
.hero-section .btn {
    color: rgba(255, 255, 255, 1);
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 700;
    font-style: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #1c274e;
    padding: 10px 20px;
    /* border-radius: 5px; */
    display: inline-block;
    margin-top: 15px;
}
.hero-section .hero-content {
    position: relative;
}
.hero-section .pager-dots.desktop {
    display: flex;
}
.hero-section .pager-dots.mobile {
    display: none;
}
@media screen and (max-width: 1116px) {
    .hero-section .pager-dots.desktop {
        display: none;
    }
    .hero-section .pager-dots.mobile {
        display: flex;
        gap: 10px;
    }
}
.hero-section .pager-dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 30px;
    left: 50px;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 1116px) {
    .hero-section .pager-dots {
        bottom: 15px;
        left: 20px;
        gap: 15px;
    }
}
.hero-section .pager-dots .pager-dot {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #1c274e;
    border-radius: 50%;
    cursor: pointer;
}
@media screen and (max-width: 1116px) {
    .hero-section .pager-dots .pager-dot {
        width: 17px;
        height: 17px;
    }
}
.hero-section .pager-dots .pager-dot.active {
    background-color: #1c274e;
    border-color: #fff;
}
.hero-section .hero-center {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
    min-height: 70vh;
}
@media screen and (max-width: 1116px) {
    .hero-section .hero-center {
        /* display: block; */
        min-height: unset;
        flex-direction: column;
    }
}
.hero-section .hero-content-half {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media screen and (max-width: 1116px) {
    .hero-section .hero-content-half {
        justify-content: center;
        order: 2;
    }
}
.hero-section .hero-center .center-half {
    width: 50%;
    position: relative;
}
@media screen and (max-width: 1116px) {
    .hero-section .hero-center .center-half {
        width: 100%;
    }
}
.hero-section .hero-center .center-half .hero-content {
    /* max-width: 558px; */
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 75px;
    padding-bottom: 100px;
}
@media screen and (max-width: 1116px) {
    .hero-section .hero-center .center-half .hero-content {
       max-width: 100%;
       padding-top: 40px;
       padding-bottom: 30px;
       padding-left: 30px;
       padding-right: 30px;
    }
}
.hero-section .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media screen and (max-width: 1116px) {
    .hero-section .hero-image {
        position: relative;
        aspect-ratio: 16/9;
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow: hidden;
    }
}
.hero-section .hero-image img.active {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.hero-section .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
}
.nav--top {
    background-color: #1c274e;
    color: #fff;
    padding: 0px 30px;
}
@media screen and (max-width: 1116px) {
    .nav--top {
        padding: 0px 0px;
    }
}
.nav--top nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1116px) {
    .nav--top nav > ul {
        justify-content: space-between;
    }
    .nav--top nav > ul > li:first-child {
        margin-left: 30px;
    }
}
.nav--top .social ul {
    gap: 10px;
    display: flex;
}
.nav--top nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav--top nav ul li a {
    color: #fff;
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 700;
    font-style: bold;
    text-transform: uppercase;
}
.nav--top .social ul li {
    background: #fff;
}
@media screen and (max-width: 1116px) {
    .nav--top nav > ul > li:last-child {
        display: none;
    }
}
.nav--top .social ul li i {
    color: #1c274e;
}
.nav--top .ot-button {
    background: none;
    border: none;
    padding: 6px 9px;
    margin: 0;
    cursor: pointer;
    width: 140px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 30px; */
}
.nav--top .ot-button img {
    width: 100%;
    height: auto;
}
.nav--bottom {
    background-color: rgb(220, 220, 220);
    padding: 0px 30px;
    border-bottom: 1px solid #1c274e;
}
.nav--bottom nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1116px) {
    .nav--bottom nav {
        display: block;
    }
}
.nav--bottom .logo {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0;
    padding: 5px 0;
}
@media screen and (max-width: 1116px) {
    .nav--bottom .logo {
        display: block;
    }
}
.nav--bottom .logo img {
    width: 100%;
    height: auto;
}
.nav--bottom .menu-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 1116px) {
    .nav--bottom .menu-links {
        display: block;
    }
}
.nav--bottom .menu-links ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.nav--bottom .menu-links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: rgba(37, 42, 79, 1);
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 700;
    font-style: bold;
    text-transform: uppercase;
}
.ot-button-container .parent-widget-type-button {
    min-height: 68px !important;
    padding-left: 0 !important;
}
.ot-button-container .ot-button-widget {
    
    background: #1c274e !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: bold !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.15s ease-in-out !important;
}
.ot-button-container .ot-button-widget:hover {
    background: #5583a1 !important;
}

/* OpenTable dialog full viewport styling */
#ot-cfe-modal,
#ot-cfe-modal[open] {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    z-index: 2147483647 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.8) !important;
}

/* Target the figure element inside the dialog */
#ot-cfe-modal figure {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

/* Hide the canvas element that might be taking up space */
#ot-cfe-modal figure canvas {
    display: none !important;
}

/* Ensure the iframe fills the entire dialog */
#ot-cfe-modal iframe {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.mobile-menu-button {
    display: none;
}
/* Mobile menu styling */
@media screen and (max-width: 1116px) {
    .nav--bottom nav {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        /* padding: 10px 20px; */
    }
    .nav--bottom .nav--bottom-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .nav--bottom .logo {
        display: block;
        max-width: 120px !important;
        /* order: 2; */
        margin: 0 !important;
    }
    
    .nav--bottom .menu-links {
        display: none !important;
    }
    
    .mobile-menu-button {
        display: block !important;
        /* order: 1; */
        /* position: absolute;
        top: 0;
        right: 0; */
    }
    
    .mobile-menu-button .mobile-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        position: static !important;
    }
    
    .mobile-menu-button .mobile-menu img {
        width: 100%;
        height: auto;
    }
    
    /* Mobile navigation drawer */
    .mobileNav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(28, 39, 78, 0.95);
        z-index: 1000;
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
    }
    
    .mobileNav.active {
        left: 0;
    }
    
    .mobileNav .menuBox {
        padding: 80px 30px 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .mobileNav #menu {
        flex: 1;
    }
    
    .mobileNav #menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .mobileNav #menu ul li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mobileNav #menu ul li:last-child {
        border-bottom: none;
    }
    
    .mobileNav #menu ul li a {
        display: block;
        padding: 20px 0;
        color: #fff;
        font-family: 'Roboto Slab';
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .mobileNav #menu ul li a:hover {
        color: #5583a1;
    }
    
    /* Close button for mobile menu */
    .mobileNav .close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        background: rgba(255, 255, 255, 0.1);
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        padding: 8px 12px;
        line-height: 1;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 1001;
        pointer-events: auto;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    
    .mobileNav .close-menu:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.1);
    }
    
    .mobileNav .close-menu:active {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(0.95);
    }
    
    /* Social icons in mobile menu */
    .mobileNav .social {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mobileNav .social ul {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
        display: none;
    }
    
    .mobileNav .social ul li {
        background: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobileNav .social ul li a {
        color: #1c274e;
        font-size: 20px;
    }
}
footer .footer-container {
    position: relative;
}
footer .text-footer--large {
    font-family: 'Lato';
    font-size: 32px;
    line-height: 36px;
    color: #1c274e;
    text-transform: uppercase;
    padding-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    margin: 20px 0px 10px 0px;
}
footer .text-footer {
    font-family: 'Lato';
    font-size: 16px;
    line-height: 24px;
    color: #1c274e;
    text-transform: uppercase;
    padding-bottom: 0px;
    letter-spacing: 1px;
}
footer .social-footer {
    margin: 20px 0;
}
footer .social-footer li {
    width: 40px;
    height: 40px;
}
footer .social-footer li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
footer .social-footer i {
    font-size: 30px;
}
footer .footer-container {
    max-width: 1116px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}
footer .logo {
    max-width: 300px;
    width: 300px;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0px;
}
footer .logo img {
    width: 100%;
}
@media screen and (max-width: 1116px) {
    footer .footer-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    footer .social-footer {
        display: none;
    }
    footer .logo {
        position: static;
        max-width: 200px;
        width: 200px;
        top: 40px;
    }
}

h3 {
    line-height: 1.333 !important;
    text-transform: uppercase !important;
}