:root {
  --royal-blue: #0056a3;
  --white: #ffffff;
  --mustard-yellow: #ffc400;
  --light-yellow: #fff5b0;
  --orange-red: #f94144;
  --dark-gray: #2d2d2d;
  --banana-yellow: #ffe08f;
  --sky-blue: #1976d2;
  --korean-red: #dc143c;
  --korean-orange: #ff6b35;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.hero-section {
  background: var(--sky-blue);
  color: white;
  padding: 140px 0 60px 0;
  /* Increased bottom padding */
  text-align: center;
  position: relative;
  min-height: 200px;
  font-family: "Gowun Batang", serif;
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: 'Permanent Marker', cursive;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 40px 0;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  /* Remove extra margin-bottom */
}

.wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

.wave .shape-fill {
  fill: #ffcc00;
}

.section-title {
  font-family: 'Ultra', serif;
  text-align: center;
  font-size: 3.1rem;
  font-weight: 400;
  color: var(--royal-blue);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0 50px 0;
  position: relative;
  z-index: 2;
}

.menu-card {
  background: transparent;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 10px;
}

.menu-card img {
  width: 100%;
  max-width: 200px;
  height: 250px;
  object-fit: contain;
  margin-bottom: 20px;
}

.menu-card h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.menu-card .calories {
  color: #888;
  font-size: 1.1rem;
  font-weight: 400;
}

.pyramid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.pyramid-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.pyramid-row-1 {
  max-width: 200px;
}

.pyramid-row-2 {
  max-width: 800px;
}

.pyramid-row-3 {
  max-width: 1100px;
}

.corn-dog-item {
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
  padding: 20px;
}

.corn-dog-item:hover {
  transform: translateY(-10px);
}

.corn-dog-section {
  position: relative;
}

.corn-dog-card {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
  transition: all 0.3s ease;
}

.corn-dog-card:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.corn-dog-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 2;
}

.corn-dog-item {
  text-align: center;
  margin-bottom: 40px;
}

.item-name {
  font-family: 'Jua', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.item-description {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

.best-seller-tag {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--korean-red);
  color: white;
  padding: 5px 10px;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(220, 20, 60, 0.3);
}

.order-btn {
  background: var(--korean-red);
  border: none;
  color: white;
  padding: 18px 50px;
  font-family: 'Jua', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
  margin: 60px 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
  position: relative;
  overflow: hidden;
}

.order-btn::before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  transition: left 0.3s ease;
}

.order-btn:hover::before {
  left: 15px;
}

.order-btn:hover {
  background: var(--korean-orange);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
  padding-left: 70px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.icon-svg {
  width: 60px;
  height: 60px;
  fill: var(--korean-red);
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.floating-icon {
  position: absolute;
  font-size: 2rem;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.floating-icon:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.floating-icon:nth-child(2) {
  top: 20%;
  right: 15%;
  animation-delay: 2s;
}

.floating-icon:nth-child(3) {
  bottom: 30%;
  left: 20%;
  animation-delay: 4s;
}

.floating-icon:nth-child(4) {
  bottom: 10%;
  right: 10%;
  animation-delay: 1s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Special effects for premium items */
.premium-glow {
  position: relative;
}

.premium-glow::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(
    45deg,
    var(--mustard-yellow),
    var(--korean-orange)
  );
  border-radius: 50%;
  z-index: -1;
  opacity: 0.3;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.2rem;
  }

  .section-title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }

  .section-title::before,
  .section-title::after {
    display: none;
  }

  .corn-dog-card {
    width: 120px;
    height: 120px;
  }

  .pyramid-container {
    gap: 20px;
  }

  .pyramid-row {
    gap: 15px;
    max-width: 100% !important;
  }

  .pyramid-row-1,
  .pyramid-row-2,
  .pyramid-row-3 {
    max-width: 100%;
  }

  .pyramid-row-1 {
    width: 100%;
    justify-content: space-around;
  }

  .pyramid-row-2 {
    width: 100%;
    justify-content: space-around;
  }

  .pyramid-row-3 {
    width: 100%;
    justify-content: space-around;
  }

  .corn-dog-card {
    width: 120px;
    height: 120px;
  }

  .item-name {
    font-size: 1rem;
  }

  .wave {
    display: none;
  }

  .wave svg {
    display: none;
  }

  .wave .shape-fill {
    display: none;
  }

  .menu-separator {
    margin: 40px auto;
  }

  .separator-text {
    font-size: 1.3rem;
  }

  .separator-text::before,
  .separator-text::after {
    display: none; /* Hide emojis on mobile */
  }

  .sweet-corndogs-container {
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .pyramid-container {
    gap: 20px;
  }

  .corn-dog-card {
    width: 100px;
    height: 100px;
  }

  .pyramid-row {
    gap: 15px;
  }

  .order-btn {
    padding: 15px 35px;
    font-size: 1rem;
  }
  .separator-text {
    font-size: 1.5rem !important;
  }

  .sweet-corndogs-container {
    gap: 20px;
  }

  .hero-section {
    padding: 90px 0 20px 0 !important; 
  }

  .hero-section h1 {
    font-size: 1.5rem !important; 
    font-family: "Gowun Batang", serif !important; 
    letter-spacing: 2px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .corn-dog-card {
    width: 100px;
    height: 100px;
  }

  .menu-card img {
    height: 200px;
  }

  .sides-card img {
    height: 150px;
  }

  .menu-section {
    padding: 0 10px;
  }
}

.best-seller-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff6b35;
  color: white;
  padding: 8px 15px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu-section {
  padding: 40px 20px;
  position: relative;
  background-image: url('../public/corndogs_img/_corn-dog-1920-1778-w\ \(2\).png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.sides-card {
  background: transparent;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
}

.sides-card img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}

.sides-card h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.sides-card .calories {
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
}

#wrapper {
  position: relative;
  background-color: #ffcc00;
  padding: 0;
  min-height: 100vh;
  margin-top: -1px;
}

#wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5);  */
  z-index: 2;
}

#wrapper > * {
  position: relative;
  z-index: 3;
}

