@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    
}
html{
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}
body{
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}
#font-1{
    font-family: "Oswald", sans-serif;
    font-family: "Dancing Script", cursive;
}
ul{
    margin: 0;
    padding: 0;
}
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999;
}

#loading-image {
    z-index: 100;
}

/*<!---------HEADER START--------->*/
.navbar-brand1{
    text-align: center;
}
.navbar-brand img{
    width: 100px;
}
/*.bg-navi{
    background: #1a1a1a;
}*/
.nac-d{
    position: relative;
    z-index: 99999;
}
.nav-link{
    text-transform: uppercase !important;
    color: #000000 !Important;
    font-family: 'Oswald', sans-serif;
    font-size: 16px !important;
    padding: 0 !important;
    margin-right: 35px !important;

}
.nav-link:hover{
    color: #d4af37 !Important;
}



/* ===== TOP BAR CSS ===== */
/* Zovala Gear - Minimal Slick Design */
/* Place this in your stylesheet (separate from HTML) */

.zovala-topbar {
  background: #0a0a0a;
  color: #ffffff;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

/* Left section */
.topbar-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .topbar-left {
    justify-content: flex-start;
  }
}

.brand-name {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 2.5px;
  color: #ffffff;
}

.tagline {
  font-size: 0.65rem;
  color: #888;
  letter-spacing: 1.5px;
  font-weight: 300;
  text-transform: uppercase;
}

/* Divider */
.topbar-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-block;
  margin: 0 0.75rem;
}

/* Center - Text Slider (One slide at a time) */
.topbar-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
  overflow: hidden;
}

.slider-container {
  position: relative;
  height: 24px;
  width: 100%;
  /*max-width: 400px;*/
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #e8e0d0;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  transform: translateY(0);
}

.slide.exit {
  opacity: 0;
  transform: translateY(-15px);
}

/* Right - Social Icons */
.topbar-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .topbar-right {
    justify-content: flex-end;
  }
}

.social-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: all 0.25s ease;
  color: #777;
  font-size: 0.8rem;
  text-decoration: none;
}

.social-icon:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
  text-decoration: none;
}

.social-icon i {
  line-height: 1;
}

/* Responsive */
@media (max-width: 575.98px) {
  .topbar-row {
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
  }

  .topbar-left {
    justify-content: center;
    width: 100%;
  }

  .topbar-center {
    width: 100%;
    padding: 0.1rem 0;
  }

  .slider-container {
    max-width: 100%;
    height: 22px;
  }

  .slide {
    font-size: 0.6rem;
    letter-spacing: 1.5px;
  }

  .topbar-right {
    width: 100%;
    justify-content: center;
  }

  .brand-name {
    font-size: 0.7rem;
    letter-spacing: 2px;
  }

  .topbar-divider {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .topbar-left {
    justify-content: flex-start;
  }

  .topbar-center {
    justify-content: flex-end;
  }

  .slider-container {
    max-width: 280px;
  }

  .topbar-right {
    justify-content: flex-end;
  }
}


/* ===== NAVIGATION BAR CSS ===== */
/* Zovala Gear - Premium Navigation (No Bootstrap) */
/* Place this in your stylesheet */

/* ===== NAVIGATION BAR ===== */
.zv-main-nav {
  background: #0a0a0a;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.zv-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ===== BRAND / LOGO ===== */
.zv-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.3rem;
  flex-shrink: 0;
}
.zv-brand img{
    width: 200px
}

.zv-brand:hover {
  text-decoration: none;
}

.zv-brand-icon {
  color: #d4af37;
  font-size: 1.1rem;
  animation: zvPulse 3s ease-in-out infinite;
}

@keyframes zvPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.2); opacity: 1; }
}

.zv-brand-text {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 2.5px;
  color: #ffffff;
  text-transform: uppercase;
}

.zv-brand-accent {
  font-weight: 300;
  font-size: 1.15rem;
  letter-spacing: 2.5px;
  color: #d4af37;
  text-transform: uppercase;
  margin-left: -2px;
}

/* ===== DESKTOP MENU ===== */
.zv-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.8rem;
  align-items: center;
}

.zv-menu-li {
  list-style: none;
  position: relative;
}

.zv-menu-link {
  color: #909090;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.3rem 0;
  position: relative;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.zv-menu-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #d4af37;
  transition: width 0.35s ease;
}

.zv-menu-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.zv-menu-link:hover::after {
  width: 100%;
}

.zv-menu-link.active {
  color: #ffffff;
}

.zv-menu-link.active::after {
  width: 100%;
}

.zv-menu-link i {
  font-size: 0.6rem;
  transition: transform 0.3s ease;
}

/* ===== DROPDOWN ===== */
.zv-has-dropdown:hover .zv-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zv-has-dropdown:hover .zv-arrow-icon {
  transform: rotate(180deg);
}

.zv-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #141414;
  min-width: 200px;
  padding: 0.6rem 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  list-style: none;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 100;
}

.zv-dropdown::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #141414;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}

.zv-has-dropdown:hover .zv-dropdown {
  pointer-events: auto;
}

.zv-dropdown li {
  list-style: none;
  margin: 0;
}

.zv-dropdown-link {
  display: block;
  padding: 0.5rem 1.6rem;
  color: #a0a0a0;
  font-size: 0.75rem;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.zv-dropdown-link:hover {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.06);
  text-decoration: none;
}

.zv-dropdown-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.04);
  margin: 0.3rem 1.2rem;
}

.zv-sale-link {
  color: #d4af37;
}

.zv-sale-link:hover {
  color: #d4af37 !important;
}

/* ===== ACTIONS ===== */
.zv-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}

.zv-action-btn {
  background: transparent;
  border: none;
  color: #909090;
  font-size: 1.1rem;
  padding: 0.2rem 0.2rem;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zv-action-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.zv-action-btn:focus {
  outline: none;
}

.zv-cart-btn {
  position: relative;
}

.zv-cart-badge {
  position: absolute;
  top: -7px;
  right: -9px;
  background: #d4af37;
  color: #000000;
  font-size: 0.5rem;
  font-weight: 700;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}

.zv-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.2rem 0.2rem;
  cursor: pointer;
}

.zv-bar {
  width: 24px;
  height: 2px;
  background: #909090;
  transition: all 0.3s ease;
  display: block;
  border-radius: 2px;
}

.zv-hamburger:hover .zv-bar {
  background: #ffffff;
}

.zv-hamburger.active .zv-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.zv-hamburger.active .zv-bar:nth-child(2) {
  opacity: 0;
}

.zv-hamburger.active .zv-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== SEARCH OVERLAY ===== */
.zv-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.zv-search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.zv-search-inner {
  max-width: 750px;
  width: 90%;
  padding: 1.5rem;
  position: relative;
}

.zv-search-close {
  position: absolute;
  top: -3.5rem;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  transition: transform 0.4s ease, color 0.3s ease;
}

.zv-search-close:hover {
  color: #d4af37;
  transform: rotate(90deg);
}

.zv-search-wrap {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 60px;
  padding: 0.2rem 0.2rem 0.2rem 1.8rem;
  transition: border-color 0.4s ease;
}

.zv-search-wrap:focus-within {
  border-color: #d4af37;
}

.zv-search-icon {
  color: #555;
  font-size: 1.2rem;
  margin-right: 1rem;
}

.zv-search-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.9rem 0;
  outline: none;
}

.zv-search-input::placeholder {
  color: #555;
}

.zv-search-go {
  background: #d4af37;
  color: #000000;
  border: none;
  padding: 0.8rem 2.5rem;
  border-radius: 60px;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zv-search-go:hover {
  background: #c4a030;
  transform: scale(1.02);
}

.zv-search-tags {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.zv-tags-label {
  color: #555;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin-right: 0.5rem;
}

.zv-tag {
  background: rgba(255, 255, 255, 0.04);
  color: #888;
  padding: 0.4rem 1.4rem;
  border-radius: 40px;
  font-size: 0.75rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease;
}

.zv-tag:hover {
  background: rgba(212, 175, 55, 0.12);
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
}

/* ===== MOBILE OVERLAY ===== */
.zv-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.zv-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===== MOBILE PANEL (Slide from Right) ===== */
.zv-mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 85%;
  height: 100%;
  background: #0a0a0a;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(212, 175, 55, 0.06);
  overflow-y: auto;
}

.zv-mobile-panel.active {
  transform: translateX(0);
}

/* Panel Header */
.zv-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  margin-bottom: 2rem;
}

.zv-panel-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #ffffff;
  text-transform: uppercase;
}

.zv-panel-close {
  background: transparent;
  border: none;
  color: #888;
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.4s ease;
  padding: 0.2rem;
}

.zv-panel-close:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

/* Panel Links */
.zv-mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.zv-mobile-list li {
  list-style: none;
  margin-bottom: 0.15rem;
}

.zv-mobile-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.zv-mobile-link i {
  width: 22px;
  font-size: 1.1rem;
  color: #555;
  transition: color 0.3s ease;
}

.zv-mobile-link:hover {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.05);
  text-decoration: none;
}

.zv-mobile-link:hover i {
  color: #d4af37;
}

.zv-mobile-link.active {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.08);
}

.zv-mobile-link.active i {
  color: #d4af37;
}

/* Mobile Dropdown */
.zv-mobile-dropdown-wrap {
  margin-bottom: 0.15rem;
}

.zv-mobile-toggle {
  cursor: pointer;
  justify-content: space-between;
}

.zv-mobile-arrow {
  margin-left: auto;
  font-size: 0.6rem;
  transition: transform 0.35s ease;
}

.zv-mobile-arrow.open {
  transform: rotate(180deg);
}

.zv-mobile-sub {
  list-style: none;
  padding: 0;
  margin: 0 0 0 1.2rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zv-mobile-sub.open {
  max-height: 350px;
}

.zv-mobile-sub-link {
  display: block;
  padding: 0.55rem 1rem 0.55rem 3.8rem;
  color: #777;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.zv-mobile-sub-link:hover {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.04);
  text-decoration: none;
}

.zv-mobile-sub-link.zv-sale-link {
  color: #d4af37;
}

.zv-mobile-sub-link.zv-sale-link:hover {
  color: #d4af37 !important;
}

/* Panel Footer */
.zv-panel-footer {
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  margin-top: auto;
}

.zv-mobile-social {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}

.zv-mobile-social-link {
  color: #555;
  font-size: 1.1rem;
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.zv-mobile-social-link:hover {
  color: #d4af37;
  transform: translateY(-3px);
  text-decoration: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .zv-menu {
    display: none;
  }

  .zv-hamburger {
    display: flex;
  }

  .zv-nav-inner {
    padding: 0 1.2rem;
  }

  .zv-brand-text {
    font-size: 1rem;
    letter-spacing: 2px;
  }

  .zv-brand-accent {
    font-size: 1rem;
    letter-spacing: 2px;
  }
}

@media (max-width: 575px) {
  .zv-main-nav {
    padding: 0.7rem 0;
  }

  .zv-nav-inner {
    padding: 0 1rem;
  }

  .zv-brand-icon {
    font-size: 0.9rem;
  }

  .zv-brand-text {
    font-size: 0.85rem;
    letter-spacing: 1.5px;
  }

  .zv-brand-accent {
    font-size: 0.85rem;
    letter-spacing: 1.5px;
  }

  .zv-actions {
    gap: 0.9rem;
  }

  .zv-action-btn {
    font-size: 1rem;
  }

  .zv-mobile-panel {
    width: 290px;
    padding: 1.5rem 1.2rem;
  }

  .zv-search-inner {
    padding: 1rem;
  }

  .zv-search-wrap {
    padding: 0.15rem 0.15rem 0.15rem 1.2rem;
  }

  .zv-search-input {
    font-size: 1rem;
    padding: 0.7rem 0;
  }

  .zv-search-go {
    padding: 0.6rem 1.5rem;
    font-size: 0.7rem;
  }

  .zv-search-close {
    top: -2.8rem;
    font-size: 1.6rem;
  }

  .zv-search-tags {
    gap: 0.5rem;
  }

  .zv-tag {
    padding: 0.3rem 1rem;
    font-size: 0.7rem;
  }
}




/* ===== HERO SLIDER CSS ===== */
/* Zovala Gear - Hero Slider with Images */
/* Place this in your stylesheet */

.zv-hero-slider {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 500px;
  max-height: 900px;
  overflow: hidden;
  background: #0a0a0a;
}

.zv-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ===== SLIDES ===== */
.zv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.9s ease;
  z-index: 1;
}

.zv-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.zv-slide.exit {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.zv-slide-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zv-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%);
  z-index: 1;
}

/* ===== SLIDE CONTENT ===== */
.zv-slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 750px;
  padding: 2rem;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.zv-slide.active .zv-slide-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.zv-slide-tag {
  display: inline-block;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  padding: 0.45rem 1.8rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  margin-bottom: 1.5rem;
  backdrop-filter: blur(4px);
}

.zv-slide-title {
  font-size: 5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 4px 40px rgba(0,0,0,0.4);
}

.zv-slide-title br {
  display: block;
}

.zv-slide-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.zv-slide-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #d4af37;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #d4af37;
}

.zv-slide-btn i {
  transition: transform 0.35s ease;
  font-size: 0.85rem;
}

.zv-slide-btn:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.25);
}

.zv-slide-btn:hover i {
  transform: translateX(6px);
}

/* ===== NAVIGATION ARROWS ===== */
.zv-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.zv-slider-arrow:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: #d4af37;
  transform: translateY(-50%) scale(1.08);
}

.zv-slider-arrow i {
  font-size: 1.3rem;
}

.zv-prev-arrow {
  left: 2.5rem;
}

.zv-next-arrow {
  right: 2.5rem;
}

/* ===== DOTS ===== */
.zv-slider-dots {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 0.9rem;
}

.zv-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.zv-dot:hover {
  background: rgba(255, 255, 255, 0.3);
}

.zv-dot.active {
  background: #d4af37;
  width: 35px;
  border-radius: 6px;
  border-color: #d4af37;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-slide-title {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .zv-hero-slider {
    height: 70vh;
    min-height: 450px;
  }

  .zv-slide-title {
    font-size: 3rem;
    letter-spacing: 2px;
  }

  .zv-slide-desc {
    font-size: 0.9rem;
    max-width: 400px;
  }

  .zv-slide-btn {
    padding: 0.85rem 2.2rem;
    font-size: 0.7rem;
  }

  .zv-slider-arrow {
    width: 44px;
    height: 44px;
  }

  .zv-slider-arrow i {
    font-size: 1rem;
  }

  .zv-prev-arrow {
    left: 1.2rem;
  }

  .zv-next-arrow {
    right: 1.2rem;
  }

  .zv-slider-dots {
    bottom: 1.8rem;
    gap: 0.7rem;
  }

  .zv-dot {
    width: 9px;
    height: 9px;
  }

  .zv-dot.active {
    width: 28px;
  }

  .zv-slide-tag {
    font-size: 0.6rem;
    padding: 0.35rem 1.4rem;
    letter-spacing: 2.5px;
  }
}

