/* Font override - Playfair Display */
body,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
.mbr-fonts-style,
.mbr-text,
.mbr-section-title,
.nav-link,
.navbar-nav,
.form-control,
h1, h2, h3, h4, h5, h6,
p, a, span, li {
  font-family: 'Playfair Display', serif !important;
}

/* Custom button styles - minimal border radius */

/* Base button radius override */
.btn,
.btn-sm,
.btn-md,
.btn-lg {
  border-radius: 6px !important;
}

/* Section buttons */
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 6px !important;
}

/* Gallery filter buttons */
.mbr-gallery-filter li a {
  border-radius: 6px !important;
}

/* Navigation tabs */
.nav-tabs .nav-link {
  border-radius: 6px !important;
}

/* Form buttons */
.mbr-form .input-group-btn a.btn,
.mbr-form .input-group-btn button[type="submit"],
.mbr-form .btn,
.btn-form {
  border-radius: 6px !important;
}

/* Navbar buttons */
.navbar-buttons .btn {
  border-radius: 6px !important;
}

/* Card buttons */
.card .btn {
  border-radius: 6px !important;
}

/* All anchor buttons */
a.btn {
  border-radius: 6px !important;
}

/* All button elements */
button.btn {
  border-radius: 6px !important;
}

/* Hide ElectricBlaze Instagram feed advertisement/branding - ONLY the ad, not the feed */
.elb-widgets .elb-branding,
.elb-widgets .elb-powered,
a[href*="electricblaze.com"],
a[title*="Remove This Ad"],
a[title*="Embedded Instagram Feed"],
.elb-remove-ad,
.elb-ad-link,
.elb-widgets > a,
#eb-instagram-feed-5 > a,
[class*="electricblaze"] > a,
a[style*="background"][style*="yellow"],
a[style*="#f"],
.elb-widgets a[href*="electricblaze"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
}

/* Instagram feed - dark theme with particles */
#eb-instagram-feed-5,
.elb-widgets {
  background: #1a1a1a !important;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  min-height: 300px;
}

/* Particles container */
.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 8s ease-in-out infinite;
}

@keyframes particleFloat {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0);
  }
  10% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    transform: translateY(-100vh) scale(1);
  }
}

[class*="electricblaze-id"],
[class*="electricblaze-id"] > div {
  position: relative;
  z-index: 1;
}

/* Instagram feed cards - force dark background */
.elb-widgets div,
.elb-widgets span,
.elb-widgets p,
.elb-widgets article,
.elb-widgets section,
.elb-widgets figure,
.elb-widgets figcaption,
[class*="electricblaze-id"] div,
[class*="electricblaze-id"] span,
[class*="electricblaze-id"] p,
[class*="electricblaze-id"] article,
[class*="electricblaze-id"] figure,
[class*="electricblaze-id"] figcaption {
  background: #1a1a1a !important;
  background-color: #1a1a1a !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Instagram feed text - force white */
.elb-widgets div,
.elb-widgets span,
.elb-widgets p,
.elb-widgets a,
.elb-widgets figcaption,
[class*="electricblaze-id"] div,
[class*="electricblaze-id"] span,
[class*="electricblaze-id"] p,
[class*="electricblaze-id"] a:not([href*="instagram.com"]),
[class*="electricblaze-id"] figcaption {
  color: #ffffff !important;
}

/* Instagram feed "Prikaži više" button */
.elb-widgets button,
.elb-widgets .elb-load-more,
.elb-widgets [class*="load"],
.elb-widgets [class*="more"],
.elb-widgets input[type="button"],
.elb-widgets input[type="submit"],
[class*="electricblaze-id"] button {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  padding: 0.7rem 1.5rem !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  cursor: pointer;
  transition: all 0.3s ease !important;
}

.elb-widgets button:hover,
.elb-widgets .elb-load-more:hover,
[class*="electricblaze-id"] button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #ffffff !important;
}


