/* ===========================
   ALLIGATOR - NEW THEME
   GLOBAL STYLES
   =========================== */

body {
  color: #111;
  background-color: #fff;
  line-height: 1.6;
  font-size: 15px;
}
.main-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fancybox {
  z-index: 9999;
}

/* Container * /
/* Make this section layout wider than Bootstrap container */
.nb-wide-container {
  max-width: 100%; /* Adjust if needed after visual check */
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1400px) {
  .nb-wide-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .nb-wide-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .nb-wide-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nb-wide-container.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

/* Basic helpers */
.section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 20px 0;
  }
}
.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-subtitle {
  font-size: 14px;
  font-weight: 400;
  max-width: 540px;
  margin: 0 auto 32px;
  opacity: 0.8;
}

/* Buttons */
.btn-theme-primary {
  background-color: #ffffff;
  color: #000;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 600;
  border: 2px solid #ffffff;
  transition: 0.3s ease-in-out;
}
.btn-theme-primary:hover {
  background-color: transparent;
  color: #ffffff;
}
.btn-theme-red {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 50px;
  padding: 10px 26px;
  font-weight: 600;
  border: none;
  transition: 0.3s ease-in-out;
}
.btn-theme-red:hover {
  background-color: var(--main-color);
  color: #fff;
}

/* =========================================
   HEADER - DARK BAR + NAV + SWITCH + CART
   ========================================= */

.nb-header {
  position: relative; /* no overlay on hero */
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff; /* deep dark brown/black */

  z-index: 40;
  font-size: 12.5px;
}

.nb-header.home-header {
  position: fixed;
  background-color: transparent;
}
.nb-header.is-mobile-fixed {
  background-color: #fff;
}
.nb-header.home-header .nb-area-label,
.nb-header.home-header .nb-area-label a,
.nb-header.home-header .nb-cart-link,
.nb-header.home-header .nb-main-nav a {
  text-decoration: none;
  opacity: 1;
}

.nb-header-inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nb-header.home-header * {
  color: #fff;
  fill: #fff;
}

.nb-header *,
.nb-header.is-mobile-fixed * {
  color: #000;
  fill: #000;
}
.is-mobile-fixed .nb-nav-toggle span,
.nb-header:not(.home-header) .nb-nav-toggle span {
  background-color: #000;
}

/* LEFT SIDE */
.nb-header-left {
  display: flex;
  align-items: center;
}

/* Desktop nav */
.nb-main-nav .nb-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 22px;
}

.nb-main-nav .nb-nav-list li a {
  text-decoration: none;
  font-weight: 500;
}

.nb-header a:hover {
  text-decoration: underline !important;
}

/* Mobile hamburger */
.nb-nav-toggle {
  background: none;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
}

.nb-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
}

/* CENTER LOGO */
.nb-header-center {
  flex: 0 0 auto;
  text-align: center;
}
/* Base logo styling (desktop first) */
.nb-header-center img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.nb-header-logo {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.15em;
  font-size: 26px;
  text-decoration: none;
}

/* RIGHT SIDE */
.nb-header-right {
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
}

/* Delivery / Pickup switch */
.nb-delivery-switch {
  display: inline-flex;
  border-radius: 999px;

  gap: 8px;
}

.nb-delivery-btn {
  border: none;
  background: transparent;
  color: #000;
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}

.nb-header.home-header .nb-delivery-btn {
  color: #fff;
}
.nb-header.is-mobile-fixed .nb-delivery-btn {
  color: #000;
}

.nb-delivery-btn.is-active {
  text-decoration: underline;
}
.nb-delivery-btn:hover,
.nb-delivery-btn:active,
.nb-delivery-btn:visited {
  text-decoration: underline;
}

/* Area / branch label */
.nb-area-label {
  font-size: 12.5px;
  font-weight: 500;
  opacity: 1;
}