@media (max-width: 576px) {
  .zv-hero-slider {
    height: 60vh;
    min-height: 380px;
  }

  .zv-slide-title {
    font-size: 2.2rem;
    letter-spacing: 1.5px;
  }

  .zv-slide-desc {
    font-size: 0.8rem;
    max-width: 300px;
    margin-bottom: 1.8rem;
  }

  .zv-slide-btn {
    padding: 0.7rem 1.8rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-slider-arrow {
    width: 36px;
    height: 36px;
  }

  .zv-slider-arrow i {
    font-size: 0.85rem;
  }

  .zv-prev-arrow {
    left: 0.8rem;
  }

  .zv-next-arrow {
    right: 0.8rem;
  }

  .zv-slide-content {
    padding: 1rem;
  }

  .zv-slide-tag {
    font-size: 0.55rem;
    padding: 0.3rem 1.2rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }

  .zv-slider-dots {
    bottom: 1.2rem;
    gap: 0.5rem;
  }

  .zv-dot {
    width: 7px;
    height: 7px;
  }

  .zv-dot.active {
    width: 22px;
  }
}






/* ===== VISION & CRAFT SECTION CSS ===== */
/* Zovala Gear - Vision & Craft */
/* Place this in your stylesheet */

.zv-vision-section {
  padding: 5rem 1.5rem;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
}

/* Background decoration */
.zv-vision-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-vision-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.02) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-vision-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== HEADER ===== */
.zv-vision-header {
  text-align: center;
  margin-bottom: 4rem;
}

.zv-vision-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-bottom: 1rem;
}

.zv-vision-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0.8rem;
}

.zv-vision-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-vision-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

/* ===== GRID ===== */
.zv-vision-grid {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  margin-bottom: 4rem;
}

.zv-vision-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 3rem 2.5rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.zv-vision-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.zv-vision-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.15);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.zv-vision-card:hover::before {
  opacity: 1;
}

/* Vision Card Left - extra glow */
.zv-vision-card-left {
  background: rgba(212, 175, 55, 0.02);
  border-color: rgba(212, 175, 55, 0.06);
}

.zv-vision-card-left:hover {
  background: rgba(212, 175, 55, 0.04);
  border-color: rgba(212, 175, 55, 0.15);
}

/* Craft Card Right */
.zv-vision-card-right {
  background: rgba(255, 255, 255, 0.01);
}

.zv-vision-card-right:hover {
  background: rgba(255, 255, 255, 0.03);
}

/* ===== CARD CONTENT ===== */
.zv-vision-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-bottom: 1.5rem;
}

.zv-vision-icon {
  font-size: 1.8rem;
  color: #d4af37;
}

.zv-vision-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.zv-vision-card-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.zv-vision-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zv-vision-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  padding: 0.3rem 0;
  letter-spacing: 0.3px;
}

.zv-vision-list li i {
  color: #d4af37;
  font-size: 0.7rem;
  width: 16px;
}

/* ===== DIVIDER ===== */
.zv-vision-divider {
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.15), transparent);
  flex-shrink: 0;
  margin: 1rem 0;
}

/* ===== STATS ===== */
.zv-vision-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 3rem 2rem;
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  margin-bottom: 3.5rem;
}

.zv-stat-item {
  text-align: center;
}

.zv-stat-number {
  display: block;
  font-size: 2.8rem;
  font-weight: 800;
  color: #d4af37;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.zv-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.zv-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
}

/* ===== CTA ===== */
.zv-vision-cta {
  text-align: center;
}

.zv-vision-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  transition: all 0.35s ease;
  background: rgba(255, 255, 255, 0.02);
}

.zv-vision-btn i {
  transition: transform 0.35s ease;
}

.zv-vision-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-vision-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .zv-vision-grid {
    flex-direction: column;
  }

  .zv-vision-divider {
    display: none;
  }

  .zv-vision-card {
    padding: 2.5rem 2rem;
  }

  .zv-vision-title {
    font-size: 2.5rem;
  }

  .zv-vision-stats {
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }

  .zv-stat-divider {
    display: none;
  }

  .zv-stat-item {
    flex: 0 0 calc(50% - 1rem);
  }

  .zv-stat-number {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .zv-vision-section {
    padding: 3.5rem 1.2rem;
  }

  .zv-vision-title {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .zv-vision-subtitle {
    font-size: 0.95rem;
  }

  .zv-vision-card-title {
    font-size: 1.3rem;
  }

  .zv-vision-card-text {
    font-size: 0.9rem;
  }

  .zv-vision-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .zv-vision-icon {
    font-size: 1.5rem;
  }

  .zv-stat-number {
    font-size: 1.8rem;
  }

  .zv-stat-label {
    font-size: 0.65rem;
    letter-spacing: 1px;
  }

  .zv-vision-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }

  .zv-vision-stats {
    gap: 1rem;
    padding: 1.5rem 1rem;
  }

  .zv-stat-item {
    flex: 0 0 calc(50% - 0.5rem);
  }
}

@media (max-width: 480px) {
  .zv-vision-section {
    padding: 2.5rem 1rem;
  }

  .zv-vision-title {
    font-size: 1.7rem;
    letter-spacing: 1.5px;
  }

  .zv-vision-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-vision-card {
    padding: 2rem 1.2rem;
  }

  .zv-vision-card-text {
    font-size: 0.85rem;
  }

  .zv-vision-list li {
    font-size: 0.8rem;
  }

  .zv-stat-item {
    flex: 0 0 100%;
  }

  .zv-stat-number {
    font-size: 1.6rem;
  }
}






/* ===== BRAND INTRODUCTION CSS ===== */
/* Zovala Gear - "Built for Brands" with Slider */
/* Place this in your stylesheet */

.zv-brand-intro {
  padding: 5rem 1.5rem 3rem;
  background: linear-gradient(180deg, #0a0a0a 0%, #0f0f0f 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 55, 0.04);
  border-bottom: 1px solid rgba(212, 175, 55, 0.04);
}

/* Background decoration */
.zv-brand-intro::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.02) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-brand-intro::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.015) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-brand-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

/* ===== LEFT: CONTENT ===== */
.zv-brand-content {
  flex: 1;
}

.zv-brand-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.06);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-brand-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}

.zv-brand-highlight {
  color: #d4af37;
  position: relative;
}

.zv-brand-highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(212, 175, 55, 0.2);
  border-radius: 2px;
}

.zv-brand-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 550px;
  font-weight: 300;
}

/* Features */
.zv-brand-features {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}

.zv-brand-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.zv-feature-icon {
  color: #d4af37;
  font-size: 1.2rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.zv-feature-title {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.2rem 0;
  letter-spacing: 0.5px;
}

.zv-feature-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  margin: 0;
  font-weight: 300;
}

/* CTA Button */
.zv-brand-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #d4af37;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #d4af37;
}

.zv-brand-btn i {
  transition: transform 0.35s ease;
}

.zv-brand-btn:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-brand-btn:hover i {
  transform: translateX(6px);
}

/* ===== RIGHT: VISUAL ===== */
.zv-brand-visual {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zv-brand-image-wrapper {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1 / 1;
  position: relative;
}

.zv-brand-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

/* Decorative ring */
.zv-brand-image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 1px solid rgba(212, 175, 55, 0.04);
  border-radius: 50%;
  animation: zvRingPulse 8s ease-in-out infinite;
}

@keyframes zvRingPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
  50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.6; }
}

.zv-brand-image-placeholder::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  border: 1px solid rgba(212, 175, 55, 0.02);
  border-radius: 50%;
  animation: zvRingPulse 8s ease-in-out infinite 2s;
}

.zv-brand-quote {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.5px;
  max-width: 80%;
  position: relative;
  z-index: 2;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Service Tags Grid */
.zv-brand-service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  width: 100%;
}

.zv-service-tag {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 0.5rem 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.zv-service-tag:hover {
  background: rgba(212, 175, 55, 0.04);
  border-color: rgba(212, 175, 55, 0.08);
  color: rgba(255, 255, 255, 0.8);
}

.zv-service-tag span {
  color: #d4af37;
  font-size: 0.5rem;
}

/* Floating badges */
.zv-brand-float {
  position: absolute;
  background: rgba(20, 20, 20, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 0.8rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  animation: zvFloatY 6s ease-in-out infinite;
}

.zv-brand-float.zv-float-1 {
  top: -1rem;
  right: -1rem;
  animation-delay: 0s;
}

.zv-brand-float.zv-float-2 {
  bottom: 0.5rem;
  left: -2rem;
  animation-delay: 2s;
}

@keyframes zvFloatY {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

.zv-float-icon {
  color: #d4af37;
  font-size: 1.2rem;
}

.zv-float-number {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.zv-float-label {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== BRAND SLIDER / LOGO STRIP ===== */
.zv-brand-slider-wrapper {
  max-width: 1200px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.zv-brand-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.zv-slider-track {
  display: flex;
  gap: 3rem;
  animation: zvSlideScroll 25s linear infinite;
  width: max-content;
}

.zv-slide-item {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  padding: 0 0.5rem;
  transition: color 0.3s ease;
}

.zv-slide-item::after {
  content: '✦';
  position: absolute;
  right: -1.8rem;
  color: rgba(212, 175, 55, 0.15);
  font-size: 0.5rem;
}

.zv-slide-item:last-child::after {
  display: none;
}

.zv-slide-item:hover {
  color: rgba(212, 175, 55, 0.4);
}

@keyframes zvSlideScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Pause on hover */
.zv-brand-slider:hover .zv-slider-track {
  animation-play-state: paused;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-brand-container {
    gap: 3rem;
  }

  .zv-brand-title {
    font-size: 2.8rem;
  }

  .zv-brand-float.zv-float-1 {
    top: -0.5rem;
    right: 0;
  }

  .zv-brand-float.zv-float-2 {
    bottom: 0.5rem;
    left: -1rem;
  }
}

@media (max-width: 991px) {
  .zv-brand-container {
    flex-direction: column;
    gap: 3rem;
  }

  .zv-brand-content {
    text-align: center;
  }

  .zv-brand-desc {
    max-width: 100%;
  }

  .zv-brand-features {
    align-items: flex-start;
    text-align: left;
  }

  .zv-brand-visual {
    width: 100%;
  }

  .zv-brand-image-wrapper {
    max-width: 450px;
    margin: 0 auto;
  }

  .zv-brand-float.zv-float-1 {
    top: -1rem;
    right: 0.5rem;
  }

  .zv-brand-float.zv-float-2 {
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .zv-brand-btn {
    margin: 0 auto;
  }

  .zv-service-tag {
    font-size: 0.55rem;
    padding: 0.4rem 0.5rem;
  }
}

@media (max-width: 768px) {
  .zv-brand-intro {
    padding: 3.5rem 1.2rem 2rem;
  }

  .zv-brand-title {
    font-size: 2.2rem;
  }

  .zv-brand-desc {
    font-size: 0.95rem;
  }

  .zv-brand-features {
    gap: 1rem;
  }

  .zv-brand-image-wrapper {
    max-width: 350px;
  }

  .zv-brand-quote {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }

  .zv-brand-service-grid {
    gap: 0.4rem;
  }

  .zv-service-tag {
    font-size: 0.5rem;
    padding: 0.35rem 0.4rem;
    gap: 0.3rem;
  }

  .zv-service-tag span {
    font-size: 0.45rem;
  }

  .zv-brand-float {
    padding: 0.6rem 1rem;
  }

  .zv-float-number {
    font-size: 1rem;
  }

  .zv-float-icon {
    font-size: 1rem;
  }

  .zv-brand-float.zv-float-1 {
    top: -0.5rem;
    right: 0;
  }

  .zv-brand-float.zv-float-2 {
    bottom: 0.5rem;
    left: 0;
  }

  .zv-brand-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }

  .zv-brand-slider-wrapper {
    margin-top: 2rem;
  }

  .zv-slider-track {
    gap: 2rem;
  }

  .zv-slide-item {
    font-size: 0.6rem;
    letter-spacing: 2px;
  }

  .zv-slide-item::after {
    right: -1.3rem;
    font-size: 0.4rem;
  }
}

@media (max-width: 480px) {
  .zv-brand-intro {
    padding: 2.5rem 1rem 1.5rem;
  }

  .zv-brand-title {
    font-size: 1.8rem;
  }

  .zv-brand-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
    letter-spacing: 3px;
  }

  .zv-brand-desc {
    font-size: 0.85rem;
  }

  .zv-brand-feature {
    gap: 0.8rem;
  }

  .zv-feature-title {
    font-size: 0.85rem;
  }

  .zv-feature-text {
    font-size: 0.75rem;
  }

  .zv-brand-image-wrapper {
    max-width: 280px;
  }

  .zv-brand-quote {
    font-size: 0.65rem;
  }

  .zv-brand-service-grid {
    gap: 0.3rem;
  }

  .zv-service-tag {
    font-size: 0.4rem;
    padding: 0.25rem 0.3rem;
    gap: 0.2rem;
  }

  .zv-service-tag span {
    font-size: 0.35rem;
  }

  .zv-brand-float {
    padding: 0.4rem 0.8rem;
    gap: 0.5rem;
  }

  .zv-float-number {
    font-size: 0.9rem;
  }

  .zv-float-label {
    font-size: 0.5rem;
  }

  .zv-float-icon {
    font-size: 0.8rem;
  }

  .zv-brand-float.zv-float-1 {
    top: -0.3rem;
    right: 0;
  }

  .zv-brand-float.zv-float-2 {
    bottom: 0.3rem;
    left: 0;
  }

  .zv-brand-btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.65rem;
  }

  .zv-slider-track {
    gap: 1.5rem;
  }

  .zv-slide-item {
    font-size: 0.5rem;
    letter-spacing: 1.5px;
  }

  .zv-slide-item::after {
    right: -1rem;
    font-size: 0.35rem;
  }
}


/* ===== VIDEO SHOWCASE SECTION CSS ===== */
/* Zovala Gear - Video Showcase with Description */
/* Place this in your stylesheet */

.zv-video-showcase {
  padding: 5rem 1.5rem;
  background: #ffffff;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-video-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4rem;
}

/* ===== VIDEO WRAPPER ===== */
.zv-video-wrapper {
  flex: 1.2;
  position: relative;
}

.zv-video-box {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  background: #0a0a0a;
  /*aspect-ratio: 16 / 9;*/
}

.zv-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Video Overlay */
.zv-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.zv-video-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.4rem 1.2rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ===== CONTENT ===== */
.zv-video-content {
  flex: 1;
  padding: 0.5rem 0;
}

.zv-video-tag {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.3rem 1.2rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1rem;
}

.zv-video-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0a0a0a;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.zv-video-highlight {
  color: #d4af37;
  position: relative;
}

.zv-video-highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(212, 175, 55, 0.2);
  border-radius: 2px;
}

.zv-video-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 300;
  max-width: 500px;
}

/* Features */
.zv-video-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.zv-video-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.zv-vf-icon {
  color: #d4af37;
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.zv-video-feature h4 {
  color: #0a0a0a;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.1rem 0;
}

.zv-video-feature p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin: 0;
  font-weight: 300;
}

/* Button */
.zv-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #0a0a0a;
}

.zv-video-btn i {
  transition: transform 0.35s ease;
}

.zv-video-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

.zv-video-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-video-container {
    gap: 3rem;
  }

  .zv-video-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .zv-video-container {
    flex-direction: column;
    gap: 2.5rem;
  }

  .zv-video-wrapper {
    width: 100%;
  }

  .zv-video-content {
    text-align: center;
  }

  .zv-video-desc {
    max-width: 100%;
  }

  .zv-video-features {
    align-items: center;
  }

  .zv-video-feature {
    max-width: 400px;
  }

  .zv-video-btn {
    margin: 0 auto;
  }

  .zv-video-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .zv-video-showcase {
    padding: 3.5rem 1.2rem;
  }

  .zv-video-title {
    font-size: 2.2rem;
  }

  .zv-video-desc {
    font-size: 0.95rem;
  }

  .zv-video-feature h4 {
    font-size: 0.85rem;
  }

  .zv-video-feature p {
    font-size: 0.8rem;
  }

  .zv-video-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }

  .zv-video-badge {
    top: 1rem;
    left: 1rem;
    font-size: 0.5rem;
    padding: 0.3rem 1rem;
  }
}