/* Fix white square overlay on images - hide or style properly */
.elb-widgets [class*="overlay"],
.elb-widgets [class*="hover"],
[class*="electricblaze-id"] [class*="overlay"],
[class*="electricblaze-id"] [class*="hover"] {
  background: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.elb-widgets figure:hover [class*="overlay"],
.elb-widgets figure:hover [class*="hover"],
[class*="electricblaze-id"] figure:hover [class*="overlay"],
[class*="electricblaze-id"] figure:hover [class*="hover"] {
  opacity: 1 !important;
}


/* ============================================
   MODERN HERO SECTION
   ============================================ */

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Hero section container */
.hero-modern {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Background image */
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Dark overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/* Hero content */
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6rem 0 4rem;
}

/* Hero title */
.hero-title {
  font-size: 3rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  white-space: nowrap;
}

/* Larger screens - bigger title */
@media (min-width: 1400px) {
  .hero-title {
    font-size: 3.5rem !important;
  }
}

@media (min-width: 1900px) {
  .hero-title {
    font-size: 4rem !important;
  }
}

/* Hero text */
.hero-text {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 700px;
}

/* Hero button - outlined style like example */
.hero-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 0.95rem !important;
  font-weight: 500;
  color: #ffffff !important;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Playfair Display', serif;
}

.hero-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
}

.hero-btn .fa {
  margin-right: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-modern {
    min-height: 100vh;
  }

  .hero-title {
    font-size: 2.5rem !important;
    white-space: normal;
  }

  .hero-text {
    font-size: 1rem !important;
  }
}

@media (max-width: 575px) {
  .hero-modern {
    min-height: 100vh;
  }

  .hero-content {
    padding: 5rem 0 3rem;
  }

  .hero-title {
    font-size: 2rem !important;
  }

  .hero-text {
    font-size: 0.95rem !important;
  }

  .hero-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem !important;
  }
}

/* Fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title {
  animation: fadeInUp 0.8s ease-out;
}

.hero-text {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-btn {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Enhanced button hover states for all buttons */
.btn {
  transition: all 0.3s ease !important;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

/* Navigation improvements */
.navbar-dropdown {
  transition: all 0.3s ease;
}

.navbar-dropdown.navbar-fixed-top {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Navbar logo - responsive */
.navbar-logo img {
  height: 35px !important;
  width: auto !important;
}

@media (min-width: 992px) {
  .navbar-logo img {
    height: 42px !important;
  }
}

@media (min-width: 1400px) {
  .navbar-logo img {
    height: 50px !important;
  }
}

/* Dropdown menu styling - consistent across all pages */
.navbar .dropdown-menu {
  background: rgba(10, 10, 10, 0.95) !important;
  border: 1px solid rgba(249, 226, 175, 0.2) !important;
  border-radius: 4px !important;
  padding: 8px 0 !important;
  margin-top: 5px !important;
  min-width: 220px !important;
}

.navbar .dropdown-item {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease !important;
  background: transparent !important;
}

.navbar .dropdown-item:hover {
  background: rgba(249, 226, 175, 0.1) !important;
  color: #f9e2af !important;
}

.navbar .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  border-top-color: rgba(255, 255, 255, 0.7);
}

/* Navbar layout - center menu */
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    flex-grow: 1 !important;
    justify-content: center !important;
  }

  .navbar .navbar-nav {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .navbar .navbar-buttons {
    margin-left: auto !important;
  }
}

/* Navbar - compact Open Sans font */
.navbar-nav .nav-link {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  padding: 0.5rem 0.4rem !important;
  margin: 0 0.3rem !important;
  white-space: nowrap;
  color: #ffffff !important;
  transition: color 0.3s ease, transform 0.2s ease !important;
}

.navbar-nav .nav-link:hover {
  color: #f9e2af !important;
}

/* More spacing on larger screens */
@media (min-width: 1400px) {
  .navbar-nav .nav-link {
    font-size: 0.8rem !important;
    margin: 0 0.5rem !important;
  }
}

@media (min-width: 1900px) {
  .navbar-nav .nav-link {
    font-size: 0.85rem !important;
    margin: 0 0.8rem !important;
  }
}

/* Navbar buttons - compact */
.navbar-buttons .btn {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  padding: 0.35rem 0.6rem !important;
  white-space: nowrap;
}

.navbar-buttons .btn .mbr-iconfont {
  font-size: 0.75rem !important;
  margin-right: 0.25rem !important;
}

/* Menu section - transparent background */
section.menu,
section.menu1,
.restaurantm4_menu1 {
  background: transparent !important;
  background-color: transparent !important;
}

/* Navbar background with blur effect - always visible */
nav.navbar.navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Ensure blur works on scroll */
.navbar-dropdown.navbar-fixed-top,
.navbar.navbar-expand-lg.navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.nav-link:hover {
  transform: translateX(3px);
}

/* Footer section subtle improvements */
.dinerm4_footer01 {
  position: relative;
}

.dinerm4_footer01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 226, 175, 0.4), transparent);
}