/* Cart link */
.nb-cart-link {
  background: none;
  border: none;
  font-weight: 500;
  font-size: 12.5px;
  cursor: pointer;

  display: flex;
  gap: 8px;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

/* ------------------------------
   MOBILE NAV (slide-down)
   ------------------------------ */
.nb-mobile-nav {
  background-color: #fff;
  color: #fff;
  padding: 25px 20px 18px;
  color: #000;
}

.nb-mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nb-mobile-nav li {
  margin-bottom: 10px;
}

.nb-mobile-nav a {
  color: #000 !important;
  text-decoration: none;
  font-weight: 500;
}

.nb-mobile-nav.hidden {
  display: none;
}

/* hide hamburger on md+ */
@media (max-width: 767px) {
  .nb-header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 9.5px;
  }
}
@media (max-width: 991px) {
  .nb-main-nav {
    display: none !important;
  }
  .nb-header-inner {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .nb-nav-toggle {
    display: none !important;
  }
}

/* =========================================
   CART DRAWER + OVERLAY
   ========================================= */

.nb-cart-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 60;
}

.nb-cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  max-width: 100%;

  height: 100vh; /* fallback */
  height: 100dvh; /* mobile fix */

  background-color: #fff;

  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 70;

  display: flex;
  flex-direction: column;

  overflow: hidden; /* prevent panel overflow */
}

.rtl .nb-cart-panel {
  right: initial;
  left: 0;
  transform: translateX(-100%);
}
.rtl .nb-cart-close {
  position: absolute;
  margin-right: 0px;
  left: 14px;
}
.nb-cart-panel-header {
  padding: 18px 20px;
  border-bottom: 1px solid #332727;
  display: flex;
  align-items: center;
}

.nb-cart-panel-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.nb-cart-close {
  background: none;
  border: none;
  font-size: 18px;
  margin-right: 14px;
  cursor: pointer;
  color: #111;
}

.nb-cart-panel-body {
  flex: 1 1 auto;
  min-height: 0; /* critical for flex scrolling */
  padding: 18px 20px 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* smooth iOS scroll */
  font-size: 13px;
}

.nb-cart-empty {
  font-size: 13px;
  color: #666;
}
.scroll-fill {
  transition: color 0.1s linear; /* smooth micro updates */
}
/* example item styling (for real data later) */
.nb-cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.nb-cart-item-img img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
}

.nb-cart-item-info {
  flex: 1;
  margin-left: 10px;
}

.nb-cart-item-title {
  font-size: 14px;
  font-weight: 600;
}

.nb-cart-item-meta {
  font-size: 12px;
  color: #666;
}

.nb-cart-item-price {
  font-size: 14px;
  font-weight: 600;
}

/* Drawer footer */
.nb-cart-panel-footer {
  padding: 14px 20px 18px;
  border-top: 1px solid #332727;
  flex-shrink: 0; /* ensure footer never collapses */
}

.nb-cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}

.nb-cart-total span {
  color: #666;
}

.nb-cart-total strong {
  color: #666;
}

.nb-cart-checkout-btn {
  display: block;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
}

.nb-cart-checkout-btn:hover {
  background-color: var(--main-color);
  color: #fff;
  text-decoration: none;
}

/* Open states */
.nb-cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.nb-cart-panel.is-open {
  transform: translateX(0);
}

/* Disable scroll when cart open */
body.nb-cart-open {
  overflow: hidden;
}
/* Sticky state when scrolling */
.nb-header.is-mobile-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  animation: nbHeaderSlideDown 0.25s ease-out;
}

/* Smooth slide-down animation */
@keyframes nbHeaderSlideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Add top padding so content doesn't jump */
body.nb-header-scrolled {
  padding-top: 70px; /* same height as mobile header */
}

/* =========================================
   RESPONSIVE TWEAKS
   ========================================= */

@media (max-width: 991px) {
  .nb-header-center img {
    height: 42px;
  }
  .nb-header-inner {
    height: 64px;
  }

  .nb-header-right {
    gap: 10px;
  }

  #nbhoursText {
    display: none; /* keep right side compact on medium screens */
  }
}

/* =========================================
   MOBILE HEADER LAYOUT (<= 767px)
   2 ROWS:
   Row 1: hamburger + logo
   Row 2: delivery/pickup + cart
   ========================================= */
