.cooking-guides-section .nav-pills .nav-link {
  border-radius: 0;
  padding: 12px 18px;
}

.cooking-guides-section .guide-content {
  max-width: 1000px;
  margin: 0 auto;
}

.cooking-guides-section .guide-content h3 {
  margin-bottom: 1.5rem;
}

.cooking-guides-section .guide-content h4 {
  margin-bottom: 1rem;
}

.cooking-guides-section .guide-content h5 {
  margin-bottom: .5rem;
}

.cooking-guides-section .guide-content p,
.cooking-guides-section .guide-content li {
  font-size: 1.05rem;
  line-height: 1.6;
}

.cooking-guides-section .table th,
.cooking-guides-section .table td {
  vertical-align: middle;
}
#heroSlideshow {
  position: relative;
}

#heroSlideshow .hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

#heroSlideshow .hero-arrow-left {
  left: 14px;
}

#heroSlideshow .hero-arrow-right {
  right: 14px;
}

#heroSlideshow .hero-arrow span {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
}

#heroSlideshow .hero-arrow:hover,
#heroSlideshow .hero-arrow:focus {
  background: transparent;
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  #heroSlideshow .hero-arrow-left {
    left: 8px;
  }

  #heroSlideshow .hero-arrow-right {
    right: 8px;
  }

  #heroSlideshow .hero-arrow span {
    font-size: 20px;
  }
}
.menu-info-section .nav-pills .nav-link {
  border-radius: 0;
  padding: 12px 18px;
}

.menu-info-card {
  padding: 1.5rem;
  height: 100%;
}

.king-cake-item {
  height: 100%;
}

.king-cake-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-info-section h3,
.menu-info-section h4 {
  margin-bottom: 1rem;
}

.menu-info-section p,
.menu-info-section li {
  line-height: 1.7;
}

.menu-info-section .menu-price {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .menu-info-card {
    padding: 1rem;
  }
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--color-4);
    background-color: var(--color-1);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {    
    font-weight: 400;
}
.catering-section .catering-menu-card,
.catering-section .custom-menu-card {
  padding: 1.5rem;
}

.catering-section .catering-group-head {
  margin-bottom: 1rem;
}

.catering-section .catering-group-head h4 {
  margin-bottom: 0.25rem;
}

.catering-section .catering-group-head p {
  font-size: 0.95rem;
  opacity: 0.8;
}

.catering-section .catering-menu-list {
  border-bottom: 1px solid rgb(245, 245, 245, 0.4);
}
.no-line {
  border-bottom: 0!important;
}
.catering-section .catering-menu-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgb(245, 245, 245, 0.4);
}

.catering-section .item-name {
  flex: 1 1 auto;
  line-height: 1.5;
}

.catering-section .item-price {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
  font-weight: 600;
}

.catering-section .catering-option-list {
  margin: 0;
  padding-left: 1.2rem;
}

.catering-section .catering-option-list li {
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .catering-section .catering-menu-card,
  .catering-section .custom-menu-card {
    padding: 1rem;
  }

  .catering-section .catering-menu-row {
    gap: 1rem;
    padding: 0.75rem 0;
  }

  .catering-section .item-name,
  .catering-section .item-price,
  .catering-section .catering-option-list li {
    font-size: 0.95rem;
  }
}
.cooking-guides-section .guide-table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
  color: #fff !important;
}

.cooking-guides-section .guide-table {
  min-width: 700px;
  margin-bottom: 0;
  color: #fff !important;
}

.cooking-guides-section .guide-table th,
.cooking-guides-section .guide-table td {
  vertical-align: top;
  white-space: normal;
}

@media (max-width: 767.98px) {
  .cooking-guides-section .guide-table {
    min-width: 640px;
  }
}

#heroSlideshow .hero-arrow {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.spillover-tag-hours,
.spillover-tag-hours li {
  list-style: none !important;
  padding-left: 0;
}
.socials a {
  font-size: 30px!important;
}
.socials {
  column-gap: 15px;
}
.tiktok {
  margin-left: 0!important;
    margin-right: 0!important;
}
.socials li a {
  width: 30px!important;
}




  .deer-pricing-section .pricing-group {
    padding: 0.5rem 0;
  }

  .deer-pricing-section .pricing-group-title {  
    margin-bottom: 0.35rem;
  }

  .deer-pricing-section .pricing-note {    
    margin-bottom: 1rem;
  }

  .deer-pricing-section .pricing-item {
    border-bottom: 1px solid rgba(109, 127, 137, 0.18);
    padding: 0.65rem 0;   
  }

  .deer-pricing-section .pricing-item span:first-child {
    font-weight: 700;
    text-transform: uppercase;
    max-width: 72%;
  }

  .deer-pricing-section .pricing-item span:last-child {
    white-space: nowrap;    
  }

  .deer-pricing-section .pricing-footer {
    margin-top: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(109, 127, 137, 0.25);
    color: #6d7f89;
  }

  .deer-pricing-section .pricing-footer ul {
    padding-left: 1.2rem;
  }

  @media (max-width: 991.98px) {
    .deer-pricing-section .pricing-item span:first-child {
      max-width: 68%;
    }
  }

.menu-item h3 {
    font-size: 24px;  
    margin-bottom: 5px;
    color: var(--color-2);
    font-weight: 400;
}
#accordionmenuMenu .accordion-button {
  font-size: 2.3rem;
    font-weight: 400;
}
.king-cake-item h4 {
  font-size: 24px; 
}

