/* ================= HEADER ================= */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

*:focus,
*:focus-visible {
  outline: none;
}

.kdl-header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 18px 0;
  /* background: rgba(0, 0, 0, 0.65); */
  background: #ffffff;
}

.kdl-header-main.header-fixed {
  position: fixed;
  /* background: rgba(0, 0, 0, 0.65); */
  background: #ffffff;
  animation: slideDown 0.35s ease-out;
  backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

body {
  font-family: "EB Garamond", serif;
}

a,
button {
  font-family: "Poppins", sans-serif;
}

.kdl-logo-text {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
}

.kdl-logo-text img {
  height: 66px;
  width: auto;
}

.kdl-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 28px;
}

.kdl-nav-list li a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.kdl-nav-list li a.active,
.kdl-nav-list li a:hover {
  color: #dd0000;
}

.kdl-header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.kdl-book-btn {
  padding: 12px 22px;
  border: 1px solid #dd0000;
  color: #dd0000;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 700;
}

.kdl-book-btn:hover {
  background: #dd0000;
  color: #ffffff;
}

.kdl-social-icon {
  color: #dd0000;
  font-size: 20px;
  text-decoration: none;
}

/* ================= HERO ================= */
/* banner start */

.banner-section {
  /* --banner-hvh: 100vh;
  --banner-hhp: 100%;
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
  position: relative;
  z-index: 9; */
  padding: 100px 0;
  padding-bottom: 0;
}

.banner-section.banner-inner-page {
  --banner-hvh: 60vh;
}

.banner-section>*:first-child,
.banner-slider>*:first-child>*,
.banner-slider>*:first-child>*>*,
.banner-slider>*:first-child>*>*>*,
.banner-slider>*:first-child>*>*>*>* {
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}

.banner-inner-section {
  background: rgba(var(--main-color), 0.5) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  position: relative;
  padding-bottom: 50px;
}

.banner-slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
  gap: 8px;
  display: flex;
  justify-content: center;
}

.banner-slider.owl-carousel button.owl-dot {
  --ehw-ocbd: 4px;
  width: calc(var(--ehw-ocbd) + 40px);
  height: calc(var(--ehw-ocbd));
  background: #ecd7c2;
  border-radius: 0px;
  transition: var(--transition-05s);
}

.banner-slider.owl-carousel button.owl-dot.active {
  background: red;
}

.banner-section.banner-inner-page .banner-inner-section {
  background-position: center top;
  padding-bottom: 60px;
}

.banner-section.banner-inner-page .banner-inner-section .row {
  text-align: center;
}

.banner-inner-page .banner-inner-section>*>* {
  justify-content: center;
}

.banner-bg {
  position: absolute;
  display: block;
  inset: 0px;
  width: 100%;
  height: 100%;
}

/* .banner-bg::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0px;
    height: 100%;
    background: linear-gradient(90deg, rgba(var(--black-color), 0.1) 50%, rgba(var(--black-color), 0));
    width: 100%;
} */
.banner-box {
  margin-top: 30px;
}

.banner-inner-page .banner-inner-section .banner-box {
  margin-top: 0px;
}

.banner-title,
.banner-box h1 {
  color: rgba(var(--black-color), 1);
  position: relative;
  margin-bottom: 14px;
  font-size: 62px;
  font-weight: 600;
}

.banner-inner-page .banner-inner-section .banner-title,
.banner-inner-page .banner-inner-section .banner-box h1 {
  margin-bottom: 0px;
  font-size: 58px;
}

.banner-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--black-color), 1);
  margin: 0px 0px 30px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 400;
}

.banner-para p {
  margin-bottom: 10px;
}

.banner-para p:last-child {
  margin-bottom: 0px;
}

.banner-user-img {
  width: calc(100% + 20%);
  margin-bottom: -50px;
  height: 660px;
  margin-left: -40%;
  margin-top: -14%;
}

.banner-user-img img {
  object-fit: contain;
}

/* banner end */
.banner-section .container {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-content: center;
  position: relative;
  z-index: 2;
}

.banner-section .container .row {
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kdl-hero-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #dd0000;
  margin-bottom: 10px;
}