@media (max-width: 767px) {
  .nb-header-inner {
    height: auto; /* allow 2 rows */
    padding: 12px 0px;
    display: flex;
    flex-wrap: wrap; /* allow wrapping into multiple rows */
    align-items: center;
  }

  /* Row 1: hamburger (left) + logo (center) */
  .nb-header-left {
    order: 1;
    flex: 0 0 auto; /* just enough for hamburger */
  }

  .nb-header-center {
    order: 1;
    flex: 1 1 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .nb-header-logo {
    font-size: 22px;
  }
  .nb-header-center img {
    height: 35px;
  }
  .nb-mobile-cart {
    order: 1;
  }
  /* Row 2: delivery/pickup + cart */
  .nb-header-right {
    order: 2;
    flex: 1 0 100%; /* full-width second row */
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap; /* allow wrapping */
    gap: 8px;
  }

  /* Keep switch compact on mobile */
  .nb-delivery-switch {
    flex: 0 0 auto;
  }

  .nb-delivery-btn {
    font-size: 12.5px;
    padding: 5px 0px;
  }

  .nb-delivery-btn:not(.is-active) {
    display: none;
  }
  /* Hide area label on small screens to save space */
  #nbhoursText {
    display: none;
  }

  .nb-cart-link {
    flex: 0 0 auto;
    font-size: 12.5px;
    padding-left: 8px;
  }

  /* Hide desktop nav, show hamburger */
  .nb-main-nav {
    display: none !important;
  }

  .nb-nav-toggle {
    display: inline-block;
  }

  /* Cart drawer full width on phones */
  .nb-cart-panel {
    width: 100%;
  }
}

/* Very small mobile (phones <= 480px) */
@media (max-width: 480px) {
  .nb-header-center img {
    height: 30px;
  }
}

/* =========================================
   HERO SLIDER (BOOTSTRAP 3 – NO WHITE FLASH)
   ========================================= */

.nb-hero {
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* Fixed height desktop */
.nb-hero-carousel,
.nb-hero-carousel .carousel-inner,
.nb-hero-carousel .item,
.nb-hero-bg {
  height: 560px;
}

/* IMPORTANT: give carousel a dark base so white never shows */
.nb-hero-carousel,
.nb-hero-carousel .carousel-inner {
  background-color: #111;
}

/* Bootstrap 3 expects this */
.nb-hero-carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* KEEP Bootstrap positioning – do NOT animate opacity */
.nb-hero-carousel .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

/* Active slide */
.nb-hero-carousel .item.active {
  position: relative;
  z-index: 2;
}

/* Background image */
.nb-hero-bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #111; /* final safeguard */
}

/* Dark overlay */
.nb-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0.1) 100%
  );

  z-index: -2;
}

/* Fill vertically */
.nb-hero-bg > .nb-wide-container {
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Vertical centering */
.nb-hero-content-wrap {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

/* Copy */
.nb-hero-copy {
  max-width: 420px;
  color: #ffffff;
}

.nb-hero-kicker {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
  opacity: 0.9;
}

.nb-hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
}

.nb-hero-text {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 26px;
}

/* CTA */
.nb-hero-btn {
  background-color: #ffffff;
  color: #111;
  border-radius: 999px;
  padding: 11px 42px 11px 26px;
  font-weight: 600;
  border: none;
  font-size: 14px;
  position: relative;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.nb-hero-btn::after {
  content: "\2192";
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.nb-hero-btn:hover,
.nb-hero-btn:focus {
  color: #111;
  text-decoration: none;
  opacity: 1;
}
.nb-hero-btn:hover::after,
.nb-hero-btn:focus:after {
  right: 17px;
}
/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 991px) {
  .nb-hero-carousel,
  .nb-hero-carousel .carousel-inner,
  .nb-hero-carousel .item,
  .nb-hero-bg {
    height: 460px;
  }

  .nb-hero-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .nb-hero-carousel,
  .nb-hero-carousel .carousel-inner,
  .nb-hero-carousel .item,
  .nb-hero-bg {
    height: auto;
    max-height: 450px;
  }

  .nb-hero-bg {
    padding: 140px 0 90px;
  }

  /*
  .nb-header-scrolled .nb-hero-bg {
    padding: 150px 0 90px;
  }
    */

  .nb-hero-content-wrap {
    height: auto;
  }

  .nb-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .nb-hero-title {
    font-size: 28px;
  }

  .nb-hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.45) 50%,
      rgba(0, 0, 0, 0.1) 100%
    );
    z-index: -1;
  }
}

