/**
* Template Name: Restaurantly
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --primary-color: #8B7355; /* Marrón suave */
  --primary-light: #A89276; /* Marrón más claro */
  --primary-dark: #6B5842; /* Marrón más oscuro */
  --accent-color: #D4A574; /* Dorado suave/beige */
  --text-dark: #4A4A4A; /* Gris oscuro para textos */
  --text-light: #6B6B6B; /* Gris medio */
  --bg-white: #FFFFFF;
  --bg-cream: #FAF8F5; /* Crema suave */
  --bg-light: #F8F6F3; /* Beige muy claro */
}

[data-theme="dark"] {
  --primary-color: #D4A574; /* Dorado más prominente en oscuro */
  --primary-light: #E5B885; /* Dorado claro */
  --primary-dark: #B89256; /* Dorado oscuro */
  --accent-color: #F4D4A4; /* Dorado muy claro */
  --text-dark: #E8E8E8; /* Gris muy claro para textos */
  --text-light: #B8B8B8; /* Gris claro */
  --bg-white: #1A1A1A; /* Negro suave */
  --bg-cream: #252525; /* Gris muy oscuro */
  --bg-light: #2A2A2A; /* Gris oscuro */
}

body {
  font-family: "Open Sans", sans-serif;
  background: var(--bg-white);
  color: var(--text-dark);
  transition: background-color 0.3s ease, color 0.3s ease;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: var(--primary-color);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--bg-white);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--bg-light);
  border-top-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Theme Toggle Button
--------------------------------------------------------------*/
.theme-toggle {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 996;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--bg-cream);
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.theme-toggle.active {
  opacity: 1;
  visibility: visible;
}

.theme-toggle:hover {
  background: var(--primary-color);
  color: var(--bg-white);
  transform: scale(1.1) rotate(15deg);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.theme-toggle i {
  transition: transform 0.3s ease;
}

.theme-toggle:hover i {
  transform: rotate(360deg);
}

[data-theme="dark"] .theme-toggle {
  background: var(--bg-cream);
  border-color: var(--accent-color);
  color: var(--accent-color);
}

[data-theme="dark"] .theme-toggle:hover {
  background: var(--accent-color);
  color: var(--bg-white);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid var(--primary-color);
  background: var(--bg-white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.back-to-top i {
  font-size: 28px;
  color: var(--primary-color);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--primary-color);
  color: var(--bg-white);
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 45px;
  font-size: 13px;
  transition: all 0.5s;
  z-index: 996;
  background: linear-gradient(90deg, 
    rgba(212, 165, 116, 0.05) 0%, 
    rgba(212, 165, 116, 0.1) 50%, 
    rgba(212, 165, 116, 0.05) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 165, 116, 0.15);
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] #topbar {
  background: linear-gradient(90deg, 
    rgba(212, 165, 116, 0.08) 0%, 
    rgba(212, 165, 116, 0.15) 50%, 
    rgba(212, 165, 116, 0.08) 100%);
  border-bottom: 1px solid rgba(212, 165, 116, 0.3);
}

#topbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(212, 165, 116, 0.1), 
    transparent);
  animation: shimmer 8s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

#topbar.topbar-scrolled {
  top: -45px;
}

#topbar .container {
  height: 100%;
  display: flex;
  align-items: center;
}

#topbar .contact-info {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

#topbar .contact-info > div {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0 15px;
}

#topbar .contact-info > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: linear-gradient(to bottom, 
    transparent, 
    var(--accent-color), 
    transparent);
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

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

#topbar .contact-info i:hover {
  color: var(--primary-color);
  transform: scale(1.1);
  animation: none;
}

#topbar .contact-info i span {
  padding-left: 10px;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

/* Responsive para móvil */
@media (max-width: 768px) {
  #topbar {
    height: 40px;
    padding: 0;
    background: linear-gradient(135deg, 
      rgba(250, 248, 245, 0.98) 0%, 
      rgba(248, 246, 243, 0.98) 100%);
  }
  
  #topbar::before {
    display: none;
  }
  
  #topbar .contact-info {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: center;
  }
  
  #topbar .contact-info > div {
    padding: 0;
  }
  
  #topbar .contact-info > div::after {
    display: none;
  }
  
  #topbar .contact-info i {
    font-size: 14px;
    animation: none;
  }
  
  #topbar .contact-info i span {
    font-size: 11px;
    padding-left: 5px;
    font-weight: 500;
  }
  
  #header {
    top: 40px;
  }
  
  #header.header-scrolled {
    top: 0;
  }
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--primary-color);
}

#topbar .languages ul a {
  color: var(--text-dark);
}

#topbar .languages ul li+li {
  padding-left: 10px;
}

#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--text-light);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(180, 160, 140, 0.95);
  border-bottom: 1px solid rgba(139, 115, 85, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 997;
  padding: 15px 0;
  top: 45px;
  backdrop-filter: blur(10px);
  border-radius: 30px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 85%;
  animation: slideDown 0.8s ease-out;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] #header {
  background: rgba(26, 26, 26, 0.95);
  border-bottom: 1px solid rgba(212, 165, 116, 0.3);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