.kdl-hero-title {
  font-size: 52px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 28px;
}

.kdl-hero-badge {
  display: inline-block;
  padding: 8px 26px;
  background: #dd0000;
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
}

.kdl-scroll-indicator {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  animation: kdlScroll 1.5s infinite;
  z-index: 10;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 15px 15px;
}

@keyframes kdlScroll {
  0% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
}

/* ===============================
   HISTORY & SERVICES SECTION
================================ */

.kdl-history-service-section {
  padding: 80px 0;
  background: #fff6f6;
  font-family: "EB Garamond", serif;
}

::marker {
  color: #797979;
}

/* Titles */
.kdl-mini-title {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 25px;
  color: #ff3131;
  margin-bottom: 5px;
}

.kdl-main-title {
  font-size: 38px;
  font-weight: 600;
  color: #0b1c2d;
  margin-bottom: 15px;
}

/* Divider */
.kdl-divider {
  width: 80px;
  height: 1px;
  background: #dd0000;
  margin: 20px 0;
  position: relative;
}

.kdl-divider::after {
  /* content: "✻"; */
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: #dd0000;
  font-size: 14px;
}

/* Text */
.kdl-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 480px;
  text-align: justify;
}

/* Button */
.kdl-gold-btn {
  display: inline-block;
  padding: 12px 34px;
  background: #dd0000;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  font-weight: 700;
}

.kdl-gold-btn::before,
.kdl-gold-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #dd0000;
}

.kdl-gold-btn::before {
  top: -6px;
  left: -6px;
  border-right: none;
  border-bottom: none;
}

.kdl-gold-btn::after {
  bottom: -6px;
  right: -6px;
  border-left: none;
  border-top: none;
}

/* Image Frame */
.kdl-image-frame {
  position: relative;
  padding: 20px;
}

.kdl-image-frame::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  border: 2px solid #0b1c2d;
  z-index: 0;
}

.kdl-image-frame img {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .kdl-history-service-section {
    padding: 70px 0;
  }

  .kdl-main-title {
    font-size: 30px;
  }

  .kdl-desc {
    max-width: 100%;
  }

  .kdl-divider {
    margin: 20px auto;
  }
}

/* ===============================
   RECIPE BANNER SECTION
================================ */

.kdl-recipe-banner {
  width: 100%;
  overflow: hidden;
  background: #000;
}

/* Shared image panels */
.kdl-banner-img,
.kdl-banner-center {
  height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* White separators */
.kdl-left-img {
  border-right: 4px solid #fff;
}

.kdl-right-img {
  border-left: 4px solid #fff;
}

/* Center panel */
.kdl-banner-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Dark gradient overlay */
.kdl-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85));
  z-index: 1;
}

/* Text content */
.kdl-banner-content {
  position: relative;
  z-index: 2;
}

.kdl-banner-title {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.kdl-banner-subtitle {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 36px;
  color: #dd0000;
}

/* Responsive */
@media (max-width: 991px) {

  .kdl-banner-img,
  .kdl-banner-center {
    height: 300px;
  }

  .kdl-banner-title {
    font-size: 28px;
  }

  .kdl-banner-subtitle {
    font-size: 26px;
  }
}

/* ===============================
   STUNNING THINGS SECTION
================================ */

.kdl-stunning-section {
  padding: 80px 0;
  background: #ffffff;
  font-family: "EB Garamond", serif;
}

/* Section Header */
.kdl-section-head {
  margin-bottom: 70px;
}

.kdl-head-script {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 25px;
  color: #ff3131;
  margin-bottom: 6px;
}

.kdl-head-title {
  font-size: 34px;
  font-weight: 600;
  color: #0b1c2d;
  margin-bottom: 18px;
}

.kdl-head-divider {
  width: 110px;
  height: 1px;
  background: #e5e5e5;
  margin: 0 auto;
  position: relative;
}

.kdl-head-divider::after {
  /* content: "❦"; */
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  font-size: 18px;
  color: #dd0000;
  background: #fff;
  padding: 0 8px;
}

/* Feature Cards */
.kdl-feature-card {
  border: 1px solid #eeeeee;
  padding: 38px 34px;
  height: 100%;
  background: #fff;
  transition: 0.3s ease;
}

.kdl-feature-card:hover {
  border-color: #dd0000;
}

/* Icon */
.kdl-feature-icon {
  font-size: 32px;
  color: #0b1c2d;
  margin-bottom: 18px;
}

/* Title */
.kdl-feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #0b1c2d;
  margin-bottom: 12px;
}