.kong-background {
  position: absolute;
  top: 15%;
  right: 20px;
  /* Positions on right side */
  transform: translateY(-50%);
  z-index: 1;
}

.kong-background img {
  width: 250px;
  height: auto;
  opacity: 0.8;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-section h1 {
    font-size: 3rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .kong-background {
    right: 10px;
  }

  .kong-background img {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .hero-section {
    padding: 120px 0 50px 0;
  }

  .hero-section h1 {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }

  .section-title {
    font-size: 2.2rem;
    margin: 60px 0 40px 0;
  }

  .corn-dog-card {
    width: 150px;
    height: 150px;
  }

  .section-title {
    font-size: 3rem;
    letter-spacing: 3px;
  }

  .corn-dog-card {
    width: 140px;
    height: 140px;
  }

  .pyramid-row {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  #wrapper {
    border: 1px solid transparent;
  }
  .hero-section {
    padding: 100px;
  }

  .hero-section h1 {
    font-size: 3rem;
    letter-spacing: 1px;
  }

  .section-title {
    font-size: 1.8rem;
    margin: 50px 0 30px 0;
  }

  .corn-dog-card {
    width: 120px;
    height: 120px;
  }

  .menu-card h5 {
    font-size: 1.3rem;
  }

  .menu-card .calories {
    font-size: 1rem;
  }

  .sides-card h5 {
    font-size: 1.5rem;
  }

  .sides-card .calories {
    font-size: 1.1rem;
  }

  .order-btn {
    padding: 15px 35px;
    font-size: 1rem;
  }

  .kong-background {
    display: none;
  }

  .pyramid-row-1 {
    max-width: 400px !important;
  }
}


@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 1.2rem;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .order-btn {
    padding: 12px 25px;
    font-size: 0.9rem;
  }

}

.navbar {
  background: var(--white) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  transition: all 0.3s ease;
}

.navbar-brand img {
  height: 70px;
  width: 150px;
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.navbar-nav .nav-link {
  color: var(--dark-gray) !important;
  font-weight: 600;
  margin: 0 15px;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--royal-blue) !important;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -5px;
  left: 50%;
  background: var(--mustard-yellow);
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
  left: 0;
}

.navbar .nav-item .nav-link.active {
  font-weight: 700;
  color: var(--royal-blue) !important;
}

.btn-order {
  background: var(--orange-red) !important;
  color: var(--white) !important;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(249, 65, 68, 0.3);
}

.btn-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(249, 65, 68, 0.4);
}

.footer {
  background: var(--dark-gray);
  color: var(--white);
  padding: 50px 0 20px;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer h5 {
  color: var(--mustard-yellow);
  margin-bottom: 20px;
  font-weight: 700;
}

.footer a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--mustard-yellow);
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: var(--royal-blue);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: var(--mustard-yellow);
  color: var(--royal-blue);
  transform: translateY(-3px);
}

/* Separator Line Styling */
.menu-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 60px auto;
  max-width: 800px;
  padding: 0 20px;
}

.separator-line {
  flex: 1;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent,
    var(--royal-blue),
    transparent
  );
  border-radius: 2px;
}

.separator-text {
  font-family: 'Ultra', serif;
  font-size: 1.8rem;
  color: var(--royal-blue);
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 0 10px;
  position: relative;
}

.separator-text::before,
.separator-text::after {
  content: '🍫';
  position: absolute;
  font-size: 1.5rem;
}

.separator-text::before {
  left: -30px;
}

.separator-text::after {
  right: -30px;
}

/* Sweet Corndogs Container */
.sweet-corndogs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 2;
}
