/* Heebo Fonts */
@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/Heebo-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/static/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/static/Heebo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/static/Heebo-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/static/Heebo-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/static/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/static/Heebo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/static/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/static/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("./../fonts/Heebo/static/Heebo-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/* Nunito Fonts */
@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/Nunito-VariableFont_wght.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-ExtraLightItalic.ttf")
    format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-LightItalic.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-MediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-SemiBoldItalic.ttf")
    format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-BlackItalic.ttf")
    format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-BoldItalic.ttf")
    format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-ExtraBoldItalic.ttf")
    format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("./../fonts/Nunito/static/Nunito-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
  font-style: normal;
}

/* Pacifico Font */
@font-face {
  font-family: "Pacifico";
  src: url("./../fonts/Pacifico/Pacifico-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Color Variables */
:root {
  --primary-color: #e5612f; /* Example Primary Color */
  --secondary-color: #6c757d; /* Example Secondary Color */
  --background-color: #eef0f1; /* Example Background Color */
  --text-color: #212529; /* Example Text Color */
  --heading-color: #343a40; /* Example Heading Color */
  --border-color: #dee2e6; /* Example Border Color */
  --text-color-white: #ffff;
}

/* Applying Fonts and Colors to Elements */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  background-color: var(--text-color-white);
  color: var(--text-color);
  overflow-x: hidden;
}



h1,
h3,
h4,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: var(--heading-color);
}

h2 {
  font-family: "Nunito", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
}

h5 {
  position: relative;
  display: inline;
  font-family: "Pacifico", cursive;
  color: var(--primary-color);
}

p,
a,
span {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

button,
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.btn-secondary {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.header,
.footer,
.navbar {
  background-color: var(--heading-color);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.card {
  border-color: var(--border-color);
}

.logo {
  font-family: "Pacifico", cursive;
  color: var(--primary-color);
}

/* Scrollbar Styles */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
}


/* loader start */

.loader {
  background-color: var(--text-color-white);
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 12;
}

.loader p {
  font-family: "Pacifico", cursive;
  font-size: 60px;
}

.loader-icone{
  font-size: 4em;
  margin-bottom: 4px;
  color: var(--primary-color);
  animation: rotate 2000ms infinite;
}

.loader-ellipses{
  display: flex;
  width: 100px;
  justify-content: space-between;
}

.loader-ellipses span{
  background-color: var(--secondary-color);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  opacity: 0;
  animation: loader-grow 2000ms infinite alternate;
}

.loader-ellipses span:nth-child(2){
  animation-delay: 400ms;
}

.loader-ellipses span:nth-child(3){
  animation-delay: 800ms;
}

@keyframes loader-grow {
  to{
    transform: scale(1.2);
    background-color: var(--primary-color);
    opacity: 100%;
  }
}

@keyframes rotate{
  to{
    transform: rotate(360deg);
  }
}


/* Header Start */
header {
  position: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 7px 5px 15px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 5px 15px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 5px 15px -4px rgba(0, 0, 0, 0.75);
  z-index: 9;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}

header.scrolled {
  background-color: var(--primary-color);
  transition: 0.3s all linear;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color-white);
}

.logo a i {
  font-size: 40px;
  color: var(--primary-color);
  margin-right: 8px;
}

/* Desktop Logo */
.site-logo {
  height: 50px;
  width: auto;
}

.site-logo1 {
  height: 90px;
  width: auto;
}

/* Mobile Logo */
.site-logo-mobile {
  height: 32px;
  width: auto;
}

/* Contact Us Button */
.contact-btn {
  background-color: var(--primary-color);
  padding: 10px 22px;
  border-radius: 50px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: var(--text-color-white);
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
}
.contact-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

/* Mobile Header */
.mobile-nav-logo > .logo > a > i {
  font-size: 24px;
}
/* Header End */

/* Hero Section */
.hero-section {
  position: relative;
  background: url("./../images/banner.jpg") no-repeat center center/cover;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55); /* overlay for readability */
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-content {
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.hero-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 35px;
  color: #f5f5f5;
}

.hero-content span {
  color: var(--primary-color, #ff5722);
  font-weight: 700;
  font-size: 2.2rem;
}

/* Hero Button */
.hero-btn {
  background-color: var(--primary-color, #ff5722);
  width: 220px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  margin-top: 30px;
}

.hero-btn:hover {
  transform: translateY(-3px);
}

.hero-btn-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: white;
  transition: width 0.4s ease, right 0.4s ease;
}

.hero-btn:hover .hero-btn-layer {
  width: 100%;
  left: 0;
  right: auto;
}

.hero-btn a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 28px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  font-family: "Nunito", sans-serif;
}

.hero-btn:hover a {
  color: #141214;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.3rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero-btn {
    width: 180px;
  }
}


/* Section background + spacing */
.services{
  background: #000; /* solid black */
  padding: 72px;
  color: #fff; /* white text */
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  margin-bottom: 40px;
}

/* Ensure the Bootstrap spacing on inner container remains but cards are isolated */
.services .row {
  align-items: stretch;
}

/* Card base */
.services .cards {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  min-height: 240px;
  background: #111; /* dark card background */
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 28px 20px;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(.2,.9,.2,1), box-shadow 0.35s ease, border-color 0.35s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.8);
  color: #fff; /* ensure text is white inside */
}

/* Subtle lift on hover */
.services .cards:hover{
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 18px 48px rgba(0,0,0,0.9);
}

/* Expanding color bubble */
.services .cards .anim-layer{
  position: absolute;
  top: -12%;
  right: -12%;
  width: 38%;
  height: 38%;
  background: radial-gradient(circle at 30% 30%, rgba(255,122,89,0.9), rgba(255,211,107,0.8) 60%);
  border-radius: 50%;
  transform: scale(0.9);
  opacity: 0.18;
  filter: blur(16px);
  transition: transform 0.7s cubic-bezier(.2,.9,.2,1), opacity 0.45s ease, filter 0.45s ease;
  z-index: 1;
  pointer-events: none;
}

.services .cards:hover > .anim-layer{
  transform: scale(6);
  opacity: 0.95;
  filter: blur(28px);
}

/* Content should sit above the anim-layer */
.services .cards .icon,
.services .cards .heading,
.services .cards .para{
  position: relative;
  z-index: 2;
  color: #fff; /* enforce white */
}

/* Icon container */
.services .cards .icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
  transition: background 0.35s ease, transform 0.35s ease;
  margin-bottom: 6px;
}

/* Icon (FontAwesome) */
.services .cards .icon i{
  font-size: 28px;
  line-height: 1;
  color: #fff; /* white icons */
  transition: transform 0.35s ease, color 0.35s ease;
  display: inline-block;
  transform-origin: center;
}