/* Text */
.kdl-feature-text {
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .kdl-stunning-section {
    padding: 80px 0;
  }

  .kdl-section-head {
    margin-bottom: 50px;
  }
}

/* ===============================
   DISCOUNT PROMO SECTION
================================ */

.kdl-discount-section {
  position: relative;
  padding: 110px 0;
  background-image: url("images/breadcrumb-img.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  font-family: "EB Garamond", serif;
}

/* Dark overlay */
.kdl-discount-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* Content */
.kdl-discount-section .container {
  position: relative;
  z-index: 2;
}

/* Top script text */
.kdl-discount-top {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 26px;
  color: #dd0000;
  margin-bottom: 26px;
  background-color: #fff;
  padding: 5px 10px;
  width: fit-content;
  margin: 0 auto 26px;
}

/* Dashed box */
.kdl-discount-box {
  border: 2px dashed #dd0000;
  padding: 26px 40px;
  margin: 0 auto 22px;
  max-width: 720px;
}

.kdl-discount-box h2 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

/* Coupon note */
.kdl-discount-note {
  font-size: 14px;
  color: #dddddd;
  margin-bottom: 28px;
}

/* CTA text */
.kdl-discount-cta {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 28px;
  color: #dd0000;
  text-decoration: none;
  transition: 0.3s ease;
}

.kdl-discount-cta:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .kdl-discount-box h2 {
    font-size: 36px;
  }

  .kdl-discount-top {
    font-size: 22px;
  }

  .kdl-discount-cta {
    font-size: 22px;
  }
}

/* ===============================
   FOOD FEATURE SECTION
================================ */

.kdl-food-feature-section {
  padding: 100px 0;
  background: #ffffff;
  font-family: "EB Garamond", serif;
}

.kdl-feature-item {
  margin-bottom: 60px;
  /* max-width: 320px; */
}

.kdl-feature-item i {
  font-size: 28px;
  color: #dd0000;
  margin-bottom: 12px;
  display: inline-block;
}

.kdl-feature-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2b3a;
  /* margin-bottom: 10px; */
  padding-top: 15px;
}

.kdl-feature-item p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.7;
  margin: 0;
}

/* Center image */
.kdl-chef-img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .kdl-feature-item {
    max-width: 100%;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .kdl-food-feature-section {
    padding: 70px 0;
  }
}

/* ===============================
   SEASONAL MENU SECTION
================================ */

.kdl-seasonal-section {
  background: #f7f4ee;
  font-family: "EB Garamond", serif;
}

/* LEFT PANEL */
.kdl-seasonal-content {
  padding: 82px 70px;
  max-width: 520px;
}

.kdl-seasonal-script {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #dd0000;
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
}

.kdl-seasonal-title {
  font-size: 36px;
  font-weight: 600;
  color: #1f2b3a;
  margin-bottom: 12px;
}

.kdl-seasonal-divider {
  width: 50px;
  height: 2px;
  background: #dd0000;
  margin-bottom: 22px;
}

.kdl-seasonal-content p {
  font-size: 14px;
  line-height: 1.9;
  color: #6c757d;
  margin-bottom: 35px;
}

/* BUTTON */
.kdl-seasonal-btn {
  display: inline-block;
  padding: 12px 32px;
  border: 2px solid #dd0000;
  color: #dd0000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.kdl-seasonal-btn:hover {
  background: #dd0000;
  color: #ffffff;
}

/* IMAGE GRID */
.kdl-seasonal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
}

.kdl-seasonal-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .kdl-seasonal-content {
    padding: 60px 30px;
    max-width: 100%;
    text-align: center;
  }

  .kdl-seasonal-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .kdl-seasonal-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

