/* =============================================================================
   1. BASE / RESET
   ============================================================================= */
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.btn,
html {
    scroll-behavior: smooth;
}

.a,
.btn-link:hover {
    text-decoration: none;
}

.color-#2A2420,
a,
a:hover,
body {
    color: #000;
}

blockquote cite,
body {
    font-family: -apple-system, BlinkMacSystemFont, Poppins, sans-serif;
    font-size: 1rem;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    min-height: 100vh;
    position: relative;

}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 10%, var(--ac-bg-heavy) 0%, transparent 60%),
        radial-gradient(ellipse 60% 80% at 80% 90%, var(--ac-bg-mid) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 50% 50%, var(--ac-bg-soft) 0%, transparent 70%),
        linear-gradient(160deg,
            var(--bg-deep) 0%,
            var(--bg-darker) 40%,
            var(--bg-deep) 70%,
            var(--bg-mid) 100%);

    pointer-events: none;
    z-index: 1;
    opacity: 0.05 !important;


}

@media (min-width: 768px) {
    body {
        font-size: 1.1rem;
    }
}

body.modal-open {
    overflow: hidden;
}

.accordion-button {
    font-size: 1rem;
}

.box .form-control {
    color: var(--body-text-color);
    background: transparent;
    border-color: var(--mainColor);
}

/* Targets specific input types and the textarea */
.box input[type="text"],
.box input[type="email"],
.box input[type="tel"],
.box textarea {
    color: var(--body-text-color) !important;
    border: 1px solid var(--body-text-color) !important;
    background: transparent !important;
}

/* Specifically targets the placeholders for these types */
.box input[type="text"]::placeholder,
.box input[type="email"]::placeholder,
.box input[type="tel"]::placeholder,
.box textarea::placeholder {
    color: var(--body-text-color) !important;
    opacity: 0.8;
}

/* Targets the Captcha input specifically by its ID if needed */
.box #inputCaptcha_public19_contactPage {
    color: var(--body-text-color) !important;
    border-color: var(--body-text-color) !important;
}



a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline-width: 0;
}

button:focus {
    outline: 0;
}

blockquote {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 0;
}

blockquote p {
    display: inline-block;
    margin-bottom: 0;
}

blockquote cite {
    font-weight: 400;
    font-style: normal;
}

address {
    margin-bottom: 0;
}

::-moz-selection {
    color: #fff;
    background-color: var(--mainColor) !important;
}

::selection {
    color: #fff;
    background-color: var(--mainColor) !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    opacity: 0;
}

.skip-link {
    position: absolute;
    top: -60px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    z-index: 999999;
    border-radius: 4px;
    /* transition: top 0.3s; */
}

.skip-link:hover {
    color: white !important;
}

.skip-link:focus-visible {
    bottom: auto;
    outline: 2px solid var(--mainColor);
    color: white !important;
    top: 15px;
}

#particles-canvas {
    z-index: -1;
}



/* ── 1. ANIMATED FULL-BODY BACKGROUND ───────────────────────── */



/* Layered animated gradient mesh */



/* .particle {
  position: fixed;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 100, 30, 0.3) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
  animation: floatUp linear infinite;
}

@keyframes floatUp {
  0% {
    transform: translateY(110vh);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    transform: translateY(-20vh);
    opacity: 0;
  }
} */

/* Floating bokeh/ember orbs */
/* body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(circle 3px at 15% 25%, var(--ac-40) 0%, transparent 100%),
    radial-gradient(circle 2px at 72% 18%, var(--ac-25) 0%, transparent 100%),
    radial-gradient(circle 4px at 55% 72%, var(--ac-15) 0%, transparent 100%),
    radial-gradient(circle 2px at 88% 55%, var(--ac-25) 0%, transparent 100%),
    radial-gradient(circle 3px at 35% 85%, var(--ac-15) 0%, transparent 100%),
    radial-gradient(circle 2px at 8% 65%, var(--ac-10) 0%, transparent 100%);

  pointer-events: none;
} */






/* =============================================================================
      2. TYPOGRAPHY
      ============================================================================= */

.bk-header-vertical nav>ul>li a,
b,
fieldset label,
strong {
    font-weight: 700;
}

fieldset label {
    margin-bottom: 0.25rem;
}

.h1,
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

@media (min-width: 575px) {

    .h1,
    h1 {
        font-size: 2.8rem;
        line-height: 3.3rem;
    }
}

@media (min-width: 992px) {

    .h1,
    h1 {
        font-size: 3.5rem;
        line-height: 3.8rem;
    }
}

.h2,
h2 {
    font-size: 2.1rem;
    line-height: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {

    .h2,
    h2 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}

.h3,
h3 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {

    .h3,
    h3 {
        font-size: 1.5rem;
    }
}

.section-title,
h2.h2.mgb-2,
h2.mgb-2 {
    font-size: 35px;
    font-weight: 700;
}

h2.subtitle-bk {
    font-size: 32px;
    color: #fff !important;
    line-height: 40px;
    filter: drop-shadow(#2A2420 2px 4px 6px);
    position: relative;
    z-index: 9;
}

.bk-title {
    margin: 0;
    font-size: 48px;
    font-weight: 400;
    font-family: var(--font-primary);
    color: #ce1212;
}

.remove-font-color p,
ul.contact-bk li:last-child {
    margin-bottom: 0;
}

.remove-font-color font {
    color: inherit !important;
}

body a.remove-font-color span {
    color: #fff !important;
}


/* =============================================================================
      3. COLORS & BACKGROUNDS
      ============================================================================= */




/* =============================================================================
      4. LAYOUT & SPACING
      ============================================================================= */

.spacing {
    padding: 3rem 0;
}

@media (min-width: 768px) {
    .spacing {
        padding: 4rem 0;
    }
}

@media (min-width: 1200px) {
    .spacing {
        padding: 6em 0;
    }
}

@media (min-width: 1681px) {
    .spacing {
        padding: 7rem 0;
    }
}

.spacing-top {
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .spacing-top {
        padding-top: 4rem;
    }
}

@media (min-width: 1200px) {
    .spacing-top {
        padding-top: 6em;
    }
}

@media (min-width: 1681px) {
    .spacing-top {
        padding-top: 7rem;
    }
}

.spacing-bottom {
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .spacing-bottom {
        padding-bottom: 4rem;
    }
}

@media (min-width: 1200px) {
    .spacing-bottom {
        padding-bottom: 6em;
    }
}

@media (min-width: 1681px) {
    .spacing-bottom {
        padding-bottom: 7rem;
    }
}

@media (min-width: 1681px) {

    .container,
    .container-md {
        max-width: 1300px;
    }
}

.form-group,
.gallery .item,
.h1,
.h2,
.h3,
.p-mgb-2 p,
h1,
h2,
h3 {
    margin-bottom: 1rem;
}

@media (min-width: 575px) {
    .p-mgb-2 p {
        margin-bottom: 2rem;
    }
}

.relative {
    position: relative;
}

.d-flex-parent>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap-parent>* {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-w-100 img {
    width: 100%;
}

.w-100 {
    width: 100%;
}

.gutter-bk>div {
    padding-left: 20px;
    padding-right: 20px;
}

.gutter-bk {
    margin-left: -20px;
    margin-right: -20px;
}

.d-19-spacing {
    padding-left: 2rem !important;
}

/* .pdl-menu-page {
  margin-left: 20% !important;
} */

@media (max-width: 991px) {
    .pdl-menu-page {
        margin-left: 0 !important;
    }
}

.mgb--6 {
    margin-bottom: -6rem;
}

.opacity-0 {
    opacity: 0;
}

.menu_7_wrapper .menu-category-name {
    margin-bottom: 2rem;
}

.menu_7_wrapper .menu-category {
    margin-bottom: 1rem;
}

.menu_8_wrapper,
.menu_1_wrapper {
    padding: 0 !important;
}

.menu-category-content {
    background: white;
}

.menu_1_wrapper {
    background: transparent;
}

.menu_1_wrapper .header-bk {

    border-bottom: 1px solid color-mix(in srgb, var(--mainColor) 30%, transparent);
}

@media (min-width: 575px) {
    .menu_3_wrapper .spacing {
        padding: 00 !important;
    }
}

/* 
@media (max-width: 991px) {
  .pdl-menu-page {
    margin-left: 0 !important;
  }
} */

.mgb--6 {
    margin-bottom: -6rem;
}

.opacity-0 {
    opacity: 0;
}

.menu_4_wrapper .menu-category {
    padding: 0px !important;
}

body .location-section {
    padding-top: 0;
    padding-bottom: 0;
}

body .location-section.spacing {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
}

.location-1 .container-fluid,
.location-1 .container {
    padding: 0 !important;
}

.location-section.design1 .address-bk {
    height: auto !important;
}

@media(min-width:991px) {
    .location-1 .col-lg-4 {
        width: 50%;
    }
}

.edit-block .btn.category-btn::before,
.box .btn::before {
    display: none;
}

.location-1 .col-lg-4:last-child {
    margin-bottom: 0 !important;
}

.location-section.design1 .address-bk {
    height: 100%;
}

.edit-bk a {

    margin: auto;
}

.location-section.design1 .address-bk {
    border-radius: var(--radius);
}

.box-inner .location-section.design1 .address-bk {
    color: black !important;
}

.location-section.design1 a.btn.btn-bk {
    margin: auto;
}

.location-section .location-name,
.location-section .location-data {
    color: black !important;
}

.location-section a,
.location-section .location-data .btn {
    color: black !important;
}

.location-wrapper {
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.location-2 .location-name,
.location-2 .location-data,
.location-2 .location-data a {
    color: black !important;
}

.location-section a {
    color: black !important;
}

.location-section .location-data .btn {
    color: rgb(255, 255, 255) !important;
}

.location-section .location-data .btn {
    color: rgb(255, 255, 255) !important;
}

.location-2 .location-data ul {

    width: 100% !important;

    padding-right: 0px !important;
}

.location-2 .container-fluid {
    padding: 0 !important;
}

.location-section .container-fluid {
    padding: 0 !important;
}

.location-section .col-lg-6 {
    width: 100% !important;
    margin-bottom: 1rem !important;
}

.location-section .col-lg-6:last-child {
    margin-bottom: 0;
}

.location-2 .button-block a {
    color: black !important;
}

.location-section .location-data .btn,
.location-section .location-data .location-btn a {
    color: white !important;
}

.location-2 ul.button-block {
    padding: 16px !important;
}

.location-item-bk {
    margin-bottom: 0 !important;
}

.location-4 .location-name,
.location-4 .location-item .btn.oo-btn {
    color: white !important;
}

.location-4 .edit-block .edit-image-actions.edit-label-btn .btn {
    width: 100px;
}

.location-4 .location-item .btn.hover {
    color: #ffffff !important;
}

.location-section a.hover1 {
    color: rgb(255, 255, 255) !important;
}

.location-design-1.four.location-design-4 {
    padding-left: 0;
}

.location-design-1 .location-wrapper ul.button-block li {
    width: auto !important;
}

.location-design-1 .location-wrapper ul.button-block {
    flex-wrap: wrap !important;
}

.location-design-1.four.location-design-4 {
    padding-left: 0 !important;
}

.location-design-1 .location-wrapper ul.button-block {

    justify-content: flex-start !important;

}

.location-design-1 .location-wrapper ul.button-block li {
    margin: 10px 3px !important;
}

.location-design-1.four .location-wrapper {

    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.locationdesign-8 .location-wrapper {

    background: #f1f1f1;
    padding: 1rem;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.box .locationdesign-8 input[type="text"],
.box .locationdesign-8 input[type="email"],
.box input[type="tel"],
.box .locationdesign-8 textarea {
    color: #000000 !important;
    border: 1px solid var(--body-text-color) !important;
  
}

.box .locationdesign-8 input::placeholder,
.locationdesign-8 {
    color: #000000 !important;
}

.design-8-location-item.d-flex.flex-column.flex-md-row.justify-content-between.align-items-md-center.mgb-2 {
    flex-direction: column ! Important;
    align-items: flex-start ! Important;
}

.design-8-location-item .pdl-md-4 {
    padding-left: 0 !important;
}

.location-section a {
    color: black !important;

}

.design-8-location-item .location-address {
    margin-bottom: 1rem;
}

.location-design-1 .location-wrapper ul.button-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =============================================================================
      5. BUTTONS
      ============================================================================= */

.btn {


    appearance: none;

    outline: 0;

    display: flex;

    align-items: center;

    justify-content: center;
    position: relative;
    z-index: 0;
    text-align: center;
    background-color: var(--body-text-color);
    color: var(--mainBgColor);

    line-height: 1.1rem;
    transition: 0.4s;

    width: max-content;
    min-width: 8rem;

    padding: 0.7rem 1.5rem;
    text-transform: capitalize;
    border-radius: 8px;
    position: relative;
    overflow: hidden;

}

/* Creating the 3 lines using a repeating linear gradient */
.box .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--mainBgColor);
    /* Your default border */
    border-radius: 7px;
    z-index: -1;
    transition: opacity 0.5s ease;
    /* Transition the opacity instead */


}

/* We use ::after to hold the hover gradient */
.box .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, var(--bg-deep) 0%, var(--ac-bg-mid) 45%, var(--ac-bg-heavy) 100%);
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.5s ease;
    z-index: -1;
}

/* .btn:hover::after {
  opacity: 0.7; 
} */
.btn:active,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;

}

/* .btn path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
} */

.btn:hover path,
.white-btn path {
    fill: var(mainBgColor) !important;
}

.group-btn-row {
    display: flex;
}

.group-btn-row .btn {
    margin-right: 0.5rem;
}

.bk-banner .bk-btn svg path,
.white-btn:hover path {
    fill: #fff;
}

.btn-border,
.btn-border:active,
.btn-border:focus,
.btn-border:hover {
    background-color: #fff0;
    color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
}

.btn-light {
    background-color: #fff;
    color: var(--mainColor) !important;
    border-color: #fff;
}

.btn-light.btn-border,
.btn-light.btn-border:active,
.btn-light.btn-border:focus,
.btn-light.btn-border:hover,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    background-color: #fff0;
    color: #fff;
    border-color: #fff;
}

