/* ==========================================================================
   Brand Styles
   ========================================================================== */
.chelukis-red {
  color: #fb3903;
}

.chelukis-yellow {
  color: #eedb04;
}

.chelukis-light-green {
  color: #6ac957;
}

.chelukis-orange {
  color: #fd6401;
}

.chelukis-green {
color: #245a17;
}

/* ==========================================================================
   Button Styles
   ========================================================================== */
.btn_secondary {
  padding: 16px 30px;
  background-color: #F9F9F9;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Rowdies', sans-serif;
  color: #78829D;
  border-radius: 10px;
  line-height: 1;
  letter-spacing: 1px;
  transition: .4s ease-in-out;
}


.btn_secondary {
  position: relative;
  overflow: hidden;
}

.btn_secondary:hover {
  color: #78829D;
  opacity: 0.9;
}

.btn_secondary:after {
  content: ' ';
  position: absolute;
  top: -50%;
  right: -60%;
  bottom: -50%;
  left: -60%;
  background: linear-gradient(50deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%);
  -webkit-transform: translate(-80%, 0px);
  -ms-transform: translate(-80%, 0px);
  transform: translate(-80%, 0px);
}

.btn_secondary:hover:after {
  animation: 4s cfs-glimmer infinite;
}

/* ==========================================================================
   Banner Overlay Styles
   ========================================================================== */

.flame_overlay {
  width: clamp(70px, 12vw, 180px);
  height: auto;
}

.banner_slider .slider_block {
  overflow: hidden;
}

.hero_overlays {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.overlay_img {
  position: absolute;
  max-width: 220px;
  width: 18vw;
  min-width: 110px;
  opacity: 0.95;
}

.overlay_img_left {
  top: 140px;
  left: 3%;
}

.overlay_img_right {
  right: 4%;
  top: 110px;
}

.overlay_img_sparks {
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.72;
}

.banner_slider .slider_block .ban_text {
  z-index: 2;
  top: 32%; /* pushes center of text block lower so it clears the fixed header */
}

@media (max-width: 991.98px) {
  .banner_slider .slider_block .ban_text {
    top: 48%;
  }
}

.banner_slider .slider_block .ban_text h1 {
  font-size: clamp(32px, 4.5vw, 64px);
  line-height: 1.15;
  text-transform: uppercase;
}

.pt-60 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .overlay_img {
    width: 24vw;
    min-width: 70px;
  }

  .overlay_img_left {
    top: 110px;
    left: -10px;
  }

  .overlay_img_right {
    top: 120px;
    right: -10px;
  }

  .overlay_img_sparks {
    object-position: 58% bottom;
  }

  /* Fix: the theme adds margin-bottom: 40px to .banner_section at ≤767px
     which creates a gap that exposes the dark body background.
     Override it here so .ovelay_bg seamlessly meets the next section. */
  .banner_section.second_banner {
    margin-bottom: 0;
  }

  /* Fix: at narrow widths the overlay image (1920×96px native) shrinks to
     ~19px tall via width:100% scaling — barely visible. Clamp it to a
     sensible minimum so the torn-paper edge reads properly on mobile. */
  .banner_section.second_banner .ovelay_bg {
    height: clamp(36px, 5vw, 60px);
    overflow: hidden;
  }

  .banner_section.second_banner .ovelay_bg img {
    height: 100%;
    object-fit: fill;
  }
}

/* ==========================================================================
   Heading Inline Images
   ========================================================================== */

