

:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #ffffff;
  --heading-color: #ffffff;


  --footer-bg-color: #0d0d0d;
  --link-color: #eb8e24;
  --header-bg-color: #ffffff;
  --font-family: system-ui;
  --nav-link-color: #ffffff;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
      
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.116), rgba(0, 0, 0, 0.11)),
    url("/images/sushi-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

  
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
  
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}

h2, h3 {
  color: var(--heading-color) !important;
}



.content-area a {
  color: var(--link-color) !important;
  text-decoration: none !important;
}

.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}

  
  
      .sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}

.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}

.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}

.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}

.sidebar-page-list li a:hover {
  padding-left: 11px;
}
      .twitter-tweet {
  width: 279px !important;
}

.x {
  display: flex;
  justify-content: center;
}


.error_page {
  min-height: 70vh;
}


  .footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
}

.footer a {
  text-decoration: none;
  color: var(--link-color) !important;
}
.footer a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
  
.footer img {
        filter: brightness(0) invert(1);
      }

 .navbar {
  background-color: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;

}
.navbar.scrolled {
  background-color: var(--header-bg-color) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-section {
  padding: 155px 0 60px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}

.hero-section.gradient-bg {
  background: linear-gradient(135deg, var(--hero-gradient1), var(--hero-gradient2));
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

  
@media (max-width: 768px) {
  .hero-section {
    padding: 100px 0 30px;
  }
  
}
  .navbar-light .navbar-nav .nav-link {
    color: var(--nav-link-color, #141414) !important;
  }

  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
  /* Mobile nav */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(in srgb, var(--header-bg-color) 65%, transparent);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin: 7px 0;
  }

  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }

  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}


.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}

.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}

.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}

.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}

.dropdown.open .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }

  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}

            



.jp-dishes-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(242, 140, 40, 0.14), transparent 22%),
    radial-gradient(circle at 85% 15%, rgba(46, 125, 50, 0.16), transparent 20%),
    radial-gradient(circle at 50% 85%, rgba(255, 255, 255, 0.05), transparent 30%),
    linear-gradient(135deg, #162024 0%, #1f2a2e 45%, #182125 100%);
}

.jp-dishes-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.03) 45%, transparent 100%);
  pointer-events: none;
  animation: sectionShine 10s linear infinite;
}

.jp-dishes-section .container {
  position: relative;
  z-index: 2;
}

.glass-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
  z-index: 1;
}

.orb-one {
  width: 220px;
  height: 220px;
  top: 20px;
  left: -60px;
  background: radial-gradient(circle, rgba(242, 140, 40, 0.20), rgba(242, 140, 40, 0.02) 70%, transparent 100%);
  animation: floatOrb 8s ease-in-out infinite;
}

.orb-two {
  width: 260px;
  height: 260px;
  top: 35%;
  right: -80px;
  background: radial-gradient(circle, rgba(46, 125, 50, 0.18), rgba(46, 125, 50, 0.02) 70%, transparent 100%);
  animation: floatOrb 11s ease-in-out infinite reverse;
}

.orb-three {
  width: 180px;
  height: 180px;
  bottom: 30px;
  left: 35%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.02) 65%, transparent 100%);
  animation: pulseGlow 7s ease-in-out infinite;
}

.box-one {
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.box-one::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), transparent 30%, transparent 70%, rgba(242, 140, 40, 0.08));
  opacity: 0.9;
  pointer-events: none;
}

.box-one::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -20%;
  width: 60%;
  height: 300%;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 50%,
    transparent 100%
  );
  transform: rotate(25deg);
  animation: glassSweep 9s linear infinite;
  pointer-events: none;
}

.box-one:hover {
  transform: translateY(-8px);
  border-color: rgba(242, 140, 40, 0.35);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(242, 140, 40, 0.10);
}

.box-intro {
  margin-bottom: 2rem;
}

.jp-dishes-section h2,
.jp-dishes-section h3 {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.jp-dishes-section h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1rem;
}

.jp-dishes-section h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.jp-dishes-section p {
  color: #e8ecee;
  line-height: 1.85;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.jp-dishes-section p:last-child {
  margin-bottom: 0;
}

.box-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(242, 140, 40, 0.22), rgba(255, 255, 255, 0.10));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.20),
    0 0 18px rgba(242, 140, 40, 0.12);
  position: relative;
  z-index: 2;
}