.btn-primary {
    background-color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
    color: #000;
}

.bk-header .right-bk .btn:hover,
.bk-header-vertical nav>ul>li.menu-item-has-children:hover>a,
.bk-header.fixed-top nav a:hover,
.btn-link,
.btn-link:hover {
    color: var(--mainColor) !important;
}

.bk-pagination a,
.btn-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
}


.btn-link {
    letter-spacing: 2px;
    padding: 0.5rem 3rem 0.5rem 0;
    position: relative;
    text-decoration: none;
}

.btn-link:hover::after {
    -webkit-animation: 2s infinite right;
    animation: 2s infinite right;
}



/* .bk-btn {
  max-width: 10rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
} */


.bk-btn .btn {
    z-index: 2;
}

.view-more {
    padding: 0.8rem 2.5rem;
}

.bk-btn svg {
    width: 19px;
    margin-left: 4px;
}

button#submit_btn {
    margin-top: 1.5rem;
}

.event-button .btn:hover {
    color: #000;
}

.event-button .btn {
    margin: 8px;
    color: #fff;
}

a.btn.btn-bk {
    position: absolute;
    left: 50%;
    bottom: -20px;
    font-size: 16px;
    background: var(--mainColor);
    padding: 10px 21px;
    border-radius: 25px;
    color: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 13px 1px rgb(0 0 0 / 0.1);
    transition: 0.3s;
}

.address-bk:hover .title-bk,
a.btn.btn-bk:hover {
    background: #000;
    color: #fff;
}

.contact-btn {
    padding: 4px 13px;
    position: relative;
    display: inline-block;
    margin: 0 4px;
    border: 1px solid var(--mainColor);
    border-radius: 16px;
    text-align: center;
    font-size: 15px;
    transition: 0.4s;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 0.2);
    color: var(--mainColor);
}

.location-btn {
    width: 50% !important;
    text-align: center !important;
}

button.edit-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    border-radius: 50%;
    border: none;
}

button.side-more.js-mob-tog {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 10px;
}

.frame-modal .frame-modal-btn {
    min-width: 100px !important;
}

.glass-btn {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.92);
    padding: 13px 34px;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    cursor: pointer;
    transition: transform 0.22s cubic-bezier(.22, .68, 0, 1.2),
        background 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.glass-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.42);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.glass-btn:active {
    transform: scale(0.98);
}


/*.btn-3d {*/

/*    font-weight: 700;*/
/*    padding: 8px 30px;*/

/*    border-radius: 14px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 9px;*/
/*    text-decoration: none;*/
/*    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);*/

/*    color: color-mix(in srgb, var(--mainColor) 30%, #fff);*/
/*    color: white;*/
/*    background: color-mix(in srgb, var(--mainColor) 45%, var(--mainBgColor));*/
/*    border: 1px solid color-mix(in srgb, var(--mainColor) 55%, transparent);*/

/*    box-shadow:*/
/*        inset 0 1px 0 color-mix(in srgb, var(--mainColor) 50%, #fff 50%),*/
/*        inset 0 -1px 0 rgba(0, 0, 0, 0.35),*/
/*        0 6px 28px color-mix(in srgb, var(--mainColor) 45%, transparent),*/
/*        0 4px 0 color-mix(in srgb, var(--mainBgColor) 80%, #000);*/

/*    transition: transform 0.15s cubic-bezier(.22, .68, 0, 1.2),*/
/*        box-shadow 0.15s ease, filter 0.15s ease;*/
/*}*/


/*.btn-3d::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 52%;*/
/*    background: color-mix(in srgb, var(--mainColor) 18%, rgba(255, 255, 255, 0.18));*/
/*    border-radius: 14px 14px 60% 60%;*/
/*    pointer-events: none;*/
/*}*/


/*.btn-3d::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    left: 15%;*/
/*    right: 15%;*/
/*    height: 26%;*/
/*    background: rgba(255, 255, 255, 0.22);*/
/*    border-radius: 50%;*/
/*    filter: blur(3px);*/
/*    pointer-events: none;*/
/*}*/

.btn-3d:hover {
    transform: translateY(-4px) rotateX(6deg);
    filter: brightness(1.14);
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, var(--mainColor) 55%, #fff 45%),
        inset 0 -1px 0 rgba(0, 0, 0, 0.35),
        0 14px 38px color-mix(in srgb, var(--mainColor) 58%, transparent),
        0 4px 0 color-mix(in srgb, var(--mainBgColor) 80%, #000);
    color: color-mix(in srgb, var(--mainBgColor) 30%, #fff);
}

.btn-3d:active {
    transform: translateY(3px) scale(0.97);
    filter: brightness(0.92);
}

/* =============================================================================
      6. HEADER
      ============================================================================= */

.bk-header,
.bk-header.fixed .header-bk {
    position: fixed;
}

.bk-header {
    background-color: #fff0;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .bk-header {
        padding: 2rem 0;
    }
}

.bk-header a {
    -webkit-transition: 0.4s;
    text-transform: capitalize;
}

.bk-header nav a {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
}

.bk-header nav a:hover {
    opacity: 0.8 !important;
}

.bk-header nav a * {
    font-size: 16px !important;
}

.bk-header nav .current_page_item a {
    color: var(--mainBgColor) !important;
}

.bk-header nav .current_page_item a:after {
    -webkit-filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%) !important;
    filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%) !important;
}

.bk-header nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bk-header nav>ul>li {
    margin: 0;
    padding: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bk-header a:not(.btn):not(.obj):not(.button)::after {
    display: none;
}

.bk-header .logo-bk a {
    display: block;
}

.bk-header .logo-bk {
    padding-right: 1.8rem;
}

@media (max-width: 1680px) {
    .bk-header .logo-bk {
        padding-right: 1rem;
    }
}

.bk-header .logo-bk img {
    width: auto;
    height: 4rem;
}

@media (min-width: 575px) {
    .bk-header .logo-bk img {
        height: 5rem;
    }
}

.bk-header .right-bk {
    margin-left: auto;
}

@media (max-width: 1199px) {
    .bk-header .right-bk {
        margin-left: auto;
    }
}

.bk-header .right-bk ul {
    margin-bottom: 0;
    padding-left: 0;
}

.bk-header .right-bk ul li {
    padding-left: 1.8rem;
}

@media (max-width: 574px) {
    .bk-header .right-bk ul li {
        padding-left: 1.2rem;
    }
}

.bk-header button svg {
    width: 19px;
    height: auto;
    display: block;
}

.bk-header rect {
    fill: var(--mainColor);
}

.bk-header svg path {
    fill: var(--footerColor);
}

.bk-header li.menu-item-has-children ul.sub-menu li a::after {
    display: none;
}

.bk-header li.menu-item-has-children ul.sub-menu li:hover {
    background-color: var(--mainBgColor);
}

.bk-header li.menu-item-has-children ul.sub-menu li:hover>a {
    color: #fff;
}

.bk-header li.menu-item-has-children ul.sub-menu li:hover>ul {
    display: block;
}

.bk-header li.menu-item-has-children ul.sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0.25rem 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.bk-header li.menu-item-has-children ul.sub-menu li a {
    color: var(--mainBgColor);
    display: block;
    padding: 0.5rem 1rem;
    text-transform: none;
}

.bk-header li.menu-item-has-children ul.sub-menu li ul {
    display: none;
    min-width: 12rem;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    background-color: #fff;
    -webkit-box-shadow: 0 0.15rem 0.25rem rgb(0 0 0 / 0.1);
    box-shadow: 0 0.15rem 0.25rem rgb(0 0 0 / 0.1);
}

/* Fixed / Sticky header */
.bk-header.fixed-top nav>ul>li {
    padding: 2rem 1.5rem;
}

.bk-header.fixed-top nav ul li.menu-item-has-children>a:after {
    -webkit-filter: invert(128%) sepia(37%) saturate(0%) hue-rotate(54deg) brightness(91%) contrast(103%);
    filter: invert(128%) sepia(37%) saturate(0%) hue-rotate(54deg) brightness(91%) contrast(103%);
}

.bk-header.fixed-top nav ul li.menu-item-has-children:hover a:after {
    -webkit-filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
    filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
}

.bk-header.fixed-top nav a {
    color: #fff;
}

.bk-header.fixed-top nav a:hover {
    color: var(--mainColor) !important;
}

.bk-header.fixed-top .bk-mail a {
    color: #000;
}

.bk-header.fixed-top .bk-mail a path {
    fill: #000;
}

.bk-header.fixed-top .bk-mail a:hover {
    color: var(--mainBgColor);
}

.bk-header.fixed-top .bk-mob-tog {
    color: #000;
}

.bk-header.fixed-top .obj2 {
    display: block !important;
}

.bk-header.fixed-top .obj {
    display: none;
}

.bk-header.fixed-top .bk-btn:before {
    display: none;
}

.bk-header.fixed-top .logo-bk img {
    height: 3rem;
}

@media (min-width: 575px) {
    .bk-header.fixed-top .logo-bk img {
        height: 4rem;
    }
}

.bk-header.fixed-top .bk-btn .btn:hover path {
    fill: var(--mainBgColor);
}

@media (max-width: 574px) {
    .bk-header.fixed-top .bk-btn .btn path {
        fill: #000;
    }

    .bk-header.fixed-top .bk-btn .btn:hover path {
        fill: var(--mainBgColor);
    }

    .bk-header .bk-btn .btn {
        background-color: #fff0;
        min-width: auto;
        padding: 0;
        border: none;
    }

    .bk-header .bk-btn:before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .bk-header.active {
        left: 0;
    }
}

.bk-header .obj2 {
    display: none !important;
}

/* Vertical header */
.bk-header-vertical {
    /* position: fixed;
     top: 0;
     left: 0; */
    z-index: 99;
    background: 0 0;
    width: 340px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
}

.bk-header-vertical:before {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--mainColor);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
    z-index: -1;
}