/* ===========================
   OFFER STRIP TICKER
   =========================== */

.nb-offerStrip {
  background-color: var(--main-color);
  color: #ffffff;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
}

/* INNER */
.nb-offerStrip-inner {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

/* TRACK */
.nb-offerStrip-track {
  display: inline-block;
  white-space: nowrap;
  animation: nbTicker-ltr 28s linear infinite;
}

/* ITEM */
.nb-offerStrip-item {
  display: inline-block;
  padding: 0 40px;
  letter-spacing: 0.03em;
}

/* separators */
.nb-offerStrip-item + .nb-offerStrip-item::before {
  content: "";
  margin-right: 32px;
  opacity: 0.6;
}

/* ===========================
   LTR ANIMATION
   =========================== */
@keyframes nbTicker-ltr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===========================
   RTL SUPPORT
   =========================== */

body.rtl .nb-offerStrip {
  direction: rtl;
}

body.rtl .nb-offerStrip-track {
  animation: nbTicker-rtl 28s linear infinite;
}

body.rtl .nb-offerStrip-item {
  padding: 0 40px;
  letter-spacing: 0;
}

/* flip separator spacing */
body.rtl .nb-offerStrip-item + .nb-offerStrip-item::before {
  margin-right: 0;
  margin-left: 32px;
}

/* RTL animation */
@keyframes nbTicker-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 991px) {
  .nb-offerStrip {
    font-size: 11px;
  }
  .nb-offerStrip-item {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .nb-offerStrip {
    font-size: 10px;
    padding: 7px 0;
  }
  .nb-offerStrip-item {
    padding: 0 22px;
  }
}

/* ===========================
   PRODUCTS SECTION (Featured Products)
   =========================== */

.nb-products-section {
  padding: 96px 0 96px;
  background-color: #fff;
}

/* Section heading + subtitle */
.nb-products-section .nb-section-title {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  color: var(--main-color);
}
.nb-section-title a:hover {
  color: var(--main-color);
}

.nb-products-section .nb-section-subtitle {
  font-size: 14px;
  font-weight: 400;
  text-align: left;

  margin: 0 auto 44px;
  color: #666;
}

/* Grid column wrapper */
.nb-product-col {
  margin-bottom: 30px;
}
.newtheme-container .cat_landing_card .cs-product-card,
.newtheme-container .cs-card {
  background-color: #fff;
}
.newtheme-container .modal {
  background-color: #0000008f;
  border-radius: 0px;
}

.newtheme-container .branchsec .section {
  padding: 10px 0;
}
.newtheme-container .sidecatbox .categories-list li {
  margin-bottom: 4px;
}
/* Product card */
.nb-product-card {
  position: relative;
  text-align: left;
}
.nb-product-card a {
  text-decoration: none;
}
.nb-product-card .discount_btn {
  font-size: 13px;
}
.nb-product-badge-row {
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: absolute;
  top: 18px;
  left: 18px;
}
/* Badge */
.nb-product-badge {
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px; /* pill */
}

/* Image area */
.nb-product-media {
  max-height: 420px;
  min-height: 220px;
  margin-bottom: 18px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nb-product-media img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 5px;
  border-radius: 20px;
}

/* Text inside card */

.nb-product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

.nb-product-price {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #222; /* use #d62828 if you want a slightly darker red */
}

.nb-product-price .sale_price {
  margin: 0px 5px;
}

/* ===========================
   RESPONSIVE TWEAKS
   =========================== */

@media (max-width: 991px) {
  .nb-products-section {
    padding: 40px 0 40px;
  }

  .nb-product-media {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .nb-products-section {
    padding: 40px 0 50px;
  }

  .nb-product-media {
    height: 220px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .nb-product-col {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }

  .nb-product-media {
    height: auto;
  }
}

/* ===========================
   CATEGORY CARD
   =========================== */

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 24px;
}
.category-card img {
  width: 100%;
  height: auto;
}
.category-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05));
  z-index: -1;
}
.category-card-title {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* =========================================
   INTRO SECTION - "Welcome to Soul World..."
   ========================================= */

.nb-intro {
  background-color: var(--main-color); /* warm cream like the design */
  padding: 140px 0 150px;
  text-align: center;
}

/* wide container reused across sections */
.nb-intro .nb-wide-container {
  max-width: 1200px; /* text block not too wide */
  margin: 0 auto;
}

/* HUGE main heading (faded but still main content) */
.nb-intro-title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 40px;
}

