:root{
  --fc-fieryred: #E41E26;
  --fc-crimsonred: #D7263D;
  --fc-chilipepper: #B22222;
  --fc-burntorange: #D35400;
  --fc-amberglow: #FF8C42;
  --fc-goldenyellow: #FFC300;
  --fc-copperbrown: #A0522D;
  --fc-ashgray: #B0A99F;
  --fc-softbeige: #F9E4C8;
  --fc-warmsand: #EAD7B7;
  --fc-stonegray:  #D6CFC7;
  --fc-offwhite: #FFF8F0;
  --fc-warmcream: #F4D9B1;
  --fc-offblack: #111111;
  --fc-charcoalgray: #2C2C2C;
  --fc-limezest: #C7EA46;
}

/* ============================== TEXT COLORS ============================== */
.text-fieryred        { color: var(--fc-fieryred) !important; }
.text-crimsonred      { color: var(--fc-crimsonred) !important; }
.text-chilipepper     { color: var(--fc-chilipepper) !important; }
.text-burntorange     { color: var(--fc-burntorange) !important; }
.text-amberglow       { color: var(--fc-amberglow) !important; }
.text-goldenyellow    { color: var(--fc-goldenyellow) !important; }
.text-copperbrown     { color: var(--fc-copperbrown) !important; }
.text-ashgray         { color: var(--fc-ashgray) !important; }
.text-softbeige       { color: var(--fc-softbeige) !important; }
.text-warmsand        { color: var(--fc-warmsand) !important; }
.text-stonegray       { color: var(--fc-stonegray) !important; }
.text-offwhite        { color: var(--fc-offwhite) !important; }
.text-warmcream       { color: var(--fc-warmcream) !important; }
.text-offblack        { color: var(--fc-offblack) !important; }
.text-charcoalgray    { color: var(--fc-charcoalgray) !important; }
.text-limezest        { color: var(--fc-limezest) !important; }

/* ============================== BACKGROUND COLORS ============================== */
.bg-fieryred        { background-color: var(--fc-fieryred) !important; }
.bg-crimsonred      { background-color: var(--fc-crimsonred) !important; }
.bg-chilipepper     { background-color: var(--fc-chilipepper) !important; }
.bg-burntorange     { background-color: var(--fc-burntorange) !important; }
.bg-amberglow       { background-color: var(--fc-amberglow) !important; }
.bg-goldenyellow    { background-color: var(--fc-goldenyellow) !important; }
.bg-copperbrown     { background-color: var(--fc-copperbrown) !important; }
.bg-ashgray         { background-color: var(--fc-ashgray) !important; }
.bg-softbeige       { background-color: var(--fc-softbeige) !important; }
.bg-warmsand        { background-color: var(--fc-warmsand) !important; }
.bg-stonegray       { background-color: var(--fc-stonegray) !important; }
.bg-offwhite        { background-color: var(--fc-offwhite) !important; }
.bg-warmcream       { background-color: var(--fc-warmcream) !important; }
.bg-offblack        { background-color: var(--fc-offblack) !important; }
.bg-charcoalgray    { background-color: var(--fc-charcoalgray) !important; }
.bg-limezest        { background-color: var(--fc-limezest) !important; }

