/* Common CSS */

* {
  margin: 0px;
  padding: 0px;
}

:root {

  --font-primary: "Cormorant Garamond", serif;
  --font-secondary: "Quattrocento Sans", sans-serif;
  --font-tertiary: "Lora", serif;
  /* backend primary */
  --dk-cyan-color: #06343e;


  --dk-green-color: #295b43;
  --lg-green-color: #388a55;
  --black-color: #131313;
  --yl-color: #f8e3ab;
  --white-color: #ffffff;
  --color-yellow: #ffce13;
  /* backend secondary */
  --theme-color: #B98D58;
}

.clr-pad0 {
  padding: 0px;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

/* --------------------------
.dk-banner-section
--------------------------*/

.main-title {
  text-transform: uppercase;
}

.dk-banner-section {
  position: relative;
  width: 100%;
  min-height: 450px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background image with zoom-in effect */
.dk-about-image {
  background: url("../images/banner/food-1920 1080 -2.webp");
  /* BreadCrumb Image of About Page */
}

.dk-contact-image {
  background: url("../images/banner/contact-header.webp");
  /* BreadCrumb Image of contact Page */
}

.dk-blog-image {
  background: url("../images/banner/blog-header.webp");
  /* BreadCrumb Image of blog Page */
}

.dk-testimonial-image {
  background: url("../images/banner/testimonial-header.webp");
  /* BreadCrumb Image of testimonial Page */
}

.dk-services-image {
  background: url("../images/banner/service-header.webp");
  /* BreadCrumb Image of service Page */
}

.dk-faq-image {
  background: url("../images/banner/meating - 1920 1080 -1.webp");
  /* BreadCrumb Image of faq Page */
}

.dk-menus-image {

  background: url("../images/banner/menu-header.webp");
  /* BreadCrumb Image of menu Page */

}

.dk-event-image {
  background: url("../images/banner/event-header.webp");
  /* BreadCrumb Image of Event Page */

}

.dk-header-img-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Dark overlay */
.dk-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/*------------ ABOUT ---------- */

.dk-header-img-info {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Dark overlay */
.dk-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* Text on top */
.dk-banner-content {
  position: relative;
  z-index: 3;
  text-align: center;
  transform: translateY(-50%);
  color: var(--white-color);
  align-items: center;
  justify-content: center;
}

.dk-banner-content h1 {
  font-size: 70px;
  font-family: var(--font-primary);
}

.dk-banner-content p {
  font-size: 22px;
  margin-top: 15px;
  font-family: var(--font-secondary);
}

.dk-banner-highlight {
  color: #e4a028;

}

.dk-breadcrumb-area {
  margin-top: 20px;
}

.dk-breadcrumb-area a {
  color: var(--white-color);
  text-decoration: none;
  font-family: var(--font-secondary);
}

.dk-breadcrumb-area i {
  margin: 0 8px;
  color: #ccc;
}

.dk-breadcrumb-area span {
  color: var(--white-color);
  font-family: var(--font-secondary);
}



/* ----------------------------------
   INTRO COPY
---------------------------------- */
.dk-article-intro {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}

.dk-article-intro .dk-intro-copy p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  margin-top: 30px;
  font-family: var(--font-secondary);
}

.dk-strip-inner {
  margin-bottom: 20px;
}

.dk-article-header {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}


.dk-article-title {
  font-family: var(--font-primary);
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 30px;
}

.dk-article-meta {
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dk-meta-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dk-meta-dot {
  width: 36px;
  height: 36px;
  background-image: url('../images/blog/blog-dp.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: inline-block;
}

.dk-meta-author {
  color: var(--white-color);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 36px;
  font-family: var(--font-secondary);
}

.dk-meta-right {
  color: var(--white-color);
  font-size: 14px;
  font-family: var(--font-secondary);
}

.dk-meta-date {
  opacity: 0.6;
  padding: 3px 10px 1px;
  font-size: 12px;
  line-height: 18px;
}

/* ----------------------------------
   INGREDIENTS + STRIP
---------------------------------- */
.dk-article-ingredients {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}

/* Heading here uses "high" size for consistent hierarchy */
.dk-ingredients-title {
  font-family: var(--font-primary);
  font-size: 50px;
  margin-bottom: 12px;
}

.dk-ingredients-wrap {
  padding: 0px 0px 22px 0px;

}



.dk-ingredients-list li {
  font-size: 16px;
  line-height: 22px;
  color: var(--white-color);
  margin-bottom: 2px;
  font-family: var(--font-secondary);
}

.dk-ingredients-list li::marker {
  color: var(--white-color);
}

/* Three-image strip  with swiper*/

.dk-strip-3-wrap {
  padding: 0px 0px 20px 0px;
}

.dk-strip-img {
  display: block;
}

.dk-strip-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

/* ----------------------------------
   SECTION 2 (Image + Text)
---------------------------------- */
.dk-article-section-2 {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}

/* Title at high size to match design */
.dk-sec2-title {
  font-family: var(--font-primary);
  font-size: 36px;
  margin-bottom: 18px;
}

.dk-sec2-text {
  padding: 0px 0px 20px 0px;
}

.dk-sec2-copy {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  margin-bottom: 14px;
  font-family: var(--font-secondary);
}

.dk-sec2-meta {
  margin-top: 14px;
}

.dk-meta-line-a {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--white-color);

}

.dk-meta-line-b {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--white-color);

}

.dk-meta-line-c {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--white-color);

}


.dk-meta-label {
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--font-secondary);
}


.dk-meta-link {
  color: var(--color-yellow);
  text-decoration: none;
  font-size: 18px;
  font-family: var(--font-secondary);
}

.dk-meta-link:hover {
  color: var(--color-yellow);
}

.dk-tag {
  margin: 0 5px 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
  color: var(--color-yellow);
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid var(--color-yellow);
}

.dk-tag:hover {
  color: var(--color-yellow) !important;
}

.dk-share .dk-share-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--white-color);
  font-size: 16px;
  margin-right: 6px;
  margin-right: 4px;
  transition: 0.3s ease;
}

.dk-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-family: var(--font-secondary);
}

.dk-pg {
  color: var(--white-color);
  font-size: 14px;
  text-decoration: none;
  font-family: var(--font-secondary);
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
}

.dk-pg-prev:hover {
  color: var(--white-color);
}

.dk-pg-all {
  color: var(--white-color);
}

.dk-pg-all:hover {
  color: var(--white-color);
}

.dk-pg-next:hover {
  color: var(--white-color);
}

.dot-rule.border-dotted {
  margin-top: 80px;
  border-top: 4px dotted rgba(233, 230, 215, .25);
  width: 100%;
  height: 0;
  opacity: 0.6;
}

/* ----------------------------------
   COMMENT FORM
---------------------------------- */
.dk-comment-section {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
  padding: 20px 0px;
}

.dk-comment-title {
  font-family: var(--font-primary);
  font-size: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}


.dk-form-row {
  margin-bottom: 10px;
}

.dk-form-row ::placeholder {
  color: var(--white-color);
}


.dk-input {
  width: 100%;
  background: var(--dk-cyan-color);
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  border-radius: 0 !important;
  font-size: 17px;
  margin: 8px 0px;
}

.dk-input ::placeholder {
  color: var(--white-color);
}

.dk-textarea {
  resize: vertical;
  font-family: var(--font-secondary);
  width: 100%;
  height: 140px;
  margin-bottom: 8px;
  padding: 15px 20px;
  color: var(--white-color);
  opacity: 1;
  font-size: 17px;
  font-weight: 400;

}

.dk-remember-row {
  margin: 10px 0px 29px;
}

.dk-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.8;
  font-family: var(--font-secondary);
}

.dk-remember input {
  accent-color: var(--yl-color);
  font-family: var(--font-secondary);
}

.dk-form-actions {
  margin-top: 8px;
}

.dk-btn {
  background: var(--yl-color);
  color: var(--black-color);
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  padding: 14px 26px;
  border-radius: none;
  cursor: pointer;
  font-family: var(--font-secondary);
  font-weight: 800;
  letter-spacing: 2px;
}

.dk-btn:hover {
  opacity: 0.9;
}

/* =================================== */
/* footer */
/* =================================== */
.dk-footer-section {
  position: relative;
  background: url("../images/footer/footer-image.webp") center/cover no-repeat;
  min-height: 500px;
  padding-top: 100px;

}

.dk-footer-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 52, 62, 0.7);
  z-index: 1;
}

.dk-footer-section .container {
  position: relative;
  z-index: 2;
}

.dk-footer-content {
  text-align: center;
}

.dk-footer-content h2 {
  text-align: center;
  font-size: 26px;
  font-family: var(--font-primary);
  color: var(--white-color);
  margin-bottom: 5px;

}

.dk-footer p {
  font-family: var(--font-secondary);
  color: var(--white-color);
  font-size: 16px;
}



.news-letter h2 {
  color: var(--white-color);
  font-family: var(--font-primary);
  font-size: 26px;
  text-align: center;
}

.footer-list a {
  text-decoration: none;
  color: var(--white-color) !important;
  font-size: 16px;
  font-family: var(--font-secondary);
  line-height: 28px;

}