.nb-light .nb-intro-title,
.nb-light .nb-intro-body {
  color: #fff;
}
.nb-dark .nb-intro-title,
.nb-dark .nb-intro-body {
  color: #000;
}
/* if you want to underline "taste" word, wrap it in <span class="nb-intro-accent"> */
.nb-intro-title .nb-intro-accent {
  position: relative;
}
.nb-intro-title .nb-intro-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 4px;
  border-radius: 999px;
  background-color: var(--main-color);
}

/* paragraph text */
.nb-intro-body {
  font-size: 16px;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 auto 56px;
}

/* big pill button */
.nb-intro-btn {
  display: inline-block;

  border-radius: 999px;
  padding: 18px 64px 18px 46px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  text-decoration: none;
  position: relative;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.nb-intro-btn::after {
  content: "\2192"; /* → arrow */
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.nb-intro-btn:hover {
  text-decoration: none;
}
.nb-light .nb-intro-btn {
  background-color: #fff;
  color: #000;
}
.nb-light .nb-intro-btn:hover {
  background-color: #000;
  color: #fff;
}

.nb-intro-btn:hover::after {
  transform: translateY(-50%) translateX(4px);
}

/* ===========================
   RESPONSIVE TWEAKS
   =========================== */

@media (max-width: 1199px) {
  .nb-intro-title {
    font-size: 56px;
    margin-bottom: 36px;
  }
}

@media (max-width: 991px) {
  .nb-intro {
    padding: 110px 0 120px;
  }
  .nb-intro-title {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .nb-intro-body {
    font-size: 15px;
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .nb-intro {
    padding: 80px 0 90px;
  }
  .nb-intro-title {
    font-size: 34px;
    margin-bottom: 26px;
    padding: 0 16px;
  }
  .nb-intro-body {
    font-size: 14px;
    margin-bottom: 36px;
    padding: 0 16px;
  }
  .nb-intro-btn {
    padding: 14px 52px 14px 36px;
    font-size: 15px;
  }
  .nb-intro-btn::after {
    right: 24px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .nb-intro {
    padding: 70px 0 80px;
  }
  .nb-intro-title {
    font-size: 30px;
  }
}

/* =========================================
   CATEGORY MOSAIC SECTION
   (Cookies & Brownie, Granola Bars, etc.)
   ========================================= */

.nb-cats-section {
  background-color: #ffffff;
}

/* remove bootstrap gutters so images touch */
.nb-cats-section .nb-cats-row {
  margin-left: 0;
  margin-right: 0;
}
.nb-cats-section .nb-cats-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* generic card */

.nb-cat-card {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  cursor: pointer;
  height: 300px;
}
.nb-cat-card a,
.nb-cat-card a:hover {
  color: #fff;
}

.nb-cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

/* slight zoom on hover */
.nb-cat-card:hover img {
  transform: scale(1.03);
}

/* dark gradient bottom overlay for text */
.nb-cat-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.05) 55%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}

/* label text */
.nb-cat-title {
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* sizes */
.nb-cat-card-lg {
  height: 550px; /* top two large tiles */
}
.nb-cat-card-sm {
  height: 300px; /* bottom three smaller tiles */
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 1199px) {
  .nb-cat-card-lg {
    height: 320px;
  }
  .nb-cat-card-sm {
    height: 210px;
  }
}

@media (max-width: 991px) {
  .nb-cat-card-lg {
    height: 280px;
  }
  .nb-cat-card-sm {
    height: 200px;
  }
  .nb-cat-title {
    font-size: 16px;
    left: 16px;
    bottom: 14px;
  }
}

@media (max-width: 767px) {
  /* stack all tiles vertically on mobile */
  .nb-cat-card-lg,
  .nb-cat-card-sm {
    height: 240px;
  }
  .nb-cats-section .nb-cats-row > [class*="col-"] {
    float: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .nb-cat-card-lg,
  .nb-cat-card-sm {
    height: 220px;
  }
  .nb-cat-title {
    font-size: 15px;
    left: 14px;
    bottom: 12px;
  }
}

/* =========================================
   PANTRY MUST-HAVES SECTION (SLIDER)
   ========================================= */

.nb-pantry {
  background-color: #fff; /* same cream tone as design */
  padding: 90px 0 100px;
}

/* use wide layout like other sections */
.nb-pantry .nb-wide-container {
  max-width: 1700px;
}

/* heading */
.nb-pantry-title {
  font-size: 34px;
  font-weight: 900;
  color: #000; /* deep brown, close to design */
  margin: 0 0 38px;
}

/* SLIDER – auto-scroll + drag, no scrollbar */
.nb-pantry-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.nb-pantry-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  transform: translateX(0);
}

.nb-pantry-item {
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  font-size: 14px; /* reset for card content */
  margin-right: 26px;
  width: 260px;
}

/* keep these tweaks from before */
.nb-pantry-item .nb-product-card {
  background-color: transparent;
  border-radius: 18px;
  border: none;
  box-shadow: none;
  padding: 0;
}

.nb-pantry-item .nb-product-media {
  height: 240px;
}
/* Full width image area */
.nb-pantry-item .nb-product-media {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.15; /* Keeps proportional height like design */
  overflow: hidden;
}

/* Make product image fill the card */
.nb-pantry-item .nb-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* Title / pricing area padding like design */
.nb-pantry-item .nb-product-content {
  padding: 12px 10px 18px;
}

.nb-pantry-item .nb-product-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.nb-pantry-item .nb-product-meta {
  font-size: 13px;
}

.nb-pantry-item .nb-product-badge {
  right: 18px;
  left: auto;
  background-color: var(--main-color);
}
/* ===========================
   RESPONSIVE
   =========================== */

/* Responsive widths */
@media (max-width: 1199px) {
  .nb-pantry {
    padding: 80px 0 90px;
  }
  @media (max-width: 991px) {
    .nb-pantry-title {
      font-size: 30px;
      margin-bottom: 30px;
    }
  }
  .nb-pantry-item {
    width: 240px;
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .nb-pantry {
    padding: 70px 0 80px;
  }
  .nb-pantry-item {
    width: 220px;
    margin-right: 18px;
  }
  .nb-pantry-title {
    font-size: 26px;
    margin-bottom: 24px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .nb-pantry {
    padding: 60px 0 70px;
  }
  .nb-pantry-title {
    font-size: 24px;
  }
  .nb-pantry-item {
    width: 210px;
  }
}

/* =========================================
   PROMO SPLIT SECTION
   ========================================= */

.nb-promo-split {
  display: flex;
  width: 100%;
  height: 550px;
  min-height: 420px;
  background-color: var(--main-color);
  color: #ffffff;
}

/* LEFT HALF */
.nb-promo-left {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}

.nb-promo-left-inner {
  max-width: 520px;
  text-align: center;
}

.nb-promo-kicker {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: 0.8;
}

.nb-promo-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

.nb-promo-body {
  font-size: 14px;
  line-height: 1.7;
  opacity: 1;
  margin-bottom: 30px;
}

.nb-promo-footnote {
  font-size: 12px;
  opacity: 1;
  margin-bottom: 32px;
}

/* CTA button (centered) */
.nb-promo-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #111111;
  border-radius: 999px;
  padding: 11px 48px 11px 30px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  text-decoration: none;
  position: relative;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.nb-promo-btn::after {
  content: "\2192"; /* → */
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.nb-promo-btn:hover {
  background-color: #fff;
  color: #111111;
  text-decoration: none;
}

.nb-promo-btn:hover::after {
  transform: translateY(-50%) translateX(3px);
}

/* RIGHT HALF – full-bleed image */
.nb-promo-right {
  flex: 1 1 50%;
  overflow: hidden;
  height: 100%;
}

.nb-promo-right img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills entire right half, flush to all edges */
  display: block;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 991px) {
  .nb-promo-split {
    flex-direction: column;
    min-height: 0;
  }

  .nb-promo-left {
    order: 1;
    padding: 60px 24px 40px;
  }

  .nb-promo-right {
    order: 2;
    height: 320px; /* fixed height for image on tablet */
  }

  .nb-promo-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .nb-promo-left {
    padding: 50px 18px 36px;
  }

  .nb-promo-right {
    height: 260px;
  }

  .nb-promo-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .nb-promo-left {
    padding: 40px 16px 30px;
  }

  .nb-promo-right {
    height: 220px;
  }

  .nb-promo-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .nb-promo-split {
    height: 380px;
    min-height: 380px;
  }
  .nb-full-cta {
    min-height: 360px !important;
  }
}

@media (max-width: 767px) {
  .rtl .nb-footer-top {
    text-align: center;
  }
  .nb-promo-split {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .nb-promo-right {
    height: 220px; /* image height on mobile */
  }
  .nb-full-cta {
    min-height: 320px !important;
  }
  .nb-promo-left {
    padding: 50px 20px;
  }
}

/* =========================================
   NATURALLY NUTRITIOUS – TABBED CAROUSEL
   ========================================= */

.nb-nutri {
  background-color: #fff;
  padding: 90px 0 100px;
}

.nb-nutri .nb-wide-container {
  max-width: 1700px;
}

/* Heading */
.nb-nutri-title {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin: 0 0 30px;
}

/* Tabs row */
.nb-nutri-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 15px;
}

.nb-nutri-tab {
  cursor: pointer;
  color: #666;
  font-weight: 500;
  position: relative;
  padding-bottom: 6px;
}

.nb-nutri-tab:hover {
  color: #111;
}

.nb-nutri-tab.active {
  color: var(--main-color);
  font-weight: 600;
}

.nb-nutri-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background-color: var(--main-color);
}

/* -----------------------------
   SLIDER
   ----------------------------- */

.nb-nutri-slider {
  position: relative;
  overflow: hidden; /* no scrollbar */
  width: 100%;
}

.nb-nutri-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  transform: translateX(0);
}

.nb-nutri-item {
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 320px; /* card width; adjust if needed */
  margin-right: 26px;
}

/* re-using product-card, just small tweaks if needed */
.nb-nutri-item .nb-product-card {
  background-color: transparent;
}

.nb-nutri-item:last-child {
  margin-right: 0;
}

/* Loading text */
.nb-nutri-loading {
  display: none;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 1199px) {
  .nb-nutri-title {
    font-size: 30px;
  }
  .nb-nutri-item {
    width: 280px;
    margin-right: 22px;
  }
}

@media (max-width: 991px) {
  .nb-nutri {
    padding: 80px 0 90px;
  }
  .nb-nutri-tabs {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .nb-nutri {
    padding: 70px 0 80px;
  }
  .nb-nutri-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .nb-nutri-tabs {
    gap: 18px;
  }
  .nb-nutri-item {
    width: 240px;
    margin-right: 18px;
  }
}

@media (max-width: 480px) {
  .nb-nutri {
    padding: 60px 0 70px;
  }
  .nb-nutri-title {
    font-size: 24px;
  }
  .nb-nutri-item {
    width: 210px;
    margin-right: 16px;
  }
}

.nb-nutri-item .nb-product-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

/* ==============================
   Full Centered CTA - Pixel Perfect
   ============================== */

.nb-full-cta {
  position: relative;
  width: 100%;
  min-height: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

/* Background Image */
.nb-full-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("uploads/new-theme/cta-bread.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* Dark Gradient Overlay */
.nb-full-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0.45) 100%
  );

  z-index: -1;
}

/* Text wrapper */
.nb-full-cta-content {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  padding: 0 25px;
}

/* Headline Styles */
/* Headline with Glow Reflection */
.nb-full-cta-head {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 36px;
  z-index: 3;
}

/* Reflection Glow Layer */
.nb-shadow-text {
  font-size: 44px; /* slightly bigger */
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2); /* faint white */
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: -1;
}

.nb-full-cta-head span {
  display: block;
}

/* Button */
.nb-full-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 38px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.25s ease;
}

.nb-full-cta-btn:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.nb-full-cta-btn .arrow {
  margin-left: 10px;
  transition: margin-left 0.25s ease;
}

.nb-full-cta-btn:hover .arrow {
  margin-left: 16px;
}

@media (max-width: 992px) {
  .nb-hero-copy {
    max-width: 90%;
  }
  .nb-full-cta-head {
    font-size: 30px;
    margin-bottom: 28px;
  }
}

@media (max-width: 575px) {
  .nb-full-cta {
    min-height: 400px;
  }
  .nb-full-cta-head {
    font-size: 24px;
  }
  .nb-full-cta-btn {
    padding: 13px 30px;
    font-size: 15px;
  }
}

/* =========================================
   FOOTER
   ========================================= */

.nb-footer {
  background-color: #fff;
  border-top: 1px solid #666;
  padding: 70px 0 40px;
  font-size: 14px;
  color: var(--main-color);
}
.nb-footer .nb-wide-container {
  max-width: 1700px;
}
/* TOP layout */
.nb-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 40px;
}

/* LEFT: logo + intro */
.nb-footer-main {
  flex: 0 0 30%;
  max-width: 520px;
}

.nb-footer-logo-wrap {
  margin-bottom: 18px;
}

.nb-footer-logo {
  max-height: 56px;
  width: auto;
}

.nb-footer-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

/* RIGHT: link columns */
.nb-footer-columns {
  flex: 1;
  display: flex;
  justify-content: space-around;
  gap: 70px;
}

.nb-footer-col {
  min-width: 150px;
}

.nb-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px;
  color: var(--main-color);
}