/* Heading */
.services .cards .heading h5{
  margin: 0 0 6px 0;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2px;
}

/* Paragraph */
.services .cards .para p{
  margin: 0;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 100%;
}

/* Hover interactions */
.services .cards:hover .icon{
  transform: translateY(-6px) rotate(-2deg);
  background: #fff;
  border-color: rgba(255,255,255,0.9);
}

.services .cards:hover .icon i{
  color: #000; /* switch to black icon on hover for contrast */
  transform: translateY(-2px) scale(1.03);
}

.services .cards:hover .heading h5{
  color: #fff; /* keep heading white */
}

.services .cards:hover .para p{
  color: #f1f1f1;
}

/* Variations */
.services .row .col-md-4:nth-child(1) .cards{ transform-origin: left center; }
.services .row .col-md-4:nth-child(2) .cards{ transform-origin: center center; }
.services .row .col-md-4:nth-child(3) .cards{ transform-origin: right center; }

/* Responsive tweaks */
@media (max-width: 767.98px){
  .services{
    padding: 48px 0;
  }
  .services .cards{
    padding: 22px 16px;
    min-height: 220px;
    border-radius: 14px;
    text-align: center;
    align-items: center;
  }
  .services .cards .icon{
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
  .services .cards .icon i{
    font-size: 24px;
  }
  .services .cards .para p{
    font-size: 0.98rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce){
  .services .cards,
  .services .cards .anim-layer,
  .services .cards .icon i{
    transition: none !important;
    transform: none !important;
  }
}

/* 🔹 Parallax Section */
.parallax-section {
  position: relative;
  height: 70vh;
  background-image: url("./../images/banner1.jpg"); /* 👉 replace with your background */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.parallax-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.parallax-section .parallax-content {
  position: relative;
  z-index: 2;
}

.parallax-section .parallax-content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.parallax-section .parallax-content p {
  font-size: 1.2rem;
  margin: 0;
}

/* Changed classes to sld- prefix for parallax section */
/* 🔹 Parallax Section */
.sld-parallax-section {
  position: relative;
  height: 80vh;
  background-image: url("./../images/Sandwich_Background.png"); /* 👉 replace with your background */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.sld-parallax-section .sld-parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.sld-parallax-section .sld-parallax-content {
  position: relative;
  z-index: 2;
}

.sld-parallax-section .sld-parallax-content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.sld-parallax-section .sld-parallax-content p {
  font-size: 1.2rem;
  margin: 0;
}

/* 🔹 Parallax Section */
.nxp-parallax-section {
  position: relative;
  height: 80vh;
  background-image: url("./../images/Sandwich_Background2.jpg"); /* 👉 replace with your background */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.nxp-parallax-section .nxp-parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.nxp-parallax-section .nxp-parallax-content {
  position: relative;
  z-index: 2;
}

.nxp-parallax-section .nxp-parallax-content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.nxp-parallax-section .nxp-parallax-content p {
  font-size: 1.2rem;
  margin: 0;
}


/* about us start */
.about-us {
  background-image: url("./../images/about-bg.jpg");
  background-position: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.about-us .about-content .section-title,
.menu-page .chef-choise .section-title {
  position: relative;
  display: inline;
  font-family: "Pacifico", cursive;
  color: var(--primary-color);
}

.about-us .about-content {
  color: var(--text-color-white);
}

.about-extra h6 {
  color: var(--text-color-white);
}

.about-img-box > div > div:nth-child(2) > img {
  margin-top: 25%;
}

.about-content .section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary-color);
}

.about-content .fa.fa-utensils {
  color: var(--primary-color);
}

.about-extra .about-experience,
.about-extra .about-popular {
  border-left: 3.5px solid var(--primary-color);
}

.about-extra .about-experience h1,
.about-extra .about-popular h1 {
  font-size: 3rem;
  color: var(--primary-color);
}

/* Section-wise scroll */
.section {
  height: 100vh;
}

.fp-controlArrow {
  display: none;
}


.testimonials .section-title h5::before,
.testimonials .section-title h5::after,
.our-chefs .section-title h5::before,
.our-chefs .section-title h5::after,
.our-services .section-title h5::before,
.our-services .section-title h5::after,
.our-gallery .section-title h5::before,
.our-gallery .section-title h5::after,
.our-blog .section-title h5::before,
.our-blog .section-title h5::after,
.chef-choise .section-title h5::before,
.chef-choise .section-title h5::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary-color);
}

.testimonials .section-title h5::before,
.our-chefs .section-title h5::before,
.our-services .section-title h5::before,
.our-gallery .section-title h5::before,
.our-blog .section-title h5::before,
.chef-choise .section-title h5::before {
  left: -55px;
}




/* testimonial start */
.testimonials {
  background-image: url("./../images/testi-bg.jpg");
  /* background-color: black; */
  background-position: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.testimonials .section-title h2 {
  color: var(--text-color-white);
}

.testimonials .testimonial-slider-wrapper .slider-content .testi-content {
  border-top: 1px solid #434245;
  position: relative;
  padding-top: 50px;
}

.testimonials
  .testimonial-slider-wrapper
  .slider-content
  .testi-content::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  font-size: 24px;
  color: var(--text-color-white);
  top: 10px;
  text-align: center;
  color: var(--primary-color);
}

.testimonials .testimonial-slider-wrapper .slider-content .testi-content p,
.testimonials .testimonial-slider-wrapper .slider-content .testi-info {
  text-align: center;
  color: var(--text-color-white);
}

.testimonials .testimonial-slider-wrapper .slider-content .testi-content p {
  font-size: 16px;
  padding: 0 20px;
  font-style: italic;
}

.testimonials .testimonial-slider-wrapper .slider-content .testi-info .name {
  margin-right: 3px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.testimonials
  .testimonial-slider-wrapper
  .slider-content
  .testi-info
  .position {
  margin-left: 3px;
  color: #a6a6a6;
  position: relative;
  padding-left: 10px;
}

.testimonials
  .testimonial-slider-wrapper
  .slider-content
  .testi-info
  .position::before {
  content: "|";
  position: absolute;
  right: 100%;
  width: 2px;
}

.testimonials .testimonial-slider-wrapper .slider-nav-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.testimonials .testimonial-slider-wrapper .slider-nav {
  display: inline-flex;
  text-align: center;
  width: 250px;
  position: relative;
  z-index: 1;
}

.testimonials .testimonial-slider-wrapper .slider-nav .slider-nav-img img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 0 solid #f15f2a;
  transform: scale(0.7);
  filter: grayscale(1);
  transition: transform 0.3s, filter 0.3s;
}

.testimonials
  .testimonial-slider-wrapper
  .slider-nav
  .slider-nav-img.slick-current
  img,
.testimonials .slider-nav .slider-nav-img.slick-current img {
  transform: scale(1);
  border-width: 2px;
  filter: grayscale(0);
}

.testimonials .slider-nav .slick-slide {
  opacity: 1;
  transition: opacity 0.3s;
}

.testimonials .slider-nav .slick-center {
  opacity: 1;
}

.testimonials .testimonial-slider-wrapper .slider-nav-wrapper::after,
.testimonials .testimonial-slider-wrapper .slider-nav-wrapper::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #434245;
  display: block;
}

.testimonials .testimonial-slider-wrapper .slider-nav-wrapper::after {
  bottom: 40px;
  right: 0;
  left: 58%;
}

.testimonials .testimonial-slider-wrapper .slider-nav-wrapper::before {
  bottom: 40px;
  left: 0;
  right: 58%;
}

.slider-nav-img.active img {
  border: 2px solid #f15f2a;
  transform: scale(1);
  filter: grayscale(0);
}

/* — ensure Slick can control slide visibility */
.testimonials .slider-content .testimonial-slide {
  display: block;
}



/* our chef start */

.our-chef-slider-wrapper .chef-slider-content i {
  color: var(--secondary-color);
}

.our-chef-slider-wrapper .chef-slider-content i:hover {
  color: var(--primary-color);
}

.our-chef-slider-wrapper .our-chef-slider {
  position: relative;
}

.our-chef-slider-wrapper .our-chef-slider::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the element */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.our-chef-slider-wrapper .our-chef-slider img {
  position: relative;
}

.our-chef-slider-wrapper .slick-current .our-chef-slider::before {
  background-color: var(--primary-color);
  transition: all 0.3s linear;
}

/* .our-chef-slider-wrapper .slick-current .our-chef-slider img {
  width: 220px;
  transition: all 0.3s linear;
} */

.our-chef-slider-wrapper .slide-arrow.prev-arrow,
.our-chef-slider-wrapper .slide-arrow.next-arrow {
  position: absolute;
  top: 48%;
  font-size: 16px;
  color: var(--text-color-white);
  border: 2px solid #ededed;
  border-radius: 50%;
  width: auto;
  padding: 6px 18px;
  line-height: 36px;
  text-align: center;
  z-index: 1;
}

.our-chef-slider-wrapper .slide-arrow.prev-arrow:hover,
.our-chef-slider-wrapper .slide-arrow.next-arrow:hover {
  background-color: white;
  color: var(--primary-color);
  border: var(--primary-color) 2px solid;
  transition: all 0.3s linear;
}

.our-chef-slider-wrapper .slide-arrow.next-arrow {
  right: 10px;
}
.our-chef-slider-wrapper .slide-arrow.prev-arrow {
  left: 10px;
}

/* start contact (converted from reservation) */
.contact {
  position: relative;
}

.contact img {
  position: absolute;
  bottom: -7%;
  left: 0;
  width: 20%;
}

.contact-bg {
  position: relative;
  height: 85vh;
  width: 50%; /* occupy right half */
  background: url("./../images/reservation-bg.png") no-repeat center center;
  background-size: contain;
  background-color: #000;
}

.contact-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.contact-content {
  background-color: #090909;
}

.contact-content span {
  color: var(--primary-color);
}

.contact-content .input i {
  border-right: 1px solid #9d9d9d;
  color: #9d9d9d;
}

.contact-content .input {
  background-color: rgba(255, 255, 255, 0.05);
  border: 0;
  border-radius: 0;
  height: 40px;
  color: #a2a2a2;
  box-shadow: none;
}

.contact-content .input input,
.contact-content .input select,
.contact-content .input select:focus,
.contact-content .input textarea {
  outline: none;
  color: #9d9d9d;
  box-shadow: none;
  background: transparent;
  resize: none;
  border-radius: 0;
}

.contact-content .input select option {
  background-color: #090909;
}

.contact .contact-content h2 {
  position: relative;
  font-family: "Pacifico", cursive;
  font-weight: 300;
}

.contact .contact-content h2::after,
.contact .contact-content h2::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: 0px;
  margin-top: -1px;
  background: var(--primary-color);
}