.footer-day {
  color: var(--yl-color);
  font-family: var(--font-secondary);
  text-align: center;
}

.dk-contact-number {
  font-weight: 900;
  color: var(--yl-color) !important;
  font-family: var(--font-tertiary) !important;
  font-size: 28px !important;
}

.ftr-date-time {
  text-align: center;
  gap: 10px;
  line-height: 30px;
}

.footer-time {
  color: var(--white-color);
  padding: 6px;
}


.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-logo img {
  width: 100px;
}

.footer-logo-line {
  width: 400px;
  height: 3px;
  background-color: var(--yl-color);
  border-radius: 3px;
  margin: 0;
}

.footer-heading {
  text-align: center;
}

.footer-underline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 20px;
}

.ftr-underline1 {
  width: 35px;
  height: 2px;
  background-color: var(--yl-color);
  border-radius: 3px;
}

.ftr-underline2 {
  width: 60px;
  margin-top: 3px;
  height: 2px;
  background-color: var(--yl-color);
  border-radius: 3px;
}

.footer-form-btn {
  width: 100%;
  border: none !important;
  border-radius: 0px !important;
}

.footer-form-btn input {
  background: var(--dk-cyan-color) !important;
  border: 1px solid var(--white-color) !important;
  border-radius: 0px;
  color: var(--white-color);
  padding-left: 40px;
  height: 42px;
  font-family: var(--font-secondary);
  font-size: 16px;
}

.footer-form-btn input::placeholder {
  color: var(--white-color);

}

/* Email icon */
.footer-input-wrapper {
  position: relative;
  height: 50px;
}



.footer-form-btn i {
  color: var(--white-color);
  position: absolute;
  top: 25px;
  left: 15px;
  transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;

}




/* --------------

header

-----------------*/




.nav-menu .active {
  position: relative;
}



.offcanvas-area {
  background-color: var(--dk-cyan-color);
}

.offcanvas-area::before {
  background-image: url(../images/about/pattern-dark.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.logo {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.mobile-menu i {
  color: var(--white-color);
  font-size: 20px;
}

.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  padding: 10px;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--dk-cyan-color);
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}


.new-head {
  padding: 20px 0px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu li {
  margin: 0px 10px;
  position: relative;
}

.drop-down-sub {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: var(--theme-color);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  transform: translateY(20px);

}

.nav-menu li:hover .drop-down-sub {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.drop-down-sub li a {
  font-family: var(--font-secondary) !important;
  font-weight: 500;
  font-size: 16px;
  color: var(--black-color) !important;
  margin: 0px 0px 20px 0px;
  text-transform: capitalize !important;
  transition: all 0.3s ease 0s;
}

.nav-menu li a {
  font-family: var(--font-secondary) !important;
  font-weight: 600 !important;
  font-size: 16px;
  color: var(--white-color) !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;

}

.nav-lnk {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-mobile {
  border: 2px solid var(--white-color);
  color: var(--white-color) !important;
  padding: 10px 20px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}


.hamburger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.hamburger {
  position: relative;
  width: 30px;
  height: 20px;
}

.top-ham,
.middle-ham,
.bottom-ham {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: var(--white-color);
  border-radius: 3px;
  animation: hamPulse 1.6s ease-in-out infinite;
}

.top-ham {
  top: 0;
  animation-delay: 0s;
}

.middle-ham {
  top: 50%;
  transform: translateY(-50%);
  animation-delay: 0.2s;
}

.bottom-ham {
  bottom: 0;
  animation-delay: 0.4s;
}

@keyframes hamPulse {
  0% {
    width: 30px;
  }

  50% {
    width: 16px;
  }

  100% {
    width: 30px;
  }
}

.mobile-photo {
  position: relative;
  max-width: 200px;
  margin: 0 auto 60px auto;
  height: 300px;
}

.mobile-photo::before {
  position: absolute;
  content: '';
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 2px solid var(--theme-color);
  -webkit-border-radius: 40rem 40rem 0 0;
  border-radius: 40rem 40rem 0 0;
  z-index: 2;
}

.mobile-photo img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 40rem 40rem 0 0;
  border-radius: 40rem 40rem 0 0;
  margin: 0px 0px 20px 0px;
}

.mobile-logo {
  margin: 0px 0px 20px 0px;
}

.nav-item-mobile {
  position: relative;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-item-mobile a {
  display: block;
  width: 100%;
  padding-right: 30px;
}

.toggle-btn {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.submenu {
  display: none;
  padding-left: 20px;
}

.submenu li {
  padding: 6px 0;
}

.submenu li a {
  color: #ccc;
  font-size: 16px;
  text-transform: capitalize;
}




.nav-item-mobile>a {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  color: var(--white-color);
  text-transform: uppercase;
}

.toggle-btn {
  color: var(--white-color);
  font-size: 20px;
}

.btn-clr {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--black-color);
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 1;
}

.btn-clr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: var(--dk-cyan-color);
  z-index: -1;
  transition: height 0.35s ease;
}

.btn-clr:hover::after {
  height: 100%;
}

.btn-clr:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

/* --------------------bottom-2 section------------------- */


.dk-about-content-top {
  padding: 60px 0px;
  position: relative;
}

.dk-about-content-top:after {
  background-image: url('../images/about/spinning.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;

}


.dk-about-content {
  padding: 60px 0px;
  position: relative;
}

.dk-about-content:after {
  background-image: url('../images/banner/blog-header.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;

}

.dk-about-content-info {
  padding: 60px 0px;
  max-width: 450px;
}

.left-pad-60 {
  padding: 0px 0px 0px 60px;
}

.drunk-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.drunk-carousel .owl-nav button {
  pointer-events: auto;
}

.drunk-prev,
.drunk-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  width: 40px;
  height: 40px;
}

.drunk-prev {
  left: -30px;
}

.drunk-next {
  right: -30px;
}

.drunk-prev:hover,
.drunk-next:hover {
  background: var(--theme-color);
  color: #fff;
}

.drunk-prev i,
.drunk-next i {
  font-size: 16px;
  color: #000;
}


.dk-about-sub-title {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  font-family: var(--font-primary);
}

.dk-about-content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--black-color);
  max-width: 450px;
  font-family: var(--font-secondary);
}

.dk-about-read-more {
  font-weight: 600;
  color: var(--dk-cyan-color);
  border-bottom: 2px solid var(--yl-color);
  display: inline-block;
  margin-top: 18px;
  cursor: pointer;
  font-family: var(--font-secondary);
  width: fit-content;
  text-transform: uppercase;
}

.dk-about-content-image {
  position: relative;
  height: 100%;
  width: 100%;
}

/* about image responsive fix */
.dk-about-content-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.title-wrapper {
  position: relative;
  display: inline-block;
}

.main-title {
  font-size: 38px;
  font-weight: 300;
  max-width: 450px;
  letter-spacing: 2px;
  line-height: 1.1;
  color: var(--black-color);
  font-family: var(--font-primary);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.the-word {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}

/* Left vertical line */
.the-word::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background-color: var(--yl-color);
  transition: height 0.6s ease;
}

/* Top horizontal line (half length) */
.the-word::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background-color: var(--yl-color);
  transition: width 0.6s ease;
}

/* Bottom horizontal line (half length) */
.the-bottom-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--yl-color);
  transition: width 0.6s ease;
}

/* Right vertical line (semi - connected to "H") */
.the-right-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 0;
  background-color: var(--yl-color);
  transition: height 0.6s ease;
}

.the-word:before {
  height: 100%;
}

.the-word:after {
  width: 50%;
}

.the-word .the-bottom-line {
  width: 25%;
}

.the-word .the-right-line {
  height: 20%;
}





/* TESTIMONIAL */
/*/* Background */
.dk-testimonial-section {
  background-image: url('../images/testimonials/subtle_white_mini_waves_mod.png');
  background-size: auto;
  background-repeat: repeat;
  background-position: left top;
  background-color: #937c53;
  padding: 80px 0;
}

/* Left Content */
.dk-chef-content {
  padding: 40px 20px;
}

.dk-chef-name {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  letter-spacing: 2px;
  color: var(--white-color);
  font-family: var(--font-primary);
}

.dk-chef-subtitle {
  font-size: clamp(16px, 2vw, 22px);
  font-family: var(--font-primary);
  color: var(--white-color);
  margin-bottom: 18px;
}

.dk-chef-text {
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.7;
  color: var(--white-color);
  font-family: var(--font-secondary);
}