@media (max-width: 480px) {
  .zv-video-showcase {
    padding: 2.5rem 1rem;
  }

  .zv-video-container {
    gap: 1.5rem;
  }

  .zv-video-title {
    font-size: 1.8rem;
    letter-spacing: 0.5px;
  }

  .zv-video-tag {
    font-size: 0.6rem;
    padding: 0.3rem 1rem;
    letter-spacing: 2px;
  }

  .zv-video-desc {
    font-size: 0.85rem;
  }

  .zv-video-feature {
    gap: 0.8rem;
  }

  .zv-vf-icon {
    font-size: 0.9rem;
  }

  .zv-video-feature h4 {
    font-size: 0.8rem;
  }

  .zv-video-feature p {
    font-size: 0.75rem;
  }

  .zv-video-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-video-badge {
    top: 0.8rem;
    left: 0.8rem;
    font-size: 0.45rem;
    padding: 0.2rem 0.8rem;
  }
}


/* ===== PRODUCT CATEGORIES CSS ===== */
/* Zovala Gear - Product Categories - White Background with Images */
/* Place this in your stylesheet */

.zv-categories {
  padding: 5rem 1.5rem;
  background: #ffffff;
  position: relative;
}

.zv-categories-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== HEADER ===== */
.zv-categories-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-categories-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-bottom: 0.8rem;
}

.zv-categories-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.zv-categories-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-categories-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

/* ===== GRID ===== */
.zv-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

/* ===== CATEGORY CARDS ===== */
.zv-category-card {
  display: block;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 5;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.zv-category-card:hover {
  text-decoration: none;
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* Make first card span 2 columns */
.zv-category-1 {
  grid-column: span 2;
  grid-row: span 2;
}

/* Make 2nd and 3rd cards smaller */
.zv-category-2,
.zv-category-3 {
  grid-column: span 1;
}

/* Bottom row - 3 cards */
.zv-category-4,
.zv-category-5,
.zv-category-6 {
  grid-column: span 1;
}

.zv-category-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.6s ease;
}

.zv-category-card:hover .zv-category-image {
  transform: scale(1.04);
}

/* Overlay */
.zv-category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.65) 100%);
  transition: background 0.4s ease;
  z-index: 1;
}

.zv-category-card:hover .zv-category-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.75) 100%);
}

/* Content */
.zv-category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.8rem;
  z-index: 2;
  color: #ffffff;
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.zv-category-card:hover .zv-category-content {
  transform: translateY(-4px);
}

.zv-category-icon {
  display: inline-block;
  color: #d4af37;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}

.zv-category-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.3rem 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.zv-category-count {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 0.8rem 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.zv-category-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s ease;
}

.zv-category-card:hover .zv-category-arrow {
  opacity: 1;
  transform: translateX(0);
}

.zv-category-arrow i {
  transition: transform 0.3s ease;
}

.zv-category-card:hover .zv-category-arrow i {
  transform: translateX(4px);
}

/* ===== CTA BUTTON ===== */
.zv-categories-cta {
  text-align: center;
}

.zv-categories-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #0a0a0a;
}

.zv-categories-btn i {
  transition: transform 0.35s ease;
}

.zv-categories-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

.zv-categories-btn:hover i {
  transform: translateX(6px);
}

/* ===== DECORATIVE PATTERN OVERLAY ===== */
.zv-category-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.03) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-categories-title {
    font-size: 2.8rem;
  }

  .zv-category-name {
    font-size: 1.5rem;
  }

  .zv-category-content {
    padding: 1.5rem;
  }
}

@media (max-width: 991px) {
  .zv-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .zv-category-1 {
    grid-column: span 2;
    grid-row: span 1;
  }

  .zv-category-2,
  .zv-category-3,
  .zv-category-4,
  .zv-category-5,
  .zv-category-6 {
    grid-column: span 1;
  }

  .zv-category-card {
    aspect-ratio: 4 / 5;
  }

  .zv-category-1 .zv-category-card {
    aspect-ratio: auto;
  }
}

@media (max-width: 768px) {
  .zv-categories {
    padding: 3.5rem 1.2rem;
  }

  .zv-categories-title {
    font-size: 2.2rem;
  }

  .zv-categories-subtitle {
    font-size: 0.95rem;
  }

  .zv-categories-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }

  .zv-category-1 {
    grid-column: span 2;
  }

  .zv-category-card {
    aspect-ratio: 4 / 5;
  }

  .zv-category-name {
    font-size: 1.2rem;
  }

  .zv-category-count {
    font-size: 0.7rem;
  }

  .zv-category-content {
    padding: 1.2rem;
  }

  .zv-category-icon {
    font-size: 1rem;
  }

  .zv-category-arrow {
    font-size: 0.6rem;
  }

  .zv-categories-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .zv-categories {
    padding: 2.5rem 1rem;
  }

  .zv-categories-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  .zv-categories-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
    letter-spacing: 3px;
  }

  .zv-categories-subtitle {
    font-size: 0.85rem;
  }

  .zv-categories-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .zv-category-1 {
    grid-column: span 1;
  }

  .zv-category-card {
    aspect-ratio: 4 / 3;
  }

  .zv-category-name {
    font-size: 1.4rem;
  }

  .zv-category-content {
    padding: 1.2rem;
  }

  .zv-categories-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }
}






/* ===== CUSTOM MANUFACTURING CSS ===== */
/* Zovala Gear - Custom Manufacturing - White Background */
/* Place this in your stylesheet */

.zv-manufacturing {
  padding: 5rem 1.5rem;
  background: #ffffff;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-manufacturing-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== HEADER ===== */
.zv-manufacturing-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-manufacturing-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-bottom: 0.8rem;
}

.zv-manufacturing-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.zv-manufacturing-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-manufacturing-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

/* ===== GRID ===== */
.zv-manufacturing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
}

/* ===== FEATURES ===== */
.zv-manufacturing-feature {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}

.zv-manufacturing-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #b8960f);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.zv-manufacturing-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  background: #fafafa;
  border-color: rgba(212, 175, 55, 0.08);
}

.zv-manufacturing-feature:hover::before {
  opacity: 1;
}

.zv-manufacturing-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.08);
  color: #d4af37;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  transition: all 0.3s ease;
}

.zv-manufacturing-feature:hover .zv-manufacturing-icon {
  background: rgba(212, 175, 55, 0.15);
  transform: scale(1.05);
}

.zv-manufacturing-feature-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.6rem 0;
  letter-spacing: 0.5px;
}

.zv-manufacturing-feature-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-weight: 300;
}

.zv-manufacturing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zv-manufacturing-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  padding: 0.2rem 0;
}

.zv-manufacturing-list li i {
  color: #d4af37;
  font-size: 0.6rem;
}

/* ===== CTA ===== */
.zv-manufacturing-cta {
  text-align: center;
}

.zv-manufacturing-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #0a0a0a;
}

.zv-manufacturing-btn i {
  transition: transform 0.35s ease;
}

.zv-manufacturing-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

.zv-manufacturing-btn:hover i {
  transform: translateX(6px);
}

.zv-manufacturing-cta-text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  margin-top: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-manufacturing-title {
    font-size: 2.8rem;
  }

  .zv-manufacturing-grid {
    gap: 1.5rem;
  }

  .zv-manufacturing-feature {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 991px) {
  .zv-manufacturing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

@media (max-width: 768px) {
  .zv-manufacturing {
    padding: 3.5rem 1.2rem;
  }

  .zv-manufacturing-title {
    font-size: 2.2rem;
  }

  .zv-manufacturing-subtitle {
    font-size: 0.95rem;
  }

  .zv-manufacturing-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .zv-manufacturing-feature {
    padding: 1.5rem 1.2rem;
  }

  .zv-manufacturing-icon {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }

  .zv-manufacturing-feature-title {
    font-size: 1rem;
  }

  .zv-manufacturing-feature-desc {
    font-size: 0.85rem;
  }

  .zv-manufacturing-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .zv-manufacturing {
    padding: 2.5rem 1rem;
  }

  .zv-manufacturing-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  .zv-manufacturing-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
    letter-spacing: 3px;
  }

  .zv-manufacturing-subtitle {
    font-size: 0.85rem;
  }

  .zv-manufacturing-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .zv-manufacturing-feature {
    padding: 1.5rem 1rem;
  }

  .zv-manufacturing-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .zv-manufacturing-feature-title {
    font-size: 1rem;
  }

  .zv-manufacturing-list li {
    font-size: 0.75rem;
  }

  .zv-manufacturing-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }
}



/* ===== FEATURED / TRENDING COLLECTION SLIDER CSS ===== */
/* Zovala Gear - Featured Products Slider - White Background */
/* Place this in your stylesheet */

.zv-featured {
  padding: 5rem 1.5rem;
  background: #ffffff;
  position: relative;
}

.zv-featured-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== HEADER ===== */
.zv-featured-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-featured-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-bottom: 0.8rem;
}

.zv-featured-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.zv-featured-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-featured-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

/* ===== SLIDER WRAPPER ===== */
.zv-featured-slider-wrapper {
  position: relative;
  padding: 0 2.5rem;
  overflow: hidden;
}

.zv-featured-slider {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* ===== PRODUCT CARD ===== */
.zv-product-slide {
  flex: 0 0 calc(25% - 1.125rem);
  min-width: 250px;
}

.zv-product-card {
  background: #f8f8f8;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border-color: rgba(212, 175, 55, 0.08);
}

/* Product Image */
.zv-product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.zv-product-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.05) 100%);
  pointer-events: none;
}

/* Product Badge */
.zv-product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.3rem 0.8rem;
  border-radius: 30px;
  z-index: 2;
}

.zv-product-badge-sale {
  background: #d4af37;
  color: #000000;
}

/* Product Actions */
.zv-product-actions {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.4s ease;
  z-index: 2;
}

.zv-product-card:hover .zv-product-actions {
  opacity: 1;
  transform: translateX(0);
}

.zv-product-action {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #0a0a0a;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.zv-product-action:hover {
  background: #d4af37;
  color: #ffffff;
  transform: scale(1.05);
}

/* Product Info */
.zv-product-info {
  padding: 1.2rem 1.2rem 1.5rem;
}

.zv-product-category {
  font-size: 0.65rem;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.zv-product-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0.3rem 0 0.4rem;
  letter-spacing: 0.5px;
}

/* Rating */
.zv-product-rating {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: 0.5rem;
}

.zv-product-rating i {
  color: #d4af37;
  font-size: 0.7rem;
}

.zv-product-rating i.fa-star-o {
  color: #ddd;
}

.zv-product-reviews {
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.7rem;
  margin-left: 0.3rem;
}

/* Price */
.zv-product-price {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.zv-price-current {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a0a0a;
}

.zv-price-original {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: line-through;
}

/* Product Button */
.zv-product-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #0a0a0a;
  width: 100%;
  justify-content: center;
}

.zv-product-btn i {
  transition: transform 0.35s ease;
}

.zv-product-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  text-decoration: none;
}

.zv-product-btn:hover i {
  transform: translateX(4px);
}

/* ===== SLIDER NAVIGATION ===== */
.zv-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(10, 10, 10, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #0a0a0a;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  z-index: 10;
}

.zv-slider-nav:hover {
  background: #0a0a0a;
  color: #ffffff;
  border-color: #0a0a0a;
}

.zv-slider-nav i {
  font-size: 1rem;
}

.zv-slider-prev {
  left: 0;
}

.zv-slider-next {
  right: 0;
}

/* ===== DOTS ===== */
.zv-slider-dots1 {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2rem;
}

.zv-slider-dots1 .zv-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.zv-slider-dots1 .zv-dot.active {
  background: #d4af37;
  width: 30px;
  border-radius: 5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-featured-title {
    font-size: 2.8rem;
  }

  .zv-product-slide {
    flex: 0 0 calc(33.33% - 1rem);
  }
}

@media (max-width: 991px) {
  .zv-product-slide {
    flex: 0 0 calc(50% - 0.75rem);
  }

  .zv-featured-slider-wrapper {
    padding: 0 0.5rem;
  }
}

@media (max-width: 768px) {
  .zv-featured {
    padding: 3.5rem 1.2rem;
  }

  .zv-featured-title {
    font-size: 2.2rem;
  }

  .zv-featured-subtitle {
    font-size: 0.95rem;
  }

  .zv-product-slide {
    flex: 0 0 calc(50% - 0.6rem);
    min-width: 180px;
  }

  .zv-slider-nav {
    width: 36px;
    height: 36px;
  }

  .zv-slider-nav i {
    font-size: 0.85rem;
  }

  .zv-product-info {
    padding: 1rem;
  }

  .zv-product-name {
    font-size: 0.9rem;
  }

  .zv-price-current {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .zv-featured {
    padding: 2.5rem 0.8rem;
  }

  .zv-featured-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  .zv-featured-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
    letter-spacing: 3px;
  }

  .zv-featured-subtitle {
    font-size: 0.85rem;
  }

  .zv-product-slide {
    flex: 0 0 100%;
    min-width: unset;
  }

  .zv-slider-nav {
    width: 32px;
    height: 32px;
  }

  .zv-slider-nav i {
    font-size: 0.75rem;
  }

  .zv-featured-slider-wrapper {
    padding: 0;
  }

  .zv-slider-prev {
    left: -0.5rem;
  }

  .zv-slider-next {
    right: -0.5rem;
  }

  .zv-product-btn {
    font-size: 0.65rem;
    padding: 0.5rem 1rem;
  }
}





/* ===== MANUFACTURING PROCESS CSS ===== */
/* Zovala Gear - Manufacturing Process with Images */
/* Place this in your stylesheet */

.zv-process {
  padding: 5rem 1.5rem;
  background: #ffffff;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-process-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== HEADER ===== */
.zv-process-header {
  text-align: center;
  margin-bottom: 4rem;
}

.zv-process-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-bottom: 0.8rem;
}

.zv-process-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.zv-process-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-process-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

/* ===== PROCESS GRID ===== */
.zv-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
}

/* ===== PROCESS CARD ===== */
.zv-process-card {
  background: #f8f8f8;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border-color: rgba(212, 175, 55, 0.08);
}

/* Card Image */
.zv-process-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.zv-process-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem;
}

.zv-process-step-num {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 2px;
  opacity: 0.8;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

/* Card Content */
.zv-process-card-content {
  padding: 1.8rem 1.8rem 2rem;
}

.zv-process-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.08);
  color: #d4af37;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transition: all 0.4s ease;
}

.zv-process-card:hover .zv-process-card-icon {
  background: rgba(212, 175, 55, 0.15);
  transform: scale(1.05);
}

.zv-process-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.5px;
}

.zv-process-card-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

/* ===== CTA ===== */
.zv-process-cta {
  text-align: center;
}

.zv-process-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #0a0a0a;
}

.zv-process-btn i {
  transition: transform 0.35s ease;
}

.zv-process-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

.zv-process-btn:hover i {
  transform: translateX(6px);
}

.zv-process-cta-text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  margin-top: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-process-title {
    font-size: 2.8rem;
  }

  .zv-process-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 991px) {
  .zv-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

@media (max-width: 768px) {
  .zv-process {
    padding: 3.5rem 1.2rem;
  }

  .zv-process-title {
    font-size: 2.2rem;
  }

  .zv-process-subtitle {
    font-size: 0.95rem;
  }

  .zv-process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .zv-process-card-content {
    padding: 1.2rem 1.2rem 1.5rem;
  }

  .zv-process-card-title {
    font-size: 1rem;
  }

  .zv-process-card-desc {
    font-size: 0.82rem;
  }

  .zv-process-card-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .zv-process-step-num {
    font-size: 2rem;
  }

  .zv-process-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .zv-process {
    padding: 2.5rem 1rem;
  }

  .zv-process-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  .zv-process-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
    letter-spacing: 3px;
  }

  .zv-process-subtitle {
    font-size: 0.85rem;
  }

  .zv-process-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .zv-process-card-content {
    padding: 1rem 1rem 1.2rem;
  }

  .zv-process-card-title {
    font-size: 1rem;
  }

  .zv-process-card-desc {
    font-size: 0.82rem;
  }

  .zv-process-card-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .zv-process-step-num {
    font-size: 1.6rem;
  }

  .zv-process-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-process-cta-text {
    font-size: 0.7rem;
  }
}