.bk-header-vertical nav {
    width: 100%;
    height: 300px;
    overflow: scroll;
}

.bk-header-vertical nav>ul {
    padding: 32px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.bk-header-vertical nav>ul>li {
    margin-bottom: 1.5rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: 100%;
}

.bk-header-vertical nav>ul>li:before {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 1px;
    content: "";
    background: #826a4542;
}

.bk-header-vertical nav>ul>li.menu-item-has-children>a:after {
    display: inline-block !important;
    width: 0.9rem;
    vertical-align: 2px;
    margin-left: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.bk-header-vertical nav>ul>li.menu-item-has-children:hover>a {
    color: var(--mainColor) !important;
}

.bk-header-vertical nav>ul>li.menu-item-has-children:hover>a:after {
    -webkit-filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
    filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
}

.bk-header-vertical nav>ul>li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.bk-header-vertical nav>ul>li.menu-item-has-children:hover ul.sub-menu li a {
    display: block;
    padding: 4px;
    text-align: center;
    border-bottom: 1px solid #eae7e7;
}

.bk-header-vertical nav>ul>li.menu-item-has-children:hover ul.sub-menu li:last-child a {
    border-bottom: 0;
}

.bk-header-vertical .logo-bk {
    width: 140px !important;
    padding: 16px;
    border-radius: 50%;
    height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk-header-vertical .btn {
    border-color: #fff !important;
}

.bk-header-vertical ul.bk-social li a i {
    font-size: 20px;
    color: #fff;
}

.bk-header-vertical li.menu-item-has-children ul.sub-menu {
    display: none;
    white-space: nowrap;
    min-width: 14rem;
    margin: 0;
    padding: 0.25rem 0;
    list-style: none;
    text-align: left;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: 0 0.15rem 0.25rem rgb(0 0 0 / 0.1);
    box-shadow: 0 0.15rem 0.25rem rgb(0 0 0 / 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-animation: 0.2s slide;
    animation: 0.2s slide;
    z-index: 99;
}

.bk-header-vertical nav>ul>li a {
    font-weight: 700;
}

@media (max-width: 991px) {
    .bk-header-vertical.fixed-top {
        position: fixed;
        width: 100%;
        background-color: var(--mainBgColor);
        -webkit-animation: 0.7s ease-in-out 0.1s both stickyhead;
        animation: 0.7s ease-in-out 0.1s both stickyhead;
        z-index: 999;
        -webkit-box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 0.2);
        box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 0.2);
        padding: 1rem;
    }

    .bk-header-vertical.fixed-top .logo-bk {
        width: 80px !important;
    }

    .bk-header-vertical .logo-bk {
        width: 90px !important;
        background: 0 0;
        padding: 0;
        border-radius: 0;
        height: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bk-header-vertical {
        padding: 16px;
        position: relative;
        width: 100%;
        flex-direction: row;
        height: auto;
    }
}

@media (max-width: 560px) {
    .bk-header-vertical .logo-bk {
        width: 150px !important;
    }
}

/* Mail link */
.bk-mail {
    padding: 0 0 0 1.2rem;
    margin-right: 1rem;
}

@media (min-width: 575px) {
    .bk-mail {
        padding: 0 1.8rem 0 1.2rem;
    }
}

@media (min-width: 768px) {
    .bk-mail {
        padding: 0 2.4rem 0 1.2rem;
    }
}

.bk-mail a {
    color: #fff;
    text-transform: lowercase;
}

.bk-mail a:hover {
    color: var(--mainBgColor);
}

/* .bk-mail a path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
} */

.bk-header.fixed-top .bk-mail a:hover path,
.bk-mail a:hover path {
    fill: var(--mainBgColor);
}


/* ── TOPBAR ── */


.topbar {

    color: var(--body-text-color);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    padding: 12px 24px;
    text-align: center;
    position: relative;
    z-index: 9;
    justify-content: space-between;
}

@media(max-width:1199px) {
    .topbar {
        position: sticky;
        top: 0;
        z-index: 10;
        width: 100%;
    }
}

.topbar span:first-child {
    margin-left: 0;
}

/* .topbar:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(145deg, var(--bg-deep) 0%, var(--ac-bg-mid) 45%, var(--ac-bg-heavy) 100%);
  box-shadow: var(--box-shadow);
  opacity: var(--outer-opacity);
  z-index: -1;
} */

@media(max-width:1199px) {
    .topbar {

        justify-content: space-between;

    }

    .topbar .ms-2 {
        display: none;
    }

}

.topbar span {
    margin-left: 18px;
}

@media(max-width:560px) {
    .topbar span {
        margin-left: 0;
        display: block;
    }
}

.topbar a {
    color: var(--body-text-color);
    white-space: nowrap;
}

.topbar i {
    color: var(--gold-light);

}


.topbar {
    display: flex;
    justify-content: center;


}

@media(max-width:1199px) {
    .topbar {
        justify-content: space-between;
    }
}


.topbar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.icon-trigger {
    cursor: pointer;
    color: var(--mainColor);
    font-size: 1.1rem;
}

.content-text {
    white-space: nowrap;
}

/* Responsive Logic */
@media (max-width: 767px) {
    .content-text {
        display: none;
        /* Hide text by default */
        animation: slideInRight 0.3s ease forwards;
    }

    .topbar {

        justify-content: space-between;
    }

    .topbar-item.active .content-text {
        display: inline-block;
        /* Show only when active */
    }

    .topbar-item.active {
        background: rgba(0, 0, 0, 0.05);
        padding: 5px 10px;
        border-radius: 20px;
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* General Styling */
.btn-icon {
    color: var(--body-text-color);
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform 0.2s;
}

.btn-icon:hover {
    transform: scale(1.1);
}


button.bk-mob-tog.js-mob-tog.btn-3d {
    padding: 7px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: none;
}

@media(max-width:1199px) {
    button.bk-mob-tog.js-mob-tog.btn-3d {
        display: flex;
    }
}

@media(max-width:1199px) {
    .order-online-btn {
        display: none;
    }
}

/* =============================================================================
      7. MOBILE NAVIGATION
      ============================================================================= */
/* 
.bk-mob-tog {
  position: relative;
  height: 3rem;
  margin-left: 0.8rem;
  padding: 0 0 0 2rem;
  outline: 0 !important;
  color: #fff;
  background-color: #fff0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
} */

/* @media (min-width: 575px) {
  .bk-mob-tog {
    margin-left: 1rem;
    padding-left: 2rem;
  }
} */

.bk-mob-tog.active .bk-burger-menu::before {
    -webkit-transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
    transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
}

.bk-mob-tog.active .bk-burger-menu::after {
    -webkit-transform: translate(-50%, -50%) translateY(0) rotate(45deg);
    transform: translate(-50%, -50%) translateY(0) rotate(45deg);
}

.bk-mob-tog .bk-burger-menu {
    width: 2.2rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bk-mob-tog .bk-burger-menu::after,
.bk-mob-tog .bk-burger-menu::before {
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.bk-mob-tog .bk-burger-menu::before {
    -webkit-transform: translate(-50%, -50%) translateY(-2px) rotate(0);
    transform: translate(-50%, -50%) translateY(-2px) rotate(0);
}

.bk-mob-tog .bk-burger-menu::after {
    -webkit-transform: translate(-50%, -50%) translateY(2px) rotate(0);
    transform: translate(-50%, -50%) translateY(2px) rotate(0);
}

@media (min-width: 575px) {

    .bk-mob-tog .bk-burger-menu::after,
    .bk-mob-tog .bk-burger-menu::before {
        width: 1.2rem;
        height: 2px;
    }

    .bk-mob-tog .bk-burger-menu::before {
        -webkit-transform: translate(-50%, -50%) translateY(-3px) rotate(0);
        transform: translate(-50%, -50%) translateY(-3px) rotate(0);
    }

    .bk-mob-tog .bk-burger-menu::after {
        -webkit-transform: translate(-50%, -50%) translateY(3px) rotate(0);
        transform: translate(-50%, -50%) translateY(3px) rotate(0);
    }
}

.bk-mob-tog span {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bk-mob-tog .bk-burger-menu::after,
.bk-mob-tog .bk-burger-menu::before {
    background-color: var(--mainBgColor) !important;
    width: 16px;
    display: block;
}

button.bk-mob-tog.js-mob-tog svg {
    width: 20px;
    height: 20px;
    fill: #fff;

}

button.bk-mob-tog.js-mob-tog svg rect {
    fill: #fff;
}

/* button.bk-mob-tog.js-mob-tog {
  position: relative;
  right: 5%;
  top: 1rem;
  z-index: 9;
  margin: 0;
  padding: 8px;
 
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 4px;
  line-height: 1;
  border-radius: 4px;
  overflow: hidden;
} */
/* button.bk-mob-tog.js-mob-tog:before 
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(145deg, var(--bg-deep) 0%, var(--ac-bg-mid) 45%, var(--ac-bg-heavy) 100%);
  opacity:var(--outer-opacity);
  z-index: -1;

} */
/* @media (max-width: 1199px) {
  button.bk-mob-tog.js-mob-tog {
    position: relative;
    right: 0;
    top: auto;
    height: 100%;
    margin-left: 1rem;
    display: block;
    height: auto;

  }
} */

.bk-mob-nav-mask {
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 0;
}

.bk-mob-nav-mask.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bk-mob-nav {

    color: #000;
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -280px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999999;
}

.bk-mob-nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(145deg, var(--bg-deep) 0%, var(--ac-bg-mid) 45%, var(--ac-bg-heavy) 100%);
    box-shadow: var(--box-shadow);
    opacity: var(--outer-opacity);
    opacity: 0.95;

}

.bk-mob-nav.active {
    right: 0;
    width: 100%;
}

.bk-mob-nav .contain-bk {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 1.2rem 2rem;
    position: relative;
    padding-top: 5rem;
}

.bk-mob-nav a {
    display: inline-block;
    color: var(--body-text-color);
}

.bk-mob-nav a:hover {
    color: #fff;
}

.bk-mob-nav .grid-bk,
.bk-mob-nav .contact-bk {
    text-align: center;
}

.bk-mob-nav .grid-bk ul,
.bk-mob-nav .list-bk ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.bk-mob-nav .grid-bk ul li {
    width: 50%;
    position: relative;
    margin: 0;
    padding: 0;
}

.bk-mob-nav .grid-bk ul li a {
    display: block;
    background-color: #000;
    padding: 1rem 0.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bk-mob-nav .grid-bk ul li a.active {
    background-color: #fff0;
}

.bk-mob-nav .list-bk ul li:first-child {
    border-top: none;
}

.bk-mob-nav .list-bk ul li a {
    position: relative;
    margin-right: 0rem;
    padding: 0.25rem 0;
    /* font-size: 0.9rem; */
    margin-left: 0;
    text-transform: uppercase;
    line-height: 1rem;
}

.bk-mob-nav .list-bk ul li button {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #fff0;
    border: none;
    outline: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 4;
}

.bk-mob-nav .list-bk ul li ul,
.bk-mob-nav .list-bk ul li ul li ul ul {
    background-color: rgb(255 255 255 / 0.1);
}

.bk-mob-nav .list-bk ul li button:after {
    position: absolute;
    right: 19px;
    top: 7px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.bk-mob-nav .list-bk ul li ul {
    display: none;
    color: #000;
    z-index: 9;
    position: relative;
}

.bk-mob-nav .list-bk ul li ul li {
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
}

.bk-mob-nav .list-bk ul li ul li button {
    background-color: var(--mainBgColor);
    color: #000;
}

.bk-mob-nav .list-bk ul li ul li ul {
    margin-left: 1rem;
    background-color: var(--mainBgColor);
    color: #000;
}

.bk-mob-nav .list-bk ul li ul li a {
    position: relative;
    text-transform: none;
}

.bk-mob-nav .list-bk .active>button:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bk-mob-nav .list-bk ul li {
    position: relative;
    margin: 0;
    padding: 0.5rem 0;
    /* border-bottom: 1px solid color-mix(in srgb, var(--body-text-color), transparent 70%); */
}

.bk-mob-nav .list-bk ul li:last-child {
    border: none;
}

.list-bk {
    text-align: center;
}

.bk-mob-nav .contact-section h3 {
    color: #fff;
}

.bk-mob-nav ul.social-menu {
    display: none;
}

.bk-mob-nav .bk-btn {
    margin: auto;
    text-align: center;
}

ul.social-menu {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    justify-content: center;
}

ul.social-menu li {
    padding: 10px !important;
    border: none !important;
    background: #fff;
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

ul.social-menu a {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

ul.social-menu li:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: var(--mainColor);
    width: 1px;
    height: 100%;
    opacity: 0.4;
}

ul.social-menu li a {
    color: var(--mainColor);
}

.close-bk {
    position: absolute;
    left: 2rem;
    width: 30px;
    top: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    padding: 3px;
}

.close-bk path {
    fill: var(--body-text-color);
}

.bk-mob-nav .btn {
    background: transparent;
}

.bk-mob-nav .btn:before {
    border: 1px solid var(--body-text-color);
}

.bk-mob-nav .btn:after {
    border: 1px solid var(--body-text-color);
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    z-index: 99;
    left: 50%;
    top: 50%;
    opacity: 1;
    background: transparent;
    transform: translate(-50%, -50%);
    border-radius: 6px;
}

/* =============================================================================
      8. BANNER / HERO
      ============================================================================= */
/* .box.banner-box
      {
        border: 2px solid var(--mainBgColor);
      } */
.box.banner-box .box-inner {

    padding: 0rem;
}

.bk-banner {

    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;

    overflow: hidden;
}

.owl-nav span {
    position: relative;
    z-index: 1;
}

.owl-nav i {
    position: relative;
    z-index: 1;
}

.banner-slider {
    border-radius: var(--radius);
    overflow: hidden;
}

.banner-slider img {
    height: 500px;
    object-fit: cover;

}

.banner-slider figure {
    height: 100%;
    margin: 0;

}

.banner-slider .owl-nav button {
    border: 1px solid black !important;
}

/* .banner-slider .owl-nav {
  
  display: flex;
  width: auto;
  
  justify-content: center;
  position: absolute;
  top: auto;
  bottom: 8px;
  left: 4px;
  
 
  transform: none;
} */
.banner-slider .owl-dots {

    text-align: center;
    margin-top: 1rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .bk-banner {
        min-height: auto;
    }
}


.bk-banner .bk-banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bk-banner .bk-banner-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 23% top;
    object-position: 23% top;
    height: 100%;
    width: 100%;
}

@media (min-width: 575px) {
    .bk-banner .bk-banner-bg img {
        -o-object-position: left top;
        object-position: left top;
    }
}

.banner-video {
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.banner-video iframe {
    width: 160%;
    height: 160%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.bk-banner .h1,
.bk-banner h1 {
    color: #fff;
    margin-bottom: 0.5rem;
    filter: drop-shadow(#2A2420 2px 4px 6px);
    position: relative;
    z-index: 9;
}

@media (min-width: 575px) {

    .bk-banner .h1,
    .bk-banner h1 {
        margin-bottom: 0.5rem;
    }
}

.bk-banner h1 {
    filter: drop-shadow(2px 4px 6px #2A2420);
    -webkit-text-stroke: 0.5px white;
    color: white;
    font-size: 55px;
    min-height: 40px;
}

@media (max-width: 991px) {
    .bk-banner h1 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .bk-banner h1 {
        font-size: 35px;
    }
}

.bk-banner .container {
    position: relative;
    z-index: 2;
}

.bk-banner .bk-btn svg path {
    fill: #fff;
}

.banner-text {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 65%;
    margin: auto auto 3rem;
    padding: 52px;
    background: #171717;
}

.banner-text:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}

@media (max-width: 991px) {
    .banner-text {
        width: 90%;
    }
}

.banner-avatar {
    height: 100vh;
    width: 100%;
    background: var(--mainColor);
    position: absolute;
    top: 0;
    left: 0;
}

.js-banner-slider .owl-dots {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
}

.js-banner-slider .owl-dots .owl-dot {
    display: block;
    margin: 0 10px;
    outline: 0;
}

.js-banner-slider .owl-dots .owl-dot.active span {
    background-color: #fff;
    border: 1px solid var(--mainColor);
}

.js-banner-slider .owl-dots span,
.owl-dots span {
    height: 10px;
    width: 10px;
    border: 1px solid var(--mainBgColor);
    display: block;
}

.section-banner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(.././images/14/slider2.jpg);
    position: relative;
}

.section-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
    z-index: 1;
}

.section-banner .container {
    z-index: 2;
    position: relative;
    color: #fff;
}

.normal-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

@media (max-width: 767px) {
    .normal-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .banner-view {
        display: none !important;
    }

    .mobile-banner-view {
        display: block !important;
    }
}

@media only screen and (min-width: 991px) {
    .banner-view {
        display: block !important;
    }

    .mobile-banner-view {
        display: none !important;
    }
}

.banner-content {
    position: relative;
    z-index: 2;

}

@media(max-width:1199px) {
    .banner-content {
        text-align: center;

    }

    .banner-logo {
        margin-bottom: 1rem;
    }

    .contact-bar .d-flex {
        justify-content: center;
    }


}

@media(min-width:1200px) {
    .banner-logo {
        display: none;
    }
}

.banner-tag {
    display: inline-block;
    background: var(--gold);
    color: var(--mainColor);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 8px;
    margin-bottom: 14px;
}

.banner-title {

    font-size: 2.6rem;
    font-weight: 900;
    color: var(--body-text-color);
    line-height: 1.15;
    margin-bottom: 10px;
}

.banner-subtitle {
    font-size: 1rem;
    color: var(--body-text-color);
    margin-bottom: 0px;
}

.btn-gold {
    background: var(--gold);

    border: none;
    padding: 12px 28px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    text-decoration: none;
    transition: background 0.2s, transform 0.18s;
    display: inline-block;
    margin-left: 10px;
}

.btn-gold:hover {
    background: var(--gold-light);
    color: var(--mainColor);
    transform: translateY(-1px);
}

/* =============================================================================
      9. INNER BANNER
      ============================================================================= */

.bk-inner-banner {
    min-height: auto;
    padding: 4rem 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    z-index: 1;
    height: 400px;
    background: #2A2420;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .bk-inner-banner {
        padding: 4rem 0;
    }
}

@media (min-width: 992px) {
    .bk-inner-banner {
        padding: 7rem 0;
    }
}

.bk-inner-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.bk-inner-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.7);
    display: none;
    background-color: transparent !important;
}

.bk-inner-banner h1 {
    margin-bottom: 0;
    color: #fff !important;
}

.bk-inner-banner .container-fluid {
    position: relative;
    z-index: 2;
}

.bk-inner-banner .inner-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.bk-inner-banner .inner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.bk-inner-banner h1 {
    filter: drop-shadow(2px 4px 6px #2A2420);
    -webkit-text-stroke: 0.5px white;
    color: white;
    line-height: 50px;
    margin-bottom: 1rem;
}

.inner-banner {
    min-height: auto;
    height: 300px;
}

.hero {
    min-height: 30vh;
}

@media (max-width: 991px) {
    .hero {
        width: 100%;
        background-size: cover;
        position: relative;
        min-height: 60vh;
        padding: 100px 0 60px;
    }
}


/* =============================================================================
      10. NAVIGATION (Page Nav, Breadcrumb, Pagination)
      ============================================================================= */

.bk-page-nav {
    background-color: #fff;
    text-align: center;
}

.bk-page-nav a {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.bk-breadcrumb a {
    display: block;
    margin-left: 0.5rem;
}

.bk-breadcrumb i {
    margin-left: 0.5rem;
}

.bk-pagination {
    margin-top: 2rem;
}

.bk-pagination a,
.bk-pagination span {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    border: solid 1px var(--mainColor) !important;
    border-radius: 50%;
    margin: 0 2px;
    padding: 0 0.5rem;
    text-align: center;
    color: var(--mainColor) !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
}

.bk-pagination .current,
.bk-pagination a:hover,
.bk-pagination span:hover {
    border-color: var(--mainColor) !important;
    background-color: var(--mainColor) !important;
    color: #fff;
}

.nav-bk {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 0 8px;
    align-items: stretch;
    justify-content: center;
}

.nav-bk a {
    color: #000;
    font-size: 16px;
}

ul.nav-bk li a {
    padding: 4px 13px;
    position: relative;
    display: inline-block;
    margin: 0 4px;
    border: 1px solid var(--mainColor);
    border-radius: 16px;
    text-align: center;
    font-size: 15px;
    transition: 0.4s;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 0.2);
    color: var(--mainColor);
}

ul.nav-bk li a:hover {
    background: var(--mainColor);
    color: #fff !important;
}

ul.nav-bk li:last-child a:after {
    display: none;
}

ul.nav-bk.flex-column li {
    margin-bottom: 10px;
}


/* =============================================================================
      11. WRAPPER & SIDEBAR
      ============================================================================= */

.bk-wrapper {
    /* padding-left: 340px;
     width: 100%; */
    overflow: hidden;
}

@media (max-width: 991px) {
    .bk-wrapper {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .bk-wrapper.active .bk-ui {
        right: 0;
    }
}

.bk-wrapper .bk-ui {
    position: relative;
    right: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #0b1315;
    padding: 5%;
    /* background: url(https://assets.dm.rccl.com/is/image/RoyalCaribbeanCruises/royal/data/ports/benoa-bali-indonesia/cuisine/ketupat-lebaran-traditional-celebratory-dish-rice-cake-several-side.jpg?$440x880$); */
    background-attachment: fixed;
    background-size: contain;
    background-repeat: repeat;

}

ul.side-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.side-menu li {
    width: 100%;
}

ul.side-menu li a {
    padding: 10px 0;
    display: block;
    color: #fff;
    position: relative;
    text-align: center;
}

ul.side-menu li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    border-bottom: 1px solid #ffffff6e;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

ul.side-menu li:last-child a:before {
    display: none;
}

@media (max-width: 991px) {
    .side-menu {
        display: none;
    }

    aside.right-bk {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
}

ul.bk-social {
    padding: 0;
    margin: 0rem 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.bk-social li {
    margin: 0 8px;
}

ul.bk-social li a i {
    font-size: 20px;
}


ul.social__icons.social__icons-white.d-flex.bk-social svg {
    width: 29px;
    height: auto;
    padding: 6px;
}




/* =============================================================================
      12. ABOUT SECTION
      ============================================================================= */

.about-section figure {
    position: relative;
    z-index: 2;
}

@media(min-width:992px) {
    .about-section figure {
        margin-bottom: 0;
    }
}

@keyframes slowTilt {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(1deg);
        /* വലത്തോട്ട് ചെറിയ ചെരിവ് */
    }

    75% {
        transform: rotate(-1deg);
        /* ഇടത്തോട്ട് ചെറിയ ചെരിവ് */
    }

    100% {
        transform: rotate(0deg);
    }
}


.about-section figure img {
    transition: transform 0.5s ease-in-out;
    animation: slowTilt 5s infinite ease-in-out;
    display: block;
    will-change: transform;
    border: 1px solid var(--body-text-color);
}


.about-section figure img:hover {
    animation-play-state: paused;
    transform: scale(1.02);
}

.about-section iframe {
    border: 0;
    width: 100%;
}

.about-section figure img {
    width: 100%;
    border-radius: 10px;
}

.about-section {
    display: flex;
    justify-content: center;

    position: relative;
    align-items: center;
}



.about-section .left-bk {
    width: 50%;
    padding: 4rem;
}

.about-section .right-bk {
    width: 50%;
}

/* .about-section figure {
     margin-bottom: 0;
     padding-bottom: 100%;
   } */

@media (max-width: 991px) {


    .about-section .left-bk {
        width: 100%;
        padding: 0;
    }

    .about-section .right-bk {
        width: 100%;
    }
}

.about-section .row {

    width: 100%;
}

@media(max-width:1199px) {
    .about-section .row {
        flex-direction: column-reverse;
        width: 100%;
    }

    .about-section figure {
        margin-bottom: 1.5rem;
    }
}

section.about-section.no-image .image-column {
    display: none;
}

/* =============================================================================
      13. GALLERY SECTION
      ============================================================================= */

.gallery-section {

    position: relative;
}

.masonry-grid {
    column-count: 3;
    column-gap: 15px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 15px;
    border: 1px solid var(--body-text-color);
    border-radius: 16px;
    overflow: hidden;
}

.masonry-item img {
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: 0.3s ease;
}

.masonry-item a {
    overflow: hidden;
}

.masonry-item a:hover img {
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 1200px) {
    .masonry-grid {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .masonry-grid {
        column-count: 1;
    }
}


/* =============================================================================
      14. TESTIMONIALS SECTION
      ============================================================================= */

.testimonial-section {
    background: main;
    position: relative;
    text-align: center;
}

section.spacing.testimonial-section>svg {
    position: absolute;
    right: -190px;
    top: -50px;
}

.testimonial-section p {
    text-align: center;
}

.testimonial-section figure {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-section figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-section .name-bk {
    font-weight: 400;
    font-size: 18px;
}

.testimonial-section .designation-bk {
    font-weight: 400;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: 0 8px;
}

/* Target the internal wrapper of the carousel */
.testimonial-grid .owl-stage {
    display: flex;
}

/* Ensure the individual items fill the height */
.testimonial-grid .owl-item {
    display: flex;
    flex: 1 0 auto;
}

/* Ensure your testimonial content box fills the item height */
.testimonial-grid .testimonial-item {
    width: 100%;
    height: 100%;
}

/* =============================================================================
      15. EVENTS SECTION
      ============================================================================= */

.events .event-item {
    position: relative;
    min-height: 400px;
    margin-bottom: 2rem;
}

.events-section figure.bk-image.mgb-0 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.events-section figure.bk-image.mgb-0 {
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    background: white;
    height: 200px;
    overflow: hidden;
    margin: 0;
}

.events-section .left-bk {

    margin-bottom: 1rem;
}

.events-section .date-bk {
    position: absolute;
    background: #f50158;
    padding: 5px 10px;
    border-radius: 15px 0 5px 0px;
    z-index: 99;
    top: 0;
    font-weight: 600;
    font-size: 13px;
    left: 0;
}

.bk-event-item {
    position: relative;
    display: block !important;
}

.bk-event-item:before {
    position: absolute;
    left: 0;
    bottom: -28px;
    width: 100%;
    height: 1px;
    content: '';
    background: #80808054;
}

.bk-event-item:last-child::before {
    display: none;
}

.bk-event-item .content-bk {
    background: #f1f1f1;
    padding: 26px 32px;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    position: relative;
    margin-left: 0;
    border-right: 4px solid var(--mainColor);
    height: 100%;
}

.bk-event-item .content-bk .title-bk {
    font-size: 24px;
    font-weight: 600 !important;
}

.bk-event-item .description {
    line-height: 23px;
}

.bk-event-item .content-bk iframe {
    margin-top: 1rem;
}

.events-section .left-bk {
    filter: drop-shadow(0px 0px 4px gray);
    z-index: 2;
    position: relative;
}

.events-section .title-bk {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.7rem;
}

.event-footer {
    background: var(--mainColor);
    border-radius: 0 0 0 10px;
    padding: 12px 20px;
    color: white;
}

.event-button {
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .bk-event-item {
        margin-bottom: 2.5rem !important;
    }

    .bk-event-item:last-child {
        margin-bottom: 0rem !important;
    }

    .bk-event-item .content-bk {
        margin-left: 0;
        padding-left: 32px;
        border-right: none;
        border-radius: 0 0 25px 25px;
    }

    .bk-event-item .left-bk {
        border-radius: 25px 25px 0 0;
    }

    .event-footer {
        border-radius: 0;
    }

    .bk-event-item:before {
        display: none;
    }
}

.latest-bk .bk-image {
    position: relative;
    padding-bottom: 70%;
    border-radius: 10px 0 0 0;
    overflow: hidden;
}

button#edit-event-email {
    margin-right: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
}

button#event_submit_btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
}

input#event_booking_email {
    margin-right: 10px;
}


/* =============================================================================
      16. CONTACT SECTION
      ============================================================================= */

.contact-section .icon-bk {
    padding: 16px;
    background: #000;
    height: 100%;
    color: #fff;
}

.contact-section h3 {
    color: #fff !important;
}

.contact-section form {
    border: 1px solid var(--mainColor);
    padding: 25px !important;
    border-radius: 25px;
    margin-top: 3rem;
}

.bk-contact {
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

ul.contact-bk {
    display: inline-block;
    list-style: none;
    padding: 31px 50px;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    background: #ffffffe3;
    border: 1px solid #bbb9b9;
    width: 100%;
    text-align: center;
}

ul.contact-bk li {
    margin-bottom: 1.3rem;
}

ul.contact-bk li:last-child {
    margin-bottom: 0;
}

ul.contact-bk li a {
    color: #000;
}

ul.contact-bk li a span {
    display: block;
}

ul.contact-bk span.icon-bk {
    margin-right: 8px;
    margin-bottom: 4px;
}

.address-bk {
    padding: 50px 32px 45px;
    background: #eee;
    position: relative;
    text-align: center;
}

.address-bk .title-bk {
    position: absolute;
    left: 50%;
    top: -32px;
    font-weight: 700;
    font-size: 19px;
    background: #fff;
    padding: 10px 37px;
    border-radius: 8px;
    min-width: 200px;
    text-align: center;
    transform: translateX(-50%);
    box-shadow: 0 0 13px 1px rgb(0 0 0 / 0.1);
    transition: 0.3s;
}

.bk-footer .address-sec {
    text-align: center;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .address-bk {
        margin-bottom: 6rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.map-bk {
    width: 45%;
    filter: grayscale(1);
    padding-right: 10px;
}


/* =============================================================================
      17. CTA SECTION
      ============================================================================= */

.cta-section {
    padding-bottom: 6rem;
    position: relative;
    background: #f1f1f1;
}

.cta-section .zigzag-curve {
    position: absolute;
    left: 0;
    top: 0;
}


/* =============================================================================
      18. FAQ SECTION
      ============================================================================= */

/* section.faq-section {
    
     background: #0f1d21;
   } */

/* section.faq-section>div>h2 {
     margin-bottom: 1.5rem;
   } */

.faq-section .accordion-button {
    color: var(--body-text-color);
    background-color: transparent;
    border-bottom: none;

}

/* .faq-section .accordion-button * {
  transition: 2s;
} */





footer.bk-footer button {
    display: block;
    padding: 8px 16px;
    border: 1px solid var(--body-text-color);
    margin: 0 2px;
    color: var(--body-text-color);
    background: transparent;
    line-height: 1;
    border-radius: 8px;
}

.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq-section .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 1rem;
}

.faq-section .accordion-header {
    border-bottom: none;
    line-height: 2rem;
    margin-bottom: 0;
}

.faq-section .edit-block {
    display: block;
    width: 100%;
    border: 1px solid var(--body-text-color);
    padding: 5px 1rem;
    border-radius: 8px;
}

.faq-section .accordion-button {

    padding: 0rem 1.25rem;

    padding-left: 0;
}

.faq-section.edit-image-block .edit-image-actions {
    bottom: 50%;
    transform: translateY(50%);
}

.faq-section .custom-tooltip {
    position: relative;
}

.faq-section .custom-tooltip .tooltip-text {
    visibility: hidden;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #F1f1f1;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
}

.faq-section .custom-tooltip .tooltip-text.show {
    opacity: 1;
}

.tooltip-text[data-visible="false"] {
    display: none;
}

.faq-section .custom-tooltip:hover .tooltip-text {
    visibility: visible;
}


/* ── FAQ Accordion: Plus / Minus toggle icon ─────── */
.faq-section .accordion-button::after {
    display: none;
    /* remove default Bootstrap chevron */
}

.faq-section .accordion-button::before {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: inherit;
    margin-left: auto;
    padding-left: 0.75rem;
    transition: content 0.2s ease;
    flex-shrink: 0;
    position: absolute;
    right: 0;
}

.faq-section .accordion-button:not(.collapsed)::before {
    content: '−';
}

.faq-section .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.faq-section {
    position: relative;
}

section.faq-section svg {
    position: absolute;
    height: 350px;
    width: auto;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

@media(max-width:991px) {
    section.faq-section svg {
        display: none;
    }
}

.faq-section .accordion-button::before {

    right: 0px;
}

.faq-section .accordion-button {

    border: none;
    width: 100%;
    text-align: left;
}

.faq-section .accordion-button::before {
    right: 20px;
}

.faq-section .accordion-body {
    padding: 10px 0;
}

/* =============================================================================
      19. LOCATION SECTION
      ============================================================================= */

.location-section-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.location-design-1.four.location-design-4 {
    padding-left: 20%;
}

.location-section.design1 a.btn.btn-bk {
    position: relative !important;
    left: 0 !important;
    bottom: -20px !important;
    transform: none !important;
    top: 1rem !important;
}

.address-bk .edit-block.d-inline-block {
    width: 100%;
}


/* =============================================================================
      20. SOCIAL MEDIA SECTION
      ============================================================================= */

.sm-section {
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
    position: relative;
    padding: 5rem 0;
    width: 75%;
    margin: auto;
}

.sm-section ul.sm-text,
ul.sm-sec {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}

ul.sm-sec {
    justify-content: center;
    position: relative;
}

ul.sm-sec li {
    margin: 0 23px;
}

ul.sm-sec i {
    font-size: 55px;
    color: var(--mainColor);
}

.sm-section ul.sm-text li {
    width: 100%;
}

.sm-section ul.sm-text li a {
    padding: 16px;
    /* border-right: 2px solid #fff; */
    display: block;
    background: var(--mainColor);
    color: #fff;
}

ul.sm-text li a {
    padding: 16px;
    /* border-right: 2px solid #fff; */
    display: block;
    background: #e1ce81;
}

@media (max-width: 991px) {
    .sm-section ul.sm-text li {
        margin-bottom: 1rem;
    }

    .sm-section ul.sm-text {
        flex-direction: column;
    }

    .sm-section {
        padding: 2rem 0;
    }
}


/* =============================================================================
      21. FORMS
      ============================================================================= */

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
    color: #000;
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
    color: #000;
}

.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
    color: #000;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #000;
}

.form-group textarea {
    height: 10rem;
    resize: none;
}

.form-group .bk-btn {
    margin-top: 3rem;
    margin-left: 1rem;
}

.form-check-input {
    margin-top: 2px !important;
}

select#cf_subject {
    margin-bottom: 15px;
}

.bye-section form#restaurant-website-edit {
    padding: 0;
    border: none;
    background: transparent;
}

.bye-section.new-designs {
    padding: 6rem 0;
}

.bye-section.new-designs h3 {
    font-size: 34px;
    margin-bottom: 2.5rem;
    font-weight: 500;
}

.bye-section.new-designs .form-control {
    margin-bottom: 16px;
}

.bye-section.new-designs figure {
    border-radius: 20px;
    overflow: hidden;
}

form#restaurant-website-edit {
    padding: 8px 10px;
}

@media (max-width: 991px) {
    .form-image-div {
        margin-bottom: 1rem;
    }

    div#div_capt {
        margin-bottom: 1rem;
    }

    input#captcha_default6_privateeventPage {
        width: 60%;
    }
}


/* =============================================================================
      22. FOOTER
      ============================================================================= */

.bk-footer {
    font-size: 1rem;
    position: relative;

}

.bk-footer a {
    color: var(--body-text-color);
}

footer.bk-footer>svg {
    position: absolute;
    left: -260px;
    top: -150px;
}

@media (max-width: 574px) {
    .bk-footer {
        text-align: center;
    }
}

.bk-footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
}

.bk-footer li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.bk-footer li:last-child {
    margin-bottom: 0;
}



.bk-footer a:hover {
    color: var(--mainColor);
}

.bk-footer a path,
.footer svg path {
    fill: var(--body-text-color);
    transition: 0.2s;
}

.bk-footer a:hover path {
    fill: var(--mainColor);
}

.bk-footer * {
    transition: 2s;
}

.bk-footer .title-bk {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.2rem;
    color: #fff;
    line-height: normal;
}


.bk-footer .bottom-bk {

    padding: 1rem 1.5rem;
    position: relative;
    z-index: 9;

    color: var(--body-text-color);
    border-top: 1px solid var(--body-text-color);

}

.bk-footer .bottom-bk img.icon {
    width: 16px;
    height: auto;
    margin: 0 3px;
}

.bk-footer .bottom-bk ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.bk-footer .bottom-bk li {
    padding-right: 1.4rem;
    margin-bottom: 0;
}

.bk-footer .bottom-bk li:last-child {
    padding-right: 0;
    margin-bottom: 0;
}

.bk-footer .bottom-bk p {
    margin-bottom: 0;
    font-style: normal;
}

@media (max-width: 991px) {
    .bk-footer .bottom-bk {
        text-align: center;
    }

    

    .bk-footer .bottom-bk ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.bk-footer .social-bk a {
    margin-left: 1rem;
}

.bk-footer .social-bk a:first-child {
    margin-left: 0;
}

.bk-footer p img {
    height: 1.1rem;
    width: auto;
}

@media (max-width: 767px) {
    footer.bk-footer img {
        width: 125px;
    }
}

.bk-footer .w3c {
    width: 64px;
    height: auto;
}

.bk-footer .w3c img {
    width: 100%;
    height: 100%;
}

/* .bk-footer {
     padding-top: 4rem;
   } */

.bk-footer .footer-logo {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    margin: auto;
    margin-bottom: 1rem;
}

/* .bk-footer .footer-data {
     padding-bottom: 2rem;
   } */
.bk-footer .menu {
    margin-bottom: 1rem;
}

.bk-footer .menu ul {

    display: flex;
    flex-direction: row;

    justify-content: center;

    flex-wrap: wrap;
}

.bk-footer .menu ul li a {
    display: block;
    padding: 8px 16px;
    border: 1px solid var(--body-text-color);
    margin: 0 2px;
    color: var(--body-text-color);
    line-height: 1;
    border-radius: 8px;
}

.bk-footer .menu ul li a:hover {
    border-color: var(--mainColor);
    color: var(--mainColor);
}

.bk-footer .menu ul .menu ul li {
    margin: 0 16px;
}

h2.footer-title {
    font-size: 19px;
    text-align: left;
    font-weight: 700;
}

.footer-address i {
    margin-right: 8px;
}

.footer-address .d-flex {
    margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
    .footer-title {
        text-align: center !important;
    }

    .footer-address div {
        justify-content: center;
    }
}

.justify-content-lg-right {
    justify-content: right;
}

@media (max-width: 767px) {
    .justify-content-lg-right {
        text-align: center;
        justify-content: center;
    }

    .footer-logo {
        text-align: center;
        justify-content: center;
        padding-right: 0;
    }
}


/* =============================================================================
      23. OWL CAROUSEL
      ============================================================================= */

.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    position: absolute;
    top: auto;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%);
}

.owl-nav button {
    border: 1px solid #fff;
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 99;
    position: relative;
    display: block;
    margin: 0 4px;
}

.owl-nav button:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--box-bg);
    opacity: 0.8;
    content: '';
}

button.owl-next span,
button.owl-prev span {
    color: #000000;
    font-size: 1rem;
}

.arrow-center .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
}

