@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
    background: #fff;
    font-family: "TradeGothic-LT-regular" !important;
    height: 100%;
}

@font-face {
    font-family: "TradeGothic-LT-regular";
    src: url("../fonts/TradeGothicLT.woff2") format("woff2"),
        url("../fonts/TradeGothicLT.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TradeGothic-LT-bold";
    src: url("../fonts/TradeGothicLT-Bold.woff2") format("woff2"),
        url("../fonts/TradeGothicLT-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

p {
    font-family: "TradeGothic-LT-regular" !important;
    font-size: 15px;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "TradeGothic-LT-bold" !important;
    font-weight: 800;
}

button,
button:hover {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none !important;
    cursor: pointer;
    font-family: "TradeGothic-LT-bold" !important;
}

a,
a:hover {
    color: #139ce1;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none !important;
    cursor: pointer;
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

/* ===== Scrollbar CSS ===== */

.individual {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    padding-top: 100px;
}
.ordercaption {
    padding-top: 100px;
    padding-bottom: 50px;
}

.banner-section img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.bannercaption h2 {
    font-size: 70px;
    font-weight: 900;
}

.bannercaption p {
    font-size: 25px;
    line-height: 30px;
}

.navmenu {
    justify-content: end;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: "TradeGothic-LT-bold" !important;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
}

li.nav-item.dropdown {
    display: flex;
    align-items: center;
}

/*****Hamburger Menu******/
#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn.active {
    background: #333;
    border-radius: 50%;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition-duration: 0.25s;
}

.menu__btn > span::before {
    content: "";
    top: -8px;
}

.menu__btn > span::after {
    content: "";
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    text-align: center;
    background-color: #000000e0;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: 0.25s;
}

a.menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
    text-transform: uppercase;
    font-family: "TradeGothic-LT-regular" !important;
}

a.menu__item:hover {
    background-color: #cfd8dc;
}

.hamburger-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: auto;
    display: none;
}

/********Hamburger Menu*********/

.whitebtn img {
    width: auto;
    height: 45px;
    object-fit: contain;
}
.whitebtn button {
    background: rgba(255, 255, 255, 0.8);
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border: none;
    text-transform: uppercase;
    color: #000;
}
.whitebtn a button {color: #000;}
.bannercaption h4 {
    font-size: 35px;
    margin: 15px 0;
    color: #fff;
    text-transform: uppercase;
}
.accordioncaption h4 {
    font-size: 30px;
    margin: 15px 0;
    color: #fff;
    text-shadow: 0px 1px 3px #999;
}
.accordion-item p {
    font-size: 15px;
    line-height: 20px;
}
.accordion-section .accordion-item {
    margin: 0 0 15px;
    border: none !important;
}
.accordion-section img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.accordion-section {
    background-image: url(../images/reservation-banner-new.jpg);
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.vibe-section {
    background-image: url(../images/vibebg.jpg);
    background-size: cover;
    min-height: 100vh;
    padding-top: 100px;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.dance-section {
    background-image: url(../images/dancebg.jpg);
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.order-section {
    background-image: url(../images/orders-banner.jpg);
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.menuorder-section {
    background-image: url(../images/menu-bg.jpg);
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    padding-bottom: 50px;
    background-attachment: fixed;
    width: 100%;
}

button.accordion-button {
    font-size: 20px;
}

.accordion-item button.accordion-button.collapsed {
    background: #747474b8;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #fff;
}

button.black-btn {
    background: #1f2a37;
    color: #fff;
    padding: 10px 15px;
    height: 45px;
}

button.black-btn:hover {
    background: #555;
    color: #fff;
}

button.mail-btn {
    background: #3f5e83;
    color: #fff;
    padding: 10px 15px;
    height: 45px;
}
button.mail-btn:hover {
    background: #555;
    color: #fff;
}

ol.breadcrumb {
    display: none;
}

.table label {
    color: #111928;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "TradeGothic-LT-bold";
    margin-bottom: 5px;
}

.nav-item .dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    margin-top: var(--bs-dropdown-spacer);
    left: auto !important;
}

.image-container {
    position: relative;
    width: 100%;
}

.bannercaption.homecaption {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    height: 100%;
    padding-top: 100px;
}

.banner-image {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.banner-image.active {
    opacity: 1;
}

h2.hover-trigger {
    cursor: pointer;
}

h2.hover-trigger:hover {
    color: #1b9dff;
}

.bannercaption p a {
    color: #fff;
    text-decoration: underline !important;
}

.nform label.form-label {
    text-align: left;
    display: block;
    color: #111928;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "TradeGothic-LT-bold";
}

.nform input.form-control {
    border: 1px solid #d1d5db;
}

.nform .form-check {
    text-align: left;
    color: #111928;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "TradeGothic-LT-bold";
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: #ffffffde !important;
    border: var(--bs-accordion-border-width) solid
        var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #ffffff00;
}

.accordion-button.collapsed::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    transform: rotate(-90deg) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    transform: rotate(0deg);
}

.bfont {
    text-align: left;
    font-family: "TradeGothic-LT-bold";
    color: #000;
}

.bfont p {
    text-align: left;
    font-family: "TradeGothic-LT-bold";
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px;
}

.bfont h4 {
    font-size: 30px;
    margin: 15px 0;
    color: #000;
}

.bfont ul {
    margin: 0;
    padding: 0 17px;
}

.bfont ul li {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px;
}

.fixed-top.scrolled {
    background: rgba(0, 0, 0, 0.5);
}

.s-banner {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.s-banner img {
    object-fit: cover;
    height: 100%;
}

.c-content {
    color: #fff;
    position: absolute;
    top: 0;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.c-content h4 {
    text-transform: uppercase;
    font-family: "TradeGothic-LT-bold" !important;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.c-content p {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
    font-weight: 600 !important;
    font-family: "Inter"!important;
}

.c-content:hover p {
    opacity: 1;
    visibility: visible;
    color: #fff;
    font-weight: 600 !important;
}
.c-content:active p,
.c-content:focus p {
    font-weight: 600 !important;
}

.s-banner:hover .c-content {
    background: rgba(0, 0, 0, 0.5);
}

.navbar-brand img {
    width: 75%;
}

.banner-overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
}

.banner-overlay p {
    font-family: "TradeGothic-LT-bold" !important;
}

.relative {
    position: relative;
}

.sidebar {
    width: 17rem !important;
}

.bg-gradient-primary {
    background: #004466 !important;
}

.sidebar .nav-item .nav-link {
    border-left: 3px solid transparent;
}

.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
    background: #014366;
    border-left: 3px solid #faaf3a;
}

.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
    background: #014366;
    border-left: 3px solid #faaf3a;
}

.dropdown-item {
    font-family: "TradeGothic-LT-bold" !important;
    font-size: 18px;
}

.d-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: left;
}

.d-content h4 {
    color: #000;
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 35px;
}

.d-content p {
    font-family: "TradeGothic-LT-bold" !important;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.white-text {
    color: #fff;
}

img.w-auto {
    width: 100px !important;
    height: auto;
}

.whitebg {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    width: 100%;
}

.dancebox img {
    height: auto;
}

.dancebox h3 {
    margin: 0;
    font-size: 30px;
    line-height: 35px;
}

.dancebox p {
    font-family: "TradeGothic-LT-bold" !important;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.dancebox .fa-instagram {
    font-size: 25px;
    color: #fff;
}

.dancebox .fa-instagram:hover {
    font-size: 25px;
    color: #fff;
}

.hours-section {
    text-align: left;
}

.hours-section h2 {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}

.hours p {
    color: #000;
    font-size: 25px;
}

.inner-content input[type="text"] {
    padding: 10px 15px;
    height: calc(1.9em + 0.75rem + 2px);
}

input[type="file"] {
    height: auto;
}

input[type="file"]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #1f2a37;
    padding: 10px 20px;
    border-radius: 10px 0 0 10px; /* Rounded left side */
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

/* For WebKit-based browsers like Safari */
input[type="file"]::-webkit-file-upload-button {
    margin-right: 20px;
    border: none;
    background: #1f2a37;
    padding: 10px 20px;
    border-radius: 5px 0 0 5px !important; /* Rounded left side */
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

input[type="file"]::file-selector-button:hover,
input[type="file"]::-webkit-file-upload-button:hover {
    background: #0d45a5;
}

.inner-content td {
    border: none;
}

.inner-content .shadow-lg {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.inner-content input.form-control {
    background: #f7f7f7;
    border: 1px solid #d1d5db;
}

.inner-content input.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.inner-content textarea {
    background: #f7f7f7;
    border: 1px solid #d1d5db;
}

.table th {
    background: #f9fafb;
    color: #555;
    text-transform: uppercase;
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 14px;
}

.table td {
    font-family: "Inter", serif;
    color: #555;
    font-size: 15px;
    vertical-align: top;
}

.tborder th,
.tborder td {
    border-bottom: 1px solid #ddd;
}

a.nav-link.active {
    color: #1b9dff !important;
}
.pdflink {
    opacity: 0.7;
}

input[type="file"] {
    height: 45px;
}

/* Style the file input button */
input[type="file"]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #1f2a37 !important;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

/* Ensure hover effect works */
input[type="file"]::file-selector-button:hover {
    background: #0d45a5; /* Removed !important */
}

.tooltip-inner {
    background-color: #ff6600 !important; /* Custom background color */
    color: white !important; /* Text color */
    font-weight: bold;
    font-size: 16px;
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ff6600 !important; /* Arrow color */
    font-size: 16px;
}
button.btn.edit-event {
    background: #1f2a37;
    color: #fff;
}
.d-content h4 a {
    color: #000;
    font-size: 35px;
}
.bfont p a {
    color: #000;
    text-decoration: underline;
}
.modal-header,
.modal-footer {
    border: none;
}
label.form-check-label {
    text-transform: initial;
    font-size: 16px;
}
.fmenu button {
    font-size: 26px;
}
.accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-nav ul.dropdown-menu {
    margin: 0 !important;
    padding: 0;
}
small.support-text {
    font-family: "Inter";
    font-size: 12px;
    text-transform: initial;
}

.page-link {
    color: #1f2a37 !important;
}
.active > .page-link,
.page-link.active {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #1f2a37 !important;
    border-color: #1f2a37 !important;
}
.event-table th {
    padding: 15px 10px;
}

.d-content h4 a {
    display: inline-block;
    max-width: 300px; /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

/* Paragraph Text Restriction - Multi-line Ellipsis */
.d-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%; /* Adjust as needed */
    position: relative;
}

/* Tooltip Styling for Heading and Paragraph */
.d-content h4 a:hover::after,
.d-content p:hover::after {
    content: attr(data-tooltip); /* Get text from the data-tooltip attribute */
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: normal;
    max-width: 400px; /* Adjust tooltip width */
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ffffff00;
}
.menubuttons {
    margin-top: 50px;
}
label span.text-danger {
    font-size: 20px;
}
.socialicons img {
    width: 30px;
}
.socialicons a.nav-link {
    padding: 10px 5px 10px 15px !important;
}
.socialmenu img {
    width: 40px;
}
.socialmenu a.nav-link {
    padding: 10px 15px !important;
}
.whitebtn a {
    color: #000;
}


/******media starts******/

@media (min-width: 320px) and (max-width: 767px) {
    .bannercaption h2 {
        font-size: 40px;
        font-weight: 900;
    }

    .menu__box {
        text-align: left;
    }

    .hamburger-menu {
        position: absolute;
        z-index: 9999;
        width: 100%;
        height: auto;
        display: block;
    }

    .whitebtn.w-25 {
        width: 50% !important;
    }

    .socialmenu {
        position: absolute;
        width: 100%;
        bottom: 15px;
        display: flex;
        justify-content: center;
    }

    .socialmenu i {
        color: #fff;
        font-size: 40px;
        margin: 5px 15px;
    }
    button.navbar-toggler.collapsed {
        display: none;
    }
    .order-section {
        background-position: 35% center;
    }
    .c-content {
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
    }
    .c-content p {
        visibility: visible;
        opacity: 1;
        font-weight: 600 !important;
        transition: none!important;
        font-family: "Inter"!important;
    }
    .c-content:hover p {
        font-weight: 600 !important;
    }
    .menubuttons {
        margin-top: 100px;
    }
    .accordion-section {
        background: url(../images/reservation-banner-new.jpg) no-repeat top center;
        background-size: cover;
        min-height: 100vh;
        background-position: center;
        background-attachment: fixed;
    }
}

@media only screen and (max-width: 400px) {
    .bannercaption h2 {
        font-size: 35px;
        font-weight: 900;
    }
}