.hero-slides {
  height: 100vh;
}

@media (max-width: 767px) {
  .hero-slides {
    height: 320px;
  }

  .hero-slides li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
  }

  .hero-slides img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}
@media (max-width: 992px) {
    #header>.navbar {       
        top: 0px;
    }
  }
  .uk-slideshow-items li img {
    transform: none !important;
    will-change: auto !important;
  }

  
/* FAQ */
.spillover-tag-faq{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.spillover-tag-faq-item{position:relative;background:var(--color-5);border:1px solid var(--color-4-opacity);border-radius:0;overflow:hidden;transition:border-color .3s,background-color .3s,box-shadow .3s,transform .3s}.spillover-tag-faq-item:hover{border-color:var(--color-1);box-shadow:0 0 0 1px var(--color-1-opacity);transform:translateY(-2px)}.spillover-tag-faq-item[open]{border-color:var(--color-1);box-shadow:0 0 0 1px var(--color-1),0 12px 30px var(--color-5-opacity-darker)}.spillover-tag-faq-question{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin:0;padding:1rem 1.25rem;list-style:none;cursor:pointer;background:0 0;color:var(--headers);font-family:var(--small-headers-font);font-size:1.15rem;font-weight:500;line-height:1.2;letter-spacing:.06em;text-transform:uppercase;transition:color .3s,padding .3s,background-color .3s}.spillover-tag-faq-question::-webkit-details-marker{display:none}.spillover-tag-faq-question::before{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:var(--color-1);transition:width .35s}.spillover-tag-faq-question::after{content:"+";flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:3px solid var(--color-1);background:0 0;color:var(--color-4);font-family:var(--small-headers-font);font-size:1.4rem;font-weight:500;line-height:1;transition:background-color .3s,color .3s,border-color .3s,transform .3s}.spillover-tag-faq-item:hover .spillover-tag-faq-question,.spillover-tag-faq-question:focus-visible{color:var(--color-1)}.spillover-tag-faq-item:hover .spillover-tag-faq-question::before,.spillover-tag-faq-question:focus-visible::before{width:100%}.spillover-tag-faq-item:hover .spillover-tag-faq-question::after,.spillover-tag-faq-question:focus-visible::after{background:var(--color-1);color:var(--color-4)}.spillover-tag-faq-question:focus-visible{outline:2px solid var(--color-1);outline-offset:-2px}.spillover-tag-faq-item[open] .spillover-tag-faq-question{color:var(--color-1);background:var(--color-5-opacity)}.spillover-tag-faq-item[open] .spillover-tag-faq-question::before{width:100%}.spillover-tag-faq-item[open] .spillover-tag-faq-question::after{content:"−";background:var(--color-1);color:var(--color-4);border-color:var(--color-1);transform:rotate(180deg)}.spillover-tag-faq-answer{padding:1.25rem;background:var(--color-3);border-top:1px solid var(--color-1-opacity)}.spillover-tag-faq-answer p:last-child{margin-bottom:0}.spillover-tag-faq-answer,.spillover-tag-faq-answer li,.spillover-tag-faq-answer p{color:var(--text);font-family:var(--text-font)}.spillover-tag-faq-answer a{color:var(--links);text-decoration:none}.spillover-tag-faq-answer a:focus,.spillover-tag-faq-answer a:hover{color:var(--links-hover)}.accent-1 .spillover-tag-faq-item{background:var(--color-1);border-color:var(--color-2)}.accent-1 .spillover-tag-faq-item:hover,.accent-1 .spillover-tag-faq-item[open]{border-color:var(--color-4);box-shadow:0 0 0 1px var(--color-4-opacity),0 12px 30px var(--color-5-opacity-darker)}.accent-1 .spillover-tag-faq-question{color:var(--color-4)}.accent-1 .spillover-tag-faq-question::before{background:var(--color-4)}.accent-1 .spillover-tag-faq-question::after{border-color:var(--color-4);color:var(--color-4)}.accent-1 .spillover-tag-faq-item:hover .spillover-tag-faq-question,.accent-1 .spillover-tag-faq-item[open] .spillover-tag-faq-question{color:var(--color-2)}.accent-1 .spillover-tag-faq-item:hover .spillover-tag-faq-question::after,.accent-1 .spillover-tag-faq-item[open] .spillover-tag-faq-question::after{background:var(--color-4);color:var(--color-1);border-color:var(--color-4)}.accent-1 .spillover-tag-faq-answer{background:var(--color-3);border-top-color:var(--color-4-opacity)}@media (max-width:768px){.spillover-tag-faq{gap:.75rem}.spillover-tag-faq-question{padding:.9rem 1rem;font-size:1rem}.spillover-tag-faq-question::before{left:1rem}.spillover-tag-faq-question::after{width:2.2rem;height:2.2rem;font-size:1.2rem}.spillover-tag-faq-item:hover .spillover-tag-faq-question::before,.spillover-tag-faq-item[open] .spillover-tag-faq-question::before,.spillover-tag-faq-question:focus-visible::before{width:calc(100% - 4.8rem)}.spillover-tag-faq-answer{padding:1rem}}

.spillover-tag-faq .spillover-tag-faq-item:nth-child(2) {
  display: none;
}