.arrow-center .owl-nav .owl-prev {
    left: -6rem;
}

.arrow-center .owl-nav .owl-next {
    right: -6rem;
}

@media (max-width: 1199px) {
    .arrow-center .owl-nav .owl-prev {
        left: 0;
    }

    .arrow-center .owl-nav .owl-next {
        right: 0;
    }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: 0 8px;
}


button.owl-dot span {
    display: inline-block;
    height: 13px;
    width: 13px;
    background: var(--mainColor);
    border-color: var(--mainColor);
    border-radius: 50%;
    margin: 0;
}

button.owl-dot.active span {
    background: var(--mainBgColor);
    border-color: var(--mainBgColor);
}

.owl-dots {
    text-align: center;
    margin-top: 1rem;
}


/* =============================================================================
      24. IMAGE / FIGURE HELPERS
      ============================================================================= */

.bk-obj-cover,
.bk-obj-md-cover {
    position: relative;
}

.bk-obj-cover {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    margin-bottom: 0;
    padding-bottom: 100%;
}

.bk-obj-cover img,
.bk-obj-md-cover img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bk-obj-md-cover {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 80%;
    z-index: 0;
}

@media (min-width: 768px) {
    .no-gutters .bk-obj-md-cover {
        left: 0;
        right: 0;
    }

    .bk-obj-md-cover {
        width: auto;
        height: 100%;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
    }
}

