@charset "UTF-8";

/*
* Author: Mastering-Web
*/

/* ==========================================================================
   Table of Contents
   ==========================================================================
   1. Import Section
   2. Base Styles
   3. Layout
   4. Components
   5. Utilities
   6. Responsive Design
   ==========================================================================
*/

/* ==========================================================================
/* 01. Import Section
   ========================================================================== */

@font-face {
  font-family : "Outfit";
  src : url("../font-styles/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight : 100 900;
  font-style : normal;
}

/* ==========================================================================
/* 02. Base Styles
   ========================================================================== */

/* Global styles */
* {
  font-family: "Outfit", sans-serif;
  outline: none;
}

/* Reset styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

footer {
  margin: 0;
  border: 0;
}

p:not(.font-size-small):not(.font-size-medium):not(.font-size-large),
span:not(.font-size-small):not(.font-size-medium):not(.font-size-large),
a:not(.font-size-small):not(.font-size-medium):not(.font-size-large),
label:not(.font-size-small):not(.font-size-medium):not(.font-size-large) {
  font-size: 1rem;
}

.font-size-small {
  font-size: 0.95rem;
}

.font-size-medium {
  font-size: 1rem;
}

.font-size-large {
  font-size: 1.15rem;
}

/* Base Important Styles */
h3 {
  padding: 0 !important;
}

.row {
  margin: 0;
}

/* Typography */
.intro-container h1 {
  font-size: calc(3.0rem + 3.8vw);
}

.intro-container h2 {
  font-size: calc(1.375rem + 1.5vw);
}

.intro-container p,
.intro-paragraph {
  font-size: 1rem;
}

/* ==========================================================================
/* 02. Layout
   ========================================================================== */

/* Grid system */
.keyword-container {
  width: 100%;
}

.keyword-container button {
  margin-top: 0.25rem !important;
}

/* Intro Container */
.intro-container {
  width: 100%;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-container .specification,
.intro-container .info-container {
  margin-top: 18px;
}

.intro-container p {
  margin-top: 10px;
}

.intro-container button,
.intro-container .btn-custom {
  margin-top: 18px;
}

/* Sections */
.section {
  width: 100%;
}

.section .heading-info {
  margin-top: 10px;
}
.heading-info .fa-solid {
  font-size: 17px;
  vertical-align: middle;
}

.section .heading-container {
  margin-bottom: 30px;
}

.section .heading {
  margin-bottom: 40px;
}

.section .m-container {
  margin-top: 30px;
}

.section-100h {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.section-75 {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
}

.mini-section {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Comment Section */
.comment-section {
  width: 100%;
  margin-top: 3rem;
}

.directions-modal-body {
  text-align: center;
}

.directions-icon-container {
  display: flex;              
  justify-content: center;    
  align-items: center;      
  border-radius: 50%;
  height: 85px;
  width: 85px;
  padding: 10px;
  margin: 20px auto;          
}

.directions-icon-container i {
  font-size: 35px;
}

.directions-modal-body h2,
.directions-modal-body p,
.directions-modal-body .btn-custom {
  margin-bottom: 15px;
}

/* Comment Container */
.comment-section .comment-container {
  margin-top: 1.5rem;
}

/* List Items in Comment Section */
.comment-section li {
  margin-top: 2rem;
}

.intro-reservation {
  border-radius: 30px 0 30px 0;
  backdrop-filter: brightness(140%) blur(20px);
  text-align: left;
}

.intro-reservation form {
  margin-top: 20px;
}

.intro-reservation input,
.intro-reservation select {
  background: none !important;
  box-shadow: none !important;
}

.intro-reservation input::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the icon color to make it visible */
}

/* Contact Info Container */

.contact-info-container .heading-side {
  margin-top: 30px;
  margin-bottom: 30px;
  height: fit-content;
}

.contact-info-container .info-side {
  display: block;
}

.contact-info-container .info-side ul {
  margin-top: 10px;
  list-style: none;
}

.contact-info-container .heading-side .heading {
  margin: 0%;
}

.menu-item-names {
  width: 100%;
  text-align: center;
  position: sticky;
  top: 0%;
  z-index: 1;
}

.search-menu-toggler-button {
  display: none;
}

/* Dark Dining Background */
.bg-dark-dining {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/primary-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Home first Page Intro Background*/
.first-home-page .home-intro-bg {
  background-image: linear-gradient(#000000b0, #000000a6), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/primary-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Order List Page Background*/
.order-list-page {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/chefs-table.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}

/* Reservation Page Background*/
.reservation-page {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/reserve-a-table.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Dashboard Page Background*/
.dashboard-page {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/chefs-table.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Favorite List Page Background*/
.favorite-list-page {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/chefs-table.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}

/* About Page Intro Background*/
.about-page .intro-section {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/dining.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Profile Page Background*/
.profile-page {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/chefs-table.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}

.profile-page .setting-container {
  border: 1px solid #e3e3e3;
}

/* Error 404 Page Background*/
.error-404 {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/chefs-table.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}

.error-404 h1 {
  font-size: 10rem;
}

/* Contact Page Background*/
.contact-page {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/chefs-table.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}

/* Registration Page Sign-Up Image */
.registration-page .sign-up-image {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/outdoor.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Blog Item Page Intro Section */
.blog-item-page .intro-section-bg {
  background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/dining.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Overflow Containers */
.table-container,
.item-list-container {
  overflow-y: auto;
}

/* Table Container Heights */
.table-container {
  max-height: 206px;
  min-height: 134px;
}

.item-list-container {
  max-height: 336px;
  min-height: 134px;
}

/* Table Layout */
.table {
  width: 100%;
  overflow: hidden;
  margin: 0;
  border-collapse: collapse;
}

/* Sticky Table Header */
.menu-page .table thead th,
.bucket-page .table thead th {
  position: sticky;
  top: 0;
  background: #343a40;
  color: #fff;
  z-index: 1;
}

/* Table Cell Styling */
.table th {
  background: unset;
  color: inherit;
}

.table th,
.table td {
  background: unset;
  color: inherit;
  text-align: left;
}

.table tr {
  margin: 0;
}

/* Table Responsive Status */
.table-responsive .status {
  text-align: center !important;
}

/* Badge Styling */
.table-responsive .badge {
  min-width: 78px;
}

.badge {
  font-size: small !important;
}

/* Table Item Name */
.table-item-name {
  font-size: 10pt;
  vertical-align: middle;
}

.blog-card {
  width: 100%;
}

.blog-card,
.post-meta-info-container {
  font-size: small;
}

.blog-card .image {
  width: 100%;
}

.blog-card .info-container {
  margin-top: 15px;
}

.blog-card .heading,
.blog-card .desc,
.blog-card .btn-custom {
  margin-top: 8px;
}

.blog-card .heading {
  margin-bottom: 0 !important;
}

.blog-card .info-desc {
  font-size: 0.95rem;
}

.blog-item-desc-container {
  width: 100%;
}

.blog-item-desc-container .image {
  width: 100%;
}

.blog-item-desc-container .heading {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.blog-item-desc-container .info-container {
  margin-top: 15px;
}
.blog-item-desc-container .desc {
  margin-top: 10px;
}

/* Related Content */
.related-content {
  width: 100%;
}

.related-content .widgets {
  width: 100%;
}

.widgets .desc,
.widgets li,
.widgets .keyword-container,
.widgets .social-icons-container {
  margin-top: 10px !important;
}

.widgets li {
  display: flex;
}

.proceed-payment {
  width: fit-content;
}

/* Footer */
footer {
  width: 100%;
}

footer .link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

footer .logo {
  width: 230px;
}

footer ol,
footer p {
  margin-top: 8px;
}

footer .subscription-container {
  margin-top: 15px;
}

footer .footer-logo-flex-container {
  display: flex;
  height: 100%;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.upper-footer {
  border-bottom: 1px solid;
  margin: 0;
}

.bottom-footer {
  border-top: 1px solid;
}

.footer-dark .logo-for-bg-dark {
  display: block !important;
}

.footer-dark .logo-for-bg-transpernet {
  display: none;
}

.footer-social-media-icon-container {
  display: flex;
  vertical-align: middle;
  height: 100%;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.footer-section ol {
  list-style: none;
}

.footer-light .logo-for-bg-light {
  display: block !important;
}

.footer-light .logo-for-bg-transpernet {
  display: none;
}




footer .social-icon-container .icon {
  width: 28px;
  height: 23px;
}

/* ==========================================================================
/* 02. Components
   ========================================================================== */

/* General Select Styles */
.form-select-wrapper {
  position: relative;
  display: inline-block;
  height: fit-content;
  width: 100%;
 
}

.select-custom {
  position: relative;
  cursor: pointer;
  background-color: inherit;
}

.select-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.375rem 0.75rem;
  background: none;
  transition: box-shadow 0.1s ease-in, background-color 0.1s ease-in;
  height: 48px;
}

.select-text,
.select-icon {
  color: inherit;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.select-display .fa-solid {
  vertical-align: middle;
  font-size: 12px;
}

.select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: inherit;
  color: inherit;
  z-index: 10;
}

.live-search .select-dropdown {
  border-top: none !important;
}

.input-group:not(.full-border) {
  border-left: none !important;
  border-right: none !important;
}



.default-color {
  background-color: inherit;
  color: inherit;
}

.select-options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select-option {
  padding: 0.575rem 0.75rem;
  cursor: pointer;
  justify-content: space-between;
  transition: background-color 0.2s ease;
}

.select-option:hover {
  background-color: rgba(0, 129, 209, 0.1);
}

.select-custom.open .select-dropdown {
  display: block;
}

/* Box shadow for select elements */
.select-box-shadow {
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

/* Apply box-shadow on focus */
.select-box-shadow:focus {
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.12);
}

/* Remove default browser outline */
.select:focus {
  outline: none;
}

.select-bg-none {
  background: none;
}

.select-bg-none .select-icon,
.select-bg-none .select-text {
  color: inherit;
}

.custom-tooltip {
  opacity: 100% !important;
}

.custom-tooltip .tooltip-inner {
  opacity: 100% !important;
}

/* General styles for all custom inputs (checkbox, radio, switch) */
.custom-input {
  width: 22px;
  height: 22px;
  margin: 0;
  box-shadow: none !important;
  background-color: #ffffff;
  cursor: pointer;
}

/* Adjust spacing between input and label */
.form-check-input {
  margin-right: 7px; /* Adjust as needed */
}

/* Radio button specific styles */
.custom-radio {
  border-radius: 50% !important; /* Make it circular */
}

/* Switch specific styles */
.custom-switch {
  width: 42px;
  height: 22px;
  border-radius: 11px !important;
  position: relative;
  appearance: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-switch:checked::before {
  transform: translateX(20px);
}
.custom-list {
  list-style-type: none;
  padding-left: 0;
}

.custom-list .custom-item {
  margin: 10px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.custom-list .custom-item i,
.custom-list .custom-item img {
  margin-right: 10px; /* Space between icon and text */
  vertical-align: middle;
  font-size: 17px;
  width: 17px;
  text-align: center;
}

sup {
  font-size: 0.75em;
  color: rgb(230, 138, 0);
}

sub {
  font-size: 0.75em;
  color: rgb(0, 140, 169);
}

del {
  text-decoration: line-through;
  color: rgb(169, 0, 0);
}

mark.highlight {
  padding: 0.2em 0.6em;
}

dfn {
  font-style: italic;
  border-bottom: 1px dashed #6c3483;
  cursor: help;
}

strong {
  font-weight: bold;
}

code {
  font-family: "Courier New", Courier, monospace;
  background-color: #f4f4f4;
  padding: 0.2em 0.4em;
}

abbr[title] {
  border-bottom: 1px dotted #000;
  text-decoration: none;
  cursor: help;
}

.keywords-input-container {
  width: 100%;
}

.keywords-input-container .keywords-input .add-button {
  margin: 0px;
  border: none;
}

.keywords-input-container .Keywords {
  display: flex; /* Enable flexbox */
  flex-wrap: wrap; /* Allow wrapping to the next line */
  gap: 0;
  margin-top: 10px;
  width: 100%;
}

.keywords-input-container .keyword-btn {
  margin-top: 3px;
}

/* Optional: Add custom spacing */
.keyword-btn:not(:last-child) {
  margin-right: 3px; /* Add custom margin if needed */
}

.alert {
  --bs-alert-border-radius: 3px;
}

.block-element {
  width: 100%;
  overflow: hidden;
}

.shadowed-element {
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}


.block-element .accordion-item:first-of-type,
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.block-element .accordion-item:last-of-type,
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type > .accordion-collapse {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.accordion-item {
  background: unset;
}

.accordion-button {
  transition: background-color 0.5s ease, color 0.5s ease;
  background-color: inherit;
}

.accordion-button:not(.collapsed) {
  background: unset;
  font-weight: 700;
}
.accordion-collapse {
  overflow: hidden;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.1rem;
  outline: none;
}

.dark .accordion-button::after {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
}



.light .accordion-button::after {
  filter: invert(0) sepia(1) saturate(5) hue-rotate(0deg);
}

/* Navigation */
/* Upper Navigation */
.upr_Nav {
  justify-content: space-between;
  display: flex;
  background: #111;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  width: 100%;
}

.upr_Nav .location,
.upr_Nav .icons-n-phone-container {
  margin: auto 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.upr_Nav .icons-n-phone-container {
  display: flex !important;
}

.icons-n-phone-container .phone-icon-num {
  height: fit-content;
  margin: auto;
}

.phone-icon-num .fa-solid,
.location .fa-solid {
  vertical-align: middle;
}

.upr_Nav .upper-nav-text {
  font-size: 11pt;
  vertical-align: middle;
  margin-left: 6px;
  text-decoration: none;
}

/* Main Navigation */
#navbar {
  transition: background-color 0.4s ease-in, color 0.4s ease-in, top 0.4s ease-in, position 0.4s ease-in;
}

.nav-shadow {
  box-shadow: 0 4px 6px rgb(0 0 0 / 4%);
}

.main-navbar {
  background-color: var(--navbar-bg) !important;
  color: var(--navbar-color) !important;
  width: 100%;
  z-index: 99;
}

.main-navbar .navbar-toggler {
  text-decoration: none;
  outline: 0;
  color: var(--navbar-color) !important;
  border: none;
  padding-left: 0%;
  box-shadow: none;
}

.main-navbar .row {
  width: 100%;
  justify-content: space-between;
}

.main-navbar .toggler-button-container {
  display: none;
  padding-left: 0;
}

.main-navbar .nav-account-container {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}

.nav-logo-container {
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  display: flex;
}

.nav-menu-container .navbar-collapse {
  justify-content: center;
  height: 100%;
}

.navbar-collapse .navbar-nav {
  margin: auto;
}

.main-navbar .nav-link {
  color: var(--navbar-color) !important;
}

.nav-logo-dark,
.nav-logo-light,
.nav-logo-transparent {
  display: none;
  width: 100%;
  max-width: 191px;
}

.navbar-light .nav-logo-dark,
.navbar-dark .nav-logo-light,
.navbar-transparent .nav-logo-transparent {
  display: block;
}

.offcanvas-body .nav-item .nav-link {
  padding: 10px 12px;
}
.offcanvas-body .dropdown-menu {
  width: 100%;
}

/* User Profile Button */
.user-profile-button {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  overflow: hidden;
  height: 37px;
  width: 37px;
  border: 2px solid rgb(0, 122, 19);
}


.profile-image-wrapper {
  height: 145px;
  width: 145px;
}

.profile-image-wrapper .profile-image {
  height: 100%;
  width: 100%;
}

.offcanvas .heading-icon {
  width: 28px;
  vertical-align: middle;
  font-size: 22px;
}
/* User Profile Menu List */
.list-wrapper {
  width: 70%;
}

.list-wrapper .styled-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-wrapper .list-item {
  padding: 10px;
  position: relative;
  border: 1px solid #f1f1f1;
}

.list-wrapper .list-item a {
  text-decoration: none;
  color: #1d1d1d;
  display: block;
}

.list-wrapper .list-item:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
}

/* Image Description Container */
.image-description-container .description-side {
  margin-top: 30px;
  margin-bottom: 30px;
}

.description-side h2,
.description-side p {
  padding: 0 !important;
}

.description-side p {
  margin-top: 10px;
}

.description-side .list {
  list-style: none;
  margin-top: 10px;
}

.description-side button,
.description-side .btn-custom {
  margin-top: 18px;
}

.image-description-container .image-side {
  position: relative;
  border-radius: 35px 0;
  width: 100%;
  min-height: 320px;
  height: 100%;
  overflow: hidden;
}

.image-description-container .map-side {
  position: relative;
  border-radius: 35px 0;
  width: 100%;
  min-height: 320px;
  height: 100%;
  overflow: hidden;
}

.image-description-container #map {
  height: 100%;
  width: 100%;
  z-index: 1;
}

.image-side .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Section Image Container */
.section-image-container-outdoor,
.section-image-container-indoor {
  border-radius: 35px 0;
  min-height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-image-container-outdoor {
  background-image: url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/outdoor.jpg);
}

.section-image-container-indoor {
  background-image: url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/indoor.jpg);
}
.info-container {
  display: flex;
}

.post-meta-info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-meta-info-item:not(:last-child) {
  margin-right: 15px;
}

.post-meta-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.post-meta-info-item span {
  white-space: nowrap;
}
.post-meta-info-item i {
  font-size: 17px;
  vertical-align: middle;
}

.recent-post-img-container {
  position: relative;
  height: 52px;
  width: 52px;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
}

.recent-post-img-container .image {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Schedule */
.schedule-container {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mini-section .schedule {
  margin-top: 10px;
}

.schedule .day {
  text-align: start;
}

.schedule .time {
  text-align: end;
}

/* Fit Content */
.fit-content-width {
  width: fit-content;
}

.fit-content-height {
  height: fit-content;
}

.fit-content {
  width: fit-content;
  height: fit-content;
}

/* Services Container */
.services-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.services-container .services {
  width: 100%;
}

.services .services-item {
  width: fit-content;
  padding: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-item .icon-container {
  display: block;
  margin-right: 10px;
}

.services-item .fa-solid {
  vertical-align: middle;
  font-size: 21px;
}

.jumbotron-empty-bucket-container {
  width: 50%;
  margin: auto;
  min-width: 300px;
}

/* Navigation Pills Button Tab */
.nav-pills .btn-tab {
  padding: 15px 20px;
  margin: 10px;
  font-size: 16px;
  font-weight: 700;
  margin: auto;
  border: none;
  cursor: pointer;
  flex: 1;
  text-align: center;
  min-width: fit-content;
}

/* Navigation Pills Container */
.menu-page .nav-pills-container {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.menu-page .nav-pills {
  display: inline-flex;
  width: max-content;
  white-space: nowrap;
}

/* MultiCarousel Component */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
  display: flex;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
  flex: 1 1 calc(33.333% - 20px);
  overflow: hidden;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  transition: 0.5s;
  padding: 9px;
  position: absolute;
  line-height: 0;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

/* blog items */
.comment-container {
  padding: 0;
  list-style: none;
}

.comment-container li {
  display: flex;
}

.comment-container .profile-image  {
  border-radius: 50%;
}

.profile-image {
  margin-right: 0.5rem;
  height: 64px;
}

.media-body {
  flex: 1;
}

.comment-author {
  font-size: 1rem;
}

.comment-meta {
  display: flex;
  justify-content: space-between;
  font-size: small;
  width: fit-content;
}

.comment-date {
  flex: 1;
}

.reply-link {
  padding-left: 0.5rem;
}

.text-link {
  text-decoration: none;
  font-size: small !important;
}

/* Newsletter Subscription Container */
.search-menu,
.subscription-container,
.reply-form-container,
.comment-form-container {
  width: 100%;
  display: flex;
  align-items: center; /* align items vertically */
  padding: 0.25rem !important;
  background: none;
  color: #fff;
}

.search-menu-itmes-border {
  border-left: 2px solid;
}

.search-menu .row .search-menu-itmes {
  padding: 0;
}

/* Subscription Email Input */
.subscription-email-input,
.reply-input,
.comment-input {
  background: none !important;
  border: 0;
  color: #fff;
  flex: 1;
}

/* Subscription Button */
.subscription-button {
  height: 49px;
}

/* Custom Button */
.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  user-select: none;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  outline: none !important;
  border: 1px solid transparent; /* Default border */
}

/* Icon styling */
.btn-custom-icon {
  display: inline-flex;
  align-items: center;
}

.btn-custom .btn-icon {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  vertical-align: middle;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn .fa-solid {
  vertical-align: middle;
  font-size: 21px;
}

/* Sliding effect */
.btn-custom-sliding .btn-icon {
  width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-20px);
}

.btn-custom-sliding:hover .btn-icon {
  display: inline-block;
  width: auto;
  opacity: 1;
  transform: translateX(0);
}

.btn-custom-sliding:hover .btn-text {
  margin-right: 0.5rem;
}

/* Button size classes */
.btn-small {
  padding: 0.25rem 0.5rem;
  font-size: 0.95rem;
}

.btn-medium {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}

.btn-large {
  padding: 0.5rem 1rem;
  font-size: 1.15rem;
}

/* Adjust icon sizes for different button sizes */
.btn-small .btn-icon {
  font-size: 0.8rem;
}

.btn-medium .btn-icon {
  font-size: 1.2rem;
}

.btn-large .btn-icon {
  font-size: 1.4rem; /* Adjust icon size for large buttons */
}

/* Hover and focus states */

.btn-custom-primary:hover,
.btn-custom-primary:focus,
.btn-custom-primary:active {
  box-shadow: none;
}

.btn-custom-secondary:hover,
.btn-custom-secondary:focus,
.btn-custom-secondary:active {
  box-shadow: none;
}

.btn-custom-dark:hover,
.btn-custom-dark:focus,
.btn-custom-dark:active {
  box-shadow: none;
}

.btn-custom-light:hover,
.btn-custom-light:focus,
.btn-custom-light:active {
  box-shadow: none;
}

/* Preloader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loader */
#loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader::before {
  content: "";
  border-radius: 50%;
  box-shadow: 0 0 60px #ccc;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
  position: absolute;
}

#loader .flatware-icon {
  font-size: 23px;
}

/* Spinner Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Flatware Icon */
#loader .flatware-icon {
  animation: pulse 1.5s infinite ease-in-out;
}

/* Pulse Animation */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Specification Flex */
.specification-flex {
  font-size: 18px;
  border: none;
  outline: none;
  height: 40px;
  text-align: center;
  width: 40px;
  cursor: pointer;
  padding: 6px;
}

.specification-flex .fa-solid {
  vertical-align: middle;
  text-align: center;
}

/* Specification Block */
.specification-block h6 {
  margin: 0;
}

.specification-block span {
  font-size: small;
}

/* Social Icons Container */
.social-icons-container {
  display: flex;
  vertical-align: middle;
}
.social-icons-container .social-icon-container {
  display: block;
  padding: 0.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-right: 0.25rem;
}

.social-icons-container-colorful .social-icon-container {
  color: #fff !important;
}

.social-icons-container-colorful .social-icon-container:nth-child(1) {
  background-color: #3b5998; /* Facebook */
}

.social-icons-container-colorful .social-icon-container:nth-child(2) {
  background-color: #1da1f2; /* Twitter */
}

.social-icons-container-colorful .social-icon-container:nth-child(3) {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); /* Instagram */
}

.social-icons-container-colorful .social-icon-container:nth-child(4) {
  background-color: #0e76a8; /* LinkedIn */
}

.social-icons-container-colorful .social-icon-container:nth-child(5) {
  background-color: #ff4500; /* Reddit */
}

/* Custom Form Select */
.custom-form-select {
  cursor: pointer;
  min-height: 60px;
  padding: 0.5rem;
  appearance: none;
  transition: all 300ms;
}

.custom-form-select option {
  padding: 15px;
}

.custom-form-select:focus {
  outline: none;
}

.custom-form-select.opened {
  max-height: 300px;
  overflow-y: scroll;
}

/* Summary Container */
.summary-container {
  width: 100%;
}

.summary-container-row {
  margin: auto;
}

.summary-container-row .summary-container-col {
  padding: 0.25rem !important;
}

.summary-box {
  text-align: center;
  width: 100%;
  padding: 1.5rem 0 !important;
}

.custom-cards .fa-solid {
  font-size: 15px;
}

.input-group-prepend .fa-solid {
  vertical-align: middle;
  font-size: 20px;
}

.fav .fa-solid {
  vertical-align: middle;
  font-size: 19px;
}

/* Primary Card */
.primary-card {
  position: relative;
  overflow: hidden;
}

.primary-card .fav {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  width: 45px;
  height: 45px;
}

.primary-card .btn-custom {
  width: fit-content;
}

/* Card Descriptions */
.card-description-center {
  padding: 1.3rem 0.5rem;
  text-align: center;
}

.card-description-left {
  padding: 1.3rem 1.1rem;
  width: 100%;
  text-align: left;
}

.card-description-right {
  padding: 1.3rem 1.1rem;
  width: 100%;
  text-align: right;
}

.card-description-small .heading {
  font-size: 1.2rem !important;
  font-weight: 500;
  margin: 0 0 3px;
}

.card-description-small .description {
  font-size: 0.95rem;
  margin-bottom: 9px;
}

.card-description-medium .heading {
  font-size: 1.2rem !important;
  font-weight: 600;
  margin: 0 0 7px;
}

.card-description-medium .description {
  font-size: 1rem;
  margin-bottom: 15px;
}

/* Card Image */
.card-image {
  width: 100%;
}

.card-image-container {
  width: 100%;
  overflow: hidden;
}

/* Secondary Card */
.secondary-card {
  overflow: hidden;
  height: 100%;
  border-radius: 30px 30px 0 0;
}

.secondary-card .social-icon-container .icon {
  width: 28px;
  height: 23px;
}

.secondary-card .card-image {
  border-radius: 30px 30px 0 0;
}

/* Tertiary Card */
.tertiary-card {
  border: 3px;
  width: 100%;
  padding-top: 1.3rem;
}

.tertiary-card .card-image-container {
  margin: auto;
  width: 50%;
  border-radius: 50%;
}

/* Card Effects */
.card-bright {
  backdrop-filter: brightness(110%) !important;
}

.card-dark {
  backdrop-filter: brightness(90%) !important;
}

.card-blur {
  backdrop-filter: blur(4px);
}

/* Border Radius Adjustments */
.no-left-radius {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.no-right-radius {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.no-top-radius {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.no-bottom-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.fixed-buttons {
  display: flex;
  position: fixed;
  z-index: 99;
  bottom: 12px;
  right: 15px;
  font-size: 18px;
}

/* Fixed button */
.fixed-button {
  border: none;
  outline: none;
  background: none;
  color: #fff !important;
  cursor: pointer;
  padding: 6px;
  transition: 0.5s;
}

#fixed_buttons {
  display: none;
}

.fixed-button .fixed-button-icon {
  height: 18pt;
  width: 24pt;
}

.social-icon-container .fa-brands {
  font-size: 24px;
  margin: 0;
  vertical-align: middle;
}

/* ==========================================================================
/*   05. Utilities
   ==========================================================================*/

#bucket-items {
  overflow-y: auto;
  max-height: 70vh;
}

.price-Tag {
  font-size: large;
  font-weight: 600;
  margin-bottom: 8px;
}

.form-container {
  overflow: hidden;
}

.btn-empty {
  border: none !important;
}

.btn-close {
  box-shadow: none !important;
}

/* Toggle More */
.toggle-more {
  text-decoration: underline;
  cursor: pointer;
}



.border-1 {
  border-width: 1px;
  border-style: solid;
}

.border-2 {
  border-width: 2px;
  border-style: solid;
}

.border-3 {
  border-width: 3px;
  border-style: solid;
}

.border-4 {
  border-width: 4px;
  border-style: solid;
}

.border-5 {
  border-width: 5px;
  border-style: solid;
}

ul.a {
  list-style-type: circle;
}

/* Form input */
.form-input {
  display: block;
  width: 100%;
  height: 49px;
  color: inherit;
  padding: 0.375rem 0.75rem;
}

.form-input:not(.border-enable) {
  border: none;
}

.form-input:not(.outline-enable) {
  outline: none;
}

.input-group > .form-input {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-box-shadow {
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.1s ease-in;
}

.input-background-none {
  background: none !important;
}

.input-box-shadow:hover {
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.12);
}

.form-input[type="file"] {
  overflow: hidden;
  padding: 0 12px;
  line-height: 2.95;
  height: auto;
}

.form-input[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-input[type="file"]:not(:disabled):not([readonly])::-webkit-file-upload-button {
  cursor: pointer;
}

.form-input[type="file"]::-webkit-file-upload-button {
  padding: 10px;
  margin: 0;
  font: inherit;
  line-height: inherit;
}

.form-input[type="file"]::file-selector-button {
  padding: 0;
  margin: 0;
  font: inherit;
  line-height: inherit;
}

.form-input[type="file"]::file-selector-button {
  cursor: pointer;
  border-width: 0;
  padding: 0 20px;
  margin: 0rem -0.75rem;
  margin-inline-end: 0.75rem;
  height: 100%;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.form-input[type="file"]:focus:not(:focus-visible) {
  outline: 0;
}
textarea.form-input {
  height: auto;
  resize: vertical;
}

/* Font Size Utilities */
.font-size-small {
  font-size: 0.95rem;
}

/* Flexbox Utility */
.d-flex {
  vertical-align: middle;
}

/* Icon Size */
.login-button-icon {
  height: 24px;
  width: 24px;
}

/* ==========================================================================
/* 06. Responsive Design
   ========================================================================== */

/* Tablet and Small Desktop Styles (max-width: 992px) */
@media screen and (max-width: 992px) {
  /* Navigation Styles */
  .upr_Nav {
    display: none !important;
  }

  .main-navbar .toggler-button-container {
    display: flex;
  }

  .main-navbar .nav-menu-container {
    display: none;
  }

  .main-navbar .nav-logo-container {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-logo-container .navbar-brand {
    margin: 0 8px;
  }

  /* Section Image Containers */
  .section-image-container-outdoor,
  .section-image-container-indoor {
    min-height: 350px;
  }

  .proceed-payment {
    width: 100%;
  }
}

/* Mobile Styles (max-width: 767.98px) */
@media screen and (max-width: 767.98px) {
  /* Registration Page Styles */
  .registration-page .input-container {
    background-image: linear-gradient(#00000080, #00000080), url(https://res.cloudinary.com/kornit/image/upload/v1749074160/epicurean_dishes/outdoor.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  .registration-page .form-container {
    background-color: #fff;
  }

  /* Table Responsive Styles */
  .table-responsive .table thead {
    display: none;
  }

  .table-responsive .status {
    text-align: end !important;
  }

  .table-responsive .table,
  .table-responsive .table tbody,
  .table-responsive .table tr,
  .table-responsive .table td {
    display: block;
    width: 100%;
  }

  .table-responsive .table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .table-responsive .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: 700;
    text-align: left;
  }

  /* Footer Styles */
  .footer-social-media-icon-container {
    border: none !important;
  }

  footer .footer-logo-flex-container {
    justify-content: center !important;
  }
}

/* Mobile Styles (max-width: 576px) */
@media screen and (max-width: 576px) {
  .post-meta-info-item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .post-meta-info-item.ms-3 {
    margin-left: 0;
  }

  .search-menu-itmes-border {
    border-left: none;
  }

  .search-menu-toggler-button {
    display: block;
  }

  .home-page .intro-container {
    text-align: left;
  }

}
