/*
CTC Separate Stylesheet
Updated: 2026-07-22 08:09:37
Theme Name: Tasty Chillie's
Theme URI: https://eeosgrowthpartners.com/
Template: hello-elementor
Author: EEOS Growth Partners
Author URI: https://eeosgrowthpartners.com/
Description: EEOS Growth Partners is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1784707777
*/

.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm:hover {
	    transform: translateY(-2px) !important;
}
.ehf-header #masthead {
	position: sticky;
}
/* ==================================
   BACKDROP BLUR FOR STICKY HEADER
   ================================== */
.elementor-sticky-header {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* ==================================
   NAVIGATION LINK UNDERLINE ANIMATION
   ================================== */

/* ==================================
   TEXT SELECTION COLOR
   ================================== */
::selection {
  background-color: #B81D2C;
  color: #F4EAD9;
}

::-moz-selection {
  background-color: #B81D2C;
  color: #F4EAD9;
}

/* ==================================
   SMOOTH SCROLL BEHAVIOR
   ================================== */
html {
  scroll-behavior: smooth;
}

/* ==================================
   BODY DEFAULTS
   ================================== */
body {
  background-color: #16110E;
  color: #F4EAD9;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ==================================
   SECTION BACKGROUNDS
   ================================== */
.section-dark {
  background-color: #1C1510;
}

.section-card {
  background-color: #1E1711;
  border: 1px solid rgba(244,234,217,0.08);
  border-radius: 5px;
}

/* ==================================
   BORDER STYLING
   ================================== */
.border-light {
  border: 1px solid rgba(244,234,217,0.10);
}
/* ==================================
   HOMEPAGE CSS START
   ================================== */
/* .hero-container {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(184,29,44,0.30) 0%,
    transparent 55%
  ),
  radial-gradient(
    80% 60% at 0% 100%,
    rgba(224,122,36,0.12),
    transparent 60%
  );
}

.hero-container::before {
  content: "CHILLI'S";
  position: absolute;
  right: -2%;
  top: 120px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30vw;
  line-height: 0.8;
  color: rgba(244,234,217,0.035);
  letter-spacing: 6px;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.hero-image {
  position: relative;
  animation: slideUp 1s ease 0.15s both;
}

.hero-image::before {
  content: '';
  position: absolute;
  inset: -6% -4%;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(184,29,44,0.45),
    transparent 62%
  );
  filter: blur(8px);
  z-index: -1;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.marquee-container {
  overflow: hidden;
  background: #B81D2C;
}

.marquee-text {

  width: max-content;
  animation: marquee 28s linear infinite;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  letter-spacing: 4px;
  color: #F4EAD9;
  white-space: nowrap;
display: inline-flex;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */
/* ==================================
   HOMEPAGE CSS END
   ================================== */

/* ==================================
   RESPONSIVE ADJUSTMENTS
   ================================== */
@media (max-width: 880px) {
  .elementor-nav-menu {
    display: none !important;
  }
  
  /* Footer grid: 2 columns on tablet */
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 767px) {
    .fullabsolute {
        position: relative !important;
    }
}
@media (max-width: 480px) {
  .elementor-nav-menu {
    display: none !important;
  }
  
  /* Footer grid: 1 column on mobile */
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* Reduce padding on mobile */
  body {
    padding: 16px;
  }
  
  /* Smaller hero title on mobile */
  h1 {
    font-size: clamp(32px, 8vw, 52px) !important;
  }
}