.bk-figure {
    position: relative;
    padding-bottom: 60%;
    border-radius: 25px;
    overflow: hidden;
}

.bk-figure img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.bk-image {
    position: relative;
}



.image-container {
    position: relative;
    width: 350px;
    height: 350px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path);
}

.clip-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.image-bg path {
    fill: rgb(255 255 255 / 0.25);
}

.circle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: circle(50%);
}

.circle-container img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-container {
    border: 4px solid #fff;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 560px) {
    .circle-container {
        width: 300px;
        height: 300px;
        margin: auto;
    }
}

div#tst-dynamic-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* =============================================================================
      26. LIST HELPERS
      ============================================================================= */

.bk-list ul {
    padding-left: 0;
}

.bk-list li {
    list-style: none;
    margin-bottom: 1.1rem;
    position: relative;
    padding-left: 2rem;
}

.bk-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 1rem;
    height: 1rem;
    background-color: var(--mainColor) !important;
}

.bk-list li:last-child {
    margin-bottom: 0;
}

header.bk-header ul,
.location-item-bk ul,
.bk-footer ul {
    list-style: none;
}




/* =============================================================================
      28. INFO / CONTENT ITEMS
      ============================================================================= */

.info-item .title-bk {
    display: flex;
    align-items: center;
    background: var(--mainColor);
}

