.tabitem {
  text-shadow: 0px 2px 3px rgba(0,0,0,0.51);
  font-family: 'Arbutus Slab';
  font-weight: bold;
  color: #ffffff!important;
  background: #8f7e65!important;
  border-radius: 0px!important;
}

.tabitem.active {
  background: linear-gradient(82deg, #d2af55, rgb(227,205,150) 79%, rgb(211,176,87) 100%)!important;
}

.btn-home {
  border: none;
  background: #fec542;
}
.rotate-img {
  transition: opacity 0.3s ease-in-out;
}
#mediaGallery {
  transition: opacity 0.5s ease-in-out;
}
.gallery-img {
  transition: opacity 0.5s ease-in-out;
}
[data-type="video"] {
  position: relative;
  display: block;
}
[data-type="video"]::after {
  content: "▶";
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.btn-home:hover {
  box-shadow: 0px 3px 3px 0px black;
  border: none;
  background: #e8c389;
}

.btn-home-outline {
  color: #eed4a0;
  border: 1px solid #eed4a0;
}

.btn-home-outline:hover {
  color: #eed4a0;
  border: 1px dashed;
  background: rgba(180,126,17,0.58);
}

.nav-link {
  font-size: 20px;
  font-family: 'Abel';
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

/* Fade override */

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transform: scale(1);
}

.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
  animation: zoomIn 10s ease forwards;
}

/* Zoom-in keyframes */

@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

/* Optional: make sure images cover properly */

.carousel-item img {
  object-fit: cover;
  height: 100vh;
}

/* LuxeLash Studio Text Logo Styles */
.logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.logo-main {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #d4af37;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: none;
}

.logo-main .capital-l {
  text-transform: uppercase;
}

.logo-subtitle {
  font-family: 'Abel', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #d4af37;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

/* Navbar logo size */
.navbar .logo-text {
  flex-direction: column;
  align-items: center;
}

.navbar .logo-main {
  font-size: 1.75rem;
}

.navbar .logo-subtitle {
  font-size: 0.65rem;
  margin-top: 0.15rem;
}

/* Welcome section logo size */
.welcome-logo .logo-main {
  font-size: 3.5rem;
}

.welcome-logo .logo-subtitle {
  font-size: 0.9rem;
}

/* Services page logo size */
.services-logo .logo-main {
  font-size: 2rem;
}

.services-logo .logo-subtitle {
  font-size: 0.7rem;
}

/* Anthony Vince lockup: Welcome to + ANTHONY VINCE + NAIL Spa */
.logo-welcome-to {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.18em;
  text-transform: none;
}

.logo-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.12;
}

.logo-brand-primary {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: #b8963d;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.logo-brand-secondary {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #b8963d;
  margin-top: 0.4rem;
  display: inline-block;
}

.logo-brand-nail {
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.logo-brand-spa {
  margin-left: 0.35em;
  letter-spacing: 0.12em;
  font-size: 0.92em;
  text-transform: none;
}

/* Navbar: compact lockup */
.navbar-logo-brand .logo-brand-primary {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.05;
}

.navbar-logo-brand .logo-brand-secondary {
  font-size: 0.62rem;
  margin-top: 0.2rem;
}

.navbar-logo-brand .logo-brand-spa {
  font-size: 1em;
}

/* Welcome hero: large */
.welcome-logo .logo-brand-primary {
  font-size: clamp(2rem, 6vw, 3.5rem);
  letter-spacing: 0.14em;
}

.welcome-logo .logo-brand-secondary {
  font-size: clamp(1rem, 2.8vw, 1.55rem);
  margin-top: 0.45rem;
}

/* Services page menu header */
.services-logo .logo-brand-primary {
  font-size: 2rem;
  letter-spacing: 0.12em;
}

.services-logo .logo-brand-secondary {
  font-size: 1rem;
  margin-top: 0.35rem;
}