@keyframes slideDown {
  0% {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

#header.header-scrolled {
  top: 10px;
  background: rgba(180, 160, 140, 0.98);
  border-bottom: 1px solid rgba(139, 115, 85, 0.2);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  max-width: 800px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  animation: none;
}

[data-theme="dark"] #header.header-scrolled {
  background: rgba(26, 26, 26, 0.98);
  border-bottom: 1px solid rgba(212, 165, 116, 0.3);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: var(--primary-color);
}

#header .logo {
  position: relative;
  display: inline-block;
}

#header .logo img {
  max-height: 65px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}






@media (max-width: 991px) {
  #header {
    margin: 0 10px;
    width: calc(100% - 20px);
    border-radius: 0 0 20px 20px;
  }
  
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #FFFFFF;
  border-radius: 50px;
  padding: 10px 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.book-a-table-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.book-a-table-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #FFFFFF;
  color: #FFFFFF;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.2),
    inset 0 0 20px rgba(255, 255, 255, 0.1);
}

.book-a-table-btn:hover::before {
  width: 300px;
  height: 300px;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
  
  #header {
    width: 95%;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  #header {
    max-width: 100%;
    width: 100%;
    left: 0;
    transform: translateX(0);
    border-radius: 0 0 20px 20px;
    margin: 0;
    animation: mobileSlideDown 0.6s ease-out;
  }
  
  #header.header-scrolled {
    top: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: translateX(0);
    border-radius: 0 0 20px 20px;
    margin: 0;
    animation: none;
  }
  
  #header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@keyframes mobileSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 5px;
}

.navbar li {
  position: relative;
  animation: fadeInUp 0.6s ease-out backwards;
}

.navbar li:nth-child(1) { animation-delay: 0.1s; }
.navbar li:nth-child(2) { animation-delay: 0.2s; }
.navbar li:nth-child(3) { animation-delay: 0.3s; }
.navbar li:nth-child(4) { animation-delay: 0.4s; }
.navbar li:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modern separator dots */
.navbar li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #FFFFFF;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

/* Glowing text effect */
.navbar a::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  opacity: 0;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.navbar a:hover::before {
  opacity: 1;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover {
  color: #FFFFFF;
  transform: translateY(-2px) scale(1.05);
  text-shadow: 
    1px 1px 3px rgba(0, 0, 0, 0.3),
    0 0 15px rgba(255, 255, 255, 0.5);
}

.navbar .active,
.navbar .active:focus {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  backdrop-filter: blur(10px);
  box-shadow: 
    inset 0 0 20px rgba(255, 255, 255, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--bg-white);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border-radius: 8px;
  border: 1px solid rgba(139, 115, 85, 0.1);
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: var(--text-dark);
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--primary-color);
  background: var(--bg-cream);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--primary-color);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(139, 115, 85, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid var(--primary-color);
  align-items: center;
  justify-content: center;
}

.mobile-nav-toggle:hover {
  background: var(--primary-color);
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: flex;
  }

  .navbar ul {
    display: none;
  }
  
  #navbar.navbar-mobile {
    position: fixed !important;
    overflow: hidden !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    background: rgba(180, 160, 140, 0.98) !important;
    transition: 0.3s;
    z-index: 9999 !important;
    backdrop-filter: blur(10px);
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    display: block !important;
  }
  
  [data-theme="dark"] #navbar.navbar-mobile {
    background: rgba(26, 26, 26, 0.98) !important;
  }
  
  #navbar.navbar-mobile ul {
    display: block !important;
    position: absolute !important;
    top: 80px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
    padding: 30px !important;
    border-radius: 20px !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    overflow-y: auto !important;
    transition: 0.3s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
  }
  
  [data-theme="dark"] #navbar.navbar-mobile ul {
    background-color: rgba(42, 42, 42, 0.95) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4) !important;
  }
}

#navbar.navbar-mobile .mobile-nav-toggle {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--primary-color) !important;
  z-index: 10000 !important;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 15px 20px;
  font-size: 18px;
  color: var(--primary-color);
  display: block;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
  background: var(--primary-color);
  transform: translateX(10px);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #c1a469;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../../img/bg10.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  display: inline-block;
  font-style: italic;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

/* Modern animated title */
#hero h1 span {
  font-family: "Bodoni Moda", serif;
  font-size: 76px;
  font-weight: 900;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  display: inline-block;
  color: #D4A574;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  margin-left: 10px;
}

@keyframes shine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* Optional glow effect on hover */
#hero h1 span {
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

#hero h1 span:hover {
  color: #E5B885;
  text-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(212, 165, 116, 0.5);
}

@keyframes pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.02); }
}

/* Decorative wave elements for MONAI */
#hero h1 span::before,
#hero h1 span::after {
  content: "";
  position: absolute;
  height: 3px;
  background: linear-gradient(90deg, transparent, #D4A574, #E5B885, #D4A574, transparent);
  animation: slideIn 3s ease-in-out infinite;
  left: -10%;
  right: -10%;
}