/* Circle Image */
.dk-chef-image {
  width: clamp(230px, 32vw, 350px);
  height: clamp(230px, 32vw, 350px);
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid transparent;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dk-chef-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/* --------------------------

/////////////INDEX-PAGE//////////////

--------------------------*/


/* --------------------------
    banner-section
--------------------------*/

.banner-section {
  position: relative;
  min-height: 100vh;
}

.slide_item {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: red !important;
}

.slide_item::before {
  content: "";
  position: absolute;
  background-color: var(--black-color);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.image-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
  z-index: 0;
}

.slide-one {
  background-image: url(../images/slider/dk-slider-1.webp);
}

.slide-two {
  background-image: url(../images/slider/dk-slider-2.webp);
}

.slide-three {
  background-image: url(../images/slider/dk-slider-3.webp);
}

.banner-carousel .active .slide_item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-carousel .owl-nav {
  margin: 0px;
}

.banner-carousel .owl-nav button {
  position: absolute;
  bottom: 10%;
  transform: translateY(-50%);
  line-height: 62px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 3%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 999 !important;
  display: none !important;
}

.banner-carousel .owl-dot {
  width: 12px;
  height: 12px;
  border: 2px solid var(--black-color);
  border-radius: 50%;
  background: transparent !important;
  transition: 0.3s ease;
}

.banner-carousel .owl-dot.active {
  background: transparent;
  border: 2px solid #e6a018;
  border-radius: 50%;
  display: flex;
  bottom: 0 !important;
}

.banner-section .owl-nav .owl-prev {
  background-color: transparent !important;
  color: var(--white-color);
  left: 100px;
  bottom: 5%;
}

.banner-section .owl-nav .owl-next {
  background-color: transparent !important;
  color: var(--white-color);
  left: 140px;
  bottom: 5%;
}

.banner-section .owl-nav .owl-prev i {
  color: var(--white-color);
}

.banner-section .owl-nav .owl-next i {
  color: var(--white-color);
}

.content-box {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.banner-carousel .content-box h1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 80px;
  color: var(--white-color);
  text-transform: capitalize;
  width: 700px;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box p {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 20px;
  color: var(--white-color);
  margin: 20px 0px;
}

.banner-carousel .active .content-box .top-line,
.banner-carousel .active .content-box h2,
.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.top-line {
  width: 100px;
  height: 2px;
  background-color: var(--color-yellow);
  margin: 10px 0px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  text-transform: uppercase;
  padding: 10px 20px;
  border: 2px solid var(--white-color);
  border-radius: 5px;
}

.left-link {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 20;
}

.left-links p {
  font-family: var(--font-secondary);
  color: var(--white-color);
  font-size: 14px;
  text-transform: uppercase;
  transform: rotate(270deg);
  margin: 0;
  cursor: pointer;
}

.left-links .star {
  color: var(--color-yellow);
  font-size: 14px;
  transform: rotate(180deg);
}

.left-link .line {
  width: 1px;
  height: 15px;
  background-color: var(--white-color);
}

.hero-triangle {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 350px;
  height: auto;
  z-index: 5;
}

.hero-triangle svg {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.hero-triangle svg path {
  fill: var(--dk-cyan-color);
}

/*-----------rolling-logo----------*/
.rolling-logo {
  position: fixed;
  /* changed from absolute → fixed (or keep absolute if inside a positioned parent) */
  bottom: 30px;
  /* distance from bottom */
  right: 30px;
  /* distance from right */
  top: auto;
  /* override the old top:70% */
  z-index: 999;
  /* high z-index so it stays on top */

  background-color: var(--dk-cyan-color);
  border: 1px solid var(--color-yellow);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Optional: slight lift on hover (nice touch) */
  transition: transform 0.3s ease;
}

.rolling-logo:hover {
  transform: translateY(-8px);
}

/* Responsive adjustment for phones & small screens */
@media (max-width: 768px) {
  .rolling-logo {
    width: 110px;
    height: 110px;
    bottom: 20px;
    right: 20px;
  }

  .roll-img {
    width: 65px;
    height: 65px;
  }

  .roll-img img {
    width: 40px;
  }

  .circle-text {
    width: 110px;
    height: 110px;
  }

  .circle-text text {
    font-size: 13px;
    /* smaller text on mobile */
    letter-spacing: 2px;
  }

  /* Update the SVG path for the smaller circle */
  #circlePath {
    d: "M 55, 55 m -53, 0 a 53,53 0 1,1 106,0 a 53,53 0 1,1 -106,0";
  }
}

/* Rest of your existing styles (unchanged) */
.roll-img {
  width: 80px;
  height: 80px;
  background-color: var(--color-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.roll-img img {
  width: 50px;
}

.circle-text {
  position: absolute;
  width: 140px;
  height: 140px;
  animation: rotateText 25s linear infinite;
  /* slightly slower for better readability */
}

.circle-text text {
  fill: var(--color-yellow);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* --------------------------
    about-us
--------------------------*/


.about-us {
  padding: 60px 0px;
  min-height: 100vh;
  position: relative;
}


.about-img-top {
  position: relative;
}


.about-img-bottom {
  position: absolute;
  bottom: -40px;
  right: 0;
}

.about-detail {
  padding: 20px;
}

.about-header {
  margin: 0px 0px 20px 0px;
}

.about-header h6 {
  color: var(--color-yellow);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-secondary);
}


.about-header h2 {
  color: var(--color-dark);
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--font-primary);
}


.about-detail-info {
  margin: 0px 0px 30px 0px;
}


.about-detail-info p {
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--font-secondary);
  margin: 0px 0px 20px 0px;
}

.about-detail-info ul li {
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--font-primary);
  margin: 0px 0px 10px 0px;
}

.about-btn {
  background-color: var(--color-yellow);
  padding: 10px 20px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  font-family: var(--font-secondary);
}

/* --------------------------
    about-us
--------------------------*/





/* --------------------------
.dk-about-story 
--------------------------*/
.dk-about-story-info {
  position: relative;
  padding: 40px 0px;
}

.dk-about-story {
  position: relative;
  z-index: 2;
  padding: 0px 15px 150px 15px;
  background-color: var(--dk-cyan-color)
}

.dk-story-title {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--white-color);
  text-align: center;
  margin: 0 auto;
  font-size: 48px;
  max-width: 100%;
}

.dk-story-accent {
  color: var(--yl-color);
  font-weight: 300;
}

.section-container {
  padding: 100px 0;
}

.dk-about-info-text {
  font-family: var(--font-secondary);
  color: var(--white-color);
  font-size: 16px;
  max-width: 100%;
  text-align: justify;
}

.story-icon {
  width: 55px;
  margin-bottom: 12px;
}

.dk-about-info-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 350px;
  border-top-right-radius: 350px;
  height: 500px;
  margin-top: 50px;

}

.dk-about-info-img::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  border-top-left-radius: 350px;
  border-top-right-radius: 350px;
  border: 1px solid var(--yl-color);
  overflow: hidden;
}

.dk-about-info-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

}

.learn-btn {
  background: var(--yl-color);
  border: none;
  padding: 15px 28px;
  font-weight: 700;
  color: var(--black-color);
  letter-spacing: 1px;
  font-size: 12px;
  font-family: var(--font-secondary);
  cursor: pointer;
}

.story-info-btn {
  margin-left: 50px;
}

.story-booking-info h6 {
  margin-top: 20px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-secondary);
  margin-bottom: 8px;
}

.story-booking-number {
  color: var(--yl-color);
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-secondary);
}

.dk-about-info-block {
  max-width: 100%;
}


.story-item img {
  margin-top: 15px;
  width: 50px;
  margin-right: 15px;
}

.story-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  color: var(--white-color);
}

.story-text {
  margin-top: 15px;
  font-size: 16px;
  color: var(--white-color);
  max-width: 350px;
  font-family: var(--font-secondary);
}

/* --------------------------
.dk-about-story 
--------------------------*/

/* --------------------------
dk-about-video
--------------------------*/

.dk-about-bg-img {
  position: relative;
  background: url("../images/about/video_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.video-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-icon a {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.video-icon a i {
  font-size: 30px;
  color: var(--black-color);
}

.video-icon a:hover {
  transform: scale(1.1);
}

.dk-overlay-plate {
  position: absolute;
  top: -50px;
  left: 10%;
  width: 300px;
  height: auto;
  transform: translateY(-40%);
  transform-origin: center center;
  animation: rotateSlowly 20s linear infinite;
  z-index: 10;
}

@keyframes rotateSlowly {
  from {
    transform: translateY(-40%) rotate(0deg);
  }

  to {
    transform: translateY(-40%) rotate(360deg);
  }
}


.video-popup .btn-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  opacity: 1;
}

.video-popup .modal-body {
  border-radius: 8px;
  overflow: hidden;
}


/* --------------------------
dk-about-video
--------------------------*/

/* --------------------------
.dk-about-features 
--------------------------*/

.dk-about-features {
  padding: 60px 0px;
  background-color: var(--dk-cyan-color);
  width: 100%;
}

.dk-about-feature-heading {
  text-align: center;
  margin-bottom: 60px;
}

.dk-about-label {
  font-family: var(--font-secondary);
  color: var(--yl-color);
  font-weight: 600;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px !important;
}

.dk-about-feature-heading h1 {
  color: var(--white-color);
  font-size: 54px;
  font-family: var(--font-primary);
}

.dk-about-feature-img {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 500px 500px 0px 0px;
  margin-bottom: 30px;
}

.dk-about-feature-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.dk-about-feature-img img:hover {
  transform: scale(1.05);
}

.dk-about-feature-img .image-title {
  text-align: center;
  margin-top: 15px;
  color: var(--white-color);
  font-family: var(--font-secondary);
  transition: color .3s ease;
}

.dk-about-feature-img:hover .image-title {
  color: var(--color-yellow);
}

.dk-about-feature-img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.05));
  border-radius: 0 0 0 0;
}

.dk-about-feature-img p {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  z-index: 2;
  text-transform: uppercase;
}