/* Footer fonts - match header (Open Sans) */
.dinerm4_footer01 .mbr-section-title,
.dinerm4_footer01 h3,
.dinerm4_footer01 h4,
.dinerm4_footer01 .mbr-text,
.dinerm4_footer01 p,
.dinerm4_footer01 a,
.footer01 .mbr-section-title,
.footer01 h3,
.footer01 p,
.footer01 a,
#social-buttons1-19 p,
#social-buttons1-19 a {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.dinerm4_footer01 .mbr-section-title,
.dinerm4_footer01 h3 {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.dinerm4_footer01 .mbr-text,
.dinerm4_footer01 p {
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  line-height: 1.6;
}

#social-buttons1-19 p {
  font-size: 0.8rem !important;
  font-weight: 500 !important;
}

/* Social buttons hover effect */
#social-buttons1-19 a {
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}

#social-buttons1-19 a:hover {
  transform: translateY(-3px);
}

#social-buttons1-19 a span.mbr-iconfont {
  transition: transform 0.3s ease;
}

#social-buttons1-19 a:hover span.mbr-iconfont {
  transform: scale(1.2);
}

/* Gallery items hover effect */
.mbr-gallery-item {
  transition: transform 0.3s ease;
}

.mbr-gallery-item:hover {
  transform: scale(1.02);
  z-index: 1;
}

.mbr-gallery-item img {
  transition: filter 0.3s ease;
}

.mbr-gallery-item:hover img {
  filter: brightness(1.05);
}

/* Contact form improvements */
.mbr-form .form-control {
  transition: all 0.3s ease;
  border: 1px solid rgba(249, 226, 175, 0.3) !important;
}

.mbr-form .form-control:focus {
  border-color: #f9e2af !important;
  box-shadow: 0 0 0 2px rgba(249, 226, 175, 0.1) !important;
}

/* Submit button pulse animation */
@keyframes subtlePulse {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 4px 20px rgba(249, 226, 175, 0.2);
  }
}

.btn-form {
  animation: subtlePulse 3s ease-in-out infinite;
}

.btn-form:hover {
  animation: none;
  box-shadow: 0 6px 20px rgba(249, 226, 175, 0.3) !important;
}

/* Scroll to top button improvements */
.scrollToTop {
  display: none !important;
}

/* A'Roma Logo Scroll Button */
.aroma-scroll-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.aroma-scroll-btn.visible {
  opacity: 1;
  visibility: visible;
}

.aroma-scroll-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.3s ease;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.aroma-scroll-btn:hover img {
  filter: drop-shadow(0 4px 12px rgba(249, 226, 175, 0.4));
  transform: scale(1.1);
}

/* Rotated for scroll down */
.aroma-scroll-btn.scroll-down img {
  transform: rotate(180deg);
}

.aroma-scroll-btn.scroll-down:hover img {
  transform: rotate(180deg) scale(1.1);
}

/* ============================================
   MENU CATEGORY TABS - CLEAN SIMPLE STYLE
   ============================================ */

/* Simple clean tabs */
.restaurantm4_tabs1 .nav-tabs,
.tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0.6rem;
  border-bottom: none !important;
  margin-bottom: 1.5rem !important;
  padding: 0 1rem;
}

/* Nav link - clean minimal style */
.restaurantm4_tabs1 .nav-tabs .nav-link,
.tabs .nav-tabs .nav-link {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.2s ease !important;
}

/* Hover */
.restaurantm4_tabs1 .nav-tabs .nav-link:hover,
.tabs .nav-tabs .nav-link:hover {
  color: rgba(255, 255, 255, 0.9) !important;
  border-bottom-color: rgba(249, 226, 175, 0.4) !important;
}

/* Active */
.restaurantm4_tabs1 .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link.active {
  color: #f9e2af !important;
  border-bottom-color: #f9e2af !important;
  font-weight: 600 !important;
}

/* Mobile: Vertical list */
@media (max-width: 767px) {
  .restaurantm4_tabs1 .nav-tabs,
  .tabs .nav-tabs {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
  }

  .restaurantm4_tabs1 .nav-tabs .nav-link,
  .tabs .nav-tabs .nav-link {
    text-align: left;
    padding: 0.8rem 1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-left: 3px solid transparent !important;
  }

  .restaurantm4_tabs1 .nav-tabs .nav-item:last-child .nav-link,
  .tabs .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: none !important;
  }

  .restaurantm4_tabs1 .nav-tabs .nav-link.active,
  .tabs .nav-tabs .nav-link.active {
    background: rgba(249, 226, 175, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-left-color: #f9e2af !important;
  }
}