#hero h1 span::before {
  top: -10px;
}

#hero h1 span::after {
  bottom: -10px;
  animation-delay: 1.5s;
}

@keyframes slideIn {
  0% { 
    transform: translateX(-100%) scaleX(0.5);
    opacity: 0;
  }
  50% { 
    transform: translateX(0) scaleX(1);
    opacity: 1;
  }
  100% { 
    transform: translateX(100%) scaleX(0.5);
    opacity: 0;
  }
}

/* Welcome text animation */
#hero h1 {
  overflow: hidden;
}

#hero h1::first-line {
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  0% { 
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  background: transparent;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: var(--primary-color);
  color: var(--bg-white);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 115, 85, 0.3);
}

#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--primary-color) 50%, rgba(139, 115, 85, 0.2) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(139, 115, 85, 0.2);
}

#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #c1a469;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1366px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
  
  #hero h1 {
    font-size: 38px;
    line-height: 46px;
  }
  
  #hero h1 span {
    font-size: 56px;
    letter-spacing: 4px;
    font-weight: 700;
  }
}

@media (max-width: 575px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  
  #hero h1 span {
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 700;
  }
  
  /* Hide wave effects on small mobile */
  #hero h1 span::before,
  #hero h1 span::after {
    display: none;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }

  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: var(--bg-cream);
}

[data-theme="dark"] .section-bg {
  background-color: var(--bg-light);
}

.section-title {
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-light);
  font-family: "Poppins", sans-serif;
  opacity: 0;
  position: relative;
  display: inline-block;
}

.section-title.animated h2 {
  animation: fadeInDown 0.8s ease-out forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-title h2::after {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title.animated h2::after {
  animation: expandLine 1s ease-out 0.5s forwards;
}

@keyframes expandLine {
  to {
    width: 120px;
  }
}

.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: var(--primary-color);
  opacity: 0;
  position: relative;
  display: inline-block;
}

.section-title.animated p {
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Efecto hover para los títulos principales */
.section-title p {
  transition: all 0.3s ease;
}

.section-title p:hover {
  transform: scale(1.05);
  color: var(--accent-color);
  text-shadow: 2px 2px 10px rgba(212, 165, 116, 0.3);
}

/* Decoración animada */
.section-title::before {
  content: "✦";
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-color);
  font-size: 24px;
  opacity: 0.3;
  animation: float 3s ease-in-out infinite;
}

.section-title::after {
  content: "✦";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-color);
  font-size: 24px;
  opacity: 0.3;
  animation: float 3s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(-50%) translateX(10px) rotate(180deg);
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: var(--bg-light);
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../../img/about-bg-1.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

[data-theme="dark"] .about:before {
  background: rgba(0, 0, 0, 0.75);
}

.about .about-img {
  position: relative;
  transition: 0.5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 5px solid #c1a469;
  border-top: 5px solid #c1a469;
  transition: 0.5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 5px solid #c1a469;
  border-bottom: 5px solid #c1a469;
  transition: 0.5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content {
  position: relative;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--primary-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  transition: all ease-in-out 0.3s;
  background: var(--bg-white);
  border: 1px solid rgba(212, 165, 116, 0.2);
  border-radius: 10px;
}

[data-theme="dark"] .why-us .box {
  background: var(--bg-cream);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(212, 165, 116, 0.2);
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent-color);
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: var(--primary-color);
}

.why-us .box p {
  color: var(--text-dark);
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: var(--primary-color);
  padding: 30px 30px 70px 30px;
  box-shadow: 0 15px 30px rgba(139, 115, 85, 0.15);
  transform: translateY(-10px);
  border-color: rgba(212, 165, 116, 0.5);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: var(--bg-white);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 40px 0;
}

/* Service Card Styles */
.service-card {
  background: var(--bg-white);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(139, 115, 85, 0.15);
}

.service-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: var(--bg-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--primary-color);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
  transform: translateY(0);
}

.service-content {
  padding: 30px;
}

.service-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

.service-content p {
  color: var(--text-dark);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border: 2px solid var(--primary-color);
  border-radius: 30px;
}

.service-link:hover {
  background: var(--primary-color);
  color: var(--bg-white);
  transform: translateX(5px);
}

.service-link i {
  transition: transform 0.3s ease;
}

.service-link:hover i {
  transform: translateX(5px);
}

.service-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.service-catalog {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--text-dark);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px 15px;
}

.service-catalog:hover {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .service-actions {
    flex-direction: column;
  }
  
  .service-link {
    width: 100%;
    justify-content: center;
  }
}

/* Old menu styles (keeping for compatibility) */
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: "Playfair Display", serif;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #c1a469;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

/* Modern Service Cards with existing HTML structure */
.menu-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 40px 0;
}

.menu .menu-item {
  background: var(--bg-white);
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.menu .menu-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(139, 115, 85, 0.15);
}