.contact .contact-content h2::before {
  left: 0px;
}

/* Optional: preserve the .anim-layer / button container visuals if they exist elsewhere.
   If you have a .book-a-table style in your main CSS, keep it; otherwise include this minimal style. */
.send-message,
.book-a-table {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.send-message .anim-layer,
.book-a-table .anim-layer {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  pointer-events: none;
  /* keep as-is; animation rules likely defined elsewhere in your main stylesheet */
}

/* ensure textarea inside input fills height nicely */
.contact-content .input textarea.form-control {
  padding-top: 10px;
}


/* our services start */

.icon-box {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  border: 1px dashed #7b7b7b;
  margin-bottom: 20px;
  background-position: center;
  transition-duration: 0.5s;
}

.icon-box > .number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  border-radius: 50%;
  border: 2px solid #f3f3f3;
  padding: 4px 12px;
  background-color: #fff;
  color: #3f3e44;
}

.icon-box:hover > .number {
  border: 2px solid var(--text-color-white);
  background-color: var(--primary-color);
  color: var(--text-color-white);
}

.icon-box:hover {
  background-color: var(--primary-color);
}

.icon-box:hover i {
  color: var(--text-color-white);
}

.icon-box > i {
  color: var(--primary-color);
}

.our-services h4 {
  font-family: "Pacifico", cursive;
  font-weight: 300;
}

.our-gallery {
  background-color: #090909;
}

.gallery-image {
  width: 100%;
  height: 650px;
  background-position: center;
}

.gallery-image-one {
  background-image: url("./../images/gallery-1.jpg");
}

.gallery-image-two {
  width: 100%;
  height: 325px;
  background-position: center;
  background-image: url("./../images/gallery-2.png");
}

.gallery-image-three {
  width: 100%;
  height: 325px;
  background-position: center;
  background-image: url("./../images/gallery-3.jpg");
}

.gallery-image-four {
  background-image: url("./../images/gallery-4.jpg");
}

.gallery-image-five {
  width: 100%;
  height: 325px;
  background-position: center;
  background-image: url("./../images/gallery-5.jpg");
}

.gallery-image-six {
  width: 100%;
  height: 325px;
  background-position: center;
  background-image: url("./../images/gallery-6.jpg");
}

/* start blog */
.card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.blog-info i,
.blog-info span,
.blog-info p {
  color: #9d9d9d;
}