/* ============================================
   MENU ITEMS STYLING
   ============================================ */

/* Wider container for menu pages */
.restaurantm4_tabs1 .container {
  max-width: 1400px !important;
}

@media (min-width: 1600px) {
  .restaurantm4_tabs1 .container {
    max-width: 1600px !important;
  }
}

/* Menu item card layout adjustments */
.card-box .row {
  flex-wrap: nowrap !important;
}

.card-box .col-md-8 {
  flex: 1 1 auto !important;
  max-width: none !important;
}

.card-box .col-md-4 {
  flex: 0 0 auto !important;
  width: auto !important;
}

/* Menu item title - more prominent, single line */
.card-box h3.mbr-text,
.card-box .mbr-text {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px;
  margin-bottom: 0.3rem !important;
  color: #f9e2af !important;
  white-space: nowrap;
}

/* Menu item price */
.card-box .mbr-price {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  white-space: nowrap;
  padding-left: 0.5rem !important;
}

/* Menu item description/ingredients - subtle separation */
.card-box .mbr-desc,
.card-box p.mbr-desc {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  font-style: normal;
  opacity: 0.75;
  margin-top: 0.4rem !important;
  padding-top: 0.4rem !important;
  border-top: 1px solid rgba(249, 226, 175, 0.15);
  line-height: 1.5;
  letter-spacing: 0.2px;
}

/* ============================================
   HIDE REGISTRACIJA/ODJAVA BUTTONS
   (Temporarily hidden - remove this to show again)
   ============================================ */
.navbar-buttons {
  display: none !important;
}

/* ============================================
   GLOBAL SEARCH
   ============================================ */

/* Search Toggle Button in Navbar */
.search-toggle {
  background: transparent;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.search-toggle .fa {
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease;
}

.search-toggle:hover .fa {
  color: #f9e2af;
}

@media (max-width: 991px) {
  .search-toggle {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
}

/* Search Modal Overlay */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.97);
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 15vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-modal.active {
  opacity: 1;
  visibility: visible;
}

/* Search Modal Content */
.search-modal-content {
  width: 90%;
  max-width: 600px;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 100000;
}

.search-modal.active .search-modal-content {
  transform: translateY(0);
}

/* Search Header */
.search-header {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #1a1a1a;
  border: 1px solid rgba(249, 226, 175, 0.3);
  border-radius: 8px;
  padding: 5px 5px 5px 20px;
  position: relative;
  z-index: 100001;
}

/* Search Input */
#searchInput {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0;
}

#searchInput::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#searchInput:focus {
  outline: none;
}

/* Search Close Button */
.search-close {
  background: rgba(249, 226, 175, 0.1);
  border: none;
  color: #f9e2af;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.search-close:hover {
  background: rgba(249, 226, 175, 0.2);
}

/* Search Results */
.search-results {
  margin-top: 15px;
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(249, 226, 175, 0.3) transparent;
}

.search-results::-webkit-scrollbar {
  width: 6px;
}

.search-results::-webkit-scrollbar-track {
  background: transparent;
}

.search-results::-webkit-scrollbar-thumb {
  background: rgba(249, 226, 175, 0.3);
  border-radius: 3px;
}

/* Search Result Item */
.search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(249, 226, 175, 0.1);
  border-radius: 6px;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.search-result-item:hover {
  background: rgba(249, 226, 175, 0.08);
  border-color: rgba(249, 226, 175, 0.3);
  transform: translateX(5px);
}

.search-result-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.search-result-name {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.search-result-category {
  color: #f9e2af;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}

.search-result-category .fa {
  font-size: 10px;
  margin-right: 4px;
}

.search-result-price {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.search-result-price small {
  font-size: 10px;
  font-weight: 300;
  opacity: 0.7;
}

/* Search Hint & No Results */
.search-hint,
.search-no-results {
  text-align: center;
  padding: 30px 20px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.search-no-results .fa {
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
  opacity: 0.3;
}

.search-more-results {
  text-align: center;
  padding: 15px;
  color: rgba(249, 226, 175, 0.6);
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .search-modal {
    padding-top: 10vh;
  }

  .search-modal-content {
    width: 95%;
  }

  .search-header {
    padding: 3px 3px 3px 15px;
  }

  #searchInput {
    font-size: 14px;
    padding: 12px 0;
  }

  .search-close {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .search-result-item {
    padding: 12px 15px;
  }

  .search-result-name {
    font-size: 14px;
  }

  .search-result-price {
    font-size: 14px;
  }
}