body {
  background-image: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("../images/red-bg.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}


/* ==================== Card ==================== */
.fuego-card {
  position: relative;          
  overflow: hidden;             
  background-color: #fff;
  padding: 0;                               
}

.fuego-card1 {
  position: relative;
  padding: 2rem;
  overflow: hidden;
  background: #111;
}

.fuego-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.fuego-card-overlay {
  position: absolute;
  inset: 0;                     
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.fuego-card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}

.fuego-card-content h1 {
  font-size: 8rem;            
  letter-spacing: 0.15rem;    
  margin-bottom: 0.5rem;
}

.fuego-card-content h5 {
  font-size: 4rem;
  letter-spacing: 0.7rem;     
  margin-bottom: 0.75rem;
}

.fuego-card-content p {
  font-size: 2rem;
  letter-spacing: 0.25rem;
  border-top: 1px solid rgba(255,255,255,0.8);
  padding-top: 0.6rem;
  display: inline-block;      
}

/* ==============================PLACEHOLDER ============================== */
.lazy-portrait {
  background: url('../images/placeholder.jpg') center center no-repeat;
  background-size: cover;  
  min-width: 180px; 
  min-height: 180px;   
}

/* ============================== FONTS ============================== */
@font-face {
  font-family: 'fc-font-title';
  src: url('../fonts/bungee.regular-regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fc-font-regular';
  src: url('../fonts/raleway.medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fc-font1 {
  font-family: 'fc-font-title', serif;
}

.fc-font2 {
  font-family: 'fc-font-regular', serif;
}


/* ============================== BUTTONS ============================== */
.order-btn {
  background-color: #D32F2F;
  color: #fff;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.order-btn:hover {
  background-color: #8E0000;
  color: #fff;
}

.order-btn1 {
  display: inline-flex;
  justify-content: center; 
  align-items: center;      
  max-width: 400px; 
  width: 300px;            
  height: 48px;              
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.order-btn1:hover {
  background-color: #fff;
  color: #D32F2F;
}

/* ============================== NavBar ============================== */
.custom-toggler {
  border: none;
  outline: none;                                                                                                                     
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28228,30,38,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar .nav-link {
  position: relative;
  color: #111111 !important;
  padding-bottom: 2px; 
  font-size: 24px;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #E41E26; 
  transition: width 0.3s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after,
.navbar .nav-link.active::after {
  width: 100%;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #E41E26 !important;
}

/* ============================== Hero ============================== */

.video-banner {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: 90vh;
  overflow: hidden;
  background: black;
}

.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg-con {
  bottom: 50px !important;
  right: 30px !important;
  padding: 0.5rem 0.8rem !important;
  border-radius: 0.5rem;
  max-width: 80%;
  background: rgba(0,0,0,0.6);
}

@media (max-width: 768px) {
  .video-banner {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bg-con {
    bottom: 7px !important;
    right: 5px !important;
    padding: 0.5rem 0.8rem !important;
    border-radius: 0.5rem;
    max-width: 80%;
  }

  .bg-con h1 {
    font-size: 1.1rem !important;
    line-height: 1.2;
  }

  .bg-con p {
    font-size: 0.85rem !important;
    margin-bottom: 0.2rem !important;
  }
}

/* ============================== Home Page Menu ============================== */
.card {
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
  will-change: transform;
}

.card:hover {
  animation: card-jump 0.26s ease-out forwards;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

@keyframes card-jump {
  0%   { transform: translateY(0); }
  60%  { transform: translateY(-8px); }
  100% { transform: translateY(-5px); }
}


.menu-block .card {
  border-radius: 0.75rem;
  background-color: #FFF8F0; 
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.menu-block .card:hover {
  animation: card-jump 0.28s ease-out forwards;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.menuhome-img {
  min-height: 260px;
  object-fit: cover;
}

.menu-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.menu-check-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}


@media (max-width: 767.98px) {
  .menuhome-img {
    min-height: 200px;
  }
}

/* ============================== Locations Home Page ============================== */

.full-bg {
  position: relative;
  height: 100vh;
  width: 100vw;              
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;            
  color: #fff;
  z-index: 1;
}

.full-bg img.full-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;            
}

.full-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); 
  z-index: 1;
}

.full-bg-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3); 
  z-index: 1;
}

.full-bg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}

/* ============================== HEROES ============================== */
.hero-section {
  position: relative;
  height: 90vh;
  color: #fff;
  overflow: hidden;
  display: flex;
  z-index: 1;
}

.hero-section img.hero-img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: center;
}

.hero-section1 {
  position: relative;
  height: 65vh;
  width: 100vw;              
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;            
  color: #fff;
  z-index: 1;
}

.hero-section1 img.hero-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;            
}

.hero-section2 {
  position: relative;
  height: 30vh;
  width: 100vw;              
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;            
  color: #fff;
  z-index: 1;
}

.hero-section2 img.hero-img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;            
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); 
  z-index: 1;
}

/* .menu-link {
    color: #FF8C42; 
    text-decoration: none;
    transition: color 0.3s ease;
  }

.menu-link:hover {
  color: #8E0000; 
} */