.dk-about-counter {
  color: var(--white-color);
  margin: 40px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px 10px 0px 0px;
  line-height: 30px !important;

}

.dk-about-counter .counter-heading h2 {
  font-size: 60px;
  font-family: var(--font-tertiary);
  font-weight: 300;
}

.dk-about-counter .counter-heading span {
  margin-top: 14px;
  padding: 0px 10px;
  font-size: 60px;
  font-weight: 100;
  font-family: var(--font-tertiary);
}

.dk-about-counter h5 {
  color: var(--color-yellow) !important;
  font-size: 14px;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dk-about-counter p {

  font-size: 16px;
  font-family: var(--font-secondary);
  margin: 15px 0px;
  color: var(--white-color);
}

/* --------------------------
.dk-about-features 
--------------------------*/

/* --------------------------
.dk-about-service-section 
--------------------------*/


.dk-about-service-section {
  background-color: var(--dk-cyan-color);
  padding-bottom: 80px;
  color: var(--white-color);
}

.dk-about-service-section-title {
  color: var(--white-color);
  font-size: 60px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: var(--font-primary);
}

.dk-about-service-section-label {
  color: var(--yl-color);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: var(--font-secondary);
}

.dk-about-service-section .services-main-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center !important;
  position: relative;
}

.dk-about-service-item:last-child {
  margin-bottom: 0;
}

.dk-about-service-icon-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 30px;
  gap: 15px;
}

.dk-about-service-icon-wrapper-right {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
}

.dk-about-service-title {
  font-family: var(--font-secondary);
  color: var(--white-color);
  font-size: 18px;
}

.dk-about-service-icon {
  width: 50px;
  height: 50px;
}

.dk-about-service-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 280px;
  font-family: var(--font-secondary);
  margin-bottom: 50px;
}

.text-end .dk-about-service-description {
  margin-left: auto;

}


.dk-about-service-center-image-wrapper {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  order: 3;
}

.dk-about-service-center-image {
  border-radius: 50% 50% 0 0;
  max-width: 400px;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  outline: 1px solid var(--yl-color);
  outline-offset: -15px;
}

.dk-about-service-btn-contact {
  display: inline-block;
  background-color: var(--yl-color);
  color: var(--dk-cyan-color);
  padding: 15px 40px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: var(--font-secondary);
  border: none;
  cursor: pointer;
}

.dk-about-service-btn-contact:hover {
  background-color: var(--yl-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(248, 227, 171, 0.4);
  color: var(--dk-cyan-color);
}

/* --------------------------
.dk-about-service-section 
--------------------------*/

/* --------------------------

/////////////ABOUT-PAGE//////////////

--------------------------*/

/* --------------------------

/////////////CONTACT-PAGE//////////////

--------------------------*/


.dk-contact-banner-section {
  min-height: 500px;
  background: url("../images/contact/image5.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}

.dk-contact-banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.dk-banner-info {
  color: var(--white-color);
  margin-left: 15%;
  z-index: 2;

}

.dk-banner-info p {
  font-family: var(--font-secondary);
  font-size: 18px;
}

.dk-banner-info h1 {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 46px;
}

/* --------------------------
.dk-contact-section 
--------------------------*/
.dk-contact-div {
  padding: 30px 0px;
  position: relative;
}

.dk-contact-info-text h1 {
  font-family: var(--font-primary);
  font-weight: 800;
  font-size: 46px;
  margin-top: 10px;
}

.dk-contact-info-text h6 {
  font-size: 18px;
  font-family: var(--font-secondary);
  font-weight: bold;
}

.dk-contact-info-text {
  text-align: center;
  color: var(--white-color);
}

.dk-contact-info-text p {
  color: var(--white-color);
  font-family: var(--font-primary);
  font-size: 16px;
  margin-top: 10px;
}

.dk-contact-info h1 {
  margin-top: 10px;
  font-family: var(--font-primary);
  font-size: 36px;
  color: var(--white-color);
  font-weight: bold;
}


.dk-contact-info {
  text-align: center;
  color: var(--black-color);
  margin: 0px 0px 20px 0px;
}


.dk-contact-info p {

  font-size: 16px;
  color: var(--white-color);
  font-family: var(--font-secondary);
}

.dk-blog-header {
  text-align: center;
}

.dk-blog-header h1 {
  font-family: var(--font-primary);
  font-weight: 800;
  font-size: 46px;
  text-transform: capitalize;
  color: var(--white-color);
  margin: 0px 0px 20px 0px;
}

.dk-blog-header h6 {
  font-size: 18px;
  color: var(--white-color);
  font-family: var(--font-secondary);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.index-about-list {
  display: flex;
  padding: 10px 0px;
}

.index-about-l-img i {
  font-size: 50px;
  color: var(--color-yellow);
  margin: 0px 15px 0px 0px;
}

.index-about-l-detail h6 {
  font-size: 18px;
  color: var(--black-color);
  font-family: var(--font-secondary);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}

.dk-blog-header p {
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--font-secondary);
  font-weight: 800;
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
}

.dk-blog-header .line {
  width: 40px;
  background-color: var(--lg-green-color);
  margin: 0px 0px 10px 0px;
}



.dk-contact-section {
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--dk-cyan-color);

}

.contact-info-icon img {
  width: 80px;
}

/* --------------------------
.dk-contact-section 
--------------------------*/



/* --------------------------
dk-contact-form-section
--------------------------*/
.dk-contact-form-section {
  padding: 50px 0px;
  position: relative;
  background-color: var(--dk-cyan-color);
}

.dk-contact-form-wrapper {
  padding: 0px 0px;
  width: 100%;
  height: auto;
}



.line {
  height: 3px;
  border-radius: 3px;
}

.dk-banner-info .line {
  width: 40px;
  background-color: var(--lg-green-color);
}

.dk-contact-info-text .line {
  width: 40px;
  background-color: var(--lg-green-color);
  margin: 15px 10px;
}

.dk-contact-heading {
  text-align: center;
}

.dk-contact-heading .line {
  background-color: var(--color-yellow);
  width: 30px;
  margin-top: 10px;
}

.dk-contact-heading h1 {
  color: var(--white-color);
  font-family: var(--font-primary);
  font-weight: bolder;
  font-size: 46px;
  margin-bottom: 10px;
}

.dk-contact-heading h6 {
  color: var(--white-color);
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: var(--font-secondary);
}

.dk-contact-heading p {
  font-family: var(--font-primary);
  font-size: 14px;
}

.dk-contact-input input,
.dk-contact-input textarea {
  font-size: 14px;
  background-color: var(--white-color);
  font-family: var(--font-secondary);
  font-weight: bold;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border: none;
  width: 100%;
  background-color: transparent;
  border-radius: 0px;
  border: solid 1px var(--white-color);
}

.dk-contact-input input {
  min-height: 50px !important;
}

.dk-contact-btn button {
  background-color: var(--dk-cyan-color);
  padding: 10px 20px;
  font-weight: 900;
  font-family: var(--font-secondary);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* --------------------------
dk-contact-form-section
--------------------------*/

/* --------------------------
.dk-contact-image-section 
--------------------------*/



.dk-contact-image-section {
  min-height: 400px;
  background: url("../images/contact/image4.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;

}

.dk-contact-image-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);

}

.dk-contact-image-text {
  color: var(--white-color) !important;
  text-align: center;
  z-index: 2;
  padding: 15px 10px;
}

.dk-contact-image-text h1 {
  font-family: var(--font-primary);
  font-weight: 300;
  font-size: 42px;
  padding: 10px 10px;

}

.dk-contact-image-text h6 {
  font-family: var(--font-secondary);
  margin: 10px;
  font-weight: 700;
  font-size: 22px;

}

.dk-contact-image-text p {
  font-family: var(--font-primary);
  margin-top: 20px;
  font-size: 18px;

}

/* --------------------------
.dk-contact-image-section 
--------------------------*/

/* --------------------------
.dk-map-section
--------------------------*/

.dk-map-section {
  filter: grayscale(100%);
  position: relative;
  background: url("../images/contact/image3.webp") center/cover no-repeat;
}

/* --------------------------
.dk-map-section
--------------------------*/

/* --------------------------

/////////////CONTACT-PAGE//////////////

--------------------------*/



/* --------------------------

/////////////CONTACT-PAGE//////////////

--------------------------*/

/* --------------------------

/////////////FAQ-PAGE//////////////

--------------------------*/


/* --------------------------
.dk-faq-area
--------------------------*/

.dk-faq-area {
  padding: 0 60px;
  background-color: var(--dk-cyan-color);
  padding-top: 100px;
  padding-bottom: 50px;
}

.faq-section {
  padding-bottom: 30px;
  overflow: hidden;
}



.faq-heading {
  font-weight: bold;
  font-size: 27px;
  color: var(--white-color);
  font-family: var(--font-primary);
  text-transform: uppercase;
  margin-bottom: 60px;
}

.faq-container {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.562);
  padding-bottom: 0;
}

.faq-item i {
  font-size: 12px !important;
}

.faq-item:last-of-type {
  border-bottom: none;
}

.faq-item {
  color: var(--white-color);
  font-family: var(--font-primary) !important;
}

.faq-item h3 {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.562);
  font-family: var(--font-primary);
  margin-bottom: 0;
}