.blog-info > .blog-view,
.blog-info > .blog-comment {
  border-right: 1px solid #9d9d9d;
}

.blog-info > .blog-author > p {
  color: var(--primary-color);
}

.blog-content > .blog-date {
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 3px solid var(--text-color-white);
  color: var(--text-color-white);
  text-align: center;
  padding: 24px 12px;
  position: absolute;
  left: 40%;
  top: -40px;
}

.card .blog-content .blog-title a {
  font-family: "Pacifico", cursive;
  font-size: 20px;
  font-weight: 300;
  color: black;
  text-decoration: none;
}

.card .blog-content .blog-readmore:hover a,
.card .blog-content .blog-title:hover a {
  transition: all 0.3s linear;
  color: var(--primary-color) !important;
}

/* subscribe now start */
.subscribe-us {
  position: relative;
}

.subscribe-us .content p {
  margin-top: 4px;
  font-size: 14px;
}

.subscribe-us .subscribe-form .input-form input {
  height: 40px;
  background-color: #f4f4f4;
  box-shadow: none;
  border: none;
  outline: none;
}

.subscribe-us .subscribe-form .input-button {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
}

.subscribe-us .subscribe-form .input-button a {
  border-left: 1px solid #e2e2e2;
}

.subscribe-us .subscribe-form .input-button a i {
  color: var(--primary-color);
  padding: 0px 18px;
}

.subscribe-us img {
  position: absolute;
  width: 250px;
  top: 0;
  right: 0;
}

/* back to top start */

#back-to-top {
  position: fixed;
  bottom: 20px;  
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  text-decoration: none;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#back-to-top i{
  color: white;
  transition: all 0.3s ease-out;
}

#back-to-top:hover i {
  transform: translateY(-4px);
}

/* start footer */

footer {
  /* overflow-x: hidden; */
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #040609;
  background-image: url("./../images/footer-bg.jpg");
}

footer .social-icons a {
  background-color: #191c1e;
  border-radius: 50%;
  text-align: center;
  padding: 10px 14px;
  transition: all 0.3s ease-in-out;
}

footer .social-icons a:hover {
  background-color: var(--primary-color);
}

footer .footer-content .content-desc {
  border-bottom: 1px solid #3a3a3a;
}

footer p {
  font-size: 14px;
  color: #bcbac1;
}

.reservation-box {
  margin-top: -130px;
  background-image: url("./../images/ft-res-bg.jpg");
  padding: 25px;
}

.reservation-box .reservation-wrapper {
  padding: 25px;
  border: var(--text-color-white) 1px solid;
}

.reservation-box .reservation-wrapper h2 {
  font-family: "Pacifico", cursive;
  font-weight: 300;
  padding-bottom: 20px;
  color: white;
  text-align: center;
}

.reservation-box .reservation-wrapper h3 {
  text-align: center;
  color: var(--text-color-white);
}

.reservation-box .reservation-wrapper p {
  color: white;
}

@media screen and (max-width: 1200px) {
  .reservation-box {
    margin-top: 20px;
  }

  .reservation-date-time {
    text-align: center;
  }

  footer, main {
    overflow-x: hidden;
  }
}

/* Contact Us Page Start */

.page-banner {
  background-image: url("./../images/pagetitle-contact.jpg");
  position: relative;
  /* background-position: center center; */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.page-banner .banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-banner .banner-content h2 {
  font-family: "Pacifico", cursive;
  position: relative;
  font-weight: 400;
  word-spacing: 16px;
  z-index: 1;
}

.page-banner .banner-content p {
  position: relative;
  z-index: 1;
}

.page-banner .banner-content .divider {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.page-banner .banner-content .dot::after,
.page-banner .banner-content .dot::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 4px;
  background-color: #fff;
  width: 100px;
}

.page-banner .banner-content .dot::after {
  left: 18px;
}

.page-banner .banner-content .dot::before {
  right: 18px;
}

.page-banner .banner-content .dot {
  position: relative;
  width: 11px;
  height: 11px;
  border: 1px solid white;
  border-radius: 50%;
}

.contact-page .contact-us form {
  border: 4px solid #f6f6f6;
  padding: 40px 50px;
}

.contact-page .contact-us .input-group {
  background-color: #f6f6f6;
  margin-bottom: 30px;
}

.contact-page .contact-us .input-group i {
  color: #9d9d9d;
}

.contact-page .contact-us .input-group input {
  position: relative;
  padding: 10px 0px;
}

.contact-page .contact-us .input-group .icon-wrapper i::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #e4e4e4;
}

.contact-page .contact-us .input-group input:focus,
.contact-page .contact-us .input-group textarea:focus {
  box-shadow: none;
}

.contact-page .contact-us .contact-button {
  border: 2px solid var(--primary-color);
}

.contact-page .contact-us .contact-info .contact-info-box .contact-icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f6f6f6;
  color: #9d9d9d;
  border: 2px solid white;
  transition: all 0.2s linear;
}

.contact-page
  .contact-us
  .contact-info
  .contact-info-box:hover
  .contact-icon-box {
  background-color: var(--primary-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.contact-page
  .contact-us
  .contact-info
  .contact-info-box:hover
  .contact-icon-box
  i {
  color: white;
}

.contact-page .contact-us .contact-info .contact-info-box i {
  font-size: 20px;
}

.form h2::before,
.contact-info h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -20px;
  background-color: var(--primary-color);
}

.form h2::after,
.contact-info h2::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  bottom: -22.4px;
  border-radius: 50%;
  left: 100px;
}

@media screen and (max-width: 768px) {
  .page-banner {
    height: 300px;
    padding-top: 60px;
  }

  .contact-page .contact-us form {
    padding: 40px 20px;
  }
}

/* Reservation Page Start */
.reservation-page .banner {
  background-image: url("./../images/pagetitle-reservation.jpg");
}

.reservation-page .reservation-form form,
.about-page .reservation-form form {
  border: 4px solid #dfdfdf;
  padding: 40px 50px;
}

.reservation-page .reservation-form .reservation-line span,
.reservation-page .reservation-services .reservation-line span,
.reservation-page .reservation-events .reservation-line span,
.about-page .about-story .about-line span,
.about-page .our-special .about-line span,
.about-page .reservation-form .reservation-line span,
.menu-page .menu-line span,
.menu-page .lunch-time .menu-line span {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: var(--primary-color);
  margin-bottom: 40px;
}