.heading_img {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.heading_img img {
  height: 60px;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .heading_img img {
    height: 48px;
  }
}

@media screen and (max-width: 992px) {
  .heading_img img {
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .heading_img img {
    height: 28px;
  }
}

/* ==========================================================================
   Rotating List Ticker — hide rotation corner gaps
   ========================================================================== */

.menu_list_section {
  margin-top: -12px;
  margin-bottom: -12px;
}

/* Sections flanking the ticker must sit behind it */
.our_menu_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.our_menu_section .left_side {
    position: absolute;
    bottom: 0%;
    top: auto;
    left: -20px;
    width: 240px;
    max-width: 240px;
    transform: scaleX(-1);
}

.our_menu_section .right_side {
    position: absolute;
    top: 15%;
    right: -55px;
    width: 320px;
    max-width: 320px;
}

@media (max-width: 991px) {
  .our_menu_section .left_side {
    width: 160px;
    max-width: 160px;
  }
  .our_menu_section .right_side {
    width: 200px;
    max-width: 200px;
    right: -40px;
  }
}

@media (max-width: 575px) {
  .our_menu_section .left_side {
    display: none;
  }
  .our_menu_section .right_side {
    display: none;
  }
}

.who_we_section {
  position: relative;
  z-index: 1;
  /* background: url(/images/banner_bg.jpg) center center / cover no-repeat; */
}


.our_journey .section_title h2:after {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 767px) {
  .our_journey .section_title h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
   Heading Flame Icon — next to section titles
   ========================================================================== */

.heading-flame-icon {
  position: absolute;
  top: -35px;
  left: calc(100% + 8px);
  max-width: 80px;
  width: 80px;
}

@media (max-width: 991px) {
  .heading-flame-icon {
    width: 52px;
    max-width: 52px;
    top: -12px;
  }
}

@media (max-width: 575px) {
  .heading-flame-icon {
    display: none;
  }
}

/* ==========================================================================
   About Banner — padding-top fix for topbar + fixed header
   The theme drops .abt_banner padding-top to 80px at ≤1200px
   (responsive.css:285), but that was designed without the topbar.
   Restore enough clearance so the fixed topbar + header don't overlap content.
   ========================================================================== */

@media (max-width: 1200px) {
  .abt_banner {
    padding-top: calc(80px + var(--topbar-height) + 60px);
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer .contact_info .py_80 {
  padding-top: 0px;
  padding-bottom: 20px;
  align-items: center;
}

.footer-guy-img {
  width: 250px;
  max-width: 250px;
  display: block;
  margin-left: auto;
}

@media (max-width: 767px) {
  .footer-guy-img {
    width: 130px;
    max-width: 130px;
    margin: 16px auto 0;
  }

  footer .timing_block {
    text-align: center !important;
  }
}

/* ==========================================================================
   Newsletter 
   ========================================================================== */
button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#message {
  margin-top: 10px;
  color: rgb(23, 190, 23);
  font-size: 14px;
}

/* ==========================================================================
   Product Cards — resized image area
   The theme hard-codes .dish_img at 470px; override it here so the card
   shrinks naturally when the image height is reduced.
   ========================================================================== */

.our_menu_section .dish_box .dish_info .dish_img {
  height: 340px;
}

.our_menu_section .dish_box .dish_info .dish_text {
  padding: 20px 24px;
}

.our_menu_section .dish_box .dish_info .dish_img.dish_drip img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center 42%;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* Logo */
img.logo {
  height: 80px;
  width: auto;
}

@media (max-width: 992px) {
  img.logo {
    height: 45px;
  }
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   Community Section icon image sizing
   ========================================================================== */

.section-icon {
  width: clamp(48px, 8vw, 80px);
  height: auto;
}

/* Periodic tilt-shake: tada motion fires in first 25% of the cycle,
   then holds still for the remaining 75% — creating a natural pause. */
@keyframes icon-tada {
  0%                          { transform: scale3d(1, 1, 1); }
  2.5%, 5%                    { transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); }
  7.5%, 12.5%, 17.5%, 22.5%  { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  10%, 15%, 20%               { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  25%, 100%                   { transform: scale3d(1, 1, 1); }
}

.icon-tada {
  animation: icon-tada 6s ease-in-out infinite;   
}

/* ==========================================================================
   Navbar — truly centered nav links
   The collapse is pulled out of the flex flow and pinned edge-to-edge so the
   nav list centers relative to the full navbar width, independent of the brand
   or action_bar widths on either side.
   ========================================================================== */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
    /* Prevent the overlay from blocking clicks on the brand / action_bar */
    pointer-events: none;
    z-index: 1;
  }

  .navbar-expand-lg .navbar-collapse .navbar-nav,
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    pointer-events: all;
  }
}

/* responsive.css sets .navbar { padding: 15px 40px } at ≤992px which adds
   15px top/bottom padding — this creates a visible gap between the topbar
   and the navbar on mobile. Remove the vertical padding; keep horizontal. */
@media (max-width: 991.98px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* The header is transparent on desktop so the hero shows through.
     On mobile the body's dark_bg.png texture bleeds into the header area,
     looking like a gap below the topbar. Match the body texture so it's seamless
     without blocking the hero image behind the navbar. */
  header.fixed {
    background-image: url(/assets/images/dark_bg.png);
    background-size: cover;
    background-attachment: fixed;
  }
}

/* ==========================================================================
   Topbar Styles
   ========================================================================== */

:root {
  /* 13px font × 1.4 line-height + 8px top + 8px bottom padding = ~37px */
  --topbar-height: 37px;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1a1a1a; /* #7A0F0F */
  text-align: center;
  padding: 8px 16px;
  box-sizing: border-box;
}

.topbar-message {
  margin: 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 1.4;
}

.topbar-phone {
  color: #FF6A00;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.topbar-phone:hover,
.topbar-phone:focus {
  color: #fff;
  text-decoration: underline;
}

/* Push the fixed header down by the topbar height */
header.fixed {
  top: var(--topbar-height);
}

/* Scale down font on smaller phones */
@media (max-width: 575.98px) {
  .topbar-message {
    font-size: 12px;
  }
}

/* Only apply the two-line height on very narrow screens where the
   message actually wraps: 12px × 1.4 × 2 lines + 16px padding ≈ 50px */
@media (max-width: 400px) {
  :root {
    --topbar-height: 50px;
  }
}

/* ==========================================================================
   Review Section — overlay pinned to top of section
   ========================================================================== */

.review_section {
  position: relative;
  overflow: visible;
}

.review_section > .ovelay_bg {
  position: absolute;
  top: -2px;
  bottom: auto;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}

.review_section > .ovelay_bg img {
  width: 100%;
  display: block;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */

/* Offset anchor scroll so the fixed topbar + header don't obscure each section */
#products,
#faq {
  scroll-margin-top: calc(var(--topbar-height) + 100px);
}

.faq_wrapper {
  margin-top: 48px;
}

.faq_accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Remove Bootstrap card defaults */
.faq_accordion .faq_item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.faq_accordion .faq_item:has(.collapse.show),
.faq_accordion .faq_item:has(.collapsing) {
  border-color: #fb3903;
  background: rgba(251, 57, 3, 0.07);
}

/* Question button */
.faq_btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 22px;
  text-align: left;
  color: #fff;
  font-family: 'Rowdies', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: color 0.25s ease;
}

.faq_btn:hover {
  color: #fb3903;
}

.faq_btn[aria-expanded="true"] {
  color: #fb3903;
}

/* +/× toggle icon */
.faq_icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid currentColor;
  position: relative;
  transition: transform 0.35s ease;
}

.faq_icon::before,
.faq_icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

/* Horizontal bar */
.faq_icon::before {
  width: 11px;
  height: 2px;
  transform: translate(-50%, -50%);
}

/* Vertical bar (becomes invisible when open) */
.faq_icon::after {
  width: 2px;
  height: 11px;
  transform: translate(-50%, -50%);
}

.faq_btn[aria-expanded="true"] .faq_icon {
  transform: rotate(45deg);
}

/* Answer body */
.faq_answer {
  padding: 0 22px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.faq_answer p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.faq_link {
  color: #fb3903;
  font-weight: 600;
  text-decoration: none;
}

.faq_link:hover {
  color: #fef627;
  text-decoration: underline;
}

/* Gap between columns on desktop */
@media (min-width: 992px) {
  .faq_wrapper .row {
    gap: 0;
  }

  .faq_wrapper .col-lg-6:first-child {
    padding-right: 14px;
  }

  .faq_wrapper .col-lg-6:last-child {
    padding-left: 14px;
  }
}

/* Stack columns with a gap on mobile */
@media (max-width: 991.98px) {
  .faq_wrapper .col-lg-6:first-child .faq_accordion {
    margin-bottom: 14px;
  }
}