/* ===== BRANDS LOGO SLIDER CSS ===== */
/* Zovala Gear - Brands Logo Slider */
/* Place this in your stylesheet */

.zv-brands {
  padding: 5rem 1.5rem;
  background: #fafafa;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-brands-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== HEADER ===== */
.zv-brands-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-brands-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-bottom: 0.8rem;
}

.zv-brands-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.zv-brands-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-brands-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

/* ===== SLIDER ===== */
.zv-brands-slider-wrapper {
  position: relative;
  padding: 0 2.5rem;
  margin-bottom: 3rem;
  overflow: hidden;
}

.zv-brands-slider {
  overflow: hidden;
  width: 100%;
}

.zv-brands-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* ===== BRAND LOGO ===== */
.zv-brand-logo {
  flex: 0 0 calc(20% - 1.6rem);
  min-width: 160px;
}

.zv-brand-logo-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  transition: all 0.4s ease;
  cursor: default;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.zv-brand-logo-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  border-color: rgba(212, 175, 55, 0.1);
}

.zv-brand-logo-icon {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 0.5rem;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.zv-brand-logo-box:hover .zv-brand-logo-icon {
  opacity: 1;
  transform: scale(1.1);
}

.zv-brand-logo-name {
  font-size: 0.65rem;
  font-weight: 700;
  color: #0a0a0a;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}

/* ===== NAVIGATION ===== */
.zv-brands-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #0a0a0a;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  z-index: 10;
}

.zv-brands-nav:hover {
  background: #0a0a0a;
  color: #ffffff;
  border-color: #0a0a0a;
}

.zv-brands-nav i {
  font-size: 1rem;
}

.zv-brands-prev {
  left: 0;
}

.zv-brands-next {
  right: 0;
}

/* ===== CTA ===== */
.zv-brands-cta {
  text-align: center;
}

.zv-brands-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #0a0a0a;
}

.zv-brands-btn i {
  transition: transform 0.35s ease;
}

.zv-brands-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

.zv-brands-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-brands-title {
    font-size: 2.8rem;
  }

  .zv-brand-logo {
    flex: 0 0 calc(25% - 1.5rem);
    min-width: 140px;
  }
}

@media (max-width: 991px) {
  .zv-brands-slider-wrapper {
    padding: 0 2rem;
  }

  .zv-brand-logo {
    flex: 0 0 calc(33.33% - 1.33rem);
    min-width: 120px;
  }

  .zv-brand-logo-box {
    min-height: 120px;
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 768px) {
  .zv-brands {
    padding: 3.5rem 1.2rem;
  }

  .zv-brands-title {
    font-size: 2.2rem;
  }

  .zv-brands-subtitle {
    font-size: 0.95rem;
  }

  .zv-brands-slider-wrapper {
    padding: 0 1.5rem;
  }

  .zv-brand-logo {
    flex: 0 0 calc(50% - 1rem);
    min-width: 100px;
  }

  .zv-brand-logo-box {
    min-height: 100px;
    padding: 1.2rem 0.8rem;
  }

  .zv-brand-logo-icon {
    font-size: 1.6rem;
  }

  .zv-brand-logo-name {
    font-size: 0.55rem;
  }

  .zv-brands-nav {
    width: 36px;
    height: 36px;
  }

  .zv-brands-nav i {
    font-size: 0.85rem;
  }

  .zv-brands-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .zv-brands {
    padding: 2.5rem 0.8rem;
  }

  .zv-brands-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  .zv-brands-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
    letter-spacing: 3px;
  }

  .zv-brands-subtitle {
    font-size: 0.85rem;
  }

  .zv-brands-slider-wrapper {
    padding: 0 0.8rem;
  }

  .zv-brand-logo {
    flex: 0 0 calc(50% - 0.6rem);
    min-width: 80px;
  }

  .zv-brand-logo-box {
    min-height: 80px;
    padding: 1rem 0.6rem;
  }

  .zv-brand-logo-icon {
    font-size: 1.3rem;
  }

  .zv-brand-logo-name {
    font-size: 0.5rem;
    letter-spacing: 0.5px;
  }

  .zv-brands-nav {
    width: 28px;
    height: 28px;
  }

  .zv-brands-nav i {
    font-size: 0.7rem;
  }

  .zv-brands-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }
}



/* ===== FOOTER CSS ===== */
/* Zovala Gear - Premium Footer with Back to Top */
/* Place this in your stylesheet */

.zv-footer {
  background: #0a0a0a;
  padding: 4rem 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  position: relative;
}

.zv-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== BACK TO TOP BUTTON ===== */
.zv-back-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #d4af37;
  color: #000000;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zv-back-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zv-back-top:hover {
  background: #c4a030;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.4);
}

.zv-back-top i {
  transition: transform 0.3s ease;
}

.zv-back-top:hover i {
  transform: translateY(-2px);
}

/* ===== FOOTER TOP ===== */
.zv-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* ===== BRAND ===== */
.zv-footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 0.3rem;
  margin-bottom: 1rem;
}

.zv-footer-logo:hover {
  text-decoration: none;
}

.zv-footer-logo-icon {
  color: #d4af37;
  font-size: 1.2rem;
  animation: zvFooterPulse 3s ease-in-out infinite;
}

@keyframes zvFooterPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.2); opacity: 1; }
}

.zv-footer-logo-text {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  color: #ffffff;
  text-transform: uppercase;
}

.zv-footer-logo-accent {
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  color: #d4af37;
  text-transform: uppercase;
  margin-left: -2px;
}

.zv-footer-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 350px;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

/* Social Icons */
.zv-footer-social {
  display: flex;
  gap: 0.6rem;
}

.zv-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.95rem;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.zv-footer-social-link:hover {
  background: rgba(212, 175, 55, 0.1);
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.15);
  transform: translateY(-4px) scale(1.05);
  text-decoration: none;
}

/* ===== LINKS ===== */
.zv-footer-heading {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 1.2rem 0;
  position: relative;
  padding-bottom: 0.8rem;
}

.zv-footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #d4af37;
}

.zv-footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zv-footer-link-list li {
  margin-bottom: 0.6rem;
}

.zv-footer-link-list a {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.zv-footer-link-list a::before {
  content: '›';
  color: #d4af37;
  margin-right: 0.5rem;
  opacity: 0;
  transition: all 0.3s ease;
}

.zv-footer-link-list a:hover {
  color: #d4af37;
  transform: translateX(4px);
  text-decoration: none;
}

.zv-footer-link-list a:hover::before {
  opacity: 1;
}

/* ===== SUBSCRIBE ===== */
.zv-footer-subscribe-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  font-weight: 300;
}

.zv-footer-form {
  width: 100%;
}

.zv-form-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.04);
  /*border-radius: 50px;*/
  overflow: hidden;
  transition: all 0.3s ease;
}

.zv-form-group:focus-within {
  border-color: #d4af37;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.03);
}

.zv-form-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 0.85rem;
  padding: 0.8rem 1.2rem;
  outline: none;
  min-width: 0;
}

.zv-form-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.zv-form-btn {
  background: #d4af37;
  color: #000000;
  border: none;
  padding: 0.8rem 1.8rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.zv-form-btn:hover {
  background: #c4a030;
}

.zv-form-btn i {
  transition: transform 0.3s ease;
}

.zv-form-btn:hover i {
  transform: translateX(4px);
}

.zv-form-note {
  color: rgba(255, 255, 255, 0.15);
  font-size: 0.65rem;
  margin-top: 0.6rem;
  font-weight: 300;
}

/* ===== FOOTER BADGES ===== */
.zv-footer-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  flex-wrap: wrap;
}

.zv-badge-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.zv-badge-icon {
  color: #d4af37;
  font-size: 0.8rem;
}

.zv-badge-divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.04);
}

/* ===== FOOTER BOTTOM ===== */
.zv-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.zv-footer-bottom-left {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  font-weight: 300;
}

.zv-footer-bottom-left a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-footer-bottom-left a:hover {
  color: #d4af37;
  text-decoration: none;
}

.zv-footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.zv-footer-bottom-right a {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 300;
}

.zv-footer-bottom-right a:hover {
  color: #d4af37;
  text-decoration: none;
}

.zv-footer-divider {
  color: rgba(255, 255, 255, 0.05);
  font-size: 0.75rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .zv-footer-subscribe {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .zv-footer {
    padding: 3rem 1.2rem 1.5rem;
  }

  .zv-footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2rem;
  }

  .zv-footer-subscribe {
    grid-column: span 1;
  }

  .zv-footer-desc {
    max-width: 100%;
  }

  .zv-footer-badges {
    gap: 1rem;
    padding: 1.8rem 0;
  }

  .zv-badge-item {
    font-size: 0.65rem;
  }

  .zv-badge-divider {
    height: 18px;
  }

  .zv-footer-bottom {
    flex-direction: column;
    text-align: center;
    padding-top: 1.5rem;
    gap: 0.5rem;
  }

  .zv-footer-bottom-right {
    justify-content: center;
  }

  .zv-footer-heading {
    font-size: 0.8rem;
  }

  .zv-footer-link-list a {
    font-size: 0.8rem;
  }

  .zv-back-top {
    width: 42px;
    height: 42px;
    font-size: 1rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

@media (max-width: 480px) {
  .zv-footer {
    padding: 2.5rem 1rem 1.5rem;
  }

  .zv-footer-logo-text,
  .zv-footer-logo-accent {
    font-size: 0.95rem;
    letter-spacing: 2px;
  }

  .zv-footer-desc {
    font-size: 0.8rem;
  }

  .zv-footer-social-link {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }

  .zv-form-group {
    flex-direction: column;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
  }

  .zv-form-input {
    width: 100%;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }

  .zv-form-btn {
    width: 100%;
    justify-content: center;
    padding: 0.8rem;
    border-radius: 0 0 12px 12px;
  }

  .zv-footer-badges {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.5rem 0;
  }

  .zv-badge-divider {
    display: none;
  }

  .zv-footer-bottom-left {
    font-size: 0.65rem;
  }

  .zv-footer-bottom-right a {
    font-size: 0.65rem;
  }

  .zv-footer-divider {
    font-size: 0.65rem;
  }

  .zv-form-note {
    font-size: 0.6rem;
  }

  .zv-back-top {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
    bottom: 1rem;
    right: 1rem;
  }
}



.whats-but{
    background-color: #25d366;
    color: #ffffff;
    border: none;
    padding: 10px 22px 10px 22px;
    font-size: 16px;
    transition: 0.5s;
}
.whats-but i{
    padding: 0 7px 0 0;
    font-size: 20px;
    position: relative;
    top: 1px;
}
.whats-but:hover{
    box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
}










/* ===== ABOUT US PAGE CSS ===== */
/* Zovala Gear - About Us Page */
/* Place this in your stylesheet */

/* ===== PAGE HERO ===== */
.zv-page-hero {
  padding: 6rem 1.5rem 5rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

.zv-page-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-page-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.zv-page-hero-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.5rem;
}

.zv-page-hero-title {
  font-size: 4.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 2px;
}

.zv-hero-highlight {
  color: #d4af37;
  position: relative;
}

.zv-hero-highlight::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(212, 175, 55, 0.2);
  border-radius: 2px;
}

.zv-page-hero-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

/* ===== OUR STORY ===== */
.zv-story {
  padding: 5rem 1.5rem;
  background: #ffffff;
}

.zv-story-container {
  max-width: 1200px;
  margin: 0 auto;
}

.zv-story-grid {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.zv-story-image {
  flex: 1;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.zv-story-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
}

.zv-story-year {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 2px;
}

.zv-story-content {
  flex: 1;
}

.zv-story-tag {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.3rem 1.2rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1rem;
}

.zv-story-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0a0a0a;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.zv-story-highlight {
  color: #d4af37;
}

.zv-story-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-weight: 300;
}

.zv-story-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2rem;
}

.zv-story-stat {
  text-align: center;
}

.zv-story-stat .zv-stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #0a0a0a;
}

.zv-story-stat .zv-stat-label {
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== VALUES ===== */
.zv-values {
  padding: 5rem 1.5rem;
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-values-container {
  max-width: 1200px;
  margin: 0 auto;
}

.zv-values-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-values-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-values-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.zv-values-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-values-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-top: 0.5rem;
}

.zv-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.zv-value-card {
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease;
  text-align: center;
}

.zv-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  border-color: rgba(212, 175, 55, 0.08);
}

.zv-value-icon {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 1rem;
}

.zv-value-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}

.zv-value-desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
}

/* ===== TEAM ===== */
.zv-team {
  padding: 5rem 1.5rem;
  background: #ffffff;
}

.zv-team-container {
  max-width: 1200px;
  margin: 0 auto;
}

.zv-team-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-team-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-team-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.zv-team-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-team-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-top: 0.5rem;
}

.zv-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.zv-team-member {
  text-align: center;
}

.zv-team-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.zv-team-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.zv-team-member:hover .zv-team-social {
  opacity: 1;
  transform: translateY(0);
}

.zv-team-social a {
  color: #ffffff;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.zv-team-social a:hover {
  color: #d4af37;
}

.zv-team-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.2rem 0;
}

.zv-team-role {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 300;
}

/* ===== MILESTONES ===== */
.zv-milestones {
  padding: 5rem 1.5rem;
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-milestones-container {
  max-width: 900px;
  margin: 0 auto;
}

.zv-milestones-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-milestones-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-milestones-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.zv-milestones-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-milestones-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-top: 0.5rem;
}

.zv-milestones-timeline {
  position: relative;
  padding-left: 2.5rem;
}

.zv-milestones-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #d4af37, rgba(212, 175, 55, 0.1));
}

.zv-milestone {
  position: relative;
  padding-bottom: 2.5rem;
}

.zv-milestone:last-child {
  padding-bottom: 0;
}

.zv-milestone-dot {
  position: absolute;
  left: -2.8rem;
  top: 0.3rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d4af37;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px #d4af37;
}

.zv-milestone-content {
  padding-left: 1rem;
}

.zv-milestone-year {
  display: inline-block;
  color: #d4af37;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.2rem 1rem;
  border-radius: 30px;
  margin-bottom: 0.3rem;
}

.zv-milestone-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0.3rem 0 0.2rem;
}

.zv-milestone-content p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0;
}

/* ===== CTA ===== */
.zv-about-cta {
  padding: 5rem 1.5rem;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.zv-about-cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.zv-about-cta-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-about-cta-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}

.zv-cta-highlight {
  color: #d4af37;
}

.zv-about-cta-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

.zv-about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #d4af37;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #d4af37;
}

.zv-about-cta-btn i {
  transition: transform 0.35s ease;
}