.faq-item h4 {
  font-size: 18px;
  font-family: var(--font-secondary) !important;
  font-weight: bold;
  margin-bottom: 0;
}

.faq-toggle-btn {
  background: none;
  border: none;
  text-decoration: none;
}

.faq-toggle-btn:hover {
  background: none;
  color: var(--white-color);
}

.faq-toggle-btn:focus {
  box-shadow: none;
}

.faq-toggle-btn i {
  color: var(--white-color) !important;
  transition: transform 0.25s ease-in-out;
  font-size: 18px;
  display: inline-block;
  width: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.faq-toggle-btn i::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.faq-toggle-btn[aria-expanded="true"] i {
  transform: rotate(-180deg);
}

.faq-collapse-content {
  transition: all 0.35s ease-in-out;
}

.faq-item .collapse.show {
  margin-bottom: 25px !important;
}

.faq-content {
  padding: 20px 10px;
}

.faq-answer {
  margin-bottom: 0;
  font-family: var(--font-secondary);
  font-size: 16px;
}

.faq-img {
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
  height: 600px;
  position: relative;
  margin-bottom: 50px;
}

.faq-img::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--color-yellow);
  border-top-left-radius: 247px;
  border-top-right-radius: 247px;
  z-index: 1;
  pointer-events: none;
}

.faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* --------------------------
.dk-faq-area
--------------------------*/

/* --------------------------
.dk-bottom-banner
--------------------------*/


.dk-bottom-banner {
  background: url("../images/faq/cheers.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.dk-bottom-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1;
}

.dk-bottom-content {
  position: relative;
  z-index: 10;
}

.dk-bottom-content h5 {
  font-size: 22px;
  font-family: var(--font-secondary);
  color: var(--white-color);
  margin: 20px 0 20px 0;
  font-weight: bold;
}

.dk-bottom-content h1 {
  font-size: 48px;
  font-family: var(--font-primary);
  color: var(--white-color);
  margin-bottom: 20px;
}

.dk-bottom-content p {
  color: var(--white-color);
  font-family: var(--font-secondary);
  font-size: 16px;
  margin-bottom: 20px;
}

/* --------------------------
.dk-bottom-banner
--------------------------*/

/* --------------------------

/////////////FAQ-PAGE//////////////

--------------------------*/





/* --------------------------

/////////////INCLUDES-FOOTER//////////////

--------------------------*/

/* --------------------------
.dk-footer-section
--------------------------*/



.dk-footer-section {
  position: relative;
  background: url("../images/footer/footer-image.webp") center/cover no-repeat;
  min-height: 500px;
  padding-top: 100px;

}

.dk-footer-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(6, 52, 62, 1) 0%, rgba(6, 52, 62, .5) 100%);
  z-index: 1;
}

.dk-footer-section .container {
  position: relative;
  z-index: 2;
}

.dk-footer-content {
  text-align: center;
}

.dk-footer-content h2 {
  text-align: center;
  font-size: 26px;
  font-family: var(--font-primary);
  color: var(--white-color);
  margin-bottom: 5px;

}

.dk-footer p {
  font-family: var(--font-secondary);
  color: var(--white-color);
  font-size: 16px;
}


.news-letter h2 {
  color: var(--white-color);
  font-family: var(--font-primary);
  font-size: 26px;
  text-align: center;
}

.footer-list a {
  text-decoration: none;
  color: var(--white-color) !important;
  font-size: 16px;
  font-family: var(--font-secondary);
  line-height: 28px;

}

.footer-day {
  color: var(--yl-color);
  font-family: var(--font-secondary);
  text-align: center;
}

.dk-contact-number {
  font-weight: 900;
  color: var(--yl-color) !important;
  font-family: var(--font-tertiary) !important;
  font-size: 28px !important;
}

.ftr-date-time {
  text-align: center;
  gap: 10px;
  line-height: 30px;
}

.footer-time {
  color: var(--white-color);
  padding: 6px;
}


.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-logo-line {
  width: 400px;
  height: 3px;
  background-color: var(--yl-color);
  border-radius: 3px;
  margin: 0;
}

.footer-heading {
  text-align: center;
}

.footer-underline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 20px;
}

.ftr-underline1 {
  width: 35px;
  height: 2px;
  background-color: var(--yl-color);
  border-radius: 3px;
}

.ftr-underline2 {
  width: 60px;
  margin-top: 3px;
  height: 2px;
  background-color: var(--yl-color);
  border-radius: 3px;
}

.footer-form-btn {
  width: 100%;
  border: none !important;
  border-radius: 0px !important;
}



.footer-form-btn input::placeholder {
  color: var(--white-color);

}

/* Email icon */
.footer-input-wrapper {
  position: relative;
  height: 50px;
}



.footer-form-btn button {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  height: 42px;
  padding: 0 25px;
  font-weight: 700;
  font-family: var(--font-secondary);
  border-radius: 0px;
  font-size: 14px;
  color: var(--black-color);
}

/* --------------------------
.dk-footer-section
--------------------------*/

/* --------------------------

/////////////BLOG-PAGE//////////////

--------------------------*/


/* --------------------------
.dk-blog-section
--------------------------*/


.dk-blog-section {
  background: var(--dk-cyan-color);
  margin: 0px;

}

.dk-blog-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 400px;
  margin: 0px auto 30px auto;
}

.dk-blog-wrapper img::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.dk-blog-wrapper .dk-blog-pic {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 250px 250px 0px 0px;
}

.dk-blog-wrapper.col-lg-4:nth-child(odd) .dk-blog-pic {
  border-radius: 500px 500px 0 0;
}

.dk-blog-wrapper .dk-blog-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.dk-blog-wrapper:hover .dk-blog-pic img {
  transform: scale(1.15);
}

.dk-blog-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 40%,
      rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}

.dk-blog-wrapper .over-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 30px;
  z-index: 5;
  pointer-events: none;
  color: var(--white-color);
}

.dk-blog-wrapper .over-content .date {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
  border-bottom: 1px solid var(--white-color);
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--font-secondary);
}

.dk-blog-wrapper .over-content .deserts {
  font-size: 18px;
  color: var(--color-yellow);
  margin: 10px 0 15px 0;
  text-transform: capitalize;
  font-family: var(--font-secondary);
}

.dk-blog-wrapper .over-content .caption {
  font-family: var(--font-primary);
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: var(--white-color);
}


.dk-pagination .page-item {
  color: var(--white-color);
  font-size: 16px;
  cursor: pointer;
  font-family: var(--font-secondary);
}

.dk-pagination .page-item.active {
  background: var(--yl-color);
  color: var(--black-color);
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-secondary);
}

.dk-pagination .page-next {
  font-family: var(--font-secondary);
  color: var(--white-color);
  font-size: 16px;
  cursor: pointer;
}

/* --------------------------
.dk-blog-section
--------------------------*/




.dk-blog-visit {
  position: relative;
  padding: 100px 0;
  margin: 0;
  background:
    linear-gradient(to bottom, rgba(6, 52, 62, 1), rgba(6, 52, 62, 0)),
    url("../images/blog/book-table.webp");

  background-size: cover;
  background-position: center;
  overflow: hidden;

}

.dk-blog-visit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--dk-cyan-color);
  opacity: 0.9;
  z-index: 1;

}

.dk-blog-visit {
  position: relative;
  z-index: 2;
}

.dk-blog-visit-content {
  position: relative;
  z-index: 5;
}

.dk-blog-head {
  text-align: center;
  margin-top: 5px;
  position: relative;
  z-index: 5;
}

.dk-blog-head img {
  height: 45px;
}

.dk-blog-pill {
  width: 260px;
  height: 350px;
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}



.dk-blog-pill::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 999px;
  border: 1px solid #e6b15f;
  pointer-events: none;
  z-index: 2;
}

.dk-blog-pill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
}

.dk-blog-visit-title {
  text-align: center;
  margin-top: 25px;
  position: relative;
  z-index: 5;
}

.dk-blog-visit-text {
  color: var(--yl-color);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  margin: 0 12px;
  font-weight: 700;
}

.dk-blog-icon svg {
  width: 14px;
  height: 14px;
  display: inline-block;
}


.dk-blog-visit-content {
  text-align: center;
  position: relative;
  z-index: 5;
  margin-bottom: 25px;
}

.dk-blog-visit-content p {
  padding: 3px;
  font-size: 16px;
  color: var(--white-color);
  opacity: 0.88;
  font-family: var(--font-secondary);
}

.dk-blog-visit-content p:hover {
  color: var(--yl-color);
}

.dk-blog-bottom-icon {
  position: relative;
  text-align: center;
  margin: 35px 0;
  z-index: 5;
}

.dk-blog-bottom-icon svg {
  width: 14px;
  height: 14px;
  z-index: 2;
  position: relative;
}

.dk-blog-bottom-icon::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 18px;
  background: #e6b15f;
}

.dk-blog-bottom-icon::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 18px;
  background: #e6b15f;
}


.dk-blog-newsletter h2 {
  font-family: var(--font-primary);
  font-size: 30px;
  color: var(--white-color);
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 5;
}