/* ================================
   TEAM MEMBERS SECTION
================================ */
.tmx-team-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.tmx-team-card img {
  width: 100%;
  display: block;
}

/* Overlay hidden by default */
.tmx-team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Show overlay on hover */
.tmx-team-card:hover .tmx-team-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Optional: social icons styling */
.tmx-team-social {
  margin-top: 10px;
}

.tmx-team-social a {
  color: #fff;
  margin: 0 6px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.tmx-team-social a:hover {
  transform: scale(1.2);
}

.tmx-team-section {
  padding: 90px 0;
  background: #ffffff;
  font-family: "EB Garamond", serif;
}

/* HEADER */
.tmx-team-header {
  margin-bottom: 60px;
}

.tmx-team-script {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 20px;
  color: #dd0000;
  display: block;
  margin-bottom: 6px;
}

.tmx-team-title {
  font-size: 36px;
  font-weight: 600;
  color: #1f2b3a;
  margin-bottom: 10px;
}

.tmx-team-divider {
  width: 60px;
  height: 2px;
  background: #d3d3d3;
  margin: 0 auto;
  position: relative;
}

.tmx-team-divider::after {
  /* content: "❦"; */
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 8px;
  color: #dd0000;
  font-size: 14px;
}

/* CARD */
.tmx-team-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.tmx-team-card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* OVERLAY CARD */
.tmx-team-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  padding: 28px 20px 24px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 3px solid #dd0000;
}

.tmx-team-overlay h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 4px;
  color: #dd0000;
}

.tmx-team-overlay span {
  font-size: 13px;
  color: #777;
  display: block;
  margin-bottom: 14px;
}

/* SOCIAL */
.tmx-team-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.tmx-team-social a {
  width: 34px;
  height: 34px;
  background: #dd0000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .tmx-team-card img {
    height: 420px;
  }
}

/* ================================
   BLOG POSTS SECTION
================================ */

.bpx-blog-section {
  padding: 80px 0;
  background: #ffffff;
  font-family: "EB Garamond", serif;
}

/* HEADER */
.bpx-blog-header {
  margin-bottom: 70px;
}

.bpx-blog-script {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 20px;
  color: #dd0000;
  display: block;
  margin-bottom: 6px;
}

.bpx-blog-title {
  font-size: 36px;
  font-weight: 600;
  color: #1f2b3a;
  margin-bottom: 12px;
}

.bpx-blog-divider {
  width: 60px;
  height: 2px;
  background: #d3d3d3;
  margin: 0 auto;
  position: relative;
}

.bpx-blog-divider::after {
  /* content: "❦"; */
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 8px;
  color: #dd0000;
  font-size: 14px;
}

/* CARD */
.bpx-blog-card {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  transition: transform 0.3s ease;
}

.bpx-blog-card:hover {
  transform: translateY(-4px);
}

/* IMAGE */
.bpx-blog-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* CONTENT */
.bpx-blog-content {
  padding: 26px 28px 30px;
}

.bpx-blog-tags {
  margin-bottom: 14px;
}

.bpx-blog-tags span {
  display: inline-block;
  background: #0f1c2e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  margin-right: 6px;
  letter-spacing: 0.5px;
}

.bpx-blog-heading {
  font-size: 18px;
  font-weight: 600;
  color: #1f2b3a;
  margin-bottom: 10px;
}

/* META */
.bpx-blog-meta {
  font-size: 12px;
  color: #8b8b8b;
  margin-bottom: 14px;
}

.bpx-blog-meta i {
  margin-right: 4px;
}

.bpx-blog-meta span {
  margin: 0 6px;
}

/* TEXT */
.bpx-blog-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .bpx-blog-image img {
    height: 240px;
  }
}

/* MAP */
.kudil-map-wrapper {
  width: 100%;
  height: 380px;
}

.kudil-map-frame {
  width: 100%;
  height: 100%;
  border: none;
}

/* FOOTER TOP */
.kudil-footer-top {
  background: #0e0e0e;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kudil-social {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 13px;
}