.reservation-page .reservation-form .reservation-line span::before,
.reservation-page .reservation-form .reservation-line span::after,
.reservation-page .reservation-services .reservation-line span::before,
.reservation-page .reservation-services .reservation-line span::after,
.reservation-page .reservation-events .reservation-line span::before,
.reservation-page .reservation-events .reservation-line span::after,
.about-page .about-story .about-line span::before,
.about-page .about-story .about-line span::after,
.about-page .our-special .about-line span::before,
.about-page .our-special .about-line span::after,
.about-page .reservation-form .reservation-line span::before,
.about-page .reservation-form .reservation-line span::after,
.menu-page .menu-line span::before,
.menu-page .menu-line span::after,
.menu-page .lunch-time .menu-line span::before,
.menu-page .lunch-time .menu-line span::after {
  content: "";
  width: 6px;
  height: 6px;
  top: -2.3px;
  border-radius: 50px;
  position: absolute;
  background-color: var(--primary-color);
}

.reservation-page .reservation-form .reservation-line span::before,
.reservation-page .reservation-services .reservation-line span::before,
.reservation-page .reservation-events .reservation-line span::before,
.about-page .about-story .about-line span::before,
.about-page .our-special .about-line span::before,
.about-page .reservation-form .reservation-line span::before,
.menu-page  .menu-line span::before,
.menu-page .lunch-time .menu-line span::before {
  left: 0;
}
.reservation-page .reservation-form .reservation-line span::after,
.reservation-page .reservation-services .reservation-line span::after,
.reservation-page .reservation-events .reservation-line span::after,
.about-page .about-story .about-line span::after,
.about-page .our-special .about-line span::after,
.about-page .reservation-form .reservation-line span::after,
.menu-page .menu-line span::after,
.menu-page .lunch-time .menu-line span::after {
  right: 0;
}

.reservation-page .reservation-form .input-group,
.about-page .reservation-form .input-group {
  background-color: #f6f6f6;
  margin-bottom: 30px;
}

.reservation-page .reservation-form .input-group i,
.about-page .reservation-form .input-group i {
  color: #9d9d9d;
}

.reservation-page .reservation-form .input-group input,
.reservation-page .reservation-form .input-group select,
.about-page .reservation-form .input-group input,
.about-page .reservation-form .input-group select {
  position: relative;
  padding: 10px 0px;
}

.reservation-page .reservation-form .input-group .icon-wrapper i::after,
.about-page .reservation-form .input-group .icon-wrapper i::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #e4e4e4;
}

.reservation-page .reservation-form .input-group input:focus,
.reservation-page .reservation-form .input-group textarea:focus,
.reservation-page .reservation-form .input-group select:focus,
.about-page .reservation-form .input-group input:focus,
.about-page .reservation-form .input-group textarea:focus,
.about-page .reservation-form .input-group select:focus {
  box-shadow: none;
}

.reservation-page .reservation-form .contact-button,
.about-page .reservation-form .contact-button {
  border: 2px solid var(--primary-color);
}

.reservation-page {
  overflow: hidden;
}

.reservation-page .reservation-form form img {
  position: absolute;
  top: -60px;
  right: -220px;
  z-index: 1;
}

.reservation-page .reservation-form form p,
.about-page .reservation-form form p {
  padding: 0px 140px;
}

@media screen and (max-width: 768px) {
  .reservation-page .reservation-form form,
  .about-page .reservation-form form {
    padding: 40px 20px;
  }

  .reservation-page .reservation-form form p,
  .about-page .reservation-form form p {
    padding: 0px;
  }
}



/* Reservation Services Start*/
.reservation-page .reservation-services {
  position: relative;
  background-image: url('./../images/reservation-services-bg.jpg');
}

.reservation-page .icon-box:hover {
  background-color: transparent;
}

.reservation-page .reservation-services h4{
  font-family: "Pacifico", cursive;
  color: white;
  font-weight: 300;
}
.reservation-page .reservation-services p {
  color: white;
}

.reservation-page .reservation-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}


/* Reservation Event Start */

.reservation-page .reservation-events .event-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.reservation-page .reservation-events .event-card .event-date {
  border-right: 1px solid #e4e4e4;
}

.reservation-page .reservation-events .event-card .event-date .event-day {
  display: block;
  margin-bottom: 4px;
  line-height: 1;
  font-size: 36px;
}
.reservation-page .reservation-events .event-card .event-date .event-month {
  font-size: 16px;
  margin-bottom: 0px;
  color: var(--primary-color);
  display: block;
}

.reservation-page .reservation-events .event-card .event-heading .heading p{
  font-family: "Pacifico", cursive;
  color: #29272e;
  font-weight: 300;
  font-size: 24px;
}

.reservation-page .reservation-events .event-card .event-info {
  width: 80%;
  bottom: -40px;
  transform: translateX(12%);
  background-image: url('./../images/event-01.jpg');
}
.reservation-page .reservation-events .event-card .event-info::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #e75b2acc;
}

.reservation-page .reservation-events .event-card .event-info .num{
  font-size: 34px;
  color: white;
}

.reservation-page .reservation-events .event-card .event-info .cap{
  font-size: 14px;
  color: white;
}


/* about us page start */

.about-page .about-story .story-timeline .story-indicators .image-box {
  position: relative;
  cursor: pointer;
}


.about-page .about-story .story-timeline .story-indicators .image-box .image-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 44px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-page .about-story .story-timeline .story-indicators .slick-list {
  overflow: revert;
}

.about-page .about-story .story-timeline .story-indicators .image-box.slick-current .image-box-inner,
.about-page .about-story .story-timeline .story-indicators .image-box .image-box-inner:hover,
.about-page .about-story .story-timeline .story-indicators .image-box:hover .image-box-inner{
  display: none;
}

.about-page .about-story .story-timeline .story-indicators .image-box.slick-current {
  -webkit-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1);
  z-index: 1;
  transition: all 0.3s linear;
}

.about-page .about-story .story-timeline .story-indicators .image-box.slick-current img {
  width: 100%;
}

.about-page .about-story .story-timeline .story-content p {
  color: #616f7d;
}

@media screen and (max-width: 768px) {
  .about-page .about-story .story-timeline .story-indicators .slick-list {
    overflow: hidden;
    display: flex;
    height: 200px;
    flex-direction: column;
    justify-content: center;
  }
}

.about-page .testimonials {
  background-image: url('./../images/about-bg.jpg');
}



/* our special start */

.about-page .our-special .special-card {
  background-color: white;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
  height: 410px;
}

.about-page .our-special .special-card:hover {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('./../images/featured-box-bg-1.jpg');
  background-blend-mode: overlay;
  background-size: cover;
}



.about-page .our-special .special-card::before,
.about-page .our-special .special-card::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: white;
  transition: width 0.6s cubic-bezier(0.57, -0.04, 0.32, 1.14);
  transition-delay: 0.1s;
}