.menu .menu-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  margin: 0;
  float: none;
  border: none;
  display: block;
  transition: transform 0.5s ease;
}

.menu .menu-item:hover .menu-img {
  transform: scale(1.05);
}

.menu .menu-content {
  padding: 25px 30px 15px 30px;
  margin-left: 0;
  overflow: visible;
  display: block;
  position: relative;
}

.menu .menu-content::after {
  display: none;
}

.menu .menu-content a {
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-color);
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.menu .menu-content a:hover {
  color: var(--primary-dark);
}

.menu .menu-content span {
  background: transparent;
  position: relative;
  z-index: 3;
  padding: 0;
  font-weight: 600;
  color: var(--accent-color);
  float: right;
}

.menu .menu-content span a.btn-menu {
  font-size: 13px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 5px 15px;
  border-radius: 20px;
  margin-left: 10px;
  transition: all 0.3s;
  font-weight: 500;
}

.menu .menu-content span a.btn-menu:hover {
  background: var(--primary-color);
  color: var(--bg-white);
  transform: scale(1.05);
}

.menu .menu-ingredients {
  padding: 0 30px 25px 30px;
  margin-left: 0;
  font-style: normal;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

/* Add decorative elements */
.menu .menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  transform: scaleX(0);
  transition: transform 0.5s ease;
  transform-origin: left;
}

.menu .menu-item:hover::before {
  transform: scaleX(1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .menu-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .menu-container {
    grid-template-columns: 1fr;
  }
  
  .menu .menu-item {
    margin-bottom: 20px;
  }
  
  .menu .menu-img {
    height: 180px;
  }
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: var(--text-dark);
  border-radius: 0;
  border-right: 2px solid var(--primary-color);
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: var(--primary-color);
}

.specials .nav-link.active {
  color: var(--bg-white);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.specials .nav-link:hover {
  border-color: #c1a469;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.specials .details p {
  color: var(--text-dark);
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #c1a469;
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #c1a469;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #c1a469;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c1a469;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #c1a469;
  border-top-color: #1a1814;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: #c1a469;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type=submit] {
  background: #c1a469;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c1a469;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding: 80px 0;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .gallery {
  background: var(--bg-white);
}

.gallery .row {
  margin-left: -15px;
  margin-right: -15px;
}

.gallery .col-lg-3,
.gallery .col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%; /* Mantiene proporción cuadrada */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.gallery .gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(139, 115, 85, 0.15);
  z-index: 10;
}

.gallery .gallery-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.gallery .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery .gallery-item:hover img {
  transform: scale(1.08);
}

/* Add a subtle gradient overlay on hover */
.gallery .gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(139, 115, 85, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.gallery .gallery-item:hover::after {
  opacity: 1;
}


/* Modern text overlay */
.gallery .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

.gallery .gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery .gallery-overlay h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}

.gallery .gallery-overlay p {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  margin: 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease 0.2s;
}

.gallery .gallery-item:hover .gallery-overlay h4,
.gallery .gallery-item:hover .gallery-overlay p {
  transform: translateY(0);
  opacity: 1;
}

/* Sparkle effect */
.gallery .gallery-item .sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: sparkle 1s ease-in-out infinite;
}

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

.gallery .gallery-item:hover .sparkle {
  opacity: 1;
}

.gallery .gallery-item .sparkle:nth-child(1) { top: 20%; left: 20%; animation-delay: 0s; }
.gallery .gallery-item .sparkle:nth-child(2) { top: 80%; left: 80%; animation-delay: 0.5s; }
.gallery .gallery-item .sparkle:nth-child(3) { top: 30%; left: 70%; animation-delay: 1s; }

/* Responsive adjustments */
@media (max-width: 575px) {
  .gallery {
    padding: 40px 0;
  }
  
  /* Hide all items except first 4 on mobile */
  .gallery .col-lg-3:nth-child(n+5) {
    display: none;
  }
  
  /* Disable complex hover effects on mobile */
  .gallery .gallery-item:hover {
    transform: none;
  }
  
  .gallery .gallery-overlay {
    transform: translateY(0);
    padding: 20px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  }
  
  .gallery .gallery-overlay h4,
  .gallery .gallery-overlay p {
    transform: translateY(0);
    opacity: 1;
  }
  
  .gallery .gallery-overlay h4 {
    font-size: 18px;
  }
  
  .gallery .gallery-overlay p {
    font-size: 13px;
  }
  
  /* Remove sparkles on mobile */
  .gallery .sparkle {
    display: none;
  }
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: #c1a469;
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding: 80px 0;
  background: #f8f8f8;
}

[data-theme="dark"] .contact {
  background: var(--bg-white);
}

.contact .section-title p {
  /* Mantener solo el color personalizado, heredar el resto */
}

.contact-wrapper {
  margin-top: 40px;
}

/* Map Styling */
.map-container {
  height: 400px;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.map-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 70%, rgba(248, 248, 248, 0.9) 100%);
  pointer-events: none;
  z-index: 1;
}