.title-bk h3 {
    padding: 8px 16px;
}

.info-item {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid var(--body-text-color);
}

.info-item .data-bk {
    padding: 15px 25px;

}

.info-item .data-bk a {
    color: var(--body-text-color);
}

.info-item .title-bk h3 {
    margin: 0;
    color: #fff;
}

@media(max-width:767px) {
    .info-item {
        margin-bottom: 1rem;
    }

    .box-inner .col-md-4:last-child .info-item {
        margin-bottom: 0;
    }
}

.content-bk {
    background: #f1f1f1;
    padding: 26px 32px 26px 40px;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    position: relative;
    margin-left: -35px;
    border-right: 4px solid var(--mainBgColor);
}

.content-bk iframe {
    margin-top: 1rem;
}

ul.data-bk li {
    background: transparent;
    border: 1px solid var(--body-text-color);
    border-radius: var(--radius);
}

.timing-bk ul.data-bk {
    margin: auto;
    list-style: none;
    padding: 31px 16px;
    text-align: center;
    border: 1px solid #8080802b;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.data-bk li {
    margin: 0 8px 16px;
    padding: 16px;
    width: 30%;
}

@media (max-width: 760px) {
    ul.data-bk li {
        width: 45%;
    }
}

@media (max-width: 560px) {
    ul.data-bk li {
        width: 100%;
    }
}