.about-page .our-special .special-card:hover::before,
.about-page .our-special .special-card:hover::after {
  width: calc(100% - 60px);
}

.about-page .our-special .special-card::before {
  top: 30px;
  right: 30px;
}
.about-page .our-special .special-card::after {
  bottom: 30px;
  left: 30px;
}

.about-page .our-special .special-card .box-inner::before,
.about-page .our-special .special-card .box-inner::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}

.about-page .our-special .special-card .box-inner::before {
  top: 29px;
  right: 30px;
}
.about-page .our-special .special-card .box-inner::after {
  bottom: 29px;
  left: 30px;
}


.about-page .our-special .special-card .box-wrapper {
  display: none;
}

.about-page .our-special .special-card:hover .box-wrapper {
  display: flex;
  flex-direction: column;
}

.about-page .our-special .special-card:hover .box-wrapper h2,
.about-page .our-special .special-card:hover .box-wrapper p {
  color: white;
  text-align: center;
  padding-bottom: 20px;
}

.about-page .our-special .special-card:hover .box-wrapper h2 {
  font-size: 30px;
}

.about-page .our-special .special-card:hover .box-wrapper p {
  font-size: 14px;
}

.about-page .our-special .special-card:hover .box-wrapper .book-a-table {
  width: auto;
  margin: auto;
}

.about-page .our-special .special-card:hover .box-wrapper .book-a-table a {
  font-size: 14px;
  padding: 10px 24px;
}

.about-page .our-special .special-card:hover .box-showcase {
  display: none;
}

.about-page .our-special .special-card .box-showcase h2 {
  color: var(--primary-color);
  font-size: 30px; 
  font-weight: 700;
}


/* our partner start */

.our-partner .partner-slider {
  border-top: 1px solid #B7B7B7;
}

/* counter start */

.counter {
  background-color: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.counter-before {
  position: absolute;
  top: 0;
  right: -150px;
}

.counter-after {
  position: absolute;
  bottom: 0;
  left: -100px;
}

.counter .counter-box .counter-info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}


.counter .counter-box .counter-info::before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #d8d8d8;
  position: absolute;
  bottom: 0;
}

.counter .counter-box .number {
  font-family: "Pacifico", cursive;
  font-size: 60px;
  font-weight: 300;
  color: var(--primary-color);
  line-height: 1;
}

.counter .counter-box .heading {
  font-size: 16px;
  font-family: "Pacifico", cursive;
  color: black;
}

/* menu page start */

.menu-page .page-banner{
  background-image: url('./../images/pagetitle-menu.jpg');
}

/* chef choice start */

.chef-choise {
  background-image: url('./../images/bg1_0.jpg');
  background-repeat: no-repeat;
  background-position: contain;
}

.chef-choise .chef-choise-icons {
  color: var(--text-color-white);
  font-size: 24px;
  display: flex;
}

.chef-choise .chef-choise-icons i {
  border: 1px solid var(--text-color-white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.chef-choise .item-wrapper {
  opacity: 0.5; /* Inactive state */
  transition: opacity 0.3s ease;
}

.chef-choise .item-wrapper.slick-current {
  opacity: 1; /* Active state */
}

.author-name {
  color: var(--text-color-white);
}

.author-name:hover {
  color: var(--primary-color);
}

/* nx-menu-section.css Unique theme: deep indigo + citrus accent */
/* Variables */
:root{
  --nx-accent: #ffd166;
  --nx-accent-2: #ff8a4b;
  --nx-deep: #0b1130;
  --nx-deep-2: #16213e;
  --nx-muted: #7f8a9a;
  --nx-surface: #fafcff;
  --nx-card-bg: rgba(255,255,255,0.98);
  --nx-radius: 999px;
  --nx-ease: cubic-bezier(.2,.9,.2,1);
  --nx-gap: 18px;
  box-sizing: border-box;
}


/* HERO */
/* ========== NX HERO SECTION ========== */
.nx-hero {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(6, 9, 28, 0.18), rgba(6, 9, 28, 0.04)), url('./../images/food_bowl.jpeg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 60px 20px; /* allow space for food bowls */
}

.nx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 9, 28, 0.28), rgba(6, 9, 28, 0.06));
  z-index: 2;
  pointer-events: none;
}

.nx-hero-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
}

.nx-hero-title {
  font-weight: 800;
  font-size: clamp(28px, 5vw, 50px);
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fa5d02;
}

.nx-hero-sub {
  margin-top: 10px;
  opacity: 0.95;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.6;
}

.nx-hero-links {
  margin-top: 15px;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
}

.nx-hero-links a {
  color: #ffd700;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.3s;
}

.nx-hero-links a:hover {
  color: #ffec99;
}

.nx-hero-features {
  margin-top: 20px;
  text-align: left;
  display: inline-block;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
}

.nx-hero-features h4 {
  margin-bottom: 10px;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
}

.nx-hero-features ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.6;
}

.nx-hero-features-title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #fa5d02;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

@media (max-width: 576px) {
  .nx-hero-features-title {
    font-size: clamp(18px, 4vw, 22px);
    margin-bottom: 10px;
  }
  .nx-hero-features {
    text-align: center;
    display: block;
    padding: 0 10px;
  }
  .nx-hero-features ul {
    padding-left: 0;
    list-style: none;
  }
}

/* ========== FOOD BOWLS INSIDE HERO ========== */
.nx-hero .quantum-wrapper {
  position: relative;
  z-index: 3;
  margin-top: 60px;
}

.nx-hero .quantum-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.nx-hero .quantum-tagline {
  font-size: 18px;
  font-weight: 600;
  color: #ff7700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nx-hero .quantum-headline {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.nx-hero .quantum-subsection {
  margin-bottom: 60px;
}

.nx-hero .quantum-subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #ff8800;
  text-align: center;
  margin-bottom: 30px;
}

.nx-hero .quantum-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  align-items: stretch;
}

.nx-hero .quantum-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  transform: rotate(-1deg);
  transition: transform 0.5s ease, opacity 0.8s ease;
  opacity: 0;
}

.nx-hero .quantum-item:nth-child(even) {
  flex-direction: row-reverse;
  transform: rotate(1deg);
}

.nx-hero .quantum-item.visible {
  opacity: 1;
  transform: rotate(0deg);
}

.nx-hero .quantum-item:hover {
  transform: scale(1.05) rotate(0deg);
}