.nb-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nb-footer-links li {
  margin-bottom: 8px;
}

.nb-footer-links a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 500;
}

.nb-footer-links a:hover {
  color: var(--main-color);
}

/* BOTTOM BAR */
.nb-footer-bottom {
  padding-top: 16px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nb-footer-copy {
  font-size: 13px;
  color: #222;
  text-align: center;
}

.nb-footer-payments img {
  height: 28px;
  width: auto;
  margin: 0 4px;
}

/* Back-to-top button */
.nb-footer-backtotop {
  display: none;

  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  z-index: 50;
}

.nb-footer-backtotop i {
  font-size: 18px;
}

.nb-footer-backtotop:hover {
  background-color: var(--main-color);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1199px) {
  .nb-footer-top {
    gap: 50px;
  }
  .nb-footer-columns {
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .nb-footer {
    padding-top: 60px;
  }
  .nb-footer-top {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .nb-footer-main {
    flex: none;
    max-width: none;
  }
  .nb-footer-columns {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #addons-options-modal {
    z-index: 9999;
  }
  .nb-hero-content-wrap {
    justify-content: center;
  }
  .nb-footer-columns {
    flex-wrap: wrap;
    gap: 32px;
  }
  .nb-footer-col {
    min-width: 130px;
  }
}

@media (max-width: 575px) {
  .nb-footer {
    padding-top: 50px;
  }
  .nb-footer-main {
    text-align: left;
  }
  .nb-footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}

/***  Arabic Styling ****/
.rtl .nb-hero-kicker {
  letter-spacing: 0px;
}
.rtl .nb-hero-title,
.rtl .nb-intro-title,
.rtl .nb-promo-title {
  line-height: 1.44;
}
.rtl .nb-hero-btn::after {
  right: auto;
  left: 20px;
  content: "\2190";
}
.rtl .nb-hero-btn:hover::after,
.rtl .nb-hero-btn:focus::after {
  left: 17px;
  right: auto;
}
.rtl .nb-hero-btn {
  padding: 11px 26px 11px 42px;
}
.rtl .nb-products-section .nb-section-title,
.rtl .nb-product-card {
  text-align: right;
}
.rtl .nb-product-badge-row {
  left: auto;
  right: 18px;
}
.rtl .nb-cat-title {
  left: auto;
  right: 18px;
  letter-spacing: 0px;
}
.newtheme-container #whatsapp_button,
.newtheme-container #whatsapp_button a {
  clear: both;
  max-width: 60px;
}
.newtheme-container .cat_header_row {
  margin-bottom: 0px;
}