ul.data-bk span {
    display: block;
    font-weight: 700;
}

.text-bk {
    max-width: 90%;
}

.desc-bk {
    font-size: 13px;
    line-height: 18px;
    color: gray;
    width: 150px;
}

.title-bk img {
    width: 40px;
}

i.fas.fa-plus-circle {
    margin-right: 5px;
}

.fa-refresh {
    margin-left: 10px;
}

li.tst-active span {
    font-size: 12px !important;
}


/* =============================================================================
      29. IFRAME / VIDEO
      ============================================================================= */

iframe.note-video-clip {
    width: 100%;
}

/* iframe#player,
   iframe#player-mobile {
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
   } */

/* iframe#player {
     position: absolute;
     width: 200%;
     height: 200%;
   }
    */
@media (max-width: 1400px) {
    iframe#player {
        width: 200%;
        height: 200%;
    }
}

@media (max-width: 1199px) {
    iframe#player {
        width: 250%;
        height: 200%;
    }
}

@media (max-width: 991px) {
    iframe#player {
        width: 300%;
        height: 200%;
    }
}

iframe#player-mobile {
    position: absolute;
    width: 340%;
    height: 130%;
}

@media (max-width: 560px) {
    iframe#player-mobile {
        width: 500%;
    }
}


/* =============================================================================
      30. OVERLAYS
      ============================================================================= */

.overlay-bk {
    position: relative;
}

.overlay-bk * {
    position: relative;
    z-index: 1;
}

.overlay-bk:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    content: '';
    z-index: 0;
}



/* =============================================================================
      32. TOAST NOTIFICATIONS
      ============================================================================= */

#toast-container>div {
    background: #8fbc8f !important;
}

#toast-container>.toast-success {
    background-repeat: no-repeat !important;
    background-position: left center;
    background-image: none !important;
    background-image: unset !important;
    background: #28a746 !important;
    padding: 10px 20px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    background-size: 16px !important;
    background-position: 3% !important;
    padding-left: 1rem !important;
}

#toast-container>.toast-error {
    background-image: none !important;
    background: #e73305 !important;
    padding: 10px 20px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background-size: 16px !important;
    background-position: 3% !important;
    padding-left: 1rem !important;
}

.toast-message {
    color: white !important;
    padding-left: 1rem !important;
}

.toast {
    background-repeat: no-repeat;
}

.toast-error {
    background: red;
    background-repeat: no-repeat;
}


/* =============================================================================
      33. MODALS
      ============================================================================= */

.modal .btn {
    padding: 6px 10px !important;
    margin-top: 0;
    margin-bottom: 0;
    height: 37px;
}

.modal-title {
    color: #2A2420 !important;
}

.modal-title span {
    font-size: 18px !important;
}

.modal-footer .btn-close {
    background: #2A2420;
    width: auto;
    height: auto;
    opacity: 1;
    padding: 2px 15px !important;
    border: revert;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.btn-close:hover {
    color: white;
}

.modal-backdrop {
    z-index: 7;
}

.sub-modal .btn {
    margin: initial;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.frame-modal .modal-body label {
    display: flex !important;
    align-items: center;
}

.frame-modal .modal-body .checkbox input {
    margin-right: 5px;
}

.frame-modal .nav-link {
    color: #2A2420;
}

div#offerModal p,
div#offerModal {
    word-break: break-all;
}

#offercreatemodal .upload-wraper {
    display: flex;
    align-items: center;
}


/* =============================================================================
      34. BANNER EDIT MODAL
      ============================================================================= */

#bannereditmodal .upload-box {
    display: flex;
    justify-content: flex-start;
}

#bannereditmodal .upload-box>div {
    padding-top: 0px;
    margin-right: 40px;
}

#bannereditmodal .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f1f1f1;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#bannereditmodal .accordion-button {
    font-size: 16px;
}

#bannereditmodal .form-switch {
    padding-left: 0;
    display: flex;
    align-items: center;
}

#bannereditmodal .form-check-input[type=radio] {
    margin-top: 0 !important;
    margin: 0;
    margin-right: 9px;
}

#bannereditmodal .modal-body label {
    line-height: 14px;
}



/* =============================================================================
      36. TIMING / SCHEDULING (Admin)
      ============================================================================= */

button.btn.timing-btn {
    margin: 0;
    margin-left: 12px;
}

.modal button.btn.timing-btn {
    padding: 0px 3px !important;
    margin-top: 0;
    margin-bottom: 0;
    height: 20px;
    width: 20px;
    background: #2A2420 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    font-size: 16px;
    border-color: #2A2420 !important;
}

.btn-group-delete.btn {
    padding: 0px 3px !important;
    margin-top: 0;
    margin-bottom: 0;
    height: 20px;
    width: 20px;
    position: relative;
    top: 8px;
    border-radius: 50%;
    background: #2A2420 !important;
    min-height: auto;
    font-size: 16px;
    border-color: #2A2420 !important;
}

.modal button.btn.timing-btn i,
.btn-group-delete.btn i {
    margin-right: 0 !important;
}

.btn-group-delete.btn:hover i {
    color: white;
}

.btn-group-delete.btn:active {
    color: white;
}

button.btn.timing-btn:hover i,
.modal button.btn.timing-btn:hover i,
button.btn.timing-btn i {
    color: rgb(0, 0, 0);
}

.timing-btn:hover,
.timing-btn.btn:focus {
    color: rgb(0, 0, 0);
}

.btn-group-delete:hover,
.btn-group-delete:active,
.timing-btn.btn:focus {
    color: rgb(0, 0, 0);
}

.dt-item-bk {
    margin-right: 12px;
    width: 32%;
}

.dt-btn-bk {
    width: 4%;
}

.dt-item-bk label {
    margin-bottom: 7px !important;
    display: block !important;
}

.dt-day-bk {
    margin-bottom: 1.5rem;
    position: relative;
}

.dt-day-bk p {
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 17px;
    background: #f1f1f1;
    padding-left: 13px;
}

.day-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    padding: 4px 16px;
    margin-bottom: 16px;
}

.day-name-bk {
    font-size: 18px;
    font-weight: 500;
}

a.btn-group-add-timing-multi {
    width: 22px;
    height: 22px;
    background: #858484;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group-with-button {
    margin-bottom: 1.5rem;
}

@media (max-width: 400px) {
    .input-group-with-button {
        flex-direction: column;
        margin-bottom: 0;
    }

    .dt-day-bk {
        background: #f1f1f1;
        margin-bottom: 1.5rem;
        padding: 0;
    }

    .schedule-bk {
        margin-bottom: 0;
        padding: 0;
    }

    .btn-group-delete {
        position: absolute !important;
        right: -5px;
        top: -6 !important;
    }

    .dt-item-bk {
        margin-right: 12px;
        width: 32%;
        padding: 0px 10px;
    }

    .day-section {
        background: #6b6969;
        color: white;
    }

    .dt-btn-bk:last-child {
        margin-bottom: 0 !important;
    }

    .dt-item-bk:first-child {
        padding-top: 16px;
    }

    a.btn-group-add-timing-multi {
        background: #ffffff;
    }

    #restaurant-website-edit .day-section i.fas.fa-plus {
        color: #2A2420 !important;
    }
}

@media (max-width: 400px) {
    .schedule-bk {
        flex-direction: column;
    }

    .dt-item-bk {
        width: 100%;
        margin-bottom: 1rem;
    }

    .dt-btn-bk {
        width: auto;
    }

    .frame-modal .modal-body label.opacity-0 {
        display: none !important;
    }

    .frame-modal .modal-body .btn {
        margin: 0;
    }
}


/* =============================================================================
      37. RESERVATION / EDIT BUTTONS (Admin)
      ============================================================================= */

#edit-reserve-email_default24 {
    min-width: auto;
    border: 2px solid white !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

button#edit-reserve-email_default28,
button#edit-reserve-email,
button#edit-reserve-email_default19,
button#edit-reserve-email_default20,
button#edit-reserve-email_design29,
button#edit-reserve-email_design31,
button#edit-reserve-email_design30 {
    min-width: auto;
    border: 2px solid white !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background: var(--mainColor);
}

button#reservation_submit_btn,
button#edit-reserve-email_default21 {
    min-width: auto;
    border: none;
    background: var(--mainColor);
    border-top: none !important;
    border-bottom: none !important;
    margin: 0 !important;
}


/* =============================================================================
      38. NOTE EDITOR (Summernote)
      ============================================================================= */

.note-modal-body .checkbox label {
    position: relative;
    padding-left: 20px;
}

.dropdown-toggle::after {
    display: none !important;
}

.note-form-group {
    padding-bottom: 0 !important;
}

.note-editing-area {
    background: white !important;
}

.note-btn-primary {
    background: var(--mainColor) !important;
    color: #fff;
}

.note-btn.disabled,
.note-btn[disabled] {
    opacity: 0.7;
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre {
    margin: 0 !important;
    padding: 0 !important;
}

.note-dropdown-menu .h1,
.note-dropdown-menu h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

.note-dropdown-menu * {
    color: #2A2420 !important;
}

.note-dropdown-menu.note-check.dropdown-fontsize {
    height: 140px !important;
    overflow-y: scroll !important;
}

a.note-dropdown-item,
a.note-dropdown-item:hover {
    margin: 3px 0 !important;
    line-height: 16px !important;
}

div#promo_text label {
    margin: 12px 0 8px;
}


/* =============================================================================
      39. TABLES
      ============================================================================= */

.table-wrapper {
    overflow-x: scroll;
    word-break: break-all;
}

.modal-body .table-wrapper {
    overflow-x: scroll;
    width: auto;
}

.content p {
    word-break: break-all;
}


.right-bk svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -40px;
    right: -40px;
}








.parallax-bg {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    filter: blur(3px) brightness(0.75) !important;
    transform: scale(1.06);
    /* prevents blurry edges from showing */

    animation: kenBurns 18s ease-in-out infinite alternate !important;
    animation-delay: 4s !important;
    animation-fill-mode: backwards !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@keyframes kenBurns {
    0% {
        transform: scale(1.06) translate(0, 0);
    }

    33% {
        transform: scale(1.12) translate(-1%, 1%);
    }

    66% {
        transform: scale(1.08) translate(1%, -0.5%);
    }

    100% {
        transform: scale(1.06) translate(-0.5%, 0.5%);
    }
}




/* ── MAIN LAYOUT ── */
.site-wrapper {
    position: relative;
    z-index: 8;
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
    padding: 4rem 0px 4rem;
    gap: 50px;
padding-top: 0;
    margin: 0 auto;
}

/* ── LEFT SIDEBAR ── */
.sidebar {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 24px;
    z-index: 99;
}

.side-box {
    border-radius: var(--radius);
    border-radius: 1rem;
    padding: 22px 18px;
    text-align: center;
    margin-bottom: 8px;

    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.15);
}