.dk-blog-newsletter p {
  font-family: var(--font-secondary);
  font-size: 14px;
  opacity: 0.85;
  color: var(--white-color);
  text-align: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 5;
}

.dk-blog-newsletter-box {
  display: flex;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.dk-blog-newsletter-input {

  flex: 1;
  background: var(--dk-cyan-color);
  padding: 10px 18px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s ease;

}

.dk-blog-newsletter-input i {
  color: var(--white-color);
}



.dk-blog-newsletter-input input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  color: var(--white-color);
  padding-left: 3px;
}

.dk-blog-newsletter-input input::placeholder {
  color: var(--white-color);
  padding: 4px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.dk-blog-newsletter-btn {

  background: var(--yl-color);
  padding: 0 40px;
  border: 1px solid var(--yl-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--black-color);
  font-family: var(--font-secondary);
  cursor: pointer;
  transition: 0.3s ease;
}

.dk-blog-newsletter-btn:hover {
  opacity: 0.9;
  color: var(--white-color);
}


.dk-blog-newsletter-input:focus-within {
  border-color: var(--color-yellow);
}

/* --------------------------
.dk-blog-section
--------------------------*/


/* --------------------------

/////////////BLOG-PAGE//////////////

--------------------------*/


/* --------------------------
.dk-article-header
--------------------------*/


.dk-article-header {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}


.dk-article-title {
  font-family: var(--font-primary);
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 30px;
}

.dk-article-meta {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dk-meta-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dk-meta-dot {
  width: 36px;
  height: 36px;
  background-image: url('../images/blog/blog-dp.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: inline-block;
}

.dk-meta-author {
  color: var(--white-color);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 36px;
  font-family: var(--font-secondary);
}

.dk-meta-right {
  color: var(--white-color);
  font-size: 14px;
  font-family: var(--font-secondary);
}

.dk-meta-date {

  opacity: 0.6;
  padding: 3px 10px 1px;
  font-size: 12px;
  line-height: 18px;
}

/* ----------------------------------
   HERO IMAGE
---------------------------------- */
.dk-article-hero {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}

.dk-hero-img-wrap {
  width: 100%;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-top: 15px;
}

.dk-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------
   INTRO COPY
---------------------------------- */
.dk-article-intro {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}

.dk-article-intro .dk-intro-copy p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  margin-top: 30px;

  font-family: var(--font-secondary);
}

.dk-strip-inner {
  margin-bottom: 20px;
}

/* ----------------------------------
   INGREDIENTS + STRIP
---------------------------------- */
.dk-article-ingredients {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}

.dk-ingredients-title {
  font-family: var(--font-primary);
  font-size: 50px;
  margin-bottom: 12px;
}

.dk-ingredients-wrap {
  padding: 0px 0px 22px 0px;

}



.dk-ingredients-list li {
  font-size: 16px;
  line-height: 22px;
  color: var(--white-color);
  margin-bottom: 2px;
  font-family: var(--font-secondary);
}

.dk-ingredients-list li::marker {
  color: var(--white-color);
}


.dk-strip-3-wrap .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 0;
}

.dk-strip-3-wrap {
  padding: 17px 0 16px;
}

.dk-strip-img {
  display: block;
}

.dk-strip-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}




/* ----------------------------------
   SECTION 2 (Image + Text)
---------------------------------- */
.dk-article-section-2 {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}



.dk-sec2-title {
  font-family: var(--font-primary);
  font-size: 36px;
  margin-bottom: 18px;
}

.dk-sec2-text {
  padding: 16px 0 2px 0;
}

.dk-sec2-copy {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  margin-bottom: 14px;
  font-family: var(--font-secondary);
}

.dk-sec2-meta {
  margin-top: 14px;
}

.dk-meta-line-a {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--white-color);

}

.dk-meta-line-b {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--white-color);

}

.dk-meta-line-c {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--white-color);

}


.dk-meta-label {
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--font-secondary);
}


.dk-meta-link {
  color: var(--color-yellow);
  text-decoration: none;
  font-size: 18px;
  font-family: var(--font-secondary);
}

.dk-meta-link:hover {
  color: var(--color-yellow);
}

.dk-tag {
  margin: 0 5px 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
  color: var(--color-yellow);
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid var(--color-yellow);
}

.dk-tag:hover {
  color: var(--color-yellow) !important;
}




.dk-share .dk-share-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  color: var(--white-color);
  font-size: 16px;
  margin-right: 6px;
  margin-right: 4px;
  transition: 0.3s ease;
}


.dk-pg {
  color: var(--white-color);
  font-size: 14px;
  text-decoration: none;
  font-family: var(--font-secondary);
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
}

.dk-pg-prev:hover {
  color: var(--white-color);
}

.dk-pg-all {
  color: var(--white-color);
}

.dk-pg-all:hover {
  color: var(--white-color);
}

.dk-pg-next:hover {
  color: var(--white-color);
}

.dot-rule.border-dotted {

  margin-top: 80px;
  border-top: 4px dotted rgba(233, 230, 215, .25);
  width: 100%;
  height: 0;
  opacity: 0.6;
}

/* ----------------------------------
   COMMENT FORM
---------------------------------- */
.dk-comment-section {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
}

.dk-comment-title {
  font-family: var(--font-primary);
  font-size: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

/* .dk-comment-form {} */

.dk-form-row {
  margin-bottom: 10px;
}

.dk-form-row ::placeholder {
  color: var(--white-color);
}


.dk-input {
  width: 100%;
  background: var(--dk-cyan-color);
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  border-radius: 0 !important;
  font-size: 17px;
  margin: 8px 0px;

}

.dk-input ::placeholder {

  color: var(--white-color);
}

.dk-textarea {
  resize: vertical;
  width: 100%;
  height: 140px;
  margin-bottom: 8px;
  padding: 15px 20px;
  color: var(--white-color);
  opacity: 1;
  font-size: 17px;
  font-weight: 400;

}

.dk-remember-row {
  margin: 10px 0px 29px;
}

.dk-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.8;
  font-family: var(--font-secondary);
}

.dk-remember input {
  accent-color: var(--yl-color);
}

.dk-form-actions {
  margin-top: 8px;
}

.dk-btn {
  background: var(--yl-color);
  color: var(--black-color);
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  padding: 14px 26px;
  border-radius: none;
  cursor: pointer;
  font-family: var(--font-secondary);
  font-weight: 800;
  letter-spacing: 2px;
}

.dk-btn:hover {
  opacity: 0.9;
}



/* ::::::::::::::::EVENTS:::::::::::::::::::: */


/* the-words */

.the-words {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}

.the-words::before {
  content: "";
  position: absolute;
  left: 34%;
  top: 0;
  width: 3px;
  height: 20%;
  background-color: var(--yl-color);
  transition: height 0.6s ease;
}


.the-words .the-bottom-line {
  width: 25%;
  position: absolute;
  left: 32%;
  bottom: 0;
  height: 3px;
  background-color: var(--yl-color);
  transition: width 0.6s ease;
}

.the-words .the-right-line {
  height: 20%;
  position: absolute;
  left: 54%;
  top: 0;
  width: 3px;
  background-color: var(--yl-color);
  transition: height 0.6s ease;
}

.the-words::after {
  width: 20%;
  content: "";
  position: absolute;
  left: 34%;
  top: 0;
  height: 3px;
  background-color: var(--yl-color);
  transition: width 0.6s ease;
}


.dk-event-area {
  padding: 60px 0px;
  position: relative;

}

.dk-event-title {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}

.dk-event-title h1 {
  font-family: var(--font-primary);
  font-size: 48px;
  letter-spacing: 8px;
  margin-top: 30px;
  color: var(--black-color);
  text-transform: uppercase;
  letter-spacing: 0;
}

.dk-event-title h5 {
  font-family: var(--font-primary);
  font-size: 24px;
  color: var(--theme-color);
  text-transform: capitalize !important;
}

.bottom-line {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 80px;
  height: 5px;
  background: var(--yl-color);
  margin: 0 auto;
  transform: translateX(-50%);
}

.dk-event-text {
  position: relative;
  justify-content: center;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.dk-event-text p {
  font-family: var(--font-tertiary);
  margin: 24px auto;
  font-size: 16px;
}

.dk-event-text a {
  font-family: var(--font-secondary);
  text-decoration: none;
  color: var(--dk-cyan-color);
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}


.contact-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 5px;
  background: var(--yl-color);
  margin: 0 auto;
  transform: translateX(-50%);
  animation: fillLine 1.5s ease forwards;

}

@keyframes fillLine {
  from {
    width: 0;
  }

  to {
    width: 200px;
  }
}

.similar-events {
  display: flex;

}


.wed-card {
  height: 500px !important;
}

.wedding-card {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

.read-more {
  font-family: var(--font-tertiary);
  text-transform: capitalize !important;
  color: var(--white-color) !important;
  font-size: 16px;
  padding: 0px 0px 10px 0px;
}

.wed-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}

.wedding-card img {
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  transition: transform 0.3s ease;

}

.wedding-card:hover.wedding-card img {
  transform: scale(1.1);


}

.wed-img-info {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  padding: 20px;
}