.nx-hero .quantum-image {
  flex: 0 0 150px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.nx-hero .quantum-item:nth-child(even) .quantum-image {
  margin-right: 0;
  margin-left: 20px;
}

.nx-hero .quantum-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.nx-hero .quantum-item:hover .quantum-image {
  transform: scale(1.15) rotate(-1deg);
  box-shadow: 0 25px 60px rgba(255, 123, 0, 0.4);
}

.nx-hero .quantum-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  padding: 15px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.nx-hero .quantum-item:hover .quantum-content {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 111, 0, 0.3);
  background: rgba(0, 255, 255, 0.05);
}

.nx-hero .quantum-content h4 {
  font-size: 25px;
  font-weight: 900;
  color: #e66503;
  margin-bottom: 8px;
}

.nx-hero .quantum-content p {
  font-size: 14px;
  line-height: 1.4;
  color: #ddd;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .nx-hero .quantum-menu-list {
    grid-template-columns: 1fr;
  }
  .nx-hero .quantum-item {
    flex-direction: column;
    align-items: center;
  }
  .nx-hero .quantum-item:nth-child(even) {
    flex-direction: column;
  }
  .nx-hero .quantum-image {
    margin: 0 0 15px 0;
  }
}

@media (max-width: 480px) {
  .nx-hero .quantum-headline {
    font-size: 26px;
  }
  .nx-hero .quantum-content {
    padding: 10px 15px;
  }
  .nx-hero .quantum-content h4 {
    font-size: 16px;
  }
}

/* Slide Animations */
.nx-hero .quantum-item.slide-left {
  transform: translateX(-100px) rotate(-1deg);
  opacity: 0;
}

.nx-hero .quantum-item.slide-right {
  transform: translateX(100px) rotate(1deg);
  opacity: 0;
}

.nx-hero .quantum-item.visible.slide-left {
  transform: translateX(0) rotate(0deg);
  opacity: 1;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.nx-hero .quantum-item.visible.slide-right {
  transform: translateX(0) rotate(0deg);
  opacity: 1;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Keep your existing quantum-item hover and styling */
.nx-hero .quantum-item:hover {
  transform: scale(1.05) rotate(0deg);
}

.nx-hero .quantum-item.visible {
  /* fallback for any items without slide class */
  transform: rotate(0deg);
  opacity: 1;
  transition: transform 1s ease, opacity 1s ease;
}


/* Sandwiches & Wraps Section CSS */
#quantum-sandwiches.quantum-menu-section {
  position: relative;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  color: #fff;
}
#quantum-sandwiches.quantum-menu-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url('../images/menu_Background.png') no-repeat center center/cover;
  filter: brightness(25%) blur(2px);
  z-index: 0;
  pointer-events: none;
}
#quantum-sandwiches .quantum-wrapper { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }
#quantum-sandwiches .quantum-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative; z-index: 2;
  opacity: 0; transform: translateY(30px);
  transition: all 0.8s ease-out;
}
#quantum-sandwiches .quantum-header.visible { opacity: 1; transform: translateY(0); }
#quantum-sandwiches .quantum-tagline { font-size: 18px; font-weight: 600; color: #ff7700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
#quantum-sandwiches .quantum-headline { font-size: 36px; font-weight: 800; line-height: 1.2; color: #fff; }
#quantum-sandwiches .quantum-subsection { margin-bottom: 60px; }
#quantum-sandwiches .quantum-subtitle { font-size: 28px; font-weight: 700; color: #ff8800; text-align: center; margin-bottom: 30px; }
#quantum-sandwiches .quantum-menu-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 40px; position: relative; align-items: stretch; }

/* Slide animations */
#quantum-sandwiches .quantum-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s ease;
}
#quantum-sandwiches .quantum-item:nth-child(even) { flex-direction: row-reverse; transform: translateX(100px); }
#quantum-sandwiches .quantum-item.visible { opacity: 1; transform: translateX(0) rotate(0deg); }
#quantum-sandwiches .quantum-item:hover { transform: scale(1.05) rotate(0deg); }

#quantum-sandwiches .quantum-image {
  flex: 0 0 150px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
#quantum-sandwiches .quantum-item:nth-child(even) .quantum-image { margin-right: 0; margin-left: 20px; }
#quantum-sandwiches .quantum-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
#quantum-sandwiches .quantum-item:hover .quantum-image { transform: scale(1.15) rotate(-1deg); box-shadow: 0 25px 60px rgba(255, 123, 0, 0.4); }

#quantum-sandwiches .quantum-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  padding: 15px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}
#quantum-sandwiches .quantum-item:hover .quantum-content { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(255, 111, 0, 0.3); background: rgba(0,255,255,0.05); }

#quantum-sandwiches .quantum-content h4 { font-size: 22px; font-weight: 900; color: #e66503; margin-bottom: 8px; }
#quantum-sandwiches .quantum-content p { font-size: 14px; line-height: 1.4; color: #ddd; flex-grow: 1; }

@media (max-width: 1024px) {
  #quantum-sandwiches .quantum-menu-list { grid-template-columns: 1fr; }
  #quantum-sandwiches .quantum-item { flex-direction: column; align-items: center; transform: translateX(0); }
  #quantum-sandwiches .quantum-item:nth-child(even) { flex-direction: column; transform: translateX(0); }
  #quantum-sandwiches .quantum-image { margin: 0 0 15px 0; }
}
@media (max-width: 480px) {
  #quantum-sandwiches .quantum-headline { font-size: 26px; }
  #quantum-sandwiches .quantum-content { padding: 10px 15px; }
  #quantum-sandwiches .quantum-content h4 { font-size: 16px; }
}



/* AOS */
[data-aos] { opacity: 0; transform: translateY(12px); transition: all .6s var(--nx-ease); }
[data-aos].aos-animate { opacity: 1; transform: none; }

/* Override for mobile to allow more height */
@media (max-width: 576px) {
  .nx-card {
    margin: -56px auto 20px auto;
    width: 94vw;
    height: auto;              /* ✅ allow flexible height */
    aspect-ratio: auto;        /* ✅ remove fixed circle constraint */
    border-radius: 50%;        /* keep circular look */
    padding-bottom: 24px;      /* extra spacing for items */
  }

  /* Ensure background covers full height */
  .nx-card::before {
    background-size: cover;
    background-position: center;
  }

  /* Adjust top pill for better alignment */
  .nx-card::after {
    height: 76px;
    top: -12%;
    width: 86%;
  }

  /* Items scale neatly */
  .nx-item {
    width: 96%;
    padding: 12px;
  }
  .nx-grid {
    padding-top: 24px;
  }
}


    /* Changed classes to sld- prefix; dark themed styles for .sld-our-services */