.kudil-social a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.kudil-social a:hover {
  color: #dd0000;
}

.kudil-brand {
  color: #fff;
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 500;
}

.kudil-newsletter {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.kudil-newsletter input {
  background: transparent;
  border: none;
  padding: 10px 14px;
  color: #fff;
  width: 220px;
  outline: none;
}

.kudil-newsletter button {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0 14px;
}

/* FOOTER MAIN */
.kudil-footer-main {
  background: radial-gradient(circle at center, #1a1a1a 0%, #000 70%);
  color: #bbb;
  position: relative;
}

.kudil-footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
}

.gold-text {
  color: #dd0000;
  font-family: cursive;
}

.kudil-footer-col p {
  margin-bottom: 6px;
  font-size: 14px;
}

.kudil-divider {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* FOOTER BOTTOM */
.kudil-footer-bottom {
  background: #000;
  text-align: center;
  padding: 18px;
  font-size: 12px;
  color: #777;
}

/* SCROLL TOP */
.kudil-scroll-top {
  position: absolute;
  right: 24px;
  bottom: 70px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

/* ===== Section ===== */
.fastfood-menu-section {
  padding: 60px 0;
  background: #f7f4ee;
}

/* ===== Side Images ===== */
.menu-img-left img,
.menu-img-right img {
  width: 100%;
  max-width: 260px;
  height: 376px;
  object-fit: cover;
  border-radius: 150px;
}

/* ===== Heading ===== */
.menu-subtitle {
  color: #ff7a00;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.menu-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

.menu-title span {
  color: #ff2e2e;
}

/* ===== Tabs ===== */
.menu-tabs .nav-link {
  border-radius: 20px;
  font-size: 13px;
  padding: 6px 16px;
  color: #333;
  background: #f5f5f5;
  border: none;
  margin: 4px;
}

.menu-tabs .nav-link.active {
  background: #ff2e2e;
  color: #fff;
}

/* ===== Menu List ===== */
.menu-list {
  margin-top: 20px;
  text-align: left;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px dashed #cfcfcf;
}

.menu-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.menu-info h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.menu-info p {
  font-size: 12px;
  color: #777;
  margin: 0;
}

.menu-price {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 991px) {

  .menu-img-left img,
  .menu-img-right img {
    height: 320px;
  }
}

@media (max-width: 1199px) {
  .kdl-logo-text img {
    /* height: 55px; */
  }

  .kdl-nav-list {
    gap: 20px;
  }

  .kdl-seasonal-content {
    padding: 16px 25px;
  }
}

.navhidebtn {
  display: none;
}

@media (max-width: 991px) {
  .navhidebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background-color: #dd0000;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: none;
    outline: none;
  }

  .kdl-divider {
    margin-left: 0px;
  }

  .order-sec {
    order: -1;
  }

  .mttop {
    margin-top: 30px;
  }
}

.offcanvas-body .kdl-nav-list {
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .order-lasts {
    order: 1;
  }

  .kdl-chef-img {
    height: 400px !important;
  }
}

@media (max-width: 767px) {
  .banner-section {
    /* --banner-hvh: 80vh; */
  }

  .banner-bg img {
    height: 80vh;
  }

  .kdl-logo-text img {
    height: 45px;
  }
}

@media (max-width: 580px) {
  .banner-section {
    --banner-hvh: 100%;
  }

  .banner-bg img {
    height: 80vh;
  }

  .kdl-history-service-section,
  .kdl-stunning-section,
  .fastfood-menu-section,
  .kudil-map-wrapper,
  .bpx-blog-section,
  .tmx-team-section,
  .kdl-seasonal-section,
  .kdl-food-feature-section,
  .kdl-food-feature-section,
  .kdl-food-feature-section,
  .kdl-food-feature-section,
  .kdl-food-feature-section {
    padding: 30px 0px;
  }

  .kdl-left-img,
  .kdl-right-img {
    display: none !important;
  }

  .kdl-head-title {
    font-size: 26px;
  }

  .kdl-book-btn {
    padding: 8px 5px;
    font-size: 13px;
    font-weight: 500;
  }
}

.kdl-book-inlinebtn {
  font-size: 12px;
  font-weight: 600;
  color: #dd0000;
  text-decoration: none;
  display: flex;
  gap: 5px;
  align-items: center;
}

.contact-main-section {
  padding: 80px 0;
  background-color: #f5d9d9;
}

.info-card-container {
  background: linear-gradient(135deg, #df1111 0%, #df1010 100%);
  border-radius: 20px;
  padding: 50px;
  color: white;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(44, 24, 16, 0.2);
}

.info-card-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23000000 ' fill-opacity='0.09' fill-rule='evenodd'/%3E%3C/svg%3E"); */
}

.info-content-wrapper {
  position: relative;
  z-index: 1;
}

.info-section-heading {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 600;
}

.contact-info-item {
  margin-bottom: 35px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.info-icon-circle {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.info-text-block h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  opacity: 0.8;
}

.info-text-block p {
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}

.hours-section-block {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hours-heading-text {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.hours-list-items {
  font-size: 16px;
  line-height: 2;
}

.form-card-container {
  background: white;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(44, 24, 16, 0.15);
  height: 100%;
}

.form-heading-title {
  font-size: 36px;
  color: #2c1810;
  margin-bottom: 15px;
  font-weight: 600;
}

.form-subtitle-text {
  color: #8b6f47;
  margin-bottom: 40px;
  font-size: 16px;
  font-style: italic;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #2c1810;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
}

.form-control {
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid #e8dcc8;
  border-radius: 10px;
  font-family: "Georgia", serif;
  background-color: #fdfcfa;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #530812;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(139, 111, 71, 0.15);
}

textarea.form-control {
  min-height: 160px;
  resize: vertical;
}

.textarea-hint-text {
  color: #a89378;
  font-size: 13px;
  margin-top: 8px;
  font-style: italic;
}

.mobvisible {
  display: none;
}

@media (max-width: 768px) {

  .info-card-container,
  .form-card-container {
    padding: 35px 25px;
  }

  .info-section-heading,
  .form-heading-title {
    font-size: 28px;
  }

  .kudil-newsletter {
    width: 100%;
    justify-content: space-between;
  }

  .submit-button-primary {
    width: 100%;
  }

  .kdl-header-right .kdl-social-icon {
    display: none;
  }

  .mobvisible {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 15px;
  }

  .banner-section {
    padding: 78px 0;
    padding-bottom: 0;
  }

  .mobvisible .kdl-social-icon {
    display: block !important;
  }
}

li {
  color: #666;
}

.kudil-footer-col a{
  color: #dd0000 !important;
}


.menu-list {
  max-height: 420px;   /* adjust height as you need */
  overflow-y: auto;
  padding-right: 10px; /* avoids scrollbar overlap */
}

.menu-list {
  scrollbar-width: thin;              /* Firefox */
  scrollbar-color: #ccc transparent;
}

.menu-list::-webkit-scrollbar {
  width: 6px;
}

.menu-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}


@media (max-width: 768px) {
  .menu-list {
    max-height: 60vh; /* responsive height */
  }
}



.kdl-services-section {
            padding: 80px 0;
            background-color: var(--bg-light);
            overflow: hidden;
        }

        .kdl-services-content {
            padding: 40px;
            max-width: 500px;
        }

        .kdl-services-script {
            font-family: 'Brush Script MT', cursive;
            color: var(--primary-color);
            font-size: 24px;
            display: block;
            margin-bottom: 10px;
        }

        .kdl-services-title {
            font-size: 48px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .kdl-services-divider {
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            margin-bottom: 25px;
        }

        .kdl-services-content p {
            color: var(--text-light);
            line-height: 1.8;
            margin-bottom: 30px;
            font-size: 16px;
        }

        .kdl-services-btn {
            display: inline-block;
            padding: 14px 40px;
            background-color: transparent;
            color: var(--primary-color);
            border: 2px solid var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .kdl-services-btn:hover {
            background-color: var(--primary-color);
            color: #fff;
            transform: translateY(-2px);
            /* box-shadow: 0 5px 15px rgba(211, 47, 47, 0.3); */
        }

        /* Service Card Styles */
        .kdl-service-card {
            background: #fff;
            border-radius: 15px;
            overflow: hidden;
            /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); */
            transition: all 0.4s ease;
            margin: 20px;
            height: auto;
        }

        .kdl-service-card:hover {
            transform: translateY(-15px);
            /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
        }

        .kdl-service-card-img-wrapper {
            position: relative;
            overflow: hidden;
            height: 280px;
        }

        .kdl-service-card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .kdl-service-card:hover .kdl-service-card-img {
            transform: scale(1.15);
        }

        .kdl-service-card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .kdl-service-card:hover .kdl-service-card-overlay {
            opacity: 1;
        }

        .kdl-service-card-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: -35px auto 25px;
            position: relative;
            box-shadow: 0 5px 20px rgba(211, 47, 47, 0.4);
            z-index: 2;
        }

        .kdl-service-card-icon i {
            color: #fff;
            font-size: 28px;
        }

        .kdl-service-card-body {
            padding: 10px 30px 35px;
            text-align: center;
            
    min-height: 273px;
        }

        .kdl-service-card-title {
            font-size: 24px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 15px;
            min-height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .kdl-service-card-text {
            color: var(--text-light);
            line-height: 1.7;
            font-size: 15px;
            margin-bottom: 0;
        }

        /* Owl Carousel Custom Navigation */
        .kdl-services-slider-wrapper {
            position: relative;
            padding: 0 60px;
        }

        .owl-theme .owl-nav {
            margin-top: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            left: 0;
            pointer-events: none;
        }

        .owl-theme .owl-nav button.owl-prev,
        .owl-theme .owl-nav button.owl-next {
            width: 50px;
            height: 50px;
            background: var(--primary-color) !important;
            color: #fff !important;
            border-radius: 50%;
            font-size: 26px !important;
            transition: all 0.3s ease;
            position: absolute;
            pointer-events: all;
            display: flex !important;
            align-items: center;
            justify-content: center;
        }

        .owl-theme .owl-nav button.owl-prev {
            left: -60px;
        }

        .owl-theme .owl-nav button.owl-next {
            right: -60px;
        }

        .owl-theme .owl-nav button:hover {
            background: var(--secondary-color) !important;
            transform: scale(1.1);
        }

        .owl-theme .owl-nav button span {
            line-height: 1;
        }

        .owl-theme .owl-dots {
            margin-top: 20px;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            background: #000;
            transition: all 0.3s ease;
            margin: 5px 4px;
        }

        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #000;
            width: 35px;
            border-radius: 10px;
        }

        /* Responsive Design */
        @media (max-width: 991px) {
            .kdl-services-content {
                max-width: 100%;
                text-align: center;
                margin-bottom: 40px;
            }

            .kdl-services-title {
                font-size: 36px;
            }

            .kdl-services-divider {
                margin-left: auto;
                margin-right: auto;
            }

            .kdl-services-slider-wrapper {
                padding: 0 20px;
            }

            .owl-theme .owl-nav button.owl-prev {
                left: -10px;
            }

            .owl-theme .owl-nav button.owl-next {
                right: -10px;
            }

            .owl-theme .owl-nav button.owl-prev,
            .owl-theme .owl-nav button.owl-next {
                width: 40px;
                height: 40px;
                font-size: 20px !important;
            }
        }

        @media (max-width: 576px) {
            .kdl-service-card {
                margin: 10px;
            }

            .kdl-services-title {
                font-size: 28px;
            }

            .owl-theme .owl-nav {
                display: none;
            }

            .kdl-services-slider-wrapper {
                padding: 0;
            }
        }
  .testimonials-section {
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-subtitle {
            color: #c41e3a;
            font-size: 14px;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 10px;
            font-weight: 400;
        }

        .section-title {
            font-size: 42px;
            color: #2c2c2c;
            font-weight: 300;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .section-description {
            color: #666;
            font-size: 16px;
            line-height: 1.8;
            max-width: 600px;
            margin: 0 auto;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .testimonial-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            position: relative;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .video-thumbnail {
            position: relative;
            width: 100%;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
            background: #e0e0e0;
            overflow: hidden;
        }

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

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(196, 30, 58, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .testimonial-card:hover .play-button {
            background: rgba(196, 30, 58, 1);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 18px solid white;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            margin-left: 4px;
        }

        .video-duration {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-family: Arial, sans-serif;
        }

        .testimonial-content {
            padding: 25px;
        }

        .customer-name {
            font-size: 18px;
            color: #2c2c2c;
            margin-bottom: 5px;
            font-weight: 500;
        }

        .customer-location {
            color: #999;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .rating {
            display: flex;
            gap: 4px;
            margin-bottom: 12px;
        }

        .star {
            color: #ffa500;
            font-size: 16px;
        }

        .testimonial-preview {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
        }

        .view-all-btn {
            display: inline-block;
            margin: 50px auto 0;
            padding: 14px 40px;
            background: #c41e3a;
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-size: 14px;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            text-align: center;
            display: block;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }

        .view-all-btn:hover {
            background: #a01729;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
        }

        .more-videos {
            position: relative;
            background: linear-gradient(135deg, #2c2c2c 0%, #444 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 32px;
            font-weight: 300;
        }

        .more-videos::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="40" fill="white" opacity="0.1">▶</text></svg>');
            background-size: 30%;
            background-position: center;
            background-repeat: no-repeat;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 32px;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .testimonials-section {
                padding: 60px 15px;
            }
        }

        /* Modal Styles */
        .video-modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            animation: fadeIn 0.3s ease;
        }

        .video-modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .modal-content {
            position: relative;
            width: 90%;
            max-width: 900px;
            background: #000;
            border-radius: 8px;
            overflow: visible;
            animation: slideIn 0.3s ease;
            max-height: 90vh;
            display: flex;
            flex-direction: column;
        }

        @keyframes slideIn {
            from { 
                transform: translateY(-50px);
                opacity: 0;
            }
            to { 
                transform: translateY(0);
                opacity: 1;
            }
        }

        .modal-video {
            width: 100%;
            height: auto;
            display: block;
            max-height: 70vh;
            object-fit: contain;
            background: #000;
        }

        .modal-video-element {
            width: 100%;
            height: auto;
            display: none;
            background: #000;
            max-height: 70vh;
            object-fit: contain;
        }

        .modal-video-element.active {
            display: block;
        }

        .modal-video.active {
            display: block;
        }

        .close-modal {
            position: absolute;
            top: -50px;
            right: 0;
            color: white;
            font-size: 40px;
            font-weight: 300;
            cursor: pointer;
            background: rgba(196, 30, 58, 0.8);
            border: none;
            padding: 5px 15px;
            line-height: 1;
            transition: all 0.2s ease;
            z-index: 10;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .close-modal:hover {
            background: rgba(196, 30, 58, 1);
            transform: scale(1.1);
        }

        .modal-info {
            padding: 20px;
            background: white;
            border-radius: 0 0 8px 8px;
        }

        .modal-customer-name {
            font-size: 20px;
            color: #2c2c2c;
            margin-bottom: 5px;
            font-weight: 500;
        }

        .modal-customer-location {
            color: #999;
            font-size: 14px;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .modal-content {
                width: 95%;
                max-height: 85vh;
            }

            .close-modal {
                top: -45px;
                right: 0;
                font-size: 35px;
                width: 45px;
                height: 45px;
            }

            .modal-video,
            .modal-video-element {
                max-height: 60vh;
            }
        }
  .menu-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

  
.kudil-footer-col a{
  color: #dd0000 !important;
}


.menu-list {
  max-height: 420px;   /* adjust height as you need */
  overflow-y: auto;
  padding-right: 10px; /* avoids scrollbar overlap */
}

.menu-list {
  scrollbar-width: thin;              /* Firefox */
  scrollbar-color: #ccc transparent;
}

.menu-list::-webkit-scrollbar {
  width: 6px;
}

.menu-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}


@media (max-width: 768px) {
  .menu-list {
    max-height: 60vh; /* responsive height */
  }
}


@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 90% !important;
    }
}