.zv-about-cta-btn:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-about-cta-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-page-hero-title {
    font-size: 3.5rem;
  }

  .zv-story-grid {
    gap: 2.5rem;
  }

  .zv-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zv-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .zv-story-grid {
    flex-direction: column;
  }

  .zv-story-image {
    width: 100%;
    min-height: 300px;
  }

  .zv-story-content {
    text-align: center;
  }

  .zv-story-stats {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .zv-page-hero {
    padding: 4rem 1.2rem;
  }

  .zv-page-hero-title {
    font-size: 2.8rem;
  }

  .zv-page-hero-desc {
    font-size: 1rem;
  }

  .zv-story-title,
  .zv-values-title,
  .zv-team-title,
  .zv-milestones-title {
    font-size: 2.2rem;
  }

  .zv-values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }

  .zv-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .zv-about-cta-title {
    font-size: 2.5rem;
  }

  .zv-story-stats {
    gap: 1.5rem;
  }

  .zv-story-stat .zv-stat-number {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .zv-page-hero-title {
    font-size: 2.2rem;
  }

  .zv-page-hero-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-story-title,
  .zv-values-title,
  .zv-team-title,
  .zv-milestones-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .zv-values-grid {
    grid-template-columns: 1fr;
  }

  .zv-team-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }

  .zv-about-cta-title {
    font-size: 2rem;
  }

  .zv-about-cta-btn {
    padding: 0.8rem 1.8rem;
    font-size: 0.7rem;
  }

  .zv-story-image {
    min-height: 220px;
  }

  .zv-story-year {
    font-size: 1.8rem;
  }

  .zv-story-stat .zv-stat-number {
    font-size: 1.4rem;
  }

  .zv-milestones-timeline {
    padding-left: 1.8rem;
  }

  .zv-milestone-dot {
    left: -1.8rem;
    width: 12px;
    height: 12px;
  }

  .zv-milestone-content h4 {
    font-size: 1rem;
  }

  .zv-value-card {
    padding: 1.8rem 1.2rem;
  }
}






/* ===== PRINTING TECHNIQUES PAGE CSS ===== */
/* Zovala Gear - Printing Techniques Showcase */
/* Place this in your stylesheet */

/* ===== PAGE HERO ===== */
.zv-printing-hero {
  padding: 6rem 1.5rem 5rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

.zv-printing-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-printing-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.zv-printing-hero-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.5rem;
}

.zv-printing-hero-title {
  font-size: 4.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 2px;
}

.zv-hero-highlight {
  color: #d4af37;
  position: relative;
}

.zv-hero-highlight::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(212, 175, 55, 0.2);
  border-radius: 2px;
}

.zv-printing-hero-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

/* ===== PRINTING GRID ===== */
.zv-printing-grid {
  padding: 5rem 1.5rem;
  background: #ffffff;
}

.zv-printing-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* ===== PRINTING CARD ===== */
.zv-printing-card {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 2rem 1.8rem;
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.zv-printing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  border-color: rgba(212, 175, 55, 0.08);
  background: #fafafa;
}

.zv-printing-card.zv-card-featured {
  border-color: rgba(212, 175, 55, 0.15);
  background: rgba(212, 175, 55, 0.02);
}

.zv-printing-card.zv-card-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #b8960f);
}

/* Card Header */
.zv-printing-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.zv-printing-number {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;
}

.zv-printing-badge {
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.2rem 0.8rem;
  border-radius: 30px;
  background: #0a0a0a;
  color: #ffffff;
}

.zv-badge-vibrant { background: #e74c3c; color: #fff; }
.zv-badge-soft { background: #3498db; color: #fff; }
.zv-badge-smooth { background: #2ecc71; color: #fff; }
.zv-badge-permanent { background: #9b59b6; color: #fff; }
.zv-badge-3d { background: #f39c12; color: #fff; }
.zv-badge-luxury { background: #1a1a2e; color: #d4af37; }
.zv-badge-vintage { background: #8e44ad; color: #fff; }
.zv-badge-metallic { background: #7f8c8d; color: #fff; }
.zv-badge-distressed { background: #d35400; color: #fff; }
.zv-badge-glow { background: #2ecc71; color: #fff; }
.zv-badge-reflective { background: #2980b9; color: #fff; }
.zv-badge-premium { background: #d4af37; color: #000; }

/* Card Title */
.zv-printing-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.8rem 0;
  letter-spacing: 0.5px;
}

/* Visual Box */
.zv-printing-visual {
  margin-bottom: 1rem;
}

.zv-printing-visual-box {
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  position: relative;
  overflow: hidden;
}

.zv-printing-visual-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.15);
  pointer-events: none;
}

.zv-printing-icon {
  font-size: 1.8rem;
  color: #d4af37;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}

.zv-printing-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Description & Features */
.zv-printing-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.85rem;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 0.8rem;
}

.zv-printing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zv-printing-features li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  padding: 0.2rem 0;
}

.zv-printing-features li i {
  color: #d4af37;
  font-size: 0.55rem;
  flex-shrink: 0;
}

/* ===== CTA SECTION ===== */
.zv-printing-cta {
  padding: 5rem 1.5rem;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.zv-printing-cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.zv-printing-cta-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-printing-cta-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}

.zv-cta-highlight {
  color: #d4af37;
}

.zv-printing-cta-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

.zv-printing-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.zv-printing-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.zv-printing-cta-btn.primary {
  background: #d4af37;
  color: #000000;
  border: 2px solid #d4af37;
}

.zv-printing-cta-btn.primary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-printing-cta-btn.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.08);
}

.zv-printing-cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  transform: translateY(-3px);
}

.zv-printing-cta-btn i {
  transition: transform 0.35s ease;
}

.zv-printing-cta-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-printing-hero-title {
    font-size: 3.5rem;
  }

  .zv-printing-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .zv-printing-hero {
    padding: 4rem 1.2rem;
  }

  .zv-printing-hero-title {
    font-size: 2.8rem;
  }

  .zv-printing-hero-desc {
    font-size: 1rem;
  }

  .zv-printing-container {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .zv-printing-card {
    padding: 1.5rem 1.2rem;
  }

  .zv-printing-title {
    font-size: 1.1rem;
  }

  .zv-printing-visual-box {
    min-height: 60px;
    padding: 1rem;
  }

  .zv-printing-icon {
    font-size: 1.4rem;
  }

  .zv-printing-label {
    font-size: 0.6rem;
  }

  .zv-printing-desc {
    font-size: 0.8rem;
  }

  .zv-printing-features li {
    font-size: 0.7rem;
  }

  .zv-printing-cta-title {
    font-size: 2.5rem;
  }

  .zv-printing-cta-btn {
    padding: 0.8rem 1.8rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .zv-printing-hero-title {
    font-size: 2.2rem;
  }

  .zv-printing-hero-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-printing-container {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .zv-printing-card {
    padding: 1.2rem 1rem;
  }

  .zv-printing-cta-title {
    font-size: 2rem;
  }

  .zv-printing-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .zv-printing-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 0.8rem 1.5rem;
    font-size: 0.65rem;
  }

  .zv-printing-badge {
    font-size: 0.45rem;
    padding: 0.15rem 0.6rem;
  }

  .zv-printing-number {
    font-size: 0.6rem;
  }

  .zv-printing-visual-box {
    min-height: 50px;
    padding: 0.8rem;
  }
}

/* ===== SIZE CHART SECTION CSS ===== */
/* Zovala Gear - Size Chart */
/* Place this in your stylesheet */

.zv-sizechart {
  padding: 5rem 1.5rem;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-sizechart-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ===== HEADER ===== */
.zv-sizechart-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-sizechart-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-sizechart-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}

.zv-sizechart-highlight {
  color: #d4af37;
}

.zv-sizechart-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-sizechart-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

/* ===== TABS ===== */
.zv-sizechart-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.zv-sizechart-tab {
  padding: 0.6rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 50px;
  background: transparent;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zv-sizechart-tab:hover {
  background: rgba(212, 175, 55, 0.04);
  color: #0a0a0a;
  border-color: rgba(212, 175, 55, 0.1);
}

.zv-sizechart-tab.active {
  background: #0a0a0a;
  color: #ffffff;
  border-color: #0a0a0a;
}

/* ===== TABLE ===== */
.zv-sizechart-table {
  display: none;
  animation: zvFadeIn 0.4s ease;
}

.zv-sizechart-table.active {
  display: block;
}

@keyframes zvFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.zv-sizechart-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #fafafa;
}

.zv-sizechart-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  min-width: 600px;
}

.zv-sizechart-table-wrapper thead {
  background: #0a0a0a;
}

.zv-sizechart-table-wrapper thead th {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7rem;
  padding: 1rem 1.2rem;
  text-align: center;
}

.zv-sizechart-table-wrapper tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  transition: background 0.2s ease;
}

.zv-sizechart-table-wrapper tbody tr:hover {
  background: rgba(212, 175, 55, 0.03);
}

.zv-sizechart-table-wrapper tbody tr:last-child {
  border-bottom: none;
}

.zv-sizechart-table-wrapper tbody td {
  padding: 0.8rem 1.2rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.zv-sizechart-table-wrapper tbody tr:first-child td {
  font-weight: 700;
  color: #0a0a0a;
}

/* ===== MEASURE GUIDE ===== */
.zv-sizechart-measure {
  margin-top: 3rem;
}

.zv-measure-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.zv-measure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.zv-measure-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  background: #f8f8f8;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.zv-measure-item:hover {
  background: #fafafa;
  border-color: rgba(212, 175, 55, 0.05);
}

.zv-measure-icon {
  color: #d4af37;
  font-size: 1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.zv-measure-item h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.1rem 0;
}

.zv-measure-item p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}

/* ===== NOTE ===== */
.zv-sizechart-note {
  margin-top: 2.5rem;
  padding: 1.2rem 1.8rem;
  background: rgba(212, 175, 55, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.06);
  border-radius: 12px;
  text-align: center;
}

.zv-sizechart-note p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
  margin: 0;
  font-weight: 300;
}

.zv-sizechart-note .zv-note-icon {
  color: #d4af37;
  font-size: 0.8rem;
}

.zv-sizechart-note a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.zv-sizechart-note a:hover {
  color: #b8960f;
  text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .zv-sizechart {
    padding: 3.5rem 1.2rem;
  }

  .zv-sizechart-title {
    font-size: 2.2rem;
  }

  .zv-sizechart-subtitle {
    font-size: 0.95rem;
  }

  .zv-sizechart-tab {
    padding: 0.4rem 1.2rem;
    font-size: 0.7rem;
  }

  .zv-sizechart-table-wrapper table {
    font-size: 0.75rem;
    min-width: 500px;
  }

  .zv-sizechart-table-wrapper thead th {
    padding: 0.8rem 0.8rem;
    font-size: 0.6rem;
  }

  .zv-sizechart-table-wrapper tbody td {
    padding: 0.6rem 0.8rem;
  }

  .zv-measure-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .zv-measure-item {
    padding: 1rem 1.2rem;
  }

  .zv-sizechart-note {
    padding: 1rem 1.2rem;
  }

  .zv-sizechart-note p {
    font-size: 0.75rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .zv-sizechart {
    padding: 2.5rem 1rem;
  }

  .zv-sizechart-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .zv-sizechart-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-sizechart-subtitle {
    font-size: 0.85rem;
  }

  .zv-sizechart-tabs {
    gap: 0.3rem;
  }

  .zv-sizechart-tab {
    padding: 0.35rem 1rem;
    font-size: 0.6rem;
    letter-spacing: 0.5px;
  }

  .zv-sizechart-table-wrapper table {
    font-size: 0.65rem;
    min-width: 400px;
  }

  .zv-sizechart-table-wrapper thead th {
    padding: 0.6rem 0.5rem;
    font-size: 0.55rem;
  }

  .zv-sizechart-table-wrapper tbody td {
    padding: 0.5rem 0.5rem;
  }

  .zv-measure-item h4 {
    font-size: 0.8rem;
  }

  .zv-measure-item p {
    font-size: 0.7rem;
  }

  .zv-sizechart-note p {
    font-size: 0.7rem;
  }
}


/* ===== FABRIC OPTIONS CSS ===== */
/* Zovala Gear - Fabric Options Showcase */
/* Place this in your stylesheet */

.zv-fabrics {
  padding: 5rem 1.5rem;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-fabrics-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== HEADER ===== */
.zv-fabrics-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-fabrics-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-fabrics-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}

.zv-fabrics-highlight {
  color: #d4af37;
}

.zv-fabrics-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-fabrics-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

/* ===== FABRIC GRID ===== */
.zv-fabrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* ===== FABRIC CARD ===== */
.zv-fabric-card {
  background: #f8f8f8;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-fabric-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  border-color: rgba(212, 175, 55, 0.08);
  background: #fafafa;
}

.zv-fabric-card.zv-card-featured {
  border-color: rgba(212, 175, 55, 0.12);
  background: rgba(212, 175, 55, 0.015);
}

.zv-fabric-card.zv-card-featured::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #b8960f);
}

/* Fabric Visual */
.zv-fabric-visual {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.zv-fabric-visual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.03);
  pointer-events: none;
}

.zv-fabric-icon {
  font-size: 1.8rem;
  color: rgba(10, 10, 10, 0.15);
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}

.zv-fabric-gsm {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(10, 10, 10, 0.5);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.15rem 0.8rem;
  border-radius: 30px;
  backdrop-filter: blur(4px);
}

/* Fabric Info */
.zv-fabric-info {
  padding: 1.2rem 1.2rem 1.5rem;
}

.zv-fabric-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.3rem 0;
  letter-spacing: 0.3px;
}

.zv-fabric-desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  line-height: 1.6;
  font-weight: 300;
  margin: 0 0 0.6rem 0;
}

.zv-fabric-tag {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #d4af37;
  background: rgba(212, 175, 55, 0.06);
  padding: 0.2rem 0.8rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.04);
}

/* ===== NOTE ===== */
.zv-fabrics-note {
  margin: 3rem 0 2.5rem;
  padding: 1.2rem 1.8rem;
  background: rgba(212, 175, 55, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.04);
  border-radius: 12px;
  text-align: center;
}

.zv-fabrics-note p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
  margin: 0;
  font-weight: 300;
}

.zv-fabrics-note .zv-note-icon {
  color: #d4af37;
  font-size: 0.8rem;
}

/* ===== CTA ===== */
.zv-fabrics-cta {
  text-align: center;
}

.zv-fabrics-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #0a0a0a;
}

.zv-fabrics-btn i {
  transition: transform 0.35s ease;
}

.zv-fabrics-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

.zv-fabrics-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-fabrics-title {
    font-size: 2.8rem;
  }

  .zv-fabrics-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}

@media (max-width: 768px) {
  .zv-fabrics {
    padding: 3.5rem 1.2rem;
  }

  .zv-fabrics-title {
    font-size: 2.2rem;
  }

  .zv-fabrics-subtitle {
    font-size: 0.95rem;
  }

  .zv-fabrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .zv-fabric-visual {
    min-height: 80px;
    padding: 1rem;
  }

  .zv-fabric-icon {
    font-size: 1.4rem;
  }

  .zv-fabric-gsm {
    font-size: 0.6rem;
  }

  .zv-fabric-name {
    font-size: 0.9rem;
  }

  .zv-fabric-desc {
    font-size: 0.75rem;
  }

  .zv-fabric-info {
    padding: 1rem 1rem 1.2rem;
  }

  .zv-fabrics-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }

  .zv-fabrics-note {
    padding: 1rem 1.2rem;
  }

  .zv-fabrics-note p {
    font-size: 0.75rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .zv-fabrics {
    padding: 2.5rem 1rem;
  }

  .zv-fabrics-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .zv-fabrics-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-fabrics-subtitle {
    font-size: 0.85rem;
  }

  .zv-fabrics-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }

  .zv-fabric-visual {
    min-height: 60px;
    padding: 0.8rem;
  }

  .zv-fabric-icon {
    font-size: 1.2rem;
  }

  .zv-fabric-gsm {
    font-size: 0.5rem;
    padding: 0.1rem 0.6rem;
  }

  .zv-fabric-name {
    font-size: 0.8rem;
  }

  .zv-fabric-desc {
    font-size: 0.7rem;
  }

  .zv-fabric-tag {
    font-size: 0.5rem;
    padding: 0.15rem 0.6rem;
  }

  .zv-fabric-info {
    padding: 0.8rem 0.8rem 1rem;
  }

  .zv-fabrics-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-fabrics-note {
    padding: 0.8rem 1rem;
  }

  .zv-fabrics-note p {
    font-size: 0.7rem;
  }
}