.wed-img-info h1 {
  font-family: var(--font-primary);
  font-size: 36px;
  color: var(--white-color);
  text-transform: capitalize !important;
  margin: 0px 0px 10px 0px;
}

.wed-img-info p {
  font-family: var(--font-primary);
  font-size: 18px;
  color: var(--white-color);
  text-transform: capitalize !important;
  margin: 0px 0px 10px 0px;
}





/* title menu */
.dk-menu-text {
  padding: 0px 30px;
}


.menu-title {
  text-align: center;
  position: relative;
  padding: 20px 0px;
  display: inline-block;
  width: 100%;
}


/* Main title */
.menu-title h1 {
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 8px;
  margin: 20px 0;
  color: var(--black-color);
  text-transform: capitalize !important;
  /* letter-spacing: 0; */
}


/* Bottom line */
.bottom-line {
  position: absolute;
  top: 70% !important;
  left: 50%;
  width: 80px;
  height: 5px;
  background: var(--yl-color);
  margin: 0 auto;
  margin-top: 15px;
}

/* Bottom line */
.bottom-line {
  position: absolute;
  top: 80%;
  left: 24%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: var(--yl-color);
}

/* menu image 1 */
.dk-menu-img {
  width: 100%;
  height: 100%;
  border-radius: 80px 0px 0px 80px;
  overflow: hidden;
}

.main-event-title {
  font-size: 38px;
  font-weight: 300;
  max-width: 700px;
  letter-spacing: 2px;
  line-height: 1.1;
  color: var(--white-color)!important;
  font-family: var(--font-primary);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dk-menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* menu-content */


.menu-item {
  margin-top: 12px;
  margin-bottom: 12px;
}

.menu-item h1 {
  font-size: 18px;
  font-weight: bold;
}

.menu-divider {
  width: 100%;
  border-bottom: 1px dashed #969494;
  margin: 6px 0;
}


.menu-item p {
  font-size: 14px;
  font-family: var(--font-tertiary);
  font-style: italic;
}

.dish {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dish-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.dish-info h1 {
  font-family: var(--font-tertiary);
}

.dish-info h2 {
  font-family: var(--font-tertiary);
  margin-top: auto;
  font-size: 18px;

}

.dish .dish-highlight span {
  position: relative;
  color: white;
  font-style: italic;
  /* padding:  8px; */
  padding: 0px 4px 0px 4px;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
  background-color: var(--yl-color);
}

.dish .dish-highlight span::after {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  position: absolute;
  right: -15px;
  bottom: 0;
  background-color: var(--yl-color);
}

.menu-bottom-banner {
  background: url(../images/menu/menu-bg-bottom.webp);
  min-height: 355px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-bottom-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-bottom-banner-content {
  text-align: center;
  z-index: 2;
}

.menu-bottom-banner-content h1 {
  font-size: 42px;
  font-family: var(--font-primary);
  color: var(--white-color);
  text-transform: uppercase;
}

.menu-bottom-banner-content p {
  font-size: 24px;
  font-family: var(--font-tertiary);
  color: var(--white-color);
  margin-top: 8px;
  margin-bottom: 28px;
}

.bottom-banner-button {
  background-color: transparent;
  color: var(--yl-color);
  padding: 8px 15px;
  border: 3px solid var(--yl-color);
  font-family: var(--font-tertiary);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bottom-banner-button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--yl-color);
  transition: height 0.3s ease;
  z-index: -1;
}

.bottom-banner-button:hover::before {
  height: 100%;
}

.bottom-banner-button:hover {
  color: var(--white-color);
}


/* TESTIMONIAL PAGE */


.review-section {
  background-color: var(--dk-cyan-color);
  padding: 40px 0px;
  position: relative;
}

.dk-review-star-box {
  border: 1px solid var(--white-color);
  padding: 12px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  color: var(--color-yellow);
  justify-content: center;
  margin: 8px;

}

.dk-review-star-box i {
  margin: 1px;
}


.dk-review-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;

}


.dk-rating-text {
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--font-secondary);
}

.dk-google {
  font-size: 24px;
  color: var(--white-color);
  text-decoration: none;
  font-family: var(--font-secondary);
  margin: 6px;

}

.dk-rating-google a:hover {
  color: var(--white-color) !important;
}


.dk-review-box {
  padding: 10px 20px;
  border: none;
  background-color: var(--lg-green-color);
  margin: 0px 0px 20px 0px;
  height: auto;
  min-height: 340px;
}

.dk-review-rating i {
  color: var(--color-yellow);
}

.dk-review-rating .review-stars i {
  font-size: 14px;
  padding-top: 15px;
}


.dk-review-rating .review-quotes {
  font-size: 24px;
}


.review-client-icon img {
  width: 50px;
  height: 50px;
}


.dk-review-content {
  margin: 20px 0px 15px;
}

.dk-review-content p {
  font-family: var(--font-secondary);
  font-size: 16px;
  color: var(--white-color);
  text-align: justify;

}


.dk-review-client-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding: 15px 0px;
}

.review-client-icon img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50px;
}

.dk-review-client-info {
  display: flex;
  align-items: center;
}

.review-client-sub-info p,
.review-client-sub-info span {
  color: var(--white-color) !important;
  margin: 0px 10px;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-size: 16px;
}

.review-client-sub-info span {
  font-size: 14px;
}


.review-client-sub-info .review-date {
  opacity: .5;
}



.dk-review-client-wrapper>.review-client-sub-info {
  display: flex;
  align-items: center;
}



/* MENU ITEM PAGE */


.dk-menu-section {
  background-color: var(--dk-cyan-color);
  padding: 60px 0px;
  position: relative;

}



.dk-menu-navigation-bar {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

.dk-menu-nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dk-menu-nav-menu li a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.3s ease;
  font-family: var(--font-secondary);
}

.dk-menu-nav-menu li a.active {
  border-bottom: 2px solid var(--yl-color);
  padding-bottom: 5px;
}

.dk-menu-nav-menu li a:hover {
  color: var(--yl-color);
}

.dk-menu-nav-menu .separator {
  color: var(--yl-color);
  font-size: 20px;
}

.dk-menu-content-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 50px;
  position: relative;
  z-index: 2;
  background: url("../images/menu/menu-bg-paper.webp");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-right: 35px;


}

.dk-menu-booking-wrapper::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid var(--yl-color);
  pointer-events: none;
}

.dk-menu-list {
  flex: 1;
}

.dk-menu-title {
  font-size: 48px;
  font-family: var(--font-primary);
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--white-color);
}

.dk-menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  gap: 20px;
}

.dk-menu-item-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  /* animation: spin 3s linear infinite; */
}

.dk-menu-item-details {
  flex: 1;
}

.dk-menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.dk-menu-item-name {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-secondary);
}

.dk-menu-new-badge {
  background-color: var(--yl-color);
  color: var(--black-color);
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

.dk-menu-item-price {
  font-size: 18px;
  color: var(--yl-color);
  font-weight: 600;
  font-family: var(--font-secondary);
}

.dk-menu-item-divider {
  flex: 1;
  height: 1px;
  background: repeating-linear-gradient(to right,
      rgba(255, 255, 255, 0.3) 0px,
      rgba(255, 255, 255, 0.3) 5px,
      transparent 5px,
      transparent 10px);
  margin: 0 15px;
}

.dk-menu-item-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  font-family: var(--font-secondary);
}



.dk-timing-footer {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}

.dk-timing-footer p {
  font-size: 16px;
  color: var(--white-color);
  margin: 0;
  font-family: var(--font-secondary);
}

.dk-timing-footer span {
  color: var(--yl-color);
  font-weight: 600;
}



.dk-menu-starter-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  color: var(--yl-color);
  font-family: var(--font-primary);
  letter-spacing: 10px;
  z-index: 2;
  transform: rotate(180deg);
  display: flex;
  align-items: center;

}

.dk-menu-starter-text h1 {
  font-size: 120px;
  margin: 0;
  padding: 0;
  font-family: var(--font-primary);

}


.dk-menu-image {
  position: relative;
  flex: 1;
  max-width: 550px;
}

.dk-menu-image img {
  width: 100%;
  height: 500px;
  border-radius: 640px 640px 0 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* ★ GOLDEN CURVED LINE (NEW) ★ */
.dk-menu-image::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);

  width: 90%;
  height: 90%;

  border-top: 2px solid var(--yl-color);
  border-left: 2px solid var(--yl-color);
  border-right: 2px solid var(--yl-color);
  border-bottom: 2px solid var(--yl-color);

  border-radius: 50% 50% 0 0;

  pointer-events: none;
  z-index: 3;
}




/* Fullscreen Background Image */
.dk-menu-booking-section {
  background: url("../images/menu/table-bg.webp") no-repeat center center fixed;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  min-height: 100vh;
}

/* Dark overlay */
.dk-menu-booking-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Booking box container */
.dk-menu-booking-wrapper {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
  padding: 40px;
  background: var(--dk-cyan-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  background-image: url("../images/pattern.webp");
  background-size: cover;
}

/* Header */
.dk-menu-booking-header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.dk-menu-sub-title {
  color: var(--yl-color);
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-secondary);
}

.dk-menu-booking-header span {
  margin-top: 30px;
}