.map-container iframe,
.map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(60%) sepia(40%) hue-rotate(30deg) saturate(0.8) contrast(0.95) brightness(1.05);
  transition: filter 0.5s ease;
}

.map-container:hover iframe,
.map-container:hover .map-iframe {
  filter: grayscale(40%) sepia(35%) hue-rotate(30deg) saturate(1) contrast(1) brightness(1.05);
}

/* Modo oscuro para el mapa */
[data-theme="dark"] .map-iframe,
[data-theme="dark"] .map-container iframe {
  filter: grayscale(80%) invert(90%) sepia(20%) hue-rotate(180deg) saturate(0.8) contrast(0.85) brightness(0.9);
}

[data-theme="dark"] .map-container:hover .map-iframe,
[data-theme="dark"] .map-container:hover iframe {
  filter: grayscale(60%) invert(90%) sepia(30%) hue-rotate(180deg) saturate(1) contrast(0.9) brightness(0.95);
}

/* Map card overlay */
.map-card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 25px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  z-index: 2;
  max-width: 280px;
  transition: all 0.3s ease;
}

[data-theme="dark"] .map-card {
  background: rgba(42, 42, 42, 0.95);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(212, 165, 116, 0.2);
}

.map-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.map-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.map-card p {
  font-size: 14px;
  color: var(--text-dark);
  margin-bottom: 15px;
  line-height: 1.6;
}

.map-card p i {
  color: var(--primary-color);
  margin-right: 5px;
}

.map-directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-color);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.map-directions:hover {
  background: var(--primary-dark);
  transform: translateX(5px);
  color: white;
}

/* Responsive map adjustments */
@media (max-width: 767px) {
  .map-container {
    height: 300px;
    margin-bottom: 30px;
  }
  
  .map-card {
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: none;
    padding: 20px;
  }
  
  .map-card h4 {
    font-size: 16px;
  }
  
  .map-card p {
    font-size: 13px;
  }
}

/* Contact Form Styling */
.contact-form-wrapper {
  background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(139, 115, 85, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

[data-theme="dark"] .contact-form-wrapper {
  background: linear-gradient(135deg, var(--bg-cream) 0%, var(--bg-light) 100%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.contact-form-wrapper::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.05) 0%, transparent 70%);
  animation: rotateGradient 20s linear infinite;
  pointer-events: none;
}

@keyframes rotateGradient {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.contact-form-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(139, 115, 85, 0.15);
}

.contact-form-wrapper h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 1;
}

[data-theme="dark"] .contact-form-wrapper h3 {
  color: var(--accent-color);
}

.form-subtitle {
  color: var(--text-light);
  margin-bottom: 40px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

/* Floating Labels */
.contact .form-floating {
  position: relative;
  margin-bottom: 25px;
}

.contact .form-floating .form-control {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid transparent;
  border-radius: 15px;
  padding: 1.625rem 1.25rem 0.625rem 1.25rem;
  height: calc(3.5rem + 2px);
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

[data-theme="dark"] .contact .form-floating .form-control {
  background: rgba(42, 42, 42, 0.8);
  border: 2px solid rgba(212, 165, 116, 0.2);
  color: var(--text-dark);
}

.contact .form-floating .form-control:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(212, 165, 116, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(139, 115, 85, 0.1);
}

.contact .form-floating label {
  padding: 1rem 1.25rem;
  color: var(--text-light);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.contact .form-floating .form-control:focus {
  box-shadow: 0 8px 25px rgba(139, 115, 85, 0.15);
  border-color: var(--primary-color);
  background: #fff;
  transform: translateY(-2px);
}

.contact .form-floating .form-control:focus ~ label,
.contact .form-floating .form-control:not(:placeholder-shown) ~ label {
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 600;
}

/* Add icons to form fields */
.contact .form-floating::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "bootstrap-icons";
  font-size: 20px;
  color: var(--primary-light);
  z-index: 3;
  pointer-events: none;
  transition: all 0.3s;
}

.contact .form-floating:nth-child(1)::before { content: "\F4DA"; } /* person icon */
.contact .form-floating:nth-child(2)::before { content: "\F32F"; } /* envelope icon */
.contact .form-floating:nth-child(3)::before { content: "\F4E7"; } /* pencil icon */
.contact .form-floating:nth-child(4)::before { content: "\F119"; } /* chat icon */

.contact .form-floating:focus-within::before {
  color: var(--primary-color);
  transform: translateY(-50%) scale(1.2) rotate(10deg);
}

/* Submit Button */
.btn-submit {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: #fff;
  border: none;
  padding: 18px 50px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(139, 115, 85, 0.3);
}

.btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn-submit:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 40px rgba(139, 115, 85, 0.4);
}

.btn-submit:hover::before {
  left: 100%;
}

.btn-submit i {
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-submit:hover i {
  transform: translateX(5px) rotate(45deg);
}

/* Add pulsing animation on focus */
.btn-submit:focus {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 5px 25px rgba(139, 115, 85, 0.3); }
  50% { box-shadow: 0 5px 35px rgba(139, 115, 85, 0.5); }
  100% { box-shadow: 0 5px 25px rgba(139, 115, 85, 0.3); }
}

/* Contact Info Cards */
.contact-info-wrapper {
  padding-left: 30px;
}

.info-card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s;
}