/* ===== DENIM WASHES & FINISHES CSS ===== */
/* Zovala Gear - Denim Washes & Finishes */
/* Place this in your stylesheet */

.zv-washes-section {
  padding: 5rem 1.5rem;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-washes-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== HEADER ===== */
.zv-washes-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-washes-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-washes-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}

.zv-washes-highlight {
  color: #d4af37;
}

.zv-washes-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-washes-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

/* ===== WASHES GRID ===== */
.zv-washes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* ===== WASH CARD ===== */
.zv-wash-card {
  background: #f8f8f8;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-wash-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  border-color: rgba(212, 175, 55, 0.08);
  background: #fafafa;
}

/* ===== WASH VISUAL ===== */
.zv-wash-visual {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.zv-wash-visual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.zv-wash-icon {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}

.zv-wash-name-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 8px rgba(0,0,0,0.2);
}

/* ===== WASH INFO ===== */
.zv-wash-info {
  padding: 1rem 1.2rem 1.3rem;
  text-align: center;
}

.zv-wash-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.3rem 0;
  letter-spacing: 0.3px;
}

.zv-wash-desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}

/* ===== NOTE ===== */
.zv-washes-note {
  margin: 3rem 0 2.5rem;
  padding: 1.2rem 1.8rem;
  background: rgba(212, 175, 55, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.04);
  border-radius: 12px;
  text-align: center;
}

.zv-washes-note p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
  margin: 0;
  font-weight: 300;
}

.zv-washes-note .zv-note-icon {
  color: #d4af37;
  font-size: 0.8rem;
}

/* ===== CTA ===== */
.zv-washes-cta {
  text-align: center;
}

.zv-washes-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #0a0a0a;
}

.zv-washes-btn i {
  transition: transform 0.35s ease;
}

.zv-washes-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

.zv-washes-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-washes-title {
    font-size: 2.8rem;
  }

  .zv-washes-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}

@media (max-width: 768px) {
  .zv-washes-section {
    padding: 3.5rem 1.2rem;
  }

  .zv-washes-title {
    font-size: 2.2rem;
  }

  .zv-washes-subtitle {
    font-size: 0.95rem;
  }

  .zv-washes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .zv-wash-visual {
    min-height: 80px;
    padding: 1rem;
  }

  .zv-wash-icon {
    font-size: 1.3rem;
  }

  .zv-wash-name-label {
    font-size: 0.55rem;
  }

  .zv-wash-title {
    font-size: 0.85rem;
  }

  .zv-wash-desc {
    font-size: 0.7rem;
  }

  .zv-wash-info {
    padding: 0.8rem 0.8rem 1rem;
  }

  .zv-washes-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }

  .zv-washes-note {
    padding: 1rem 1.2rem;
  }

  .zv-washes-note p {
    font-size: 0.75rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .zv-washes-section {
    padding: 2.5rem 1rem;
  }

  .zv-washes-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .zv-washes-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-washes-subtitle {
    font-size: 0.85rem;
  }

  .zv-washes-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }

  .zv-wash-visual {
    min-height: 70px;
    padding: 0.8rem;
  }

  .zv-wash-icon {
    font-size: 1.1rem;
  }

  .zv-wash-name-label {
    font-size: 0.5rem;
  }

  .zv-wash-title {
    font-size: 0.8rem;
  }

  .zv-wash-desc {
    font-size: 0.65rem;
  }

  .zv-wash-info {
    padding: 0.6rem 0.6rem 0.8rem;
  }

  .zv-washes-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-washes-note {
    padding: 0.8rem 1rem;
  }

  .zv-washes-note p {
    font-size: 0.7rem;
  }
}



/* ===== CUSTOM MANUFACTURING PAGE CSS ===== */
/* Zovala Gear - Custom Manufacturing */
/* Place this in your stylesheet */

/* ===== PAGE HERO ===== */
.zv-custom-hero {
  padding: 6rem 1.5rem 5rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

.zv-custom-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-custom-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.zv-custom-hero-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.5rem;
}

.zv-custom-hero-title {
  font-size: 4.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 2px;
}

.zv-hero-highlight {
  color: #d4af37;
}

.zv-custom-hero-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

.zv-custom-hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.zv-custom-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.zv-custom-hero-btn.primary {
  background: #d4af37;
  color: #000000;
  border: 2px solid #d4af37;
}

.zv-custom-hero-btn.primary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-custom-hero-btn.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.08);
}

.zv-custom-hero-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  transform: translateY(-3px);
}

.zv-custom-hero-btn i {
  transition: transform 0.35s ease;
}

.zv-custom-hero-btn:hover i {
  transform: translateX(6px);
}

/* ===== WHAT WE OFFER ===== */
.zv-custom-offer {
  padding: 5rem 1.5rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-custom-offer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.zv-custom-offer-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-custom-offer-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-custom-offer-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}

.zv-offer-highlight {
  color: #d4af37;
}

.zv-custom-offer-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-custom-offer-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-top: 0.5rem;
}

.zv-custom-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.zv-custom-offer-card {
  background: #f8f8f8;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-custom-offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  border-color: rgba(212, 175, 55, 0.08);
}

.zv-custom-offer-icon {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 1rem;
}

.zv-custom-offer-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}

.zv-custom-offer-card p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

/* ===== CAPABILITIES ===== */
.zv-custom-capabilities {
  padding: 5rem 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-custom-capabilities-container {
  max-width: 1200px;
  margin: 0 auto;
}

.zv-custom-capabilities-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-custom-capabilities-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-custom-capabilities-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}

.zv-capabilities-highlight {
  color: #d4af37;
}

.zv-custom-capabilities-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-custom-capabilities-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-top: 0.5rem;
}

.zv-custom-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.zv-custom-capability-card {
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-custom-capability-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  border-color: rgba(212, 175, 55, 0.08);
}

.zv-custom-capability-icon {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 1rem;
}

.zv-custom-capability-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}

.zv-custom-capability-card p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

/* ===== PROCESS ===== */
.zv-custom-process {
  padding: 5rem 1.5rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-custom-process-container {
  max-width: 1000px;
  margin: 0 auto;
}

.zv-custom-process-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-custom-process-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-custom-process-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}

.zv-process-highlight {
  color: #d4af37;
}

.zv-custom-process-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-custom-process-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-top: 0.5rem;
}

.zv-custom-process-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.zv-custom-process-step {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  background: #f8f8f8;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-custom-process-step:hover {
  background: #fafafa;
  border-color: rgba(212, 175, 55, 0.05);
}

.zv-custom-step-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #d4af37;
  flex-shrink: 0;
  width: 60px;
}

.zv-custom-step-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.3rem 0;
}

.zv-custom-step-content p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

/* ===== WHY CHOOSE US ===== */
.zv-custom-why {
  padding: 5rem 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-custom-why-container {
  max-width: 1200px;
  margin: 0 auto;
}

.zv-custom-why-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.zv-custom-why-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 0.8rem;
}

.zv-custom-why-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}

.zv-why-highlight {
  color: #d4af37;
}

.zv-custom-why-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 0.8rem auto 0;
}

.zv-custom-why-subtitle {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-top: 0.5rem;
}

.zv-custom-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.zv-custom-why-card {
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-custom-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  border-color: rgba(212, 175, 55, 0.08);
}

.zv-custom-why-icon {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 1rem;
}

.zv-custom-why-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}

.zv-custom-why-card p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

/* ===== CTA ===== */
.zv-custom-cta {
  padding: 5rem 1.5rem;
  background: #0a0a0a;
}

.zv-custom-cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.zv-custom-cta-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-custom-cta-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}

.zv-cta-highlight {
  color: #d4af37;
}

.zv-custom-cta-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

.zv-custom-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.zv-custom-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.zv-custom-cta-btn.primary {
  background: #d4af37;
  color: #000000;
  border: 2px solid #d4af37;
}

.zv-custom-cta-btn.primary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-custom-cta-btn.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.08);
}

.zv-custom-cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  transform: translateY(-3px);
}

.zv-custom-cta-btn i {
  transition: transform 0.35s ease;
}

.zv-custom-cta-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-custom-hero-title {
    font-size: 3.5rem;
  }

  .zv-custom-offer-grid,
  .zv-custom-capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zv-custom-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .zv-custom-hero {
    padding: 4rem 1.2rem;
  }

  .zv-custom-hero-title {
    font-size: 2.8rem;
  }

  .zv-custom-hero-desc {
    font-size: 1rem;
  }

  .zv-custom-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .zv-custom-offer-title,
  .zv-custom-capabilities-title,
  .zv-custom-process-title,
  .zv-custom-why-title {
    font-size: 2.2rem;
  }

  .zv-custom-offer-grid,
  .zv-custom-capabilities-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .zv-custom-why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .zv-custom-process-step {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.2rem 1.5rem;
  }

  .zv-custom-cta-title {
    font-size: 2.5rem;
  }

  .zv-custom-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .zv-custom-hero-btn,
  .zv-custom-cta-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .zv-custom-hero-title {
    font-size: 2.2rem;
  }

  .zv-custom-hero-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-custom-offer-title,
  .zv-custom-capabilities-title,
  .zv-custom-process-title,
  .zv-custom-why-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .zv-custom-why-grid {
    grid-template-columns: 1fr;
  }

  .zv-custom-cta-title {
    font-size: 2rem;
  }

  .zv-custom-offer-card,
  .zv-custom-capability-card,
  .zv-custom-why-card {
    padding: 1.8rem 1.2rem;
  }

  .zv-custom-process-step {
    padding: 1rem 1.2rem;
  }

  .zv-custom-step-number {
    font-size: 1.4rem;
    width: 40px;
  }
}



/* ===== PRIVACY POLICY PAGE CSS ===== */
/* Zovala Gear - Privacy Policy */
/* Place this in your stylesheet */

/* ===== PAGE HERO ===== */
.zv-privacy-hero {
  padding: 5rem 1.5rem 4rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

.zv-privacy-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-privacy-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.zv-privacy-hero-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-privacy-hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.zv-hero-highlight {
  color: #d4af37;
}

.zv-privacy-hero-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 0.5rem;
  font-weight: 300;
}

.zv-privacy-hero-date {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
  font-weight: 300;
}

.zv-privacy-hero-date span {
  color: rgba(255, 255, 255, 0.5);
}

/* ===== PRIVACY CONTENT ===== */
.zv-privacy-content {
  padding: 4rem 1.5rem;
  background: #ffffff;
}

.zv-privacy-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ===== TABLE OF CONTENTS ===== */
.zv-privacy-toc {
  background: #f8f8f8;
  padding: 2rem 2.5rem;
  border-radius: 16px;
  margin-bottom: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-privacy-toc h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}

.zv-privacy-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 2rem;
}

.zv-privacy-toc ul li {
  font-size: 0.85rem;
  padding: 0.2rem 0;
}

.zv-privacy-toc ul li a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-privacy-toc ul li a:hover {
  color: #d4af37;
  text-decoration: none;
}

/* ===== SECTIONS ===== */
.zv-privacy-section {
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-privacy-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.zv-privacy-section-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}

.zv-privacy-section p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1rem;
}

.zv-privacy-section ul {
  padding-left: 1.5rem;
  margin: 0.5rem 0 1rem;
}

.zv-privacy-section ul li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 0.3rem;
}

.zv-privacy-section ul li strong {
  color: #0a0a0a;
  font-weight: 600;
}

.zv-privacy-note {
  background: rgba(212, 175, 55, 0.02);
  border-left: 3px solid #d4af37;
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
  margin-top: 0.5rem !important;
}

/* ===== CONTACT ===== */
.zv-privacy-contact {
  background: #f8f8f8;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  margin-top: 1rem;
}

.zv-privacy-contact p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
}

.zv-privacy-contact a {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-privacy-contact a:hover {
  color: #b8960f;
  text-decoration: underline;
}

/* ===== BACK TO TOP ===== */
.zv-privacy-back {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-privacy-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-privacy-back-btn:hover {
  color: #d4af37;
  text-decoration: none;
}

.zv-privacy-back-btn i {
  font-size: 0.7rem;
}

/* ===== CTA ===== */
.zv-privacy-cta {
  padding: 4rem 1.5rem;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.zv-privacy-cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.zv-privacy-cta-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-privacy-cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}

.zv-cta-highlight {
  color: #d4af37;
}

.zv-privacy-cta-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

.zv-privacy-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #d4af37;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 2.8rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #d4af37;
}

.zv-privacy-cta-btn i {
  transition: transform 0.35s ease;
}

.zv-privacy-cta-btn:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-privacy-cta-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .zv-privacy-hero {
    padding: 4rem 1.2rem 3rem;
  }

  .zv-privacy-hero-title {
    font-size: 2.8rem;
  }

  .zv-privacy-hero-desc {
    font-size: 1rem;
  }

  .zv-privacy-content {
    padding: 3rem 1.2rem;
  }

  .zv-privacy-toc {
    padding: 1.5rem;
  }

  .zv-privacy-toc ul {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .zv-privacy-section-title {
    font-size: 1.3rem;
  }

  .zv-privacy-section p,
  .zv-privacy-section ul li {
    font-size: 0.9rem;
  }

  .zv-privacy-contact {
    padding: 1.2rem 1.5rem;
  }

  .zv-privacy-cta-title {
    font-size: 2.5rem;
  }

  .zv-privacy-cta-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .zv-privacy-hero-title {
    font-size: 2.2rem;
  }

  .zv-privacy-hero-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-privacy-content {
    padding: 2rem 1rem;
  }

  .zv-privacy-toc {
    padding: 1.2rem;
  }

  .zv-privacy-toc h3 {
    font-size: 1rem;
  }

  .zv-privacy-toc ul li {
    font-size: 0.8rem;
  }

  .zv-privacy-section-title {
    font-size: 1.1rem;
  }

  .zv-privacy-section p,
  .zv-privacy-section ul li {
    font-size: 0.85rem;
  }

  .zv-privacy-section ul {
    padding-left: 1.2rem;
  }

  .zv-privacy-cta-title {
    font-size: 2rem;
  }

  .zv-privacy-cta-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-privacy-contact {
    padding: 1rem;
  }

  .zv-privacy-contact p {
    font-size: 0.85rem;
  }
}

/* ===== TERMS OF SERVICE PAGE CSS ===== */
/* Zovala Gear - Terms of Service */
/* Place this in your stylesheet */

/* ===== PAGE HERO ===== */
.zv-terms-hero {
  padding: 5rem 1.5rem 4rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

.zv-terms-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-terms-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.zv-terms-hero-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-terms-hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.zv-hero-highlight {
  color: #d4af37;
}

.zv-terms-hero-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 0.5rem;
  font-weight: 300;
}

.zv-terms-hero-date {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
  font-weight: 300;
}

.zv-terms-hero-date span {
  color: rgba(255, 255, 255, 0.5);
}

/* ===== TERMS CONTENT ===== */
.zv-terms-content {
  padding: 4rem 1.5rem;
  background: #ffffff;
}

.zv-terms-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ===== TABLE OF CONTENTS ===== */
.zv-terms-toc {
  background: #f8f8f8;
  padding: 2rem 2.5rem;
  border-radius: 16px;
  margin-bottom: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-terms-toc h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}

.zv-terms-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 2rem;
}

.zv-terms-toc ul li {
  font-size: 0.85rem;
  padding: 0.2rem 0;
}

.zv-terms-toc ul li a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-terms-toc ul li a:hover {
  color: #d4af37;
  text-decoration: none;
}

/* ===== SECTIONS ===== */
.zv-terms-section {
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-terms-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.zv-terms-section-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}

.zv-terms-section p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1rem;
}

