/* SALON OAXACA OVERRIDES 
   ======================
   Temporary !important flags will be removed
   after style.css is updated
*/

/* Modern navbar */
.ftco-navbar {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}
.navbar-nav .nav-link {
  padding: 10px 15px;
  transition: color 0.3s;
}
.navbar-nav .nav-link:hover {
  color: #f8b500 !important;
}
.language-toggle {
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
}

/* Social Icons */
.ftco-footer-social li a,
.ftco-footer-social li a:before,
.ftco-footer-social li a:after,
.ftco-footer-social li a i,
.ftco-footer-social li a span {
  color: #f8b500 !important;
  fill: #f8b500 !important;
  stroke: #f8b500 !important;
}
.ftco-footer-social li a:hover,
.ftco-footer-social li a:hover i {
  color: #d89c00 !important;
  fill: #d89c00 !important;
  stroke: #d89c00 !important;
  background: rgba(248,181,0,0.1) !important;
  transform: translateY(-3px) !important;
}

/* ======================
   FINAL FOOTER STYLES
   ====================== */
.ftco-footer {
  background: #f8f9fa !important;
  border-top: 1px solid rgba(0,0,0,0.05) !important;
  color: #333 !important;
  position: relative;
  z-index: 10;
}
.ftco-footer-widget h2 {
  font-size: 1.4rem;
  border-bottom: 2px solid #f8b500;
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  color: #333 !important;
}
.ftco-footer-widget p,
.ftco-footer-widget li,
.ftco-footer-widget span.text {
  color: #333 !important;
  line-height: 1.6;
}
.ftco-footer a:not(.ftco-footer-social a) {
  color: #333 !important;
  position: relative;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.ftco-footer a:not(.ftco-footer-social a):hover {
  color: #f8b500 !important;
}
.ftco-footer a:not(.ftco-footer-social a):after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #f8b500;
  transition: width 0.3s;
}
.ftco-footer a:not(.ftco-footer-social a):hover:after {
  width: 100%;
}
.ftco-footer .icon {
  color: #f8b500 !important;
  min-width: 25px;
  text-align: center;
}
.ftco-footer .block-23 li {
  transition: transform 0.3s ease;
  padding: 3px 0;
}
.ftco-footer .block-23 li:hover {
  transform: translateX(5px);
}
.ftco-footer-social {
  margin-top: 20px;
}
.ftco-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #333 !important;
  transition: all 0.3s ease;
}
.ftco-footer-social a:hover {
  background: rgba(248,181,0,0.1);
  color: #f8b500 !important;
  transform: translateY(-3px);
}
.ftco-footer-copyright {
  background: rgba(0,0,0,0.03);
  padding: 15px 0;
  margin-top: 40px;
  text-align: center;
}
.ftco-footer-copyright small {
  font-size: 0.9rem;
  color: #666 !important;
}

/* ======================
   ENHANCED MOBILE MENU 
   ====================== */
@media (max-width: 768px) {
  /* Footer adjustments */
  .ftco-footer-widget {
    margin-bottom: 2.5rem !important;
  }
  .ftco-footer-widget:last-child {
    margin-bottom: 0 !important;
  }
  .ftco-footer-social {
    justify-content: center;
  }
  
  /* Mobile menu container */
  .navbar-collapse {
    text-align: center;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.98) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
  }

  /* Centered expanding hover effect */
  .navbar-nav .nav-link {
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    padding: 1rem 2rem !important;
    margin: 0.5rem 0;
    display: inline-block;
    color: #fff !important;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: rgba(248, 181, 0, 0.15);
    transform: translateX(-50%);
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    z-index: -1;
    border-radius: 3px;
  }
  .navbar-nav .nav-link:hover:after {
    width: 100%;
  }
  .navbar-nav .nav-link:hover {
    color: #f8b500 !important;
  }

  /* Burger icon */
  .navbar-toggler {
    padding: 1.25rem;
  }
  .burger-box {
    width: 28px;
    height: 28px;
  }
  .burger-inner,
  .burger-inner::before,
  .burger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #f8b500;
  }
  .language-toggle {
    margin: 1.5rem auto 0;
    display: table;
    border-color: rgba(248, 181, 0, 0.3);
  }
.navbar-nav .nav-link:after {
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(248, 181, 0, 0.12) 50%,
    transparent 100%
  ); /* Gradient makes it feel more "breathing" */
}

.navbar-nav .nav-link {
  letter-spacing: 0.3px; /* Improves readability */
}

.navbar-collapse {
  padding: 1.5rem 0 2rem; /* Slightly more bottom space */
}
.navbar-collapse.show {
  border-top: 1px solid rgba(248, 181, 0, 0.3);
}
}
/* Burger Icon Animation */
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 10px;
  cursor: pointer;
}
.burger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.burger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.burger-inner, 
.burger-inner::before, 
.burger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s ease;
}
.burger-inner::before, 
.burger-inner::after {
  content: "";
  display: block;
}
.burger-inner::before {
  top: -8px;
}
.burger-inner::after {
  bottom: -8px;
}
.navbar-toggler[aria-expanded="true"] .burger-inner {
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .burger-inner::before {
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .burger-inner::after {
  transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggler:hover .burger-inner,
.navbar-toggler:hover .burger-inner::before,
.navbar-toggler:hover .burger-inner::after {
  background-color: #f8b500;
}
/* Override the loader colors */
#ftco-loader {
  background: rgba(0,0,0,0.9) !important; /* Dark overlay */
}

.loader {
  border: 3px solid rgba(248,181,0,0.1) !important; /* Gold fade */
  border-top: 3px solid #f8b500 !important; /* Gold */
  width: 40px !important;
  height: 40px !important;
  animation: spin 1s ease-in-out infinite !important;
}