[data-theme="dark"] .info-card {
  background: var(--bg-cream);
  border: 1px solid rgba(212, 165, 116, 0.2);
}

.info-card:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.info-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s;
}

.info-icon i {
  font-size: 20px;
  color: #c1a469;
}

.info-card:hover .info-icon {
  background: #c1a469;
}

.info-card:hover .info-icon i {
  color: #fff;
}

.info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1814;
}

[data-theme="dark"] .info-content h4 {
  color: var(--text-dark);
}

.info-content p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

[data-theme="dark"] .info-content p {
  color: var(--text-light);
}

.info-content a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

[data-theme="dark"] .info-content a {
  color: var(--text-light);
}

.info-content a:hover {
  color: #c1a469;
}

/* Map Container */
.map-container {
  margin-bottom: 60px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* reCAPTCHA Styling */
.g-recaptcha {
  transform: scale(0.95);
  transform-origin: 0 0;
}

/* Textarea special styling */
.contact .form-floating textarea.form-control {
  min-height: 150px;
  padding-top: 1.625rem;
  resize: none;
}

/* Valid/Invalid states */
.contact .form-floating .form-control:valid {
  border-color: rgba(40, 167, 69, 0.3);
}

.contact .form-floating .form-control:valid ~ label {
  color: #28a745;
}

.contact .form-floating .form-control:valid + .valid-feedback {
  display: block;
}

/* Message Styles */
.contact .message {
  padding: 20px;
  border-radius: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  animation: slideInUp 0.5s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact .message.success {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  border: 2px solid #b1dfbb;
  box-shadow: 0 5px 20px rgba(40, 167, 69, 0.2);
}

.contact .message.success::before {
  content: "✓";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #28a745;
  color: white;
  border-radius: 50%;
  line-height: 30px;
  margin-right: 10px;
  font-weight: bold;
}

.contact .message.error {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
  color: #721c24;
  border: 2px solid #f1b0b7;
  box-shadow: 0 5px 20px rgba(220, 53, 69, 0.2);
}

.contact .message.error::before {
  content: "✕";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  line-height: 30px;
  margin-right: 10px;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-form-wrapper {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  
  .contact-info-wrapper {
    padding-left: 0;
  }
  
  .info-card {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .contact-form-wrapper {
    padding: 30px 20px;
  }
  
  .contact-form-wrapper h3 {
    font-size: 24px;
  }
  
  .btn-submit {
    width: 100%;
    justify-content: center;
  }
  
  .map-container {
    height: 300px;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Cookie Banner
--------------------------------------------------------------*/
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 9998;
  display: none;
  animation: slideUp 0.5s ease-out;
  max-width: 500px;
  margin: 0 auto;
}

[data-theme="dark"] .cookie-banner {
  background: rgba(42, 42, 42, 0.98);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(212, 165, 116, 0.2);
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cookie-text {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.cookie-text i {
  font-size: 24px;
  color: var(--accent-color);
  flex-shrink: 0;
}

.cookie-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dark);
}

.cookie-link {
  color: var(--primary-color);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.cookie-link:hover {
  color: var(--primary-dark);
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.cookie-accept {
  background: var(--primary-color);
  color: white;
}

.cookie-accept:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 115, 85, 0.3);
}

.cookie-settings {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.cookie-settings:hover {
  background: var(--primary-color);
  color: white;
}

/* Cookie Modal */
.cookie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  animation: fadeIn 0.3s ease-out;
}

.cookie-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 20px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
}

[data-theme="dark"] .cookie-modal-content {
  background: var(--bg-cream);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(212, 165, 116, 0.2);
}

@keyframes modalSlideIn {
  from {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.cookie-modal-header {
  padding: 25px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-modal-header h3 {
  margin: 0;
  color: var(--primary-color);
  font-size: 24px;
}

.cookie-close {
  background: none;
  border: none;
  font-size: 30px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: 1;
}

.cookie-close:hover {
  color: var(--primary-color);
}

.cookie-modal-body {
  padding: 25px;
}

.cookie-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cookie-option:last-child {
  border-bottom: none;
}

.cookie-option-info h4 {
  margin: 0 0 5px;
  font-size: 16px;
  color: var(--primary-color);
}

.cookie-option-info p {
  margin: 0;
  font-size: 13px;
  color: var(--text-light);
}

/* Toggle Switch */
.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-toggle input[type="checkbox"] {
  display: none;
}

.cookie-toggle label {
  position: relative;
  width: 50px;
  height: 26px;
  background: #ddd;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cookie-toggle label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-toggle input[type="checkbox"]:checked + label {
  background: var(--accent-color);
}

.cookie-toggle input[type="checkbox"]:checked + label::after {
  transform: translateX(24px);
}

.cookie-toggle input[type="checkbox"]:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Always On Badge */
.cookie-always-on {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(212, 165, 116, 0.1);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.cookie-always-on i {
  font-size: 16px;
}

.cookie-modal-footer {
  padding: 25px;
  border-top: 1px solid #eee;
  text-align: center;
}

.cookie-save {
  background: var(--primary-color);
  color: white;
  padding: 12px 30px;
}

.cookie-save:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 115, 85, 0.3);
}

/* Responsive */
@media (max-width: 576px) {
  .cookie-banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
  }
  
  .cookie-text {
    flex-direction: column;
    text-align: center;
  }
  
  .cookie-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cookie-btn {
    width: 100%;
  }
  
  .cookie-option {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-transition {
  background: #f8f8f8;
  margin-top: -1px;
}

[data-theme="dark"] .footer-transition {
  background: var(--bg-white);
}

.footer-wave {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: -5px;
  animation: waveMotion 6s ease-in-out infinite;
}

.footer-wave-path {
  fill: #B4A08C;
  transition: fill 0.3s ease;
}

[data-theme="dark"] .footer-wave-path {
  fill: #8B7355;
}

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

#footer {
  background: #B4A08C;
  padding: 40px 0 40px 0;
  color: var(--text-dark);
  font-size: 14px;
  position: relative;
  overflow: hidden;
  animation: fadeIn 1s ease-out;
}

#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  animation: shimmer 8s ease-in-out infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

#footer .footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(139, 115, 85, 0.25);
  position: relative;
  z-index: 1;
}

#footer .footer-section {
  animation: fadeInUp 0.4s ease-out backwards;
}

#footer .footer-section:nth-child(1) { animation-delay: 0.05s; }
#footer .footer-section:nth-child(2) { animation-delay: 0.1s; }
#footer .footer-section:nth-child(3) { animation-delay: 0.15s; }
#footer .footer-section:nth-child(4) { animation-delay: 0.2s; }

#footer .footer-section h4 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-section h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #D4A574;
  transition: width 0.15s ease;
}

#footer .footer-section:hover h4::after {
  width: 60px;
}

#footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 0;
  transition: all 0.15s ease;
}

#footer .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.15s ease;
}