.zv-terms-section ul {
  padding-left: 1.5rem;
  margin: 0.5rem 0 1rem;
}

.zv-terms-section ul li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 0.3rem;
}

.zv-terms-section ul li strong {
  color: #0a0a0a;
  font-weight: 600;
}

.zv-terms-note {
  background: rgba(212, 175, 55, 0.02);
  border-left: 3px solid #d4af37;
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
  margin-top: 0.5rem !important;
}

/* ===== CONTACT ===== */
.zv-terms-contact {
  background: #f8f8f8;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  margin-top: 1rem;
}

.zv-terms-contact p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
}

.zv-terms-contact a {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-terms-contact a:hover {
  color: #b8960f;
  text-decoration: underline;
}

/* ===== BACK TO TOP ===== */
.zv-terms-back {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-terms-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-terms-back-btn:hover {
  color: #d4af37;
  text-decoration: none;
}

.zv-terms-back-btn i {
  font-size: 0.7rem;
}

/* ===== CTA ===== */
.zv-terms-cta {
  padding: 4rem 1.5rem;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.zv-terms-cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.zv-terms-cta-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-terms-cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}

.zv-cta-highlight {
  color: #d4af37;
}

.zv-terms-cta-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

.zv-terms-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #d4af37;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 2.8rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #d4af37;
}

.zv-terms-cta-btn i {
  transition: transform 0.35s ease;
}

.zv-terms-cta-btn:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-terms-cta-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .zv-terms-hero {
    padding: 4rem 1.2rem 3rem;
  }

  .zv-terms-hero-title {
    font-size: 2.8rem;
  }

  .zv-terms-hero-desc {
    font-size: 1rem;
  }

  .zv-terms-content {
    padding: 3rem 1.2rem;
  }

  .zv-terms-toc {
    padding: 1.5rem;
  }

  .zv-terms-toc ul {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .zv-terms-section-title {
    font-size: 1.3rem;
  }

  .zv-terms-section p,
  .zv-terms-section ul li {
    font-size: 0.9rem;
  }

  .zv-terms-contact {
    padding: 1.2rem 1.5rem;
  }

  .zv-terms-cta-title {
    font-size: 2.5rem;
  }

  .zv-terms-cta-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .zv-terms-hero-title {
    font-size: 2.2rem;
  }

  .zv-terms-hero-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-terms-content {
    padding: 2rem 1rem;
  }

  .zv-terms-toc {
    padding: 1.2rem;
  }

  .zv-terms-toc h3 {
    font-size: 1rem;
  }

  .zv-terms-toc ul li {
    font-size: 0.8rem;
  }

  .zv-terms-section-title {
    font-size: 1.1rem;
  }

  .zv-terms-section p,
  .zv-terms-section ul li {
    font-size: 0.85rem;
  }

  .zv-terms-section ul {
    padding-left: 1.2rem;
  }

  .zv-terms-cta-title {
    font-size: 2rem;
  }

  .zv-terms-cta-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-terms-contact {
    padding: 1rem;
  }

  .zv-terms-contact p {
    font-size: 0.85rem;
  }
}


/* ===== RETURNS POLICY PAGE CSS ===== */
/* Zovala Gear - Returns Policy */
/* Place this in your stylesheet */

/* ===== PAGE HERO ===== */
.zv-returns-hero {
  padding: 5rem 1.5rem 4rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

.zv-returns-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-returns-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.zv-returns-hero-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-returns-hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.zv-hero-highlight {
  color: #d4af37;
}

.zv-returns-hero-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 0.5rem;
  font-weight: 300;
}

.zv-returns-hero-date {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
  font-weight: 300;
}

.zv-returns-hero-date span {
  color: rgba(255, 255, 255, 0.5);
}

/* ===== RETURNS CONTENT ===== */
.zv-returns-content {
  padding: 4rem 1.5rem;
  background: #ffffff;
}

.zv-returns-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ===== TABLE OF CONTENTS ===== */
.zv-returns-toc {
  background: #f8f8f8;
  padding: 2rem 2.5rem;
  border-radius: 16px;
  margin-bottom: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-returns-toc h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}

.zv-returns-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 2rem;
}

.zv-returns-toc ul li {
  font-size: 0.85rem;
  padding: 0.2rem 0;
}

.zv-returns-toc ul li a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-returns-toc ul li a:hover {
  color: #d4af37;
  text-decoration: none;
}

/* ===== SECTIONS ===== */
.zv-returns-section {
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-returns-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.zv-returns-section-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}

.zv-returns-section p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1rem;
}

.zv-returns-section ul,
.zv-returns-section ol {
  padding-left: 1.5rem;
  margin: 0.5rem 0 1rem;
}

.zv-returns-section ul li,
.zv-returns-section ol li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 0.3rem;
}

.zv-returns-section ul li strong {
  color: #0a0a0a;
  font-weight: 600;
}

.zv-returns-note {
  background: rgba(212, 175, 55, 0.02);
  border-left: 3px solid #d4af37;
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
  margin-top: 0.5rem !important;
}

/* ===== HIGHLIGHT BOX ===== */
.zv-returns-highlight {
  background: rgba(212, 175, 55, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.08);
  padding: 1.2rem 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 1rem 0;
}

.zv-returns-icon {
  color: #d4af37;
  font-size: 1.2rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.zv-returns-highlight span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.6;
}

.zv-returns-highlight strong {
  color: #0a0a0a;
}

/* ===== CONTACT ===== */
.zv-returns-contact {
  background: #f8f8f8;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  margin-top: 1rem;
}

.zv-returns-contact p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
}

.zv-returns-contact a {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-returns-contact a:hover {
  color: #b8960f;
  text-decoration: underline;
}

/* ===== BACK TO TOP ===== */
.zv-returns-back {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-returns-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-returns-back-btn:hover {
  color: #d4af37;
  text-decoration: none;
}

.zv-returns-back-btn i {
  font-size: 0.7rem;
}

/* ===== CTA ===== */
.zv-returns-cta {
  padding: 4rem 1.5rem;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.zv-returns-cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.zv-returns-cta-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-returns-cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}

.zv-cta-highlight {
  color: #d4af37;
}

.zv-returns-cta-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

.zv-returns-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #d4af37;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 2.8rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #d4af37;
}

.zv-returns-cta-btn i {
  transition: transform 0.35s ease;
}

.zv-returns-cta-btn:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-returns-cta-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .zv-returns-hero {
    padding: 4rem 1.2rem 3rem;
  }

  .zv-returns-hero-title {
    font-size: 2.8rem;
  }

  .zv-returns-hero-desc {
    font-size: 1rem;
  }

  .zv-returns-content {
    padding: 3rem 1.2rem;
  }

  .zv-returns-toc {
    padding: 1.5rem;
  }

  .zv-returns-toc ul {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .zv-returns-section-title {
    font-size: 1.3rem;
  }

  .zv-returns-section p,
  .zv-returns-section ul li,
  .zv-returns-section ol li {
    font-size: 0.9rem;
  }

  .zv-returns-contact {
    padding: 1.2rem 1.5rem;
  }

  .zv-returns-cta-title {
    font-size: 2.5rem;
  }

  .zv-returns-cta-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }

  .zv-returns-highlight {
    padding: 1rem 1.2rem;
  }
}

@media (max-width: 480px) {
  .zv-returns-hero-title {
    font-size: 2.2rem;
  }

  .zv-returns-hero-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-returns-content {
    padding: 2rem 1rem;
  }

  .zv-returns-toc {
    padding: 1.2rem;
  }

  .zv-returns-toc h3 {
    font-size: 1rem;
  }

  .zv-returns-toc ul li {
    font-size: 0.8rem;
  }

  .zv-returns-section-title {
    font-size: 1.1rem;
  }

  .zv-returns-section p,
  .zv-returns-section ul li,
  .zv-returns-section ol li {
    font-size: 0.85rem;
  }

  .zv-returns-section ul,
  .zv-returns-section ol {
    padding-left: 1.2rem;
  }

  .zv-returns-cta-title {
    font-size: 2rem;
  }

  .zv-returns-cta-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-returns-contact {
    padding: 1rem;
  }

  .zv-returns-contact p {
    font-size: 0.85rem;
  }

  .zv-returns-highlight {
    padding: 0.8rem 1rem;
  }

  .zv-returns-highlight span {
    font-size: 0.85rem;
  }
}


/* ===== PRODUCT CUSTOMIZATION PAGE CSS ===== */
/* Zovala Gear - Product Customization Form */
/* Place this in your stylesheet */

/* ===== PAGE HERO ===== */
.zv-customize-hero {
  padding: 5rem 1.5rem 4rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

.zv-customize-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.zv-customize-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.zv-customize-hero-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-customize-hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.zv-hero-highlight {
  color: #d4af37;
}

.zv-customize-hero-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

/* ===== CUSTOMIZATION FORM ===== */
.zv-customize-form {
  padding: 4rem 1.5rem;
  background: #ffffff;
}

.zv-customize-container {
  max-width: 1200px;
  margin: 0 auto;
}

.zv-customize-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

/* ===== FORM WRAPPER ===== */
.zv-customize-form-wrapper {
  background: #f8f8f8;
  padding: 2.5rem 2.5rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-customize-form-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0a0a0a;
  margin: 0 0 0.2rem 0;
  letter-spacing: 0.5px;
}

.zv-customize-form-title span {
  color: #d4af37;
}

.zv-customize-form-sub {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

/* ===== FORM SECTIONS ===== */
.zv-form-section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.zv-form-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.zv-form-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1.2rem 0;
  letter-spacing: 0.5px;
}

.zv-form-section-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #d4af37;
  margin-top: 0.3rem;
}

/* ===== FORM ROW ===== */
.zv-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1rem;
}

.zv-form-row:last-child {
  margin-bottom: 0;
}

/* ===== FORM GROUP ===== */
.zv-form-group {
  margin-bottom: 1rem;
}

.zv-form-group:last-child {
  margin-bottom: 0;
}

.zv-form-group label {
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 0.4rem;
  letter-spacing: 0.3px;
}

.zv-required {
  color: #d4af37;
}

.zg-input,
.zg-select,
.zg-textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  background: #ffffff;
  font-size: 0.9rem;
  color: #0a0a0a;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: inherit;
}

.zg-input:focus,
.zg-select:focus,
.zg-textarea:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.05);
}

.zg-input::placeholder,
.zg-textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.zg-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}

.zg-textarea {
  resize: vertical;
  min-height: 80px;
}

/* ===== FILE UPLOAD ===== */
.zg-file-upload {
  position: relative;
}

.zg-file-input {
  position: absolute;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  z-index: -1;
}

.zg-file-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  border: 2px dashed rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.zg-file-label:hover {
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.01);
}

.zg-file-label i {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 0.5rem;
}

.zg-file-label span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  font-weight: 300;
}

.zg-file-label small {
  color: rgba(0, 0, 0, 0.2);
  font-size: 0.7rem;
  margin-top: 0.3rem;
}

/* ===== CHECKBOX ===== */
.zv-form-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 1rem;
}

.zg-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0.1rem;
  accent-color: #d4af37;
  flex-shrink: 0;
  cursor: pointer;
}

.zv-form-checkbox-group label {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.zv-form-checkbox-group label a {
  color: #d4af37;
  text-decoration: none;
}

.zv-form-checkbox-group label a:hover {
  text-decoration: underline;
}

/* ===== SUBMIT BUTTON ===== */
.zv-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 3rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
  border: 2px solid #0a0a0a;
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}

.zv-submit-btn i {
  transition: transform 0.35s ease;
}

.zv-submit-btn:hover {
  background: #d4af37;
  color: #000000;
  border-color: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-submit-btn:hover i {
  transform: translateX(6px);
}

/* ===== SIDEBAR ===== */
.zv-customize-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.zv-sidebar-card {
  background: #f8f8f8;
  padding: 1.8rem 1.8rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.zv-sidebar-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1rem 0;
  letter-spacing: 0.3px;
}

.zv-sidebar-card h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #d4af37;
  margin-top: 0.3rem;
}

.zv-sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zv-sidebar-card ul li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
  padding: 0.4rem 0;
  font-weight: 300;
}

.zv-sidebar-card ul li span {
  color: #d4af37;
  font-weight: 700;
  font-size: 0.8rem;
  width: 24px;
}

.zv-sidebar-card p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
  line-height: 1.7;
  font-weight: 300;
  margin: 0 0 0.5rem 0;
}

.zv-sidebar-card p strong {
  color: #0a0a0a;
  font-weight: 600;
}

.zv-sidebar-card a {
  color: #d4af37;
  text-decoration: none;
}

.zv-sidebar-card a:hover {
  text-decoration: underline;
}

.zv-sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zv-sidebar-links li {
  padding: 0.3rem 0;
}

.zv-sidebar-links li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zv-sidebar-links li a:hover {
  color: #d4af37;
  text-decoration: none;
}

/* ===== CTA ===== */
.zv-customize-cta {
  padding: 4rem 1.5rem;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.zv-customize-cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.zv-customize-cta-badge {
  display: inline-block;
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.4rem 1.6rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  margin-bottom: 1.2rem;
}

.zv-customize-cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}

.zv-cta-highlight {
  color: #d4af37;
}

.zv-customize-cta-desc {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

.zv-customize-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #d4af37;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 1rem 2.8rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  border: 2px solid #d4af37;
}

.zv-customize-cta-btn i {
  transition: transform 0.35s ease;
}