.side-box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: var(--mainBgColor);

    box-shadow: var(--box-shadow);
    opacity: var(--outer-opacity);
    background: linear-gradient(145deg, var(--ac-bg-soft) 0%, var(--ac-bg-hint) 40%, var(--bg-deep) 100%);

}


.sidebar-logo-box {
    box-shadow: none;
}

.sidebar-logo-box::before {
    background: white;
    display: none;
}

@media(max-width:1199px) {
    .sidebar-logo-box::before {
        background: transparent;
    }

    .sidebar-logo-box {
        padding-bottom: 0;
        margin-bottom: 0;
        box-shadow: none;
        padding: 0;
    }
}

@media(max-width:1199px) {
    .site-wrapper {
        padding-top: 0.5rem;
    }

    .sidebar-logo-box {

        display: flex;
        justify-content: space-between;
        align-items: center;
    }


}



.sidebar-logo-box .logo-bk img {
    width: 100%;
    height: 100%;
}

@media(max-width:991px) {
    .sidebar-logo-box {

        display: flex;
        justify-content: space-between;
    }

    /* .sidebar-logo-box .logo-bk
  {
    margin: 0;
  } */
}

.sidebar-logo-box .brand-name {

    font-size: 1.7rem;
    font-weight: 900;
    color: var(--mainColor);
    line-height: 1;
}

.sidebar-logo-box .brand-sub {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 4px;
}

/* .nav-box {

  border-radius: var(--radius);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.15);

}

.nav-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--mainBgColor);
  box-shadow: var(--box-shadow);
  opacity: var(--outer-opacity);
  background: linear-gradient(160deg, var(--bg-darker) 0%, var(--ac-bg-soft) 35%, var(--ac-bg-mid) 70%, var(--bg-deep) 100%);


} */

.nav-box ul {
    padding: 0;
    list-style: none;
}

.nav-box a {
    display: block;
    padding: 8px 22px;
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--body-text-color);
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, var(--mainBgColor), transparent 10%);
    transition: background 0.2s, color 0.2s, padding-left 0.2s;
    position: relative;
    z-index: 9;
}

.nav-box li:last-child a {
    border-bottom: none;
}

.nav-box a:hover,
.nav-box a.active {
    background: var(--mainColor);
    color: var(--mainBgColor);
    padding-left: 28px;
}




/* .social-box {
 
  box-shadow: var(--box-shadow);
  border-radius: var(--radius);
  border-radius: 1rem;
  padding: 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.15);
}

.social-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--mainBgColor);
  box-shadow: var(--box-shadow);
  opacity: var(--outer-opacity);
  background: linear-gradient(135deg, var(--ac-bg-mid) 0%, var(--ac-bg-soft) 60%, var(--bg-darker) 100%);

} */
.social-box {
    text-align: center;
}

@media(max-width:1199px) {
    .social-box::before {
        background: transparent;
        box-shadow: none;
    }

    .social-box {
        background: transparent;
        box-shadow: none;
        padding: 0;

    }

}

/* .social-box::after{
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  content: '';
  background: var(--box-bg);
  box-shadow: var(--box-shadow);
  opacity: var(--inner-opacity);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  
} */

.social-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.social-box .label {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--body-text-color);
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    z-index: 9;
}

.social-box ul li {
    position: relative;
    z-index: 9;
}

.social-box ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--body-text-color);
    border: 1px solid var(--body-text-color);
    color: #fff;
    font-size: 0.85rem;
    margin: 4px 4px;
    text-decoration: none;

}

.social-box ul li a path {
    fill: var(--mainBgColor)
}

.social-box ul li a svg {
    width: 1rem;

}

.social-box ul li a svg path {
    transition: 2s;
}

.social-box ul a:hover {
    border-color: var(--mainColor);
    background: color-mix(in srgb, var(--body-text-color), transparent 50%);
    ;
    color: var(--mainColor);
    transform: translateY(-2px);
}

.social-box ul a:hover path {
    fill: var(--mainColor);
}

/* ── RIGHT CONTENT ── */
.content-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

@media(max-width:1199px) {
    .content-col {
        gap: 25px;
    }
}

/* ── BOX BASE ── */
.box {

    border-radius: var(--radius);
    overflow: hidden;
    /* border-top: 4px solid var(--mainColor); */
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.15);
}

.box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: var(--mainBgColor);

    background: linear-gradient(145deg,
            var(--bg-deep) 0%,
            var(--ac-bg-mid) 45%,
            var(--ac-bg-heavy) 100%);
    box-shadow: var(--box-shadow);
    opacity: var(--outer-opacity);

}

.box1 {
    padding: 1.2rem;
}

@media(max-width:767px) {
    .box1 {
        padding: 0.5rem;
    }
}

.box1::before {
    background: linear-gradient(135deg,
            var(--bg-deep) 0%,
            var(--ac-bg-mid) 50%,
            var(--bg-darker) 100%);
    background: white;
    border: 1px solid var(--border-soft);
    border-color: white;
    border-radius: 16px;
    backdrop-filter: blur(2px);
}

.box2::before {
    background: linear-gradient(145deg,
            var(--bg-deep) 0%,
            var(--ac-bg-mid) 45%,
            var(--ac-bg-heavy) 100%);
    border-left: 3px solid var(--border-accent);
    border-radius: 14px;
    box-shadow: 0 4px 32px var(--bg-darker);
}

.box3::before {
    background: linear-gradient(160deg,
            var(--bg-darker) 0%,
            var(--ac-bg-soft) 35%,
            var(--ac-bg-mid) 70%,
            var(--bg-deep) 100%);
    border-radius: 16px;
    border-top: 2px solid var(--border-soft);
    box-shadow: 0 8px 40px var(--bg-darker);
}

.box4::before {
    background: linear-gradient(135deg,
            var(--ac-bg-soft) 0%,
            var(--ac-bg-hint) 50%,
            var(--bg-deep) 100%);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 16px var(--bg-darker);
}

.box5::before {
    background: linear-gradient(135deg,
            var(--ac-bg-mid) 0%,
            var(--ac-bg-soft) 60%,
            var(--bg-darker) 100%);
    border-color: var(--border-accent);
    /* transform: translateY(-3px); */
    box-shadow: 0 8px 28px var(--ac-bg-heavy);
}

.box6::before {
    background: linear-gradient(170deg,
            var(--bg-darker) 0%,
            var(--ac-bg-soft) 50%,
            var(--ac-bg-mid) 100%);
    border-radius: 16px;
    border-bottom: 2px solid var(--border-soft);
    box-shadow: 0 -4px 40px var(--bg-darker);
}

.box7::before {
    background: linear-gradient(135deg,
            var(--bg-deep) 0%,
            var(--ac-bg-mid) 50%,
            var(--bg-darker) 100%);
    border-radius: 16px;
    border: 1px solid var(--border-soft);
    box-shadow: 0 4px 24px var(--bg-darker);
}

.box8::before {
    background: linear-gradient(145deg,
            var(--ac-bg-soft) 0%,
            var(--ac-bg-hint) 40%,
            var(--bg-deep) 100%);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

/* .box::after{
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: '';
  background: var(--box-bg);
  box-shadow: var(--box-shadow);
  opacity: var(--inner-opacity);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 2px solid black;
  border-radius: var(--radius);
  
} */
.box-inner {
    padding: 1.5rem;
    position: relative;
    z-index: 9;
    color: var(--body-text-color);
}

.box-header {

    font-size: 1.55rem;
    font-weight: 700;
    color: var(--body-text-color);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-align: left;
}

.box-divider {
    width: 52px;
    height: 3px;
    background: var(--mainColor);
    margin: 10px 0 22px;
}



/* ── MENU SECTION ── */
/* .menu-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.menu-tab {
  padding: 8px 20px;
  background: color-mix(in srgb, var(--mainBgColor) 90%, black);
  color: var(--body-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  transition: background 0.2s, color 0.2s;
  border-radius: 8px;
}

.menu-tab.active,
.menu-tab:hover {
  background: var(--body-text-color);
  color: var(--mainBgColor);
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.menu-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: color-mix(in srgb, var(--mainBgColor) 90%, black);
  border-radius: 8px;
  transition: box-shadow 0.2s;
}

.menu-item:hover {
  box-shadow: 0 3px 14px rgba(139, 26, 26, 0.13);
}

.menu-item-img {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.menu-item-body {
  flex: 1;
}

.menu-item-name {

  font-size: 0.97rem;
  font-weight: 700;
  color: var(--body-text-color);
}

.menu-item-desc {
  margin-top: 3px;
}

.menu-item-price {
  font-weight: 700;
  color: var(--body-text-color);
  font-size: 0.92rem;
  margin-top: 6px;
  display: block;
}

.menu-pane {
  display: none;
}

.menu-pane.active {
  display: block;
}

 */

.menu-category-content {
    border: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 1199px) {
    .site-wrapper {
        flex-direction: column;
        gap: 20px
    }

    .sidebar {
        width: 100%;
        position: static;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

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

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .social-feed-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .masonry-grid {
        column-count: 2;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .banner-title {
        font-size: 1.8rem;
    }
}





.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

.testimonial-card {
    border: 1px solid var(--body-text-color);
    border-radius: 1rem;
    padding: 22px 20px;
    position: relative;
    text-align: center;
}


.testimonial-text {


    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--body-text-color);
}

.testimonial-role {
    font-size: 0.73rem;
    color: var(--gold);
    letter-spacing: 0.08em;
}

.stars {
    color: var(--gold);
    font-size: 0.75rem;
    margin-bottom: 10px;
}


.large-view {
    display: none !important;
}

@media(min-width:992px) {
    .small-view {
        display: none !important;
    }

    .large-view {
        display: block !important;
    }


}

.large-view-2 {
    display: none !important;
}

@media(min-width:1200px) {
    .small-view-2 {
        display: none !important;
    }

    .large-view-2 {
        display: block !important;
    }

    .large-view-2.topbar {
        display: flex !important;
    }
}


@media(min-width:767px) {
    .banner-box .small-view {
        display: none !important;
    }

    .banner-box .large-view {
        display: block !important;
    }
}


/* ── ANIMATIONS ── */
/* .box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}

.box.visible {
  opacity: 1;
  transform: translateY(0);
} */


section#about {
    z-index: 1;
    position: relative;
}

/* Normalise */

body .menu-category-content {
    padding: 32px 0;
}

.menu_2_wrapper {
    padding: 0 !important;
}

.menu-master-wrapper-1019 {
    padding: 1rem 0 !important;
    background: white !important;
    border-radius: 12px;
}

.menu_9_wrapper {
    padding: 0 !important;
}

.menu_7_wrapper .menu-category svg {
    height: 6rem;
    width: auto;
    margin: auto;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: -62px;
    left: 50%;
    transform: translateX(-50%);
}

.bye-section.new-designs {
    padding: 6rem 0;
    background: white;
    padding: 60px 0;
}

.location-section a.btn {
    color: white !important;
}

.modal-backdrop {
    z-index: 1 !important;
}

button.fancybox-button.fancybox-button--zoom, button.fancybox-button.fancybox-button--thumbs {
    display: none;
}
.mgt-1
{
  margin-top: 1rem;
}