.dk-menu-booking-header h1 {
  font-family: var(--font-primary);
  font-size: 65px;
  color: var(--white-color);
  line-height: 32px;
  margin-top: 23px;
  margin-bottom: 40px;
  font-weight: 300;
}

.dk-menu-booking-header p {
  margin-bottom: 50px;
  color: var(--white-color);
  font-weight: 300;
  font-family: var(--font-secondary);
  font-size: 18px;
}

.dk-menu-booking-header p span {
  color: var(--yl-color);
}



/* Form */
.dk-menu-booking-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 65px;
  padding-right: 65px;
}

.dk-menu-form-row {
  display: flex;
  gap: 20px;
}

/* Input styles */
.dk-menu-booking-form input,
.dk-menu-booking-form select,
.dk-menu-booking-form option,
.dk-menu-booking-form textarea {
  flex: 1;
  padding: 15px 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  font-size: 16px;
}

/* Constrain select width and prevent overflow */
.dk-menu-booking-form select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* Force options to respect parent width */
.dk-menu-form-row select option {
  background-color: var(--dk-cyan-color);
  color: var(--white-color);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* Textarea height */
.dk-menu-booking-form textarea {
  height: 150px;
}

.dk-menu-form-row input::placeholder,
.dk-menu-form-row textarea::placeholder {
  color: var(--white-color);
}

/* ★ Focus Effect (Yellow Border) — Your Request ★ */
.dk-menu-booking-form input:focus,
.dk-menu-booking-form select:focus,
.dk-menu-booking-form textarea:focus {
  border: 1px solid var(--yl-color);
  outline: none;
  box-shadow: 0 0 1px var(--yl-color);
  /* subtle glow */
}




/* Change the dropdown option highlight */
select option:hover,
select option:focus,
select option:active,
select option:checked {
  background: var(--yl-color) !important;
  color: var(--black-color) !important;
}





.dk-menu-send-btn {
  width: 100%;
  padding: 15px;
  background: var(--yl-color);
  color: var(--black-color);
  font-weight: bold;
  border: none;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-bottom: 75px;
  font-family: var(--font-secondary);
  font-size: 16px;
}

.dk-menu-send-btn:hover {
  background: var(--yl-color);
}



.dk-menu-item-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform s ease;
}

.dk-menu-item-image:hover {
  transform: rotate(360deg);
}

.dk-menu-item-image {
  transition: transform 0.3s;
}

.dk-menu-item-image:hover {
  animation: spin 2s linear infinite;
}

.dk-menu-navbar-section {
  background-color: var(--dk-cyan-color);

}

/* right-sidebar */

.popup-btn {
  background-color: var(--white-color);
  width: 50px;
  position: fixed;
  right: 0;
  top: 30%;
  border: 1px solid var(--black-color);
  opacity: 1;
  z-index: 999999 !important;
  transition: opacity 0.3s ease;
  pointer-events: auto !important;

}

.info-btn {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid var(--black-color);
}

.info-btn i {
  color: var(--black-color);
  opacity: .85;
  font-size: 20px;
}

.info-btn i,
.info-btn {
  pointer-events: auto;
  cursor: pointer;
  transition: opacity 0.3s ease
}

.popup-btn.hide {
  opacity: 0;
  pointer-events: none;
}

.drunk {
  padding: 60px 0px 60px 0px;
}

.big-screen-content h6 {
  font-size: 15px;
  color: var(--theme-color);
  line-height: 32px;
  margin: 0px 0px 20px 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.big-screen-content p {
  font-size: 18px;
  color: var(--white-color);
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 300;
}


.big-screen-content ul li {
  font-size: 18px;
  color: var(--white-color);
  line-height: 32px;
  margin: 0px 0px 20px 0px;
  font-weight: 300;
}

/*-------- menu page ------ */


:root {
  --font-primary: "Cormorant Garamond", serif;
  --font-secondary: "Quattrocento Sans", sans-serif;
  --font-tertiary: "Lora", serif;
  --dk-cyan-color: #06343e;
  --dk-green-color: #295b43;
  --lg-green-color: #388a55;
  --black-color: #131313;
  --yl-color: #f8e3ab;
  --white-color: #ffffff;
  --color-yellow: #ffce13;
  --theme-color: #B98D58;
}

/* Updated variables using only the ones above */
:root {
  --nav-bg: var(--dk-cyan-color);
  /* page & navbar background */
  --card-bg: var(--dk-cyan-color);
  /* card background - same as navbar for cohesion */
  --card-border: var(--white-color);
  /* card border - white for visibility */
  --muted: #aaaaaa;
  /* slightly lighter than white for muted text */
  --accent: var(--theme-color);
  /* main accent - your warm gold #B98D58 */
  --card-footer-bg: var(--dk-cyan-color);
}

html,
body {
  height: 100%;
}

body {
  background-color: var(--nav-bg) !important;
  color: var(--white-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color .25s ease;
}

header .logo img {
  filter: none;
}

/* ===== Branch card design ===== */
.dk-branches-section .card {
  background: var(--card-bg) !important;
  border: 1px solid var(--card-border) !important;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  color: inherit;
  text-decoration: none !important;
}

.branch-card {
  display: block;
  height: 100%;
}

.branch-card .card-body {
  padding: 18px;
}

.branch-card .card-title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--white-color);
}

.branch-meta,
.branch-contact {
  color: var(--muted);
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.branch-contact {
  color: var(--white-color);
  font-weight: 600;
}

.branch-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: var(--card-footer-bg) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.03) !important;
  color: #bdbdbd;
  font-size: 0.9rem;
}

.branch-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
  border-color: var(--accent) !important;
}

/* Active / clicked card - uses your theme gold */
.branch-card.active-card {
  border-color: var(--accent) !important;
  box-shadow: 0 10px 30px rgba(185, 141, 88, 0.25);
  /* softer glow of --theme-color */
}

.branch-card.active-card .card-title,
.branch-card.active-card .branch-contact,
.branch-card.active-card .branch-meta,
.branch-card.active-card {
  color: var(--accent) !important;
}

/* Badge - light background for contrast */
.branch-card .badge {
  background: var(--yl-color);
  /* soft cream */
  color: var(--dk-cyan-color);
  font-weight: 600;
  border-radius: 8px;
  padding: 6px 8px;
}

/* Responsive */
@media (max-width: 576px) {
  .branch-card .card-body {
    padding: 14px;
  }
}

/* Links inside cards */
.branch-card a,
.branch-card a:visited {
  color: inherit;
  text-decoration: none;
}

/* Title & banner text */
.main-title-menu,
.dk-banner-section .dk-banner-content h1,
.dk-banner-section .dk-banner-content p {
  color: var(--white-color);
}


/* Fix text color for dark sections */
.dk-about-content-top .main-title,
.dk-about-content .main-title,
.dk-about-content-top .dk-about-sub-title,
.dk-about-content .dk-about-sub-title,
.dk-about-content-top .dk-about-content-text,
.dk-about-content .dk-about-content-text {
  color: var(--white-color) !important;
}


.dk-about-content-top .dk-about-read-more,
.dk-about-content .dk-about-read-more {
  color: var(--white-color) !important;
  border-bottom-color: var(--white-color) !important;
}


/* Fix h6 color in about list */
.index-about-l-detail h6 {
  color: var(--white-color) !important;
}

/* Mobile Sidebar Action Buttons */
.mobile-sidebar-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  padding: 12px 0;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-action-btn {
  display: inline-block;
  padding: 8px 15px;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 14px;
  color: var(--white-color);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: color 0.3s ease;
}

.mobile-action-btn:hover {
  color: var(--yl-color);
}

.mobile-reservation-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
}

/* Dynamic Branch List in Desktop Sidebar */
.desktop-branch-list {
  padding: 0 15px;
}

.desktop-branch-list h6 {
  color: var(--yl-color);
  font-family: var(--font-secondary);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.branch-list-container {
  max-height: 400px;
  overflow-y: auto;
}

/* Sidebar Branch Card - matches menu page style */
.sidebar-branch-card {
  display: block;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(185, 141, 88, 0.3);
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sidebar-branch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  border-color: var(--yl-color);
}

.sidebar-branch-card .card-body {
  padding: 16px;
}

.sidebar-branch-card .card-title {
  color: var(--white-color);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.sidebar-branch-card .branch-meta {
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-secondary);
  font-size: 14px;
  margin-bottom: 6px;
}

.sidebar-branch-card .branch-contact {
  color: var(--white-color);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.sidebar-branch-card .branch-contact i {
  color: var(--yl-color);
  margin-right: 8px;
}

.sidebar-branch-card .branch-hours {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-secondary);
  font-size: 13px;
  margin-bottom: 0;
}

.sidebar-branch-card .branch-hours strong {
  color: var(--yl-color);
}

.sidebar-branch-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 0 12px 12px;
}

.sidebar-branch-card .card-footer small {
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-secondary);
  font-size: 12px;
}

.sidebar-branch-card .badge {
  background: var(--yl-color);
  color: var(--dk-cyan-color);
  font-weight: 600;
  font-size: 11px;
  border-radius: 6px;
  padding: 4px 8px;
}

.branch-loading {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 20px;
  font-family: var(--font-secondary);
}

.branch-loading i {
  margin-right: 8px;
}