.zv-customize-cta-btn:hover {
  background: transparent;
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.zv-customize-cta-btn:hover i {
  transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .zv-customize-grid {
    gap: 2rem;
  }

  .zv-customize-form-wrapper {
    padding: 2rem;
  }
}

@media (max-width: 991px) {
  .zv-customize-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .zv-customize-sidebar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .zv-customize-hero {
    padding: 4rem 1.2rem 3rem;
  }

  .zv-customize-hero-title {
    font-size: 2.8rem;
  }

  .zv-customize-hero-desc {
    font-size: 1rem;
  }

  .zv-customize-form {
    padding: 3rem 1.2rem;
  }

  .zv-customize-form-wrapper {
    padding: 1.5rem;
  }

  .zv-customize-form-title {
    font-size: 1.6rem;
  }

  .zv-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .zv-customize-sidebar {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .zv-customize-cta-title {
    font-size: 2.5rem;
  }

  .zv-customize-cta-btn {
    padding: 0.8rem 2rem;
    font-size: 0.7rem;
  }

  .zv-submit-btn {
    padding: 0.8rem 2rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .zv-customize-hero-title {
    font-size: 2.2rem;
  }

  .zv-customize-hero-badge {
    font-size: 0.6rem;
    padding: 0.3rem 1.2rem;
  }

  .zv-customize-form {
    padding: 2rem 1rem;
  }

  .zv-customize-form-wrapper {
    padding: 1.2rem;
  }

  .zv-customize-form-title {
    font-size: 1.4rem;
  }

  .zv-form-section-title {
    font-size: 1rem;
  }

  .zg-input,
  .zg-select,
  .zg-textarea {
    font-size: 0.8rem;
    padding: 0.6rem 0.8rem;
  }

  .zg-file-label {
    padding: 1.5rem 1rem;
  }

  .zg-file-label i {
    font-size: 1.6rem;
  }

  .zg-file-label span {
    font-size: 0.8rem;
  }

  .zv-customize-cta-title {
    font-size: 2rem;
  }

  .zv-customize-cta-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-submit-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
  }

  .zv-sidebar-card {
    padding: 1.2rem 1.2rem;
  }

  .zv-form-checkbox-group label {
    font-size: 0.75rem;
  }
}





















/*------

  sitemap

------------------*/
.map{
    margin-bottom: -5px;
}
.sitemap_cate{

    margin:0px 0 20px 0;
    padding:0px;
}

.sitemap_cate h4{

    margin:0px 0 10px 0;
    padding:0px 0 5px 0;

    font-size:16px;
    color:#554a72;
    text-transform:uppercase;
    font-weight:bold;

    border-bottom:solid 1px #ccc;
}

.sitemap_cate p{

    margin:0px 0 0px 0;
    padding:0px 0 0px 0;

    font-size:15px;
    color:#171717;
}

.sitemap_cate p:hover{

    color:#8773c3;
    text-decoration:none;
}

.sitem_menu{

    margin:0px 0 15px 0;
    padding:0px;
    text-align:center
}

.sitem_menu ul{

    margin:0px;
    padding:0px;
    color: #171717;
}

.sitem_menu ul li{

    margin:0px 10px;
    padding:0px;
    list-style:none;
    display:inline-block;
}

.sitem_menu ul li a{

    margin:0px;
    padding:0px;

    font-size:16px;
    color:#8773c3;
    text-transform:capitalize;
}

.sitem_menu ul li a:hover{

    color:#171717;
    text-decoration:none;
}

/*======================

















/*------------

CUSTOM

----------*/




.whatsapp-icon{
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.dropdown-submenu {

    position: relative;

}



.dropdown-submenu a::after {

    transform: rotate(-90deg);

    position: absolute;

    right: 6px;

    top: .8em;

}

.dropdown-item{
    font-size: 16px;
    text-transform: capitalize;
    background: #ffffff !important;
    /*font-weight: 700;*/
    color: #616161;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 24px 12px 16px !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.dropdown-menu{

    background: none;

    top: 90%;

    padding: 0;

    z-index: 9999 !important;
    border: none !important;
    padding-top: 17px;

}

.dropdown-item:hover{

    color: #ffffff !important;

    background: #d4af37 !important;

}

.dropdown-submenu .dropdown-menu {

    top: -3px;

    left: 100%;

    margin-left: .1rem;

    margin-right: .1rem;

}

.dropdown:hover>.dropdown-menu {

    display: block;

}

.navbar-nav li:hover > ul.dropdown-menu {

    display: block;

}

.dropdown>.dropdown-toggle:active {

    pointer-events: none;

}

.hammad-sub-li{

    position: relative;

    top: 1px;
    left: -2px;

}



#fixedbar{

    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height:auto;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 25%, rgba(77,72,72,0.5) 100%);

    z-index:99999;
    padding:5px 0;
}

#fixedbar:after,#fixedbar:before{

    display:block
}

.fix-logo {

    width: 50px;

}

.hvr-underline-reveal:before{

    background: #f9200b !important;

}

/* change navbar-brand color */

.navbar a.navbar-brand {

    color: white;

}

/* change navbar-brand color on hover */

.navbar a.navbar-brand:hover {

    color: green;

}

/*  change navbar li colors, also active one but not disabled one */

.navbar ul.navbar-nav li.nav-item a.nav-link {

    color: white;

}

/* change navbar-toggler inside lines color (stroke) */

.navbar-light span.navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

    color: black;

}
.navbar-light .navbar-toggler{
    border-color: black;
}

/* change hamburger button border color */

button.navbar-toggler.navbar-toggler-right {

    border-color: black;

}

/* change navbar background on collapse */

@media (max-width: 768px) {

    nav.navbar {

    }



}

.hvr-bounce-to-bottom:before{

    background: #1c1e1b !important;

    color: #ffffff !important;

}

.hvr-bounce-to-bottom:hover .nav-link{

    color: #ffffff !important;

}

center{
    width: 50%;
    background-image: url(../img/not.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 404px;
    color: #171717;

    margin: 0 auto;

}

.contactform-bg{

    background: #ffffff;

    padding: 10px;

}



/* width */

::-webkit-scrollbar {

    width: 5px;

}



/* Track */

::-webkit-scrollbar-track {

    background: #f1f1f1;

}



/* Handle */

::-webkit-scrollbar-thumb {

    background: #d4af37;

}



/* Handle on hover */

::-webkit-scrollbar-thumb:hover {

    background: #555;

}





/*----------------------*/







/*Footer Area Ends*/



/*======================

ABOUT PAGE STARTS HERE

======================*/
.ab-banner{
    position: relative;
    z-index: 9;
}
.ab-banner img{

    width: 100%;

}
.page-header1 ul li{
    list-style: none;
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}
.page-header1 ul li a{

}
.page-header{
    /*    background-color: #c2492a;
        padding: 14px 13px 14px;
        border-left: 5px solid #141414;
        border-right: 5px solid #141414;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;*/
    /*    border-top: 1px solid #cccbcb;
        border-bottom: 1px solid #cccbcb;*/
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;

}

.page-header ul li{

    list-style: none;

    display: inline-block;

    color: #0d0d0d !important;


    font-size: 14px;

    text-transform: uppercase;

}

.page-header ul li a{


    cursor: pointer;

    text-decoration: none !important;

    color: #d4af37 !important;
    transition: 0.5s;

}
.page-header ul li i{
    color: #0d0d0d !important;
}

.page-header ul li a:hover{

    color: #141414 !important;

}





.company-p p{

    /*width: 75%;*/

    font-size: 14px;


    color: #141414;

}



/*======================

ABOUT PAGE END HERE

======================*/





/*======================

INQUUIRY PAGE STARTS

======================*/

.hammadinput{

    width: 100%;

    padding: 10px 15px;


    background-color: transparent;

    border: 1px solid #909090;

    margin-top: 10px;

    color: gray !important;

    border-radius: 0px;

}

.hm-height{

    height: 200px;

}

.hammadinput:focus{

    box-shadow:2px 2px 10px #ccc
}

.tus_contsbmt{

    margin:0px;
    padding:8px 10px;
    background-color:#0d0d0d;
    color:#ffffff;
    text-align:center;
    text-transform:capitalize;

    font-size:14px;

    border:none;
    transition:0.6s;
    border-left:solid 4px #141414;
}

.tus_contsbmt:hover{

    background-color:#d4af37;
    color:#ffffff;
    text-decoration:none;
}



/*======================

INQUIRY PAGE END HERE

======================*/



/*Gallery*/



.gallery1 {
    width: 100%;
    overflow: hidden;
}

.gallery1 a{

    text-decoration: none;



    font-size: 15px;

    color: #141414;

}







.gallery1 img {

    width: 100%;
    transition: 0.5s;
    /*border-radius: 50%;*/

}



.desc1 {
    text-align: center;

}

/*Gallery*/



/*======================

CONTACT PAGE END HERE

======================*/


.contact-links{
    width: 100%;
    /*text-align: center;*/
}
.contact-links ul li{

    list-style: none;

    margin: 10px;

    color: #141414;
    display: inline-block;

}

.contact-links ul li a{



    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: -18px;
    color: #141414;
    text-transform: capitalize;

}

.contact-links ul li i{

    width: 50px;

    height: 50px;

    background-color: #d4af37;

    border-radius: 50%;

    margin: 0 16px 0 0;

    font-size: 20px;

    color: #ffffff;

    padding-top: 15px;

    text-align: center;

    position: relative;

    top: -17px;

}

.contact-links p{
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
}







/*======================

CONTACT PAGE END HERE

======================*/





/*======================

PRODUCTS PAGE END HERE

======================*/





#main #faq .card {

    border: none;

    border-radius: 0px;

}



#main #faq .card .card-header {

    border: 0;

    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);

    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);

    padding: 0;

}



#main #faq .card .card-header .btn-header-link {

    color: #fff;

    display: block;

    text-align: left;

    background: transparent;

    color: #141414;

    border-radius: 0px;

    text-transform: capitalize;

}



#main #faq .card .card-header .btn-header-link:after {

    content: "\f068";

    font-family: FontAwesome;

    font-weight: 900;

    float: right;

}



#main #faq .card .card-header .btn-header-link.collapsed {

    background: transparent;

    color: #141414;

}

#main #faq .card .card-header .btn-header-link.collapsed:after {

    content: "\f067";

}



#main #faq .card .collapsing {

    background: rgb(255,255,255,0.80);

    line-height: 30px;

}



#main #faq .card .collapse {



    border: 0;

}



#main #faq .card .collapse {

    background: rgb(255,255,255,0.80);

    line-height: 30px;

    color: #222;

}
.confirm-email{
    position: fixed;
    bottom: 3%;
    z-index: 99999;
    right: 0;
}
#main h4{

    color: #ffffff;


    font-size: 20px;

    background: #141414;

    padding: 10px 0 10px 12px;

    margin: 0;

}

#main h4 i{

    margin: 0 10px 0 0;

}

.hammadli ul li{
    list-style: none;
    border-bottom: 1px solid #0d0d0d;
}
.hammadli ul li a {
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #ffffff !important;
    background: #262626;
    padding: 3px 14px 3px 14px;
    display: block;
    transition: 0.5s;
}
.hammadli ul{
    margin: 0;
}
.hammadli ul li a:hover{
    background: gray !important;
}

/*======================

PRODUCTS PAGE END HERE

======================*/







/*---------

   Basket

-------------------*/

.yourCart{

    width:100%;
    text-align:left;
    color: #707070;
    text-transform:uppercase;
    padding:20px;
    background:#eeeeee;
    font-weight:bold;
    font-size:18px;
    border-radius:3px 3px 0 0;
}

.cartProduct{

    border:1px solid #eeeeee;
    border-top:none;
    background-color:#fff
}

.cartProduct:last-child{

    margin-bottom:20px;
    margin-top:15px;
}

.cartPdctImage{

    width:100%;
    height:200px;
    text-align:center;
    position:relative
}

.cartPdctImage > img{

    max-height:100%;
    max-width:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:15px;
    border:solid 1px #ccc
}

.cartPdctName{

    padding:20px 0 0;
    color:#333;
    font-size:14px;
    text-transform:capitalize
}

.cartPdctArt{

    padding:5px 0 0;
    color:#333;
    font-size:14px;
}

.cartPdctSize{

    padding:5px 0 10px;
    color:#333
}

.cartQuantity{

    width:60px;

    font-weight:bold;
    color:#333
}

.cartSubmit{

    margin:10px 0;
    background:#0d0d0d;

    border:none;
    padding:7px 20px;
    font-size:14px;
    color:#fff
}

.cartRemove{

    margin:10px 0;
    text-decoration: none;
    background:#d4af37;
    transition: 0.5s;
    border:none;
    padding:7px 20px;

    font-size:14px;
    color:#fff;
    display:inline-block
}

.cartRemove:hover{

    color:#fff;
    text-decoration:none;
    background-color:#141414;
}

.cartPdctPrice{

    padding:20px;
    text-align:right ;
    color:#fa5400
}

.summery{

    background: #191919;
    ;
    margin-bottom:40px;
}

.summeryTxt{

    padding:20px;
    color:#fff;
    font-size:18px;
}

.summeryTotal{

    padding:20px;
    color:#fff;
    font-size:16px;
    border-bottom:gray 1px solid;
    border-top:gray 1px solid;
    text-transform:uppercase
}

.summeryTotal > span{

    float:right
}

.summeryOr{

    color:#fff;
    font-size:16px;
    text-align:center
}

.cartSend{

    padding:15px 30px;
    text-align:center
}

.cartSend > a{
    padding:10px;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    background:#d4af37;
    transition: 0.5s;
    display:block;
    border-radius:0px;
    font-weight:bold;
    text-decoration:none
}

.cartSend > a:hover{

    background:#fff;
    text-decoration:none;
    color:#d4af37;
}

.cartAddMore{

    padding:15px 30px;
    text-align:center
}

.cartAddMore > a{

    padding:10px;
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    background:#d4af37;
    transition: 0.5s;
    display:block;
    border-radius:0px;
    font-weight:bold;
    text-decoration:none
}

.cartAddMore > a:hover{

    background:#fff;
    text-decoration:none;
    color:#d4af37;
}

.summeryOr{
    color: #fff;
}

.cartBasketEmpty{


    padding:60px 20px ;
    color:#cf2d32;
    font-size:25px;
    background: #eeeeee;
    text-align:center;
    margin:20px 0 40px;
    width: 100%;
}

.tus_lefth h4{

    margin:10px 0 10px 0;
    padding:12px 15px;
    background-color:#b77e31;
    color:#fff;
    text-align:left;
    text-transform:uppercase;


    font-size:20px;
}

.tus_lefth h4 span{

    color:#cf2d32;
    margin-right:5px;
}

.cartQuantity{
    text-align: center;
}

.pro-detail h2{



    color: #0d0d0d;
    text-transform: uppercase;
    font-size: 22px;

}

.pro-detail h4{

    font-size: 16px;


    font-weight: 500;

    color: #d4af37;

}

.pro-detail p{

    font-size: 14px;


    font-weight: 400;

    color: #141414;



}

.pro-detail p span{

    font-size: 15px;


    color: #141414;

    font-weight: bold;

    border-color: #fff;

}

.pagination a{

    text-decoration: none;

    background: #1c1e1b;

    padding: 2px 9px 4px 9px;
    transition: 0.5s;
    color: #ffffff;

}

.pagination a:hover{

    color: #ffffff;

    background: #d4af37;

}

.submit-inq h3{

    color: #141414;

    font-size: 15px;



}

.submit-inq h3 i{

    background: green;

    color: #ffffff;

    padding: 3px 8px 3px 8px;

    border-radius: 6px;

}
.basket-span{
    position: relative;
}
.basket-span ul li{
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}
.basket-span ul li a{
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: block;
}
.basket-span ul li a span{
    width: 22px !important;
    height: 22px !important;
    background: #3e3e3e;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    position: relative;
    top: -5px;
    padding-top: 2px;
    margin-left: 6px;
    color: #ffffff;
}
.search-icon{
    position: relative;
    top: -5px;
}
/*---------

   Basket

-------------------*/













@media (max-width: 768px) {
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 19%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        /*background: #1a1a1a;*/
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    .tab-container1 {
        width: 100%;
        flex-wrap: inherit;
    }
    .extra-p{
        margin-top: 50px;
    }

}
@media only screen and (min-width: 280px) and (max-width: 600px){
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 19%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        /*background: #1a1a1a;*/
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    .tab-container1 {
        width: 100%;
        flex-wrap: inherit;
    }
    .extra-p{
        margin-top: 50px;
    }

}

@media only screen and (min-width: 360px) and (max-width: 640px){
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 19%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        /*background: #1a1a1a;*/
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    .tab-container1 {
        width: 100%;
        flex-wrap: inherit;
    }
    .extra-p{
        margin-top: 50px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 568px){
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 19%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        /*background: #1a1a1a;*/
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    .tab-container1 {
        width: 100%;
        flex-wrap: inherit;
    }
    .extra-p{
        margin-top: 50px;
    }


}

@media only screen and (min-width: 280px) and (max-width: 653px){
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 19%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        /*background: #1a1a1a;*/
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    .tab-container1 {
        width: 100%;
        flex-wrap: inherit;
    }
    .extra-p{
        margin-top: 50px;
    }

}



/* iPad Pro (landscape) */
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1200px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    center{
        width: 100%;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    /*    .foot-p{
            text-align: center;
        }
        .footer-bg button{
            position: inherit;
            margin-top: 20px
        }
        .footer-bg input{
            padding: 25px 35px 25px 35px;
        }*/
    .contact-links ul li{
        display: table;
    }

}
/* Tablets and iPads */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1266px)
and (-webkit-min-device-pixel-ratio: 1) {
    center{
        width: 100%;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    /*    .foot-p{
            text-align: center;
        }
        .footer-bg button{
            position: inherit;
            margin-top: 20px
        }
        .footer-bg input{
            padding: 25px 35px 25px 35px;
        }*/
    .contact-links ul li{
        display: table;
    }

}