/* Theme variables (dark theme) */
:root{
  --sld-bg-dark: #0b1020;         /* main section background */
  --sld-surface: rgba(255,255,255,0.03); /* card surface (slightly translucent) */
  --sld-card: rgba(255,255,255,0.04);
  --sld-accent: linear-gradient(135deg, rgba(255,94,126,0.14), rgba(255,138,0,0.12));
  --sld-text: #e6eef8;           /* primary light text */
  --sld-muted: #9aa6b2;          /* secondary text */
  --sld-highlight: #ff5e7e;      /* accent color */
  --sld-radius: 14px;
  --sld-gap: 1.25rem;
  --sld-shadow-dark: 0 10px 30px rgba(2,6,23,0.6);
  --sld-ease: cubic-bezier(.22,.9,.24,1);
}

/* Section base */
.sld-our-services{
  background: var(--sld-bg-dark);
  color: var(--sld-text);
  padding-top: 3rem;  /* preserving spacing; slight dark theme tweak */
  padding-bottom: 3rem;
}

/* Title */
.sld-section-title h5{
  color: var(--sld-muted);
  letter-spacing: 0.12em;
  margin-bottom: 0.25rem;
}

.sld-section-title h2{
  color: var(--sld-text);
  margin-bottom: 0;
}

/* Services row: center content */
.sld-our-services .row.pt-5 > div {
  margin-bottom: 1.5rem;
}

/* Icon box - styled as glassy dark card with icon and number badge */
.sld-icon-box{
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 999px; /* pill / circle */
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  box-shadow: var(--sld-shadow-dark);
  border: 1px solid rgba(255,255,255,0.04);
  transition: transform 300ms var(--sld-ease), box-shadow 300ms var(--sld-ease);
  backdrop-filter: blur(6px);
}

/* Icon color */
.sld-icon-box i{
  color: var(--sld-highlight);
}

/* Number badge in corner */
.sld-number{
  position: absolute;
  right: -8px;
  bottom: -8px;
  background: linear-gradient(135deg, rgba(255,94,126,1), rgba(255,138,0,1));
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  box-shadow: 0 6px 18px rgba(255,94,126,0.12);
  font-size:0.9rem;
}

/* Headings and paragraphs */
.sld-our-services h4{
  color: var(--sld-text);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight:700;
}

.sld-our-services p{
  color: var(--sld-muted);
  margin-bottom: 0;
  max-width: 300px;
}

/* Hover state on each column (subtle lift) */
.sld-our-services .col-sm-12.col-md-6.col-lg-3:hover .sld-icon-box{
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 18px 40px rgba(2,6,23,0.72);
}

/* Make sure the layout remains centered on small screens */
@media (max-width: 767px) {
  .sld-icon-box{
    width: 84px;
    height: 84px;
  }
  .sld-number{
    width:30px;
    height:30px;
    font-size:0.85rem;
  }
  .sld-our-services p{
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Accessibility: ensure good focus outline when content is navigable */
.sld-icon-box:focus,
.sld-icon-box:focus-within {
  outline: 3px solid rgba(255,94,126,0.12);
  outline-offset: 2px;
}

/* Optional subtle entrance animation (AOS still controls main animation) */
.sld-our-services .sld-icon-box{
  transform: translateY(0);
  opacity: 1;
  transition: transform 450ms var(--sld-ease), opacity 350ms var(--sld-ease);
}


/* ===== Dark Gallery Section ===== */
.dark-gallery-section {
  background: #0d0d0d; /* pure dark */
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.dark-gallery-title h5.dark-gallery-subtitle {
  color: #f9a825; /* accent gold */
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dark-gallery-heading {
  color: #ffffff;
  font-size: 2.5rem;
  margin-top: 10px;
}

.dark-gallery-images .dark-gallery-image,
.dark-gallery-img-one,
.dark-gallery-img-two,
.dark-gallery-img-three,
.dark-gallery-img-four,
.dark-gallery-img-five,
.dark-gallery-img-six {
  background-size: cover;
  background-position: center;
  height: 280px;
  transition: transform 0.5s ease, filter 0.5s ease;
  border-radius: 12px;
  margin: 5px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
}

/* Hover Effects */
.dark-gallery-images .dark-gallery-image:hover,
.dark-gallery-img-one:hover,
.dark-gallery-img-two:hover,
.dark-gallery-img-three:hover,
.dark-gallery-img-four:hover,
.dark-gallery-img-five:hover,
.dark-gallery-img-six:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

/* Example background placeholders (replace with real images) */
.dark-gallery-img-one { background-image: url("./../images/gallery-1.jpg"); }
.dark-gallery-img-two { background-image: url("./../images/gallery-2.png"); }
.dark-gallery-img-three { background-image: url("./../images/gallery-3.jpg"); }
.dark-gallery-img-four { background-image: url("./../images/gallery-4.jpg"); }
.dark-gallery-img-five { background-image: url("./../images/gallery-5.jpg"); }
.dark-gallery-img-six { background-image: url("./../images/gallery-6.jpg"); }


/* Contact Section Styles */
.nx-contact-section {
  background: linear-gradient(135deg, #fdfdfd, #f7f7f7);
  min-height: 100vh; /* full screen height */
  display: flex;
  align-items: center;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
}

.nx-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.nx-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.nx-col-8 {
  flex: 0 0 65%;
}

.nx-col-4 {
  flex: 0 0 30%;
}

/* Headings */
.nx-heading {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  color: #2c3e50;
}

.nx-heading::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: #e85c2a; /* orange underline */
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}

/* Form Box */
.nx-form-box {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.nx-input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
}

.nx-input-group:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(232, 92, 42, 0.2);
}

.nx-icon-wrap {
  color: #e85c2a; /* orange icons */
  font-size: 18px;
  margin-right: 12px;
}

.nx-input,
.nx-textarea {
  border: none;
  outline: none;
  flex: 1;
  font-size: 15px;
  background: transparent;
  padding: 8px;
}

.nx-textarea {
  resize: none;
  min-height: 120px;
}

/* Button */
.nx-submit-btn {
  background: linear-gradient(135deg, #e85c2a, #ff7b4f); /* orange gradient */
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 14px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: none;
}

.nx-submit-btn:hover {
  background: linear-gradient(135deg, #ff7b4f, #e85c2a);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(232, 92, 42, 0.25);
}

/* Contact Info */
.nx-info-box {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.nx-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nx-info-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.nx-info-icon {
  font-size: 20px;
  color: #e85c2a; /* orange icons */
  margin-right: 15px;
}

.nx-info-text p {
  margin: 0;
  color: #2c3e50;
  font-size: 15px;
  line-height: 1.6;
}

.nx-info-text b {
  color: #e85c2a; /* orange highlight */
}

/* Responsive */
@media (max-width: 992px) {
  .nx-col-8,
  .nx-col-4 {
    flex: 0 0 100%;
  }
}