.box-icon i {
  font-size: 2rem;
  color: #f28c28;
  text-shadow: 0 0 12px rgba(242, 140, 40, 0.25);
}

@keyframes floatOrb {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-18px) translateX(10px);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes glassSweep {
  0% {
    transform: translateX(-120%) rotate(25deg);
  }
  100% {
    transform: translateX(260%) rotate(25deg);
  }
}

@keyframes sectionShine {
  0% {
    transform: translateX(-30%);
    opacity: 0.35;
  }
  50% {
    transform: translateX(10%);
    opacity: 0.5;
  }
  100% {
    transform: translateX(35%);
    opacity: 0.35;
  }
}

@media (max-width: 991.98px) {
  .box-one {
    padding: 1.75rem 1.25rem 1.25rem;
  }

  .jp-dishes-section h3 {
    font-size: 1.45rem;
  }
}

@media (max-width: 575.98px) {
  .jp-dishes-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .box-icon {
    width: 64px;
    height: 64px;
  }

  .box-icon i {
    font-size: 1.7rem;
  }
}


.fancy-section {
  position: relative;
  padding: 40px 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.fancy-section::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(242, 140, 40, 0.10);
  filter: blur(40px);
  animation: floatOne 8s ease-in-out infinite;
}

.fancy-section::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(46, 125, 50, 0.08);
  filter: blur(50px);
  animation: floatTwo 10s ease-in-out infinite;
}

.fancy-section > * {
  position: relative;
  z-index: 2;
}

.fancy-section h2 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 20px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #fff;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  position: relative;
}

.fancy-section h2::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 8px;
  width: 70px;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(90deg, #f28c28, transparent);
}

.fancy-section h3 {
  display: flex;
  margin-top: 28px;
  margin-bottom: 14px;
  padding: 10px 16px;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: #fff;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid #f28c28;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.fancy-section p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.9;
  margin-bottom: 16px;
}

.fancy-section img {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.20);
}

@keyframes floatOne {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 15px);
  }
}

@keyframes floatTwo {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, -15px);
  }
}

@media (max-width: 768px) {
  .fancy-section {
    padding: 28px 18px;
  }

  .fancy-section h2,
  .fancy-section h3 {
    display: block;
  }
}



.styled-img {
  animation: sushiRotate 30s linear infinite;
  display: inline-block;
  transition: transform 0.4s ease;
}

.styled-img:hover {
  animation-play-state: paused;
  transform: scale(1.05);
}

@keyframes sushiRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


.sidebar-search-box {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.sidebar-search-box h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.sidebar-search-box input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  outline: none;
  margin-bottom: 10px;
}

.sidebar-search-box input::placeholder {
  color: rgba(255,255,255,0.6);
}

.sidebar-search-box button {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg,#f28c28,#e67e22);
  color: #fff;
  font-weight: 600;
  opacity: 0.7;
}


.screen {
  padding: 40px;
  border-radius: 25px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}

.screen-body {
  display: flex;
  gap: 40px;
  align-items: center;
}

.screen-body-item {
  flex: 1;
}

.screen-body-item.left {
  max-width: 300px;
}

.app-title h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 20px;
}

.app-contact p {
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

.app-form {
  display: flex;
  flex-direction: column;
}

.app-form-group {
  margin-bottom: 15px;
}

.app-form-control {
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  color: #fff;
  outline: none;
  transition: 0.3s;
}

.app-form-control::placeholder {
  color: rgba(255,255,255,0.6);
}

.app-form-control:focus {
  border-color: #f28c28;
  background: rgba(255,255,255,0.08);
}

.app-form-group.message .app-form-control {
  height: 100px;
}

.app-form-button {
  padding: 12px 20px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg,#f28c28,#e67e22);
  color: #fff;
  font-weight: 600;
  cursor: not-allowed;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .screen-body {
    flex-direction: column;
    gap: 20px;
  }

  .screen-body-item.left {
    max-width: 100%;
  }
}

.navbar-brand img {
  width: 350px;
  height: auto;
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    width: 140px;
  }
}


  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  