    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: 'Barlow', sans-serif;
      overflow-x: hidden;
      background: white;
    }

    /* Desktop Styles */
    .desktop-container {
      display: block;
      position: relative;
      width: 1440px;
      height: 3099px;
      margin: 0 auto;
    }

    .mobile-container {
      display: none;
    }
    
    /* Mobile Styles */
    @media (max-width: 768px) {
      .desktop-container {
        display: none;
      }

      .mobile-container {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: relative;
        background: white;
      }

      .mobile-header {
        background: #0e1d42;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 0;
        z-index: 1000;
      }

      .mobile-logo {
        width: 120px;
      }

      .mobile-menu-icon {
        width: 24px;
        height: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
      }

      .mobile-menu-icon span {
        display: block;
        width: 100%;
        height: 2px;
        background: white;
      }

      .mobile-hero {
        width: 100%;
        height: 600px;
        position: relative;
        overflow: hidden;
      }

      .mobile-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .mobile-section {
        padding: 40px 20px;
      }

      .mobile-section.red {
        background: #ef4130;
        color: white;
      }

      .mobile-section.navy {
        background: #0e1d42;
        color: white;
      }

      .mobile-section-label {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        margin-bottom: 20px;
      }

      .mobile-section-label.white {
        color: white;
      }

      .mobile-section-label.red {
        color: #ef4130;
      }

      .mobile-section-title {
        font-size: 32px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 20px;
        line-height: 1.2;
      }

      .mobile-section-text {
        font-size: 16px;
        line-height: 1.6;
        text-transform: uppercase;
        font-weight: 400;
      }

      

      .mobile-carousel::-webkit-scrollbar {
        display: none;
      }

      .mobile-carousel-item {
        flex: 0 0 280px;
        height: 350px;
        scroll-snap-align: start;
      }

      .mobile-carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .mobile-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 20px 0;
      }

      .mobile-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #0e1d42;
        background: transparent;
      }

      .mobile-dot.active {
        background: #0e1d42;
      }

      .mobile-image-full {
        width: 100%;
        height: 400px;
        margin: 20px 0;
      }

      .mobile-image-full img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .mobile-button {
        display: inline-block;
        background: #0e1d42;
        color: white;
        padding: 12px 30px;
        border-radius: 25px;
        text-decoration: none;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 10px 10px 10px 0;
        text-align: center;
      }

      .mobile-button.outline {
        background: transparent;
        border: 1px solid white;
      }

      .mobile-button.whatsapp {
        background: #25D366;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: fit-content;
      }

      .mobile-button.whatsapp::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;        
      }

      .mobile-footer {
        background: #0e1d42;
        color: white;
        padding: 40px 20px;
        text-align: center;
      }

      .mobile-buttons-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
      }
    }
    
    .absolute {
      position: absolute;
    }
    
    .relative {
      position: relative;
    }
    
    .contents {
      display: contents;
    }
    
    .flex {
      display: flex;
    }
    
    .items-center {
      align-items: center;
    }
    
    .justify-center {
      justify-content: center;
    }
    
    .flex-none {
      flex: none;
    }
    
    .pointer-events-none {
      pointer-events: none;
    }
    
    .overflow-hidden {
      overflow: hidden;
    }
    
    .overflow-clip {
      overflow: clip;
    }
    
    .inset-0 {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
    
    .max-w-none {
      max-width: none;
    }
    
    .uppercase {
      text-transform: uppercase;
    }
    
    .text-nowrap {
      white-space: nowrap;
    }
    
    .not-italic {
      font-style: normal;
    }
    
    img {
      display: block;
    }
    
    svg {
      display: block;
    }
    
    p {
      margin: 0;
    }
    
    .mb-0 {
      margin-bottom: 0;
    }
	
	a {
	  color: inherit;
	  text-decoration: none;
	  cursor: pointer;
	  transition: color 0.2s ease;
	}

	a:hover,
	a:focus {
	  color: #f04031;
	}

	a:focus-visible {
	  outline: none;
	  color: #f04031;
	}
	
	.nav-link {
	  z-index: 1000;
	}
	
	.carousel-track {
	  position: relative;
	  width: 100%;
	  height: 100%;
	}

	.carousel-track img {
	  position: absolute;
	  inset: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  opacity: 0;
	  transition: opacity 3.5s ease-in-out; /* very slow dissolve */
	}

	/* ONLY the active slide is visible */
	.carousel-track img.active {
	  opacity: 1;
	  z-index: 1;
	}
	
	
	/* Mobile Burger Menu */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 29, 66, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 2000;
}

.mobile-menu-overlay.active {
  transform: translateX(0);
}

.mobile-menu {
  text-align: center;
}

.mobile-menu-link {
  display: block;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 20px 0;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mobile-menu-link:hover {
  color: #ef4130;
}


.mobile-section.red {
  text-align: center;
}

.mobile-section.red .mobile-section-label,
.mobile-section.red .mobile-section-title,
.mobile-section.red .mobile-section-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mobile-section.red .mobile-section-text {
  max-width: 350px;
}

.mobile-carousel {
  display: flex;
  gap: 12px;
  padding: 0 20px;
  margin: 20px 0;
  overflow: hidden; /* important: no scrolling */
}

.mobile-carousel-item {
  flex: 1;
  height: 350px; 
  width: 187px;
}

.mobile-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#menum {
  text-align: center;
}

#menum .mobile-section-label,
#menum .mobile-section-title,
#menum .mobile-section-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#menum .mobile-section-text {
  max-width: 340px; /* keeps text readable on mobile */
}

#menum .mobile-buttons-row {
  justify-content: center;
}

.mobile-buttons-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.mobile-buttons-row .mobile-button {
  width: 220px;        /* same width for both */
  text-align: center;
}

.mobile-button {
  padding: 10px 30px;
}

.mobile-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-carousel-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 3.5s ease-in-out; /* slow dissolve */
}

.mobile-carousel-track img.active {
  opacity: 1;
  z-index: 1;
}

.mobile-food-arrows {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mobile-food-arrows > div {
  pointer-events: auto;
}

@media (max-width: 768px) {
  #carouselPrev {
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%);
  }

  #carouselNext {
    left: auto !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
}

.mobile-food-wrapper {
  position: relative;
}

.mobile-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  z-index: 20;
}

#visitm {
  text-align: center;
}

#visitm .mobile-section-label,
#visitm .mobile-section-title,
#visitm .mobile-section-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#visitm .mobile-section-text {
  max-width: 320px;
}

/* Center the buttons block */
#visitm > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* ABOUT images mobile section */
#aboutimgm {
  background: #ef4130;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* Image row */
#aboutimgm .aboutimgm-row {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  padding: 0 12px 16px;
}

/* Images */
#aboutimgm .aboutimgm-row img {
  width: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}