#footer .footer-links a i {
  font-size: 12px;
  margin-right: 8px;
  color: #D4A574;
  transition: all 0.15s ease;
}

#footer .footer-links a:hover {
  color: #FFFFFF;
  padding-left: 10px;
}

#footer .footer-links a:hover i {
  transform: translateX(5px);
}

#footer .footer-brand h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Bodoni Moda", serif;
  animation: slideInLeft 0.4s ease-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  display: inline-block;
}

/* Animated underline */
#footer .footer-brand h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #D4A574, #E5B885, #D4A574);
  animation: expandWidth 0.8s ease-out 0.3s forwards;
}

@keyframes expandWidth {
  to { width: 100%; }
}

#footer .footer-tagline {
  font-size: 15px;
  color: #FFFFFF;
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: slideInLeft 0.4s ease-out 0.1s backwards;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-left: 30px;
}

/* Sparkle effect before tagline */
#footer .footer-tagline::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #D4A574;
  font-size: 20px;
  animation: sparkle 1s ease-in-out infinite;
}

@keyframes sparkle {
  0%, 100% { opacity: 0.5; transform: translateY(-50%) scale(1) rotate(0deg); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.2) rotate(180deg); }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#footer .footer-social {
  margin-top: 20px;
}

#footer .footer-contact p {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--text-dark);
  transition: all 0.15s ease-out;
}

#footer .footer-contact p:last-child {
  margin-bottom: 0;
}

#footer .footer-contact p:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

#footer .footer-contact i {
  font-size: 16px;
  color: var(--primary-color);
  margin-right: 10px;
  width: 20px;
}

#footer .footer-social {
  display: flex;
  gap: 15px;
}

#footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #5C4A3B;
  color: #5C4A3B;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: bounceIn 0.3s ease-out backwards;
}

#footer .footer-social a:nth-child(1) { animation-delay: 0.2s; }
#footer .footer-social a:nth-child(2) { animation-delay: 0.25s; }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#footer .footer-social a:hover {
  background: #5C4A3B;
  border-color: #5C4A3B;
  color: #FFFFFF;
  transform: translateY(-5px) rotate(360deg);
  box-shadow: 0 8px 20px rgba(92, 74, 59, 0.3);
}

#footer .footer-bottom {
  text-align: center;
  padding-top: 30px;
}

#footer .footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: var(--text-light);
  letter-spacing: 0.5px;
}

/* Responsive Footer Styles */
@media (max-width: 991px) {
  #footer {
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  #footer .footer-info {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  
  #footer .footer-contact {
    width: 100%;
  }
  
  #footer .footer-contact p {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  #footer .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  
  #footer .footer-section h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  #footer .footer-brand h3 {
    font-size: 28px;
  }
  
  #footer .footer-contact p {
    font-size: 13px;
    justify-content: center;
  }
  
  #footer .footer-social {
    justify-content: center;
  }
  
  #footer .footer-social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  #footer .footer-links a {
    justify-content: center;
  }
}



