/* ===== Global Reset & Base ===== */
body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.02rem;
}

ul {
  margin: 0;
  padding: 3px;
  list-style: none;
}

a {
  text-decoration: none;
  color: #5c115e;
  transition: color 0.3s;
}

a:hover {
  color: #ffc56e;
}

.text-align-left { text-align: left; }
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }
.text-small { font-size: 14px; }

/* ===== Typography ===== */
h1 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

h3 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 20px; }

/* ===== Header & Topbar ===== */
#header, .site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #5c115e;
  z-index: 999;
  padding: 10px 0;
}

#topbar, .topbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 15px;
  background: #5c115e;
  font-size: 14px;
  color: #fff;
  z-index: 1000;
}

.topbar-container {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.topbar-link {
  color: #fff;
  background: #441045;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s;
}

.topbar-link:hover {
  background: #F79630;
  color: #000;
}

.logo,
#header .logo,
.site-header .logo {
  text-align: center;
}

.logo img,
.logo-img,
#header .logo img {
  max-height: 70px;
  margin: 0 auto;
  display: block;
}

/* ===== Navbar (Desktop Only) ===== */
.navbar {
  text-align: center;
  padding: 0;
}

.navbar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
  padding: 0;
  flex-wrap: wrap;
}

.navbar li {
  margin: 0 10px;
}

.navbar a,
.nav-link {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.navbar a:hover,
.nav-link:hover,
.nav-link.active {
  color: #ffc56e;
}

/* ===== Utility Buttons ===== */
  .button-cus {
           display: inline-block;
           text-transform: uppercase;
           font-weight: bolder;
           font-style: normal;
           letter-spacing: .1em;
           color: #fff;
           border-radius: 5px;
           padding: 16px 2px 15px;
           transition: all .7s ease-out;
           background-color: #5c115e;
           width: 100%;
           background-position: 1% 50%;
           background-size: 300% 300%;
           text-decoration: none;
           margin: 0 0 20px;
           border: 1px solid rgba(223,190,106,.3);
}
/* ===== Footer ===== */
#footer {
  background: #251e20;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #ffc56e;
}

/* ===== Mobile Styles ===== */
@media (max-width: 991px) {
  .navbar {
    display: none !important;
  }

  #header {
    top: 0;
  }

  #mobile-bottom-bar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #5c115e;
    z-index: 998;
  }

  #mobile-bottom-bar .row > div {
    border-right: 1px solid #fff;
  }

  #mobile-bottom-bar .row > div:last-child {
    border-right: none;
  }

  #mobile-bottom-bar a {
    display: block;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
  }

  #mobile-bottom-bar a:hover {
    background: #fff;
    color: #5c115e;
  }
}

.highlight-bar {
  background: linear-gradient(90deg, #5c115e, #a72879);
  padding: 20px 10px;
  color: #fff;
}

.highlight-text {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.image-column {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
/* Default for desktop and larger screens */
#section1 {
  padding-top: 70px !important; /* header height for desktop */
}

/* Override for mobile (max-width 991px) */
@media (max-width: 991px) {
  #section1 {
    padding-top: 0px !important;
    padding-top: 0px !important;/* shorter mobile header height */
  }
}


  .accordion-button {
    background-color: #fff;
    color: #5c115e;
    font-weight: 500;
    font-size: 1rem;
    transition: background 0.3s ease;
    border-bottom: 1px solid #eee;
    border-radius: 6px !important;
  }

  .accordion-button:not(.collapsed) {
    background-color: #f2e7f5;
    color: #5c115e;
    box-shadow: none;
  }

  .accordion-button:focus {
    box-shadow: none;
    border-color: #d1a3e3;
  }

  .accordion-body {
    background-color: #fff;
    color: #333;
    border-left: 3px solid #5c115e;
    padding-left: 1.25rem;
    font-size: .95rem;
  }

.promo-image-wrapper {
  flex: 1 1 50%;
  min-width: 300px;
  height: 100%;            /* ensure height is inherited from parent */
  min-height: 300px;       /* set a sensible min-height */
  position: relative;
  overflow: hidden;
}

.promo-image-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

.promo-image-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;     /* this makes image fill container while maintaining aspect ratio */
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}

.promo-image-slideshow .slide.active {
  opacity: 1;
  z-index: 1;
}

/*--------------------------------------------------------------
  # Specials
  --------------------------------------------------------------*/
  .specials {
    overflow: hidden;
  }
  
  .specials .nav-tabs {
    border: 0;
  }
  
  .specials .nav-link {
      border: 0;
      padding: 20px;
      transition: 0.3s;
      color: #000000;
      border-radius: 0;
      border: 2px solid #5c115e;
      font-weight: 500;
      font-size: 15px;
      text-transform: uppercase;
      margin: 10px;
  }
  
  .specials .nav-link:hover {
    color: #5c115e;
  }
  
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
  }
  
  .specials .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
  }
  
  .specials .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #433f39;
  }
  
  .specials .details p {
    color: #777777;
  }
  
  .specials .details p:last-child {
    margin-bottom: 0;
  }
  
  @media (max-width: 992px) {
    .specials .nav-link {
      border: 0;
      padding: 15px;
    }
  
    .specials .nav-link.active {
      color: #fff;
      background: #5c115e;
    }
  }

  /*Menu page 5 block*/
  .flex-column {
      flex-direction: row!important;
      justify-content: center!important;
  }
  
  
  
   /*--------------------------------------------------------------
  # Menu Section
  --------------------------------------------------------------*/
  .menu #menu-flters {
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
  }
  
  .menu #menu-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 10px 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border: 2px solid #5c115e;
    border-radius: 50px;
  }
  
  .menu #menu-flters li:hover,
  .menu #menu-flters li.filter-active {
    color: #fff;
    background: #5c115e;
    text-transform: uppercase;
  }
  
  .menu #menu-flters li:last-child {
    margin-right: 0;
  }
  
  .menu .menu-content {
    /*margin-top: 30px;*/
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  .menu .menu-content::after {
    content: "......................................................................""....................................................................""....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  
  .menu .menu-content a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color: #5c115e;
  }
  
  .menu .menu-content span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
  }
  
  .menu .menu-ingredients {
    /*font-style: italic;
    font-size: 14px;
    font-family: "Comic Neue", sans-serif; 
    color: #948c81; */
  }
  .menu-content-alt {
      margin-top: 30px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      position: relative;
  }
  .menu .menu-content-alt::after {
    /*content: "......................................................................""....................................................................""....................................................................";*/
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .menu .menu-content-alt a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color: #5c115e;
  }
  .menu .menu-content-alt span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
  }
  .menu .menu-content-alt-b::after {
    content: "......................................................................""....................................................................""....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .menu-content-alt-b {
      margin-top: 10px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      position: relative;
  }
  .menu .menu-content-alt-b a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    font-weight: 600;
    color: #5c115e;
    font-size: 14px;
  }
  .menu .menu-content-alt-b span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
  }
  
   /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(39, 37, 34, 0.9);
    transition: 0.3s;
    z-index: 0;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #433f39;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #5c115e;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #5c115e;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
  
  .modern-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.05rem;
  line-height: 1.8;
}

.modern-list li::before {
  content: "✅ ";
  color: #5c115e;
  font-weight: bold;
  margin-right: 6px;
}