.message {
    padding: 10px; /* Añade algo de espacio */
    border-radius: 5px; /* Bordes redondeados */
    font-weight: bold; 
}

.success {
    background-color: green; /* Fondo verde */
    color: white; /* Texto blanco */
}

.error {
    background-color: red; /* Fondo rojo */
    color: white; /* Texto blanco */
}

/*--------------------------------------------------------------
# Secondary Pages Styles
--------------------------------------------------------------*/
/* Hero section for secondary pages */
.secondary-page #hero {
  height: 70vh;
  min-height: 500px;
}

.secondary-page #hero .container {
  padding-top: 110px;
}

.secondary-page #hero h1 {
  font-size: 48px;
  line-height: 58px;
}

.secondary-page #hero h1 span {
  font-size: 66px;
}

.secondary-page #hero h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .secondary-page #hero {
    height: 60vh;
    min-height: 450px;
  }
  
  .secondary-page #hero .container {
    padding-top: 90px;
  }
  
  .secondary-page #hero h1 {
    font-size: 38px;
    line-height: 46px;
  }
  
  .secondary-page #hero h1 span {
    font-size: 48px;
  }
  
  .secondary-page #hero h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

/* Menu items improvement */
.menu-item {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.menu-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.menu-item .menu-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.menu-item .menu-content {
  text-align: center;
  margin-bottom: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-item .menu-content a {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s;
}

.menu-item .menu-content span {
  color: var(--primary-color);
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.menu-item .menu-ingredients {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-top: auto;
}

.menu-item .menu-ingredients strong {
  display: block;
  margin-bottom: 10px;
  color: #333;
}

.menu-item ul {
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}

.menu-item ul li {
  margin-bottom: 8px;
  color: #555;
}

/* Improved gallery items */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-overlay h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}

.gallery-overlay p {
  font-size: 14px;
  margin: 0;
}

/* Enhanced menu items for services pages */
.menu-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0.5px;
}

.menu-item .price {
  font-size: 18px;
  color: #D4A574;
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(212, 165, 116, 0.1);
  border-radius: 20px;
  margin-top: 5px;
}

.menu-item .service-details {
  margin-top: 20px;
}

.menu-item .service-list {
  list-style: none;
  padding-left: 0;
}

.menu-item .service-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.menu-item .service-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #D4A574;
  font-weight: bold;
  font-size: 16px;
}

.menu-item .duration {
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-top: 15px;
}

.menu-item .duration i {
  margin-right: 5px;
  color: var(--primary-color);
}

.menu-item .info-note {
  font-size: 14px;
  color: #666;
  background: rgba(139, 115, 85, 0.05);
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 10px;
}

.menu-item .info-note i {
  margin-right: 5px;
  color: var(--primary-color);
}

/* Featured menu item */
.menu-item-featured {
  background: linear-gradient(135deg, #fff 0%, rgba(212, 165, 116, 0.05) 100%);
}

.menu-item-featured .menu-img-featured {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .menu-item h3 {
    font-size: 20px;
  }
  
  .menu-item .price {
    font-size: 16px;
  }
  
  .menu-item .service-list li {
    font-size: 14px;
  }
  
  .menu-item-featured .row {
    text-align: center;
  }
  
  .menu-item-featured .menu-img-featured {
    margin-bottom: 20px;
  }
}

/* Dark mode styles for secondary pages */
[data-theme="dark"] .secondary-page .menu-item {
  background: rgba(42, 42, 42, 0.95);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .secondary-page .menu-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .secondary-page .menu-item h3 {
  color: #E5B885;
}

[data-theme="dark"] .secondary-page .menu-item .price {
  color: #D4A574;
  background: rgba(212, 165, 116, 0.2);
}

[data-theme="dark"] .secondary-page .menu-item .menu-ingredients p {
  color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .secondary-page .menu-item .menu-ingredients strong {
  color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .secondary-page .menu-item .service-list li {
  color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .secondary-page .menu-item .duration,
[data-theme="dark"] .secondary-page .menu-item .info-note {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(139, 115, 85, 0.15);
}

[data-theme="dark"] .secondary-page .menu-item-featured {
  background: linear-gradient(135deg, rgba(42, 42, 42, 0.95) 0%, rgba(212, 165, 116, 0.1) 100%);
}

[data-theme="dark"] .secondary-page #manicuras,
[data-theme="dark"] .secondary-page #pedicuras {
  background: #1a1a1a;
}

[data-theme="dark"] .secondary-page .gallery {
  background: #121212;
}

[data-theme="dark"] .secondary-page .section-title h2,
[data-theme="dark"] .secondary-page .section-title p {
  color: #E5B885;
}

/* Special dark mode for advice section */
[data-theme="dark"] .secondary-page .menu-item h5 {
  color: #D4A574;
}
