/*
Theme Name: Volt Servis
Theme URI: https://volt-servis.local
Author: Volt Servis
Description: Custom UX/UI theme for Volt Servis with dedicated pages for services, sales (WooCommerce), contact, about, and product single templates.
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: volt-servis
*/

:root {
  --volt-navy-900: #133472;
  --volt-navy-800: #17437e;
  --volt-navy-700: #17538d;
  --volt-blue-600: #1f69a1;
  --volt-blue-500: #2880b6;
  --volt-blue-400: #2f9acd;
  --volt-blue-300: #36b0e0;
  --volt-blue-200: #3ec6f3;
  --volt-slate-900: #0f172a;
  --volt-slate-800: #1e293b;
  --volt-slate-600: #475569;
  --volt-slate-400: #94a3b8;
  --volt-slate-200: #e2e8f0;
  --volt-slate-100: #f1f5f9;
  --volt-white: #ffffff;
  --volt-radius-lg: 28px;
  --volt-radius-md: 18px;
  --volt-radius-sm: 12px;
  --volt-shadow-lg: 0 30px 65px rgba(15, 23, 42, 0.15);
  --volt-shadow-md: 0 18px 36px rgba(15, 23, 42, 0.12);
  --volt-shadow-sm: 0 8px 18px rgba(15, 23, 42, 0.1);
  --volt-gradient-sky: linear-gradient(135deg, #133472 0%, #36b0e0 100%);
  --volt-gradient-glow: linear-gradient(135deg, rgba(54, 176, 224, 0.2), rgba(19, 52, 114, 0.2));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent horizontal overflow on mobile */
.site-main {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

/* Improve scroll performance */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Optimize AOS animations for better scroll performance */
[data-aos] {
  pointer-events: auto;
  will-change: transform, opacity;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

/* Disable AOS animations on sections - only animate individual elements */
section[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

section[data-aos].aos-animate {
  opacity: 1 !important;
  transform: none !important;
}

.site-footer {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

.section {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  * {
    max-width: 100%;
  }
  
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
  }
  
  img, video, iframe, embed, object {
    max-width: 100%;
    height: auto;
  }
  
  table {
    width: 100%;
    table-layout: fixed;
    overflow-x: auto;
    display: block;
  }
  
  pre, code {
    overflow-x: auto;
    word-wrap: break-word;
    max-width: 100%;
  }
  
  .section {
    padding-left: 0;
    padding-right: 0;
  }
  
  .volt-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: "Manrope", "Poppins", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  color: var(--volt-slate-900);
  background-color: var(--volt-white);
  line-height: 1.6;
  font-size: 18px;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.wp-element-button,
input[type="submit"],
.button {
  font-family: inherit;
  border: none;
  cursor: pointer;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

.volt-container {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* Wide screens optimization */
@media (min-width: 1920px) {
  .volt-container {
    width: 80%;
    max-width: 1600px;
  }
}

/* Tablet landscape and phone landscape */
@media (max-width: 1024px) and (orientation: landscape),
       (max-width: 896px) and (orientation: landscape) {
  .volt-container {
    width: 90%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.site-header .volt-container {
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .volt-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header__inner {
    gap: 12px;
    padding: 12px 0;
  }
}

/* Phone landscape optimization */
@media (max-width: 768px) and (orientation: landscape) {
  .volt-container {
    width: 95%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-nav-wrapper {
    gap: 8px;
  }

  .brand__logo-img {
    width: 60px;
    height: 60px;
  }
}

/* ============================================
   HEADER - OVER HERO SECTION
   ============================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-top: 20px;
  backdrop-filter: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: none;
  box-shadow: none;
  opacity: 1;
  transform: translateY(0);
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              backdrop-filter 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: background, backdrop-filter, transform;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

.site-header.scrolled {
  position: fixed;
  backdrop-filter: none;
  background: var(--volt-gradient-sky);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

/* Header children - allow natural backgrounds for buttons, etc */
.site-header .zazand__logo-img {
  background: transparent;
}

.site-header__inner {
  display: flex;
  align-items: center;
  padding: 18px 0;
  gap: 40px;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .site-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .brand {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .primary-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }

  .header-actions {
    flex: 0 0 400px;
    max-width: 400px;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
  }
}

.header-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Hide any cart icon that might be in navigation menu */
.primary-nav .cart-icon {
  display: none !important;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 12px;
  margin-left: 0;
}

@media (min-width: 992px) {
  .header-actions {
    display: flex;
  }
}

/* Hide "Hitna intervencija" button on smaller screens - it's in mobile menu */
@media (max-width: 991px) {
  .header-phone-link {
    display: none !important;
  }
}

/* Hide "Hitna intervencija" from WordPress menu if it exists */
.primary-nav .menu-item a[href*="hitna"],
.primary-nav .menu-item a[href*="intervencija"],
.primary-nav .menu-item a[href*="tel:"] {
  display: none !important;
}

/* Hide menu item containing "Hitna intervencija" text */
.primary-nav .menu-item:has(a:contains("Hitna intervencija")),
.primary-nav .menu-item:has(a:contains("hitna intervencija")) {
  display: none !important;
}

/* Additional method - hide parent menu item */
.primary-nav .menu-item-has-children:has(.sub-menu a[href*="hitna"]),
.primary-nav .menu-item-has-children:has(.sub-menu a[href*="intervencija"]) {
  display: none !important;
}

.header-phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
  color: var(--volt-white);
  text-decoration: none;
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: "Manrope", "Poppins", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 6px 24px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1;
}

.header-phone-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.header-phone-link::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.6), rgba(62, 198, 243, 0.4), rgba(54, 176, 224, 0.6));
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease, background-position 3s ease;
  animation: gradient-shift-desktop 3s ease infinite;
  z-index: -2;
}

@keyframes gradient-shift-desktop {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.header-phone-link:hover::before {
  left: 100%;
}

.header-phone-link:hover::after {
  opacity: 1;
}

.header-phone-link:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.12) 100%);
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 0 25px rgba(54, 176, 224, 0.25);
  color: var(--volt-white);
}

.header-phone-link:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.header-phone-link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 6px;
  box-shadow: 
    0 4px 14px rgba(54, 176, 224, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.header-phone-link:hover svg {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1) rotate(15deg);
  box-shadow: 
    0 6px 20px rgba(54, 176, 224, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 25px rgba(54, 176, 224, 0.6);
}

.header-phone-link span {
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.8px;
}

.header-actions .cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--volt-white);
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: var(--volt-radius-sm);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.header-actions .cart-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--volt-white);
}

.cart-icon svg {
  width: 24px;
  height: 24px;
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--volt-blue-500);
  color: var(--volt-white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.brand:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand__logo-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: none;
  transition: transform 0.2s ease;
  background: transparent;
  padding: 4px;
}

.brand:hover .brand__logo-img {
  transform: scale(1.05);
}

.brand__logo--fallback {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(54, 176, 224, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand:hover .brand__logo--fallback {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(54, 176, 224, 0.5);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin-right: 0;
}

.nav-cta {
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 4px 16px rgba(54, 176, 224, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  margin-left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 176, 224, 0.5);
  color: var(--volt-white);
}

.mobile-menu-header {
  display: none;
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav .menu-list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav .menu-item {
  position: relative;
  list-style: none;
}

.primary-nav .menu-item-has-children {
  z-index: 100;
}

.primary-nav .menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
}

.primary-nav .menu-item-has-children:hover::after {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.primary-nav .menu-item > a {
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.primary-nav .menu-item > a:hover,
.primary-nav .current-menu-item > a {
  color: var(--volt-white);
}

.primary-nav .menu-item-has-children > a::after {
  content: '▼';
  font-size: 0.7em;
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.7;
  position: relative;
  z-index: 2;
}

.primary-nav .menu-item-has-children:hover > a::after,
.primary-nav .menu-item-has-children.desktop-submenu-open > a::after {
  transform: rotate(180deg);
  opacity: 1;
}

.primary-nav .sub-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 280px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.95);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
              visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
              transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  z-index: 10000 !important;
  margin-top: 0;
  pointer-events: none;
}

.primary-nav .menu-item-has-children:hover .sub-menu,
.primary-nav .menu-item-has-children:hover::after,
.primary-nav .menu-item-has-children .sub-menu:hover,
.primary-nav .menu-item-has-children.desktop-submenu-open .sub-menu,
.primary-nav .menu-item-has-children.desktop-submenu-open::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s,
              visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s,
              transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.primary-nav .menu-item-has-children.desktop-submenu-open .sub-menu::before,
.primary-nav .menu-item-has-children.desktop-submenu-open .sub-menu:hover::before {
  transition: opacity 0.2s ease 0s;
}


.primary-nav .sub-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 24px;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  transform: rotate(45deg);
  z-index: -1;
  transition: opacity 0.2s ease 0s;
}

.primary-nav .menu-item-has-children:hover .sub-menu::before,
.primary-nav .menu-item-has-children .sub-menu:hover::before {
  transition: opacity 0.2s ease 0s;
}

.primary-nav .sub-menu li {
  position: relative;
  margin: 2px 0;
  border-radius: 12px;
  overflow: visible;
}

.primary-nav .sub-menu li::before {
  display: none;
}

.primary-nav .sub-menu li:hover::before {
  display: none;
}

.primary-nav .sub-menu li:first-child {
  margin-top: 0;
}

.primary-nav .sub-menu li:last-child {
  margin-bottom: 0;
}

.primary-nav .sub-menu li a {
  padding: 14px 20px;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--volt-navy-900);
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  background: transparent;
  z-index: 100;
  text-decoration: none;
  text-shadow: none;
  isolation: isolate;
}

.primary-nav .sub-menu li a::before {
  display: none;
}

.primary-nav .sub-menu li a::after {
  content: '→';
  position: absolute;
  right: 16px;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  color: var(--volt-blue-500);
  font-weight: 600;
  z-index: 101;
  pointer-events: none;
}

.primary-nav .sub-menu li a:hover {
  color: var(--volt-blue-600);
  padding-left: 24px;
  transform: translateX(4px);
  z-index: 1;
  position: relative;
  background: transparent !important;
}

.primary-nav .sub-menu li a:hover::before {
  display: none;
}

.primary-nav .sub-menu li a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.primary-nav .sub-menu li.current-menu-item::before,
.primary-nav .sub-menu li.current-page-ancestor::before {
  display: none;
}

.primary-nav .sub-menu li.current-menu-item > a,
.primary-nav .sub-menu li.current-page-ancestor > a {
  color: var(--volt-blue-600);
  font-weight: 600;
  z-index: 1;
  position: relative;
  background: transparent !important;
}

.primary-nav .sub-menu li.current-menu-item > a::before,
.primary-nav .sub-menu li.current-page-ancestor > a::before {
  display: none;
}

.nav-cta {
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 4px 16px rgba(54, 176, 224, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  margin-left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 176, 224, 0.5);
  color: var(--volt-white);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  transition: background 0.2s ease, border 0.2s ease;
  position: relative;
}

@media (min-width: 961px) {
  .nav-toggle {
    display: none !important;
  }
}

.nav-toggle span {
  width: 24px;
  height: 2.5px;
  background: var(--volt-white);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  margin: 0 auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-toggle[aria-expanded="true"] {
  background: var(--volt-gradient-sky);
  border-color: transparent;
}

.nav-toggle[aria-expanded="true"] span {
  background: var(--volt-white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.nav-toggle[aria-expanded="true"] {
  background: var(--volt-gradient-sky) !important;
  border-color: transparent !important;
}

.nav-toggle[aria-expanded="true"] span {
  background: var(--volt-white) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -1.25px;
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
  width: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -1.25px;
}

/* Hero Slider */
.hero-slider-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: visible;
  z-index: 1;
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .hero-slider-section {
    z-index: 1;
  }
}

.hero-slider {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.hero-slide {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hero-slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19, 52, 114, 0.85) 0%, rgba(5, 15, 35, 0.75) 100%);
  z-index: 2;
}

.hero-slide-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 120px 20px 80px;
}

.hero-slide-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: var(--volt-white);
}

.hero__eyebrow {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--volt-blue-200);
  display: inline-block;
  margin-bottom: 16px;
}

.hero-slide-inner h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin: 18px 0;
  color: var(--volt-white);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.hero__lead {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 700px;
  margin: 0 auto 32px;
  line-height: 1.7;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.hero__actions {
  margin-top: 32px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  display: none !important;
}

.hero-slider .swiper-pagination {
  bottom: 30px !important;
}

.hero-slider .swiper-pagination-bullet {
  background: var(--volt-white);
  opacity: 0.5;
  width: 12px;
  height: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
  border-radius: 6px;
  background: var(--volt-blue-200);
}

/* Products Section */
.products-section {
  padding: 80px 0;
}

.products-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.products-header .badge {
  margin-bottom: 16px;
}

.products-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0 0 16px 0;
  color: var(--volt-navy-900);
  line-height: 1.2;
}

.products-header p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--volt-slate-600);
  margin: 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.products-slider {
  padding-bottom: 80px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.products-slider .swiper-wrapper {
  align-items: stretch;
}

.products-slider .swiper-slide {
  height: auto;
  display: flex;
}

.products-slider .swiper-slide > * {
  width: 100%;
  height: 100%;
}

.products-slider .swiper-button-next,
.products-slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: var(--volt-white);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: var(--volt-blue-500);
  transition: all 0.3s ease;
}

.products-slider .swiper-button-next:hover,
.products-slider .swiper-button-prev:hover {
  background: var(--volt-blue-500);
  color: var(--volt-white);
  box-shadow: 0 6px 16px rgba(23, 67, 126, 0.3);
}

.products-slider .swiper-button-next::after,
.products-slider .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
}

.products-slider .swiper-pagination {
  bottom: 20px;
}

.products-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--volt-slate-300);
  opacity: 1;
}

.products-slider .swiper-pagination-bullet-active {
  background: var(--volt-blue-500);
}

.product-card {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  overflow: hidden;
  box-shadow: var(--volt-shadow-sm);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.1);
}

.product-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--volt-slate-400);
  background: var(--volt-slate-100);
}

.product-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.product-card__badge--sale {
  background: #ef4444;
  color: var(--volt-white);
}

.product-card__content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card__title {
  margin: 0 0 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--volt-navy-900);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__price {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--volt-blue-500);
}

.product-card__price del {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--volt-slate-400);
  margin-right: 8px;
}

.product-card__stock {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 6px;
  width: fit-content;
  align-self: flex-start;
}

.product-card__stock--in {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

.product-card__stock--out {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.products-cta {
  text-align: center;
}

.products-empty {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(47, 154, 205, 0.05) 0%, rgba(54, 176, 224, 0.05) 100%);
  border-radius: var(--volt-radius-lg);
  border: 2px dashed rgba(47, 154, 205, 0.2);
}

.products-empty p {
  margin: 0;
  color: var(--volt-slate-600);
  font-size: 1.1rem;
  font-weight: 500;
}

/* Marquee Bar */
.marquee-bar {
  background: var(--volt-gradient-sky);
  padding: 24px 0;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 10;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  clear: both;
}

.marquee-content {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-text {
  display: inline-flex;
  gap: 60px;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  will-change: transform;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--volt-white);
  font-size: 1.4rem;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  padding: 0 30px;
  white-space: nowrap;
}

.marquee-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  flex-shrink: 0;
}

.marquee-item-text {
  display: inline-block;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .hero-slide-content {
    padding: 100px 20px 60px;
  }

  .hero-slide-inner h1 {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .hero__lead {
    font-size: 1.1rem;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .portfolio-grid {
    gap: 20px;
  }

  .about-wrapper {
    gap: 50px;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .faq-wrapper {
    gap: 60px;
  }
}

/* Mobile Styles */
/* Tablet Styles */
@media (max-width: 1024px) {
  .hero-slide-content {
    padding: 100px 20px 60px;
  }

  .hero-slide-inner h1 {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .hero__lead {
    font-size: 1.1rem;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .portfolio-grid {
    gap: 20px;
  }

  .about-wrapper {
    gap: 50px;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .faq-wrapper {
    gap: 60px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .nav-cta {
    display: none !important;
  }

  .mobile-menu-phone {
    display: block !important;
  }

  .hero-slider-section {
    min-height: 100vh;
    margin-top: -60px;
    padding-top: 60px;
  }

  .hero-slider {
    min-height: 100vh;
    height: 100vh;
  }

  .hero-slide {
    min-height: 100vh;
    height: 100vh;
  }

  .hero-slide-content {
    padding: 80px 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
  }

  .hero-slide-inner {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero-slide-inner h1 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    margin: 12px 0;
    text-align: center;
  }

  .hero__lead {
    font-size: 1rem;
    margin-bottom: 24px;
    text-align: center;
  }

  .hero__actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .stats {
    display: none !important;
  }

  .stat {
    display: none !important;
  }

  .marquee-bar {
    padding: 18px 0;
    margin-top: 0;
  }

  .marquee-text {
    gap: 30px;
    animation-duration: 12s;
  }

  .marquee-item {
    font-size: 1.1rem;
    padding: 0 20px;
    gap: 10px;
  }

  .marquee-logo {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .marquee-text {
    animation-duration: 10s;
    gap: 24px;
  }
  
  .marquee-item {
    font-size: 1rem;
    padding: 0 16px;
  }
  
  .marquee-logo {
    width: 24px;
    height: 24px;
  }

}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Legacy hero styles for other pages */
.hero {
  padding: 120px 0 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  margin: 18px 0;
  color: var(--volt-navy-900);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  box-shadow: var(--volt-shadow-md);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #2f9acd 0%, #3ec6f3 50%, #36b0e0 100%);
  box-shadow: 0 8px 24px rgba(54, 176, 224, 0.5);
  transform: translateY(-2px);
}

.btn-outline {
  border: 1px solid rgba(23, 67, 126, 0.2);
  color: var(--volt-navy-900);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: var(--volt-white);
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover {
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.4) 0%, rgba(62, 198, 243, 0.3) 100%);
  border-color: rgba(54, 176, 224, 0.6);
  color: var(--volt-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 176, 224, 0.4);
}

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

.badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(47, 154, 205, 0.08);
  color: var(--volt-blue-500);
  font-weight: 600;
  font-size: 0.85rem;
  width: auto;
  max-width: fit-content;
  box-sizing: border-box;
}

/* Portfolio Section */
.portfolio-section {
  padding: 100px 0;
}

.portfolio-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 60px;
}

.portfolio-header__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.portfolio-header__left h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0;
  color: var(--volt-navy-900);
}

.portfolio-header__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.portfolio-header__right p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--volt-slate-600);
  margin: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.portfolio-card {
  position: relative;
  border-radius: var(--volt-radius-lg);
  overflow: hidden;
  height: 500px;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  text-decoration: none;
  color: inherit;
}

.portfolio-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--volt-shadow-lg);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card__image {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.portfolio-card__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover .portfolio-card__image img {
  transform: scale(1.05);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.8;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover .portfolio-card__overlay {
  opacity: 0.9;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.9) 100%);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), background 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.portfolio-card__content h3 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--volt-white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.portfolio-card__hover-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(15px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              margin-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  margin-top: 0;
  will-change: opacity, transform;
}

.portfolio-card__hover-content p {
  margin: 0 0 20px 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--volt-white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.portfolio-card:hover .portfolio-card__content {
  transform: translateY(-15px);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover .portfolio-card__hover-content {
  opacity: 1;
  max-height: 500px;
  transform: translateY(0);
  pointer-events: auto;
  margin-top: 16px;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
              transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              margin-top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Tablet and Mobile: Always show hover effects */
@media (max-width: 1024px) {
  .portfolio-card {
    transform: translateY(-8px);
    box-shadow: var(--volt-shadow-lg);
  }

  .portfolio-card .portfolio-card__image img {
    transform: scale(1.1);
  }

  .portfolio-card .portfolio-card__overlay {
    opacity: 0.95;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.95) 100%);
  }

  .portfolio-card .portfolio-card__content {
    transform: translateY(-20px);
  }

  .portfolio-card .portfolio-card__hover-content {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
    pointer-events: auto;
    margin-top: 16px;
  }
}

.btn-white {
  background: transparent;
  border: 2px solid var(--volt-blue-400);
  color: var(--volt-white);
  align-self: flex-start;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 rgba(47, 154, 205, 0);
}

.btn-white:hover {
  background: var(--volt-blue-400);
  color: var(--volt-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(47, 154, 205, 0.5);
  border-color: var(--volt-blue-400);
}

/* About Section */
.background-grey {
  background-color: var(--volt-slate-100);
}

/* About Page Layout */
.about-section-layout {
  padding: 100px 0;
  background: var(--volt-white);
}

.about-layout-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 60px;
}

.about-badge-wrapper {
  display: flex;
  align-items: center;
}

.badge-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.badge-with-icon svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.about-title-wrapper {
  display: flex;
  align-items: center;
}

.about-main-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2;
  color: var(--volt-navy-900);
  margin: 0;
  font-weight: 700;
}

.about-community-section {
  margin-bottom: 60px;
}

.about-community-content {
  display: flex;
  align-items: center;
  gap: 24px;
}

.about-community-images {
  display: flex;
  align-items: center;
  gap: -10px;
}

.community-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 3px solid var(--volt-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-left: -12px;
  position: relative;
}

.community-avatar:first-child {
  margin-left: 0;
}

.community-avatar-plus {
  background: var(--volt-blue-500);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--volt-white);
  font-size: 1.5rem;
  font-weight: 600;
}

.community-avatar-plus span {
  line-height: 1;
}

.about-community-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--volt-navy-900);
  margin: 0;
  line-height: 1.4;
}

/* About Solutions Section */
.about-solutions-section {
  padding: 100px 0;
  background: var(--volt-white);
}

.about-solutions-wrapper {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.about-solutions-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-solutions-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2;
  color: var(--volt-navy-900);
  margin: 0;
  font-weight: 700;
}

.about-tabs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tab-buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.tab-button {
  background: transparent;
  border: none;
  padding: 16px 20px;
  text-align: center;
  cursor: pointer;
  border-radius: var(--volt-radius-md);
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}

.tab-button:hover {
  background: rgba(47, 154, 205, 0.05);
}

.tab-button.active {
  background: rgba(47, 154, 205, 0.1);
  border-bottom-color: var(--volt-blue-500);
}

.tab-button h6 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--volt-navy-900);
}

.tab-button.active h6 {
  color: var(--volt-blue-500);
}

.tab-pane {
  display: none;
  padding: 20px 0;
}

.tab-pane.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

.tab-pane p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--volt-slate-600);
}

.about-cta-button {
  margin-top: 8px;
}

.about-cta-button .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about-cta-button .btn svg {
  transition: transform 0.3s ease;
}

.about-cta-button .btn:hover svg {
  transform: translate(4px, -4px);
}

.about-solutions-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.about-solutions-image {
  position: relative;
  border-radius: var(--volt-radius-lg);
  overflow: hidden;
  box-shadow: var(--volt-shadow-lg);
  width: 100%;
  aspect-ratio: 3 / 4;
  min-height: 500px;
  margin: 0 auto;
  max-width: 100%;
}

.about-solutions-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.icon-box-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.icon-box-item {
  display: flex;
  gap: 24px;
  padding: 32px;
  background: var(--volt-slate-100);
  border-radius: var(--volt-radius-lg);
  transition: all 0.3s ease;
}

.icon-box-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--volt-shadow-md);
  background: var(--volt-white);
}

.icon-box-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 154, 205, 0.1);
  border-radius: var(--volt-radius-md);
  color: var(--volt-blue-500);
}

.icon-box-icon svg {
  width: 32px;
  height: 32px;
}

.icon-box-content {
  flex: 1;
}

.icon-box-content h5 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--volt-navy-900);
}

.icon-box-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--volt-slate-600);
}

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

.about-section {
  padding: 80px 0;
}

.about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-image {
  position: relative;
  border-radius: var(--volt-radius-lg);
  overflow: hidden;
  box-shadow: var(--volt-shadow-lg);
  height: 100%;
  min-height: 500px;
}

.about-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
  min-height: 500px;
}

.about-image-item {
  position: relative;
  border-radius: var(--volt-radius-lg);
  overflow: hidden;
  box-shadow: var(--volt-shadow-lg);
  height: 100%;
  min-height: 500px;
}

.about-image-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

.about-content .badge {
  margin-bottom: 4px;
}

.about-content h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0;
  color: var(--volt-navy-900);
  line-height: 1.2;
}

.about-content > p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--volt-slate-600);
  margin: 0;
}

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

.about-content ul.about-list li {
  padding: 8px 0;
  position: relative;
  padding-left: 24px;
  color: var(--volt-slate-600);
  font-size: 1rem;
  line-height: 1.6;
}

.about-content ul.about-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--volt-blue-500);
  font-weight: bold;
  font-size: 1.2rem;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 8px 0;
}

.about-card {
  background: var(--volt-white);
  padding: 20px;
  border-radius: var(--volt-radius-md);
  box-shadow: var(--volt-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--volt-shadow-md);
}

.about-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 154, 205, 0.1);
  border-radius: 12px;
  margin-bottom: 12px;
  color: var(--volt-blue-500);
}

.about-card__icon svg {
  width: 24px;
  height: 24px;
}

.about-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--volt-slate-600);
}

.about-cta {
  margin-top: 4px;
}

/* Testimonial Section */
.testimonial-section {
  padding: 80px 0;
}

.testimonial-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.testimonial-header .badge {
  margin-bottom: 16px;
}

.testimonial-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0 0 16px 0;
  color: var(--volt-navy-900);
  line-height: 1.2;
}

.testimonial-header p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--volt-slate-600);
  margin: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.testimonial-card {
  background: var(--volt-white);
  padding: 32px;
  border-radius: var(--volt-radius-lg);
  box-shadow: var(--volt-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--volt-shadow-lg);
}

.testimonial-rating {
  display: flex;
  gap: 4px;
  color: #fbbf24;
}

.testimonial-text {
  margin: 0;
  flex-grow: 1;
}

.testimonial-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--volt-slate-600);
  font-style: italic;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--volt-slate-200);
}

.testimonial-author strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--volt-navy-900);
}

.testimonial-author span {
  font-size: 0.9rem;
  color: var(--volt-slate-600);
}

/* Brands Section */
.brands-section {
  padding: 80px 0;
  background: var(--volt-white);
}

.brands-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.brands-header .badge {
  margin-bottom: 16px;
}

.brands-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0 0 16px 0;
  color: var(--volt-navy-900);
  line-height: 1.2;
}

.brands-header p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--volt-slate-600);
  margin: 0;
}

.brands-slider {
  overflow: visible;
  padding: 20px 40px 40px 40px;
  margin: 0 -20px;
  height: 200px;
}

.brand-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background: var(--volt-white);
  border-radius: var(--volt-radius-md);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  height: 150px;
  min-width: 180px;
}

.brand-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.brand-item img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.4s ease;
}

.brand-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.brand-placeholder {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--volt-slate-400);
}


/* FAQ Section */
.faq-section {
  padding: 80px 0;
}

.faq-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.faq-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 120px;
}

.faq-header .badge {
  margin-bottom: 8px;
}

.faq-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0;
  color: var(--volt-navy-900);
  line-height: 1.2;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--volt-white);
  border-radius: var(--volt-radius-md);
  border: 1px solid rgba(23, 67, 126, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: var(--volt-shadow-sm);
}

.faq-item.active {
  border-color: var(--volt-blue-400);
  box-shadow: var(--volt-shadow-md);
}

.faq-question {
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item.active .faq-question {
  color: var(--volt-navy-900);
}

.faq-question span:first-child {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--volt-navy-900);
  flex: 1;
}

.faq-item.active .faq-question span:first-child {
  color: var(--volt-navy-900);
}

.faq-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(47, 154, 205, 0.1);
  color: var(--volt-blue-500);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  background: rgba(54, 176, 224, 0.1);
  color: var(--volt-blue-500);
  transform: rotate(45deg);
}

.faq-icon svg {
  width: 20px;
  height: 20px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
  padding: 0 24px 24px;
}

.faq-answer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--volt-navy-900);
}

.surface {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  padding: 40px;
  box-shadow: var(--volt-shadow-lg);
}

.section {
  padding: 80px 0;
}

.section__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 36px;
}

.section__heading .badge {
  display: inline-flex;
  width: auto;
  max-width: fit-content;
  align-self: flex-start;
}

.section__heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0;
  color: var(--volt-navy-900);
}

/* NEW FAQ ACCORDION - Clean implementation */
.faq-accordion-new {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item-new {
  background: var(--volt-white);
  border-radius: var(--volt-radius-md);
  border: 1px solid rgba(23, 67, 126, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: var(--volt-shadow-sm);
}

.faq-item-new.faq-active {
  border-color: var(--volt-blue-400);
  box-shadow: var(--volt-shadow-md);
}

.faq-question-new {
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--volt-navy-900);
  flex: 1;
}

.faq-icon-new {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(47, 154, 205, 0.1);
  color: var(--volt-blue-500);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-item-new.faq-active .faq-icon-new {
  background: rgba(54, 176, 224, 0.1);
  color: var(--volt-blue-500);
  transform: rotate(45deg);
}

.faq-icon-new svg {
  width: 20px;
  height: 20px;
}

.faq-answer-new {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item-new.faq-active .faq-answer-new {
  max-height: 1000px;
  padding: 0 24px 24px;
}

.faq-answer-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--volt-navy-900);
}

/* FAQ Section - Redesigned */
.faq-section-redesigned {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.faq-section-redesigned::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(47, 154, 205, 0.04) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(23, 67, 126, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.faq-redesigned-wrapper {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.faq-redesigned-header {
  text-align: center;
  margin-bottom: 64px;
}

.faq-redesigned-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(47, 154, 205, 0.1) 0%, rgba(23, 67, 126, 0.1) 100%);
  border: 1px solid rgba(47, 154, 205, 0.2);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--volt-blue-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.faq-redesigned-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--volt-navy-900);
  margin: 0;
  line-height: 1.2;
  background: linear-gradient(135deg, var(--volt-navy-900) 0%, var(--volt-blue-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-redesigned-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-redesigned-item {
  background: var(--volt-white);
  border-radius: 16px;
  border: 2px solid rgba(23, 67, 126, 0.08);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: relative;
}

.faq-redesigned-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--volt-blue-400) 0%, var(--volt-blue-500) 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-redesigned-item:hover {
  border-color: rgba(47, 154, 205, 0.2);
  box-shadow: 0 8px 24px rgba(47, 154, 205, 0.12);
  transform: translateY(-2px);
}

.faq-redesigned-item.faq-redesigned-active {
  border-color: rgba(47, 154, 205, 0.3);
  box-shadow: 0 12px 32px rgba(47, 154, 205, 0.15);
}

.faq-redesigned-item.faq-redesigned-active::before {
  transform: scaleY(1);
}

.faq-redesigned-question {
  width: 100%;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.faq-redesigned-question:hover {
  background: rgba(47, 154, 205, 0.02);
}

.faq-redesigned-item.faq-redesigned-active .faq-redesigned-question {
  background: rgba(47, 154, 205, 0.04);
}

.faq-redesigned-question-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--volt-navy-900);
  flex: 1;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.faq-redesigned-item.faq-redesigned-active .faq-redesigned-question-text {
  color: var(--volt-blue-600);
}

.faq-redesigned-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(47, 154, 205, 0.1);
  color: var(--volt-blue-500);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.faq-redesigned-item:hover .faq-redesigned-icon {
  background: rgba(47, 154, 205, 0.15);
  transform: scale(1.05);
}

.faq-redesigned-item.faq-redesigned-active .faq-redesigned-icon {
  background: linear-gradient(135deg, var(--volt-blue-400) 0%, var(--volt-blue-500) 100%);
  color: var(--volt-white);
  transform: rotate(180deg);
  box-shadow: 0 4px 12px rgba(47, 154, 205, 0.3);
}

.faq-redesigned-icon svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.faq-redesigned-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 28px;
}

.faq-redesigned-item.faq-redesigned-active .faq-redesigned-answer {
  max-height: 1000px;
  padding: 0 28px 24px;
}

.faq-redesigned-answer-content {
  padding-top: 8px;
}

.faq-redesigned-answer-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--volt-slate-600);
  padding-left: 0;
}

@media (max-width: 1024px) {
  .faq-section-redesigned {
    padding: 80px 0;
  }

  .faq-redesigned-header {
    margin-bottom: 48px;
  }

  .faq-redesigned-accordion {
    gap: 14px;
  }

  .faq-redesigned-question {
    padding: 20px 24px;
  }

  .faq-redesigned-item.faq-redesigned-active .faq-redesigned-answer {
    padding: 0 24px 20px;
  }
}

@media (max-width: 768px) {
  .faq-section-redesigned {
    padding: 60px 0;
  }

  .faq-redesigned-header {
    margin-bottom: 40px;
  }

  .faq-redesigned-title {
    font-size: 2rem;
  }

  .faq-redesigned-accordion {
    gap: 12px;
  }

  .faq-redesigned-item {
    border-radius: 12px;
  }

  .faq-redesigned-question {
    padding: 18px 20px;
    gap: 16px;
  }

  .faq-redesigned-question-text {
    font-size: 1rem;
  }

  .faq-redesigned-icon {
    width: 36px;
    height: 36px;
  }

  .faq-redesigned-icon svg {
    width: 18px;
    height: 18px;
  }

  .faq-redesigned-answer {
    padding: 0 20px;
  }

  .faq-redesigned-item.faq-redesigned-active .faq-redesigned-answer {
    padding: 0 20px 18px;
  }

  .faq-redesigned-answer-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

.section__heading p {
  margin: 0;
  color: var(--volt-slate-600);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.grid {
  display: grid;
  gap: 28px;
}

.grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1200px) {
  .grid--4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .grid--4 {
    grid-template-columns: 1fr;
  }
}

.service-card {
  padding: 28px;
  border-radius: var(--volt-radius-md);
  border: 1px solid rgba(23, 67, 126, 0.08);
  background: var(--volt-white);
  box-shadow: var(--volt-shadow-sm);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.05) 0%, rgba(23, 67, 126, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(54, 176, 224, 0.3);
  box-shadow: 0 12px 32px rgba(54, 176, 224, 0.15);
}

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

.service-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(54, 176, 224, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--volt-blue-400);
  font-size: 1.4rem;
  margin-bottom: 18px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.service-card:hover .service-card__icon {
  background: linear-gradient(135deg, var(--volt-blue-500), var(--volt-blue-600));
  color: var(--volt-white);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 4px 12px rgba(54, 176, 224, 0.3);
}

.services-page {
  padding: 80px 0;
}

.services-page__heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}

.services-page__cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.services-page__cta .btn-secondary {
  background: var(--volt-white);
  color: var(--volt-blue-600);
  border: 2px solid var(--volt-blue-400);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.services-page__cta .btn-secondary:hover {
  background: var(--volt-blue-500);
  color: var(--volt-white);
  border-color: var(--volt-blue-500);
  box-shadow: 0 4px 12px rgba(54, 176, 224, 0.3);
}

.services-page__cta .btn-outline {
  background: var(--volt-white);
  color: var(--volt-blue-600);
  border-color: var(--volt-blue-400);
}

.services-page__cta .btn-outline:hover {
  background: var(--volt-blue-500);
  color: var(--volt-white);
  border-color: var(--volt-blue-500);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.service-card--page {
  border: 1px solid rgba(23, 67, 126, 0.08);
  background: var(--volt-white);
  box-shadow: var(--volt-shadow-sm);
  padding: 28px;
  border-radius: var(--volt-radius-md);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card--page:hover {
  transform: translateY(-6px);
  border-color: rgba(54, 176, 224, 0.3);
  box-shadow: 0 12px 32px rgba(54, 176, 224, 0.12);
}

.service-card__header h3 {
  margin: 10px 0 8px;
  font-size: 1.3rem;
  color: var(--volt-navy-900);
}

.service-card__header p {
  margin: 0;
  color: var(--volt-slate-600);
  line-height: 1.6;
}

.service-card__list {
  margin: 0;
  padding-left: 18px;
  color: var(--volt-slate-700);
  line-height: 1.7;
}

.service-card__list li + li {
  margin-top: 6px;
}

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

.service-card__footer .btn-outline {
  color: var(--volt-blue-600);
  border-color: var(--volt-blue-400);
  background: transparent;
}

.service-card__footer .btn-outline:hover {
  background: var(--volt-blue-500);
  color: var(--volt-white);
  border-color: var(--volt-blue-500);
}

.badge--soft {
  background: rgba(54, 176, 224, 0.12);
  color: var(--volt-blue-600);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.services-process {
  margin-top: 64px;
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.1) 0%, rgba(23, 67, 126, 0.08) 100%);
  border-radius: var(--volt-radius-lg);
  border: 1px solid rgba(54, 176, 224, 0.18);
  padding: 36px;
  box-shadow: 0 16px 40px rgba(54, 176, 224, 0.12);
}

.services-process__header {
  max-width: 640px;
  margin-bottom: 28px;
}

.services-process__header h3 {
  margin: 10px 0;
  font-size: 1.6rem;
  color: var(--volt-navy-900);
}

.services-process__header p {
  margin: 0;
  color: var(--volt-slate-700);
}

.services-process .process-step {
  background: var(--volt-white);
  border: 1px solid rgba(23, 67, 126, 0.08);
  border-radius: var(--volt-radius-md);
  padding: 18px;
  box-shadow: var(--volt-shadow-sm);
}

.services-process .process-step__number {
  background: rgba(54, 176, 224, 0.1);
  color: var(--volt-blue-600);
}

.services-process .process-step__icon {
  color: var(--volt-blue-500);
}

@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .services-process {
    padding: 24px;
  }
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: var(--volt-navy-900) !important;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.service-card:hover h3 {
  color: var(--volt-blue-600) !important;
}

.service-card p {
  margin: 0 0 16px;
  color: var(--volt-slate-600) !important;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.service-card:hover p {
  color: var(--volt-slate-700) !important;
}

.services-section {
  background: var(--volt-navy-900);
  color: var(--volt-white);
}

.services-section .section__heading h2 {
  color: var(--volt-white) !important;
}

.services-section .section__heading p {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 100% !important;
  width: 100% !important;
}

.services-section .service-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--volt-white) !important;
}

.services-section .service-card h3 {
  color: var(--volt-white) !important;
}

.services-section .service-card p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.services-section .badge {
  background: rgba(54, 176, 224, 0.2);
  color: var(--volt-blue-200);
}

.service-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--volt-slate-600);
}

.service-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-card__meta a {
  color: var(--volt-blue-400);
  font-weight: 600;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.stat {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: var(--volt-radius-md);
  padding: 24px;
  color: var(--volt-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.hero-slide-inner .stat {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: var(--volt-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-slide-inner .stat:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.stat strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--volt-white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stat span {
  display: block;
  font-size: 0.9rem;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.9);
}

.product-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.product-card {
  border: 1px solid rgba(18, 52, 114, 0.08);
  border-radius: var(--volt-radius-md);
  background: var(--volt-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--volt-navy-900);
}

.contact-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: center;
}

.contact-card__info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-items {
  display: grid;
  gap: 16px;
}

.contact-item {
  padding: 18px;
  border-radius: var(--volt-radius-md);
  border: 1px solid rgba(23, 67, 126, 0.1);
  display: flex;
  gap: 14px;
  align-items: center;
}

.contact-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(23, 83, 141, 0.1);
  color: var(--volt-navy-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.contact-form {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--volt-radius-md);
  padding: 32px;
  border: 1px solid rgba(23, 67, 126, 0.08);
  box-shadow: var(--volt-shadow-md);
}

.volt-contact-form {
  margin-top: 24px;
}

.volt-contact-form .form-group {
  margin-bottom: 20px;
}

.volt-contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--volt-slate-800);
  font-size: 0.95rem;
}

.volt-contact-form label .required {
  color: #ef4444;
}

.volt-contact-form input[type="text"],
.volt-contact-form input[type="email"],
.volt-contact-form input[type="tel"],
.volt-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--volt-radius-sm);
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: var(--volt-white);
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
}

.volt-contact-form input:focus,
.volt-contact-form textarea:focus {
  border-color: var(--volt-blue-400);
  outline: none;
  box-shadow: 0 0 0 3px rgba(54, 176, 224, 0.1);
}

.volt-contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.volt-contact-form button[type="submit"] {
  width: 100%;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
}

.volt-contact-form button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-message {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: var(--volt-radius-sm);
  font-weight: 500;
  display: none;
}

.form-message--success {
  display: block;
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.form-message--error {
  display: block;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--volt-slate-800);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--volt-radius-sm);
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: var(--volt-white);
  font-size: 1rem;
  transition: border 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--volt-blue-400);
  outline: none;
}

.highlight {
  background: var(--volt-gradient-sky);
  border-radius: var(--volt-radius-lg);
  color: var(--volt-white);
  padding: 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.highlight::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.5;
}

.highlight h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 20px;
}

.site-footer {
  background: linear-gradient(180deg, #0a1628 0%, #133472 100%);
  color: rgba(255, 255, 255, 0.9);
  padding: 80px 0 30px;
  margin-top: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 176, 224, 0.5), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 50px;
  align-items: start;
}

.footer-brand {
  max-width: 100%;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-top: 20px;
  font-size: 0.95rem;
}

.footer-grid h4 {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--volt-white);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.footer-grid .brand {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-grid .brand:hover {
  opacity: 0.85;
}

.footer-grid .brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-grid .brand__logo-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  background: var(--volt-white);
  padding: 6px;
}

.footer-grid .brand__logo--fallback {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(54, 176, 224, 0.5);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.footer-contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--volt-blue-200);
  opacity: 0.9;
}

.footer-contact-item a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}

.footer-contact-item a:hover {
  color: var(--volt-blue-200);
  transform: translateX(4px);
}

.footer-contact-item a:hover svg {
  color: var(--volt-blue-200);
  opacity: 1;
}

.footer-contact-item span {
  line-height: 1.6;
}

.footer-hours {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-hours h4 {
  color: var(--volt-white);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.footer-hours-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-hours-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-hours-day {
  font-weight: 500;
  min-width: 100px;
  flex-shrink: 0;
}

.footer-hours-time {
  color: rgba(255, 255, 255, 0.7);
}

.footer-cta-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-cta-wrapper h4 {
  color: var(--volt-white);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.footer-cta-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.footer-cta-wrapper .btn {
  align-self: flex-start;
  margin-top: auto;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 50px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom span {
  display: inline-block;
}

.footer-credit {
  margin-left: auto;
}

.footer-credit a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-credit a:hover {
  color: var(--volt-blue-300);
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-brand {
    max-width: 100%;
    grid-column: 1 / -1;
  }

  .footer-hours {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: 1;
  }

  .footer-hours {
    grid-column: 1;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-credit {
    margin-left: 0;
    margin-top: 8px;
  }

  .footer-cta-wrapper .btn {
    align-self: stretch;
    text-align: center;
  }
}

.woocommerce .products,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.woocommerce ul.products li.product {
  border: 1px solid rgba(23, 67, 126, 0.12);
  border-radius: var(--volt-radius-md);
  padding: 18px;
  text-align: left;
  box-shadow: var(--volt-shadow-sm);
}

.woocommerce div.product {
  display: contents;
}

.woocommerce button.button.alt,
.woocommerce a.button.alt {
  background: var(--volt-gradient-sky);
  border: none;
  border-radius: var(--volt-radius-sm);
  padding: 14px 24px;
}

.woocommerce span.onsale {
  display: none !important;
}

/* Single Product Hero */
.single-product-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -80px;
  padding-top: 80px;
}

.single-product-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.single-product-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19, 52, 114, 0.85) 0%, rgba(5, 15, 35, 0.75) 100%);
  z-index: 2;
}

.single-product-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--volt-white);
  padding: 80px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.single-product-hero-content .hero__eyebrow {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--volt-blue-200);
  display: inline-block;
  margin-bottom: 16px;
}

.single-product-hero-content h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  margin: 18px 0 24px 0;
  color: var(--volt-white);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.single-product-hero-content .hero__lead {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  margin: 24px 0;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .single-product-hero-content .hero__lead {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .single-product-hero-content .hero__lead {
    font-size: 1rem;
  }
}

.hero-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--volt-white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin: 24px 0;
}

.hero-price .woocommerce-Price-amount {
  color: var(--volt-blue-200);
}

.hero-price del {
  opacity: 0.7;
  font-size: 0.6em;
  margin-right: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-price ins {
  text-decoration: none;
}

/* Single Product Layout */
.single-product-section {
  padding: 80px 0;
}

.single-product-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: start;
}

@media (min-width: 1200px) {
  .single-product-layout {
    grid-template-columns: 1.8fr 1fr;
  }
}

.product-images-wrapper {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

.product-images-wrapper img,
.product-images-wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.product-images-wrapper .woocommerce-product-gallery__wrapper {
  width: 100%;
}

.product-images-wrapper .woocommerce-product-gallery__image {
  width: 100%;
}

.product-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-attributes,
.product-variations,
.product-variations-selector {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  padding: 40px;
  box-shadow: var(--volt-shadow-sm);
  border: 1px solid rgba(23, 67, 126, 0.08);
}

.product-attributes h2,
.product-variations h2,
.product-variations-selector h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(47, 154, 205, 0.2);
}

.variations-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.variation-attribute {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.variation-attribute label {
  font-weight: 600;
  color: var(--volt-navy-900);
  font-size: 1.1rem;
}

.variation-select {
  padding: 12px 16px;
  border: 2px solid rgba(23, 67, 126, 0.1);
  border-radius: var(--volt-radius-sm);
  background: var(--volt-white);
  font-size: 1rem;
  color: var(--volt-navy-900);
  cursor: pointer;
  transition: all 0.3s ease;
}

.variation-select:hover {
  border-color: var(--volt-blue-400);
}

.variation-select:focus {
  outline: none;
  border-color: var(--volt-blue-500);
  box-shadow: 0 0 0 3px rgba(54, 176, 224, 0.1);
}

.selected-variation-info {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid rgba(47, 154, 205, 0.2);
}

.variation-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--volt-blue-500);
  margin-bottom: 16px;
}

/* Volt Servis Custom Variations List - Completely separate from WooCommerce */
.product-info-wrapper .volt-servis-custom-variations-list {
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.product-info-wrapper .volt-servis-custom-variation-item {
  padding: 24px 32px;
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}

.product-info-wrapper .volt-servis-custom-variation-item:last-child {
  margin-bottom: 0;
}


.volt-servis-custom-variation-item {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: var(--volt-shadow-md);
  border: 1px solid rgba(23, 67, 126, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.volt-servis-custom-variation-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
}

.volt-servis-variation-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(47, 154, 205, 0.2);
  flex-wrap: wrap;
}

.volt-servis-variation-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin: 0;
}

.volt-servis-variation-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--volt-blue-500);
}

.volt-servis-variation-image {
  margin-bottom: 30px;
  text-align: center;
}

.volt-servis-variation-image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--volt-radius-md);
  box-shadow: var(--volt-shadow-sm);
}

.volt-servis-variation-characteristics {
  margin-bottom: 30px;
}

.volt-servis-variation-char-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.volt-servis-variation-char-item {
  background: rgba(54, 176, 224, 0.05);
  padding: 18px;
  border-radius: var(--volt-radius-md);
  border-left: 4px solid var(--volt-blue-500);
}

.volt-servis-variation-char-label {
  font-weight: 600;
  color: var(--volt-navy-900);
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.volt-servis-variation-char-value {
  color: var(--volt-slate-600);
  font-size: 1.1rem;
}

.volt-servis-variation-description {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(47, 154, 205, 0.2);
}

.volt-servis-variation-header .volt-servis-variation-title {
  word-break: break-word;
}

.volt-servis-variation-characteristics .volt-servis-variation-char-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

@media (max-width: 768px) {
  .volt-servis-custom-variation-item {
    margin-bottom: 30px !important;
    padding: 0 !important;
  }
  
  .volt-servis-custom-variation-item .volt-servis-variation-content {
    padding: 25px 20px !important;
  }
  
  .volt-servis-variation-header {
    flex-direction: column;
    align-items: flex-start !important;
  }
  
  .volt-servis-variation-header .volt-servis-variation-title {
    font-size: 1.3rem !important;
    margin-bottom: 15px;
  }
  
  .volt-servis-variation-price {
    font-size: 1.5rem !important;
  }
  
  .volt-servis-variation-characteristics .volt-servis-variation-char-grid {
    grid-template-columns: 1fr !important;
  }
}

.volt-servis-variation-description .volt-servis-variation-desc-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--volt-slate-600);
}

.product-attributes-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-attributes-list dt {
  font-weight: 600;
  color: var(--volt-navy-900);
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.product-attributes-list dt:first-child {
  margin-top: 0;
}

.product-attributes-list dd {
  margin: 0 0 16px 0;
  color: var(--volt-slate-600);
  font-size: 1rem;
  line-height: 1.6;
}


.product-description h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(47, 154, 205, 0.2);
}

.product-description h3,
.product-description h4 {
  color: var(--volt-navy-900);
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 600;
}

.product-description p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--volt-slate-600) !important;
}

.product-images-wrapper .product-description,
.product-images-wrapper .product-description *,
.product-images-wrapper .product-description p,
.product-images-wrapper .product-description div,
.product-images-wrapper .product-description h2,
.product-images-wrapper .product-description h3,
.product-images-wrapper .product-description h4,
.product-images-wrapper .product-description li,
.product-images-wrapper .product-description span {
  color: var(--volt-slate-600) !important;
}

.product-images-wrapper .product-description h2 {
  color: var(--volt-navy-900) !important;
}

/* Ensure variations display correctly */
.product-info-wrapper .volt-servis-custom-variations-list {
  width: 100%;
}

.product-info-wrapper .volt-servis-custom-variation-item {
  width: 100%;
  box-sizing: border-box;
}

.product-info-wrapper .volt-servis-custom-variation-item * {
  box-sizing: border-box;
}

/* Ensure characteristics grid works properly */
.product-info-wrapper .volt-servis-variation-characteristics .volt-servis-variation-char-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 16px !important;
}

/* Product Title and Price */
.product-info-wrapper .product-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin-bottom: 12px;
}

.product-info-wrapper .product-price {
  margin: 12px 0 20px 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--volt-blue-500);
}

.product-info-wrapper .product-price .woocommerce-Price-amount {
  color: var(--volt-blue-500);
}

/* Hide default WooCommerce summary output */
/* Hide all WooCommerce summary elements in product-info-wrapper */
.product-info-wrapper .woocommerce div.product .summary > * {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Make sure custom variations are visible even if inside summary */

.product-info-wrapper .woocommerce div.product .summary .product-title,
.product-info-wrapper .woocommerce div.product .summary h1,
.product-info-wrapper .woocommerce div.product .summary .product-title,
.product-info-wrapper .woocommerce div.product .summary .product-price,
.product-info-wrapper .woocommerce div.product .summary .price,
.product-info-wrapper .woocommerce div.product .summary .woocommerce-Price-amount,
.product-info-wrapper .woocommerce div.product .summary .woocommerce-product-details__short-description {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Product Short Description */
.product-short-description {
  margin: 16px 0 20px 0;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--volt-slate-600);
}

.product-short-description p {
  margin-bottom: 12px;
}

.product-short-description p:last-child {
  margin-bottom: 0;
}

/* Add to Cart Wrapper */
.product-add-to-cart-wrapper {
  margin: 20px 0;
}

.product-add-to-cart-wrapper form.cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.product-add-to-cart-wrapper .quantity {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.product-add-to-cart-wrapper .quantity input[type="number"] {
  width: 80px;
  padding: 14px;
  border: 2px solid rgba(23, 67, 126, 0.15);
  border-radius: var(--volt-radius-sm);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  background: var(--volt-white);
}

.product-add-to-cart-wrapper .quantity input[type="number"]:focus {
  outline: none;
  border-color: var(--volt-blue-500);
  box-shadow: 0 0 0 4px rgba(54, 176, 224, 0.15);
}

.product-add-to-cart-wrapper .single_add_to_cart_button {
  flex: 1;
  padding: 16px 32px;
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  border: none;
  border-radius: var(--volt-radius-sm);
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(47, 154, 205, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-add-to-cart-wrapper .single_add_to_cart_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 154, 205, 0.4);
}

.product-add-to-cart-wrapper .single_add_to_cart_button:active {
  transform: translateY(0);
}

.product-add-to-cart-wrapper p {
  margin-top: 16px;
  color: var(--volt-slate-600);
  font-size: 0.95rem;
  font-style: italic;
}

/* Phone Ordering Section */
.phone-ordering-section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px solid rgba(23, 67, 126, 0.1);
}


.phone-ordering-section h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-ordering-section > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phone-ordering-section a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--volt-blue-500);
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone-ordering-section a:hover {
  color: var(--volt-blue-400);
}

.phone-ordering-section a svg {
  flex-shrink: 0;
}

/* Product Description in Product Info Wrapper */
.product-info-wrapper .product-description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid rgba(23, 67, 126, 0.1);
}

.product-info-wrapper .product-description h2 {
  font-size: 1.8rem;
  margin: 0 0 20px 0;
  color: var(--volt-navy-900);
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(23, 67, 126, 0.1);
  position: relative;
}

.product-info-wrapper .product-description h2 span {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background: var(--volt-blue-500);
}

.product-info-wrapper .product-description-content {
  line-height: 1.8;
  color: var(--volt-slate-600);
  font-size: 1rem;
}

.product-info-wrapper .product-description-content p {
  margin-bottom: 16px;
}

.product-info-wrapper .product-description-content p:last-child {
  margin-bottom: 0;
}

/* Product Benefit Section */
.product-benefit-section {
  padding: 60px 0;
}

.product-installation-benefit {
  padding: 32px;
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.1) 0%, rgba(23, 67, 126, 0.05) 100%);
  border-radius: 16px;
  border: 2px solid rgba(54, 176, 224, 0.3);
}

.product-installation-benefit > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-installation-benefit .installation-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--volt-blue-500) 0%, var(--volt-blue-600) 100%);
  border-radius: 16px;
  color: var(--volt-white);
  box-shadow: 0 4px 12px rgba(54, 176, 224, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

.product-installation-benefit .installation-icon svg {
  width: 32px;
  height: 32px;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(54, 176, 224, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(54, 176, 224, 0.5);
  }
}

.product-installation-benefit h3 {
  margin: 0 0 12px 0;
  color: var(--volt-navy-900);
  font-size: 1.5rem;
  font-weight: 700;
}

.product-installation-benefit p {
  margin: 0;
  color: var(--volt-slate-600);
  font-size: 1.1rem;
  line-height: 1.7;
}

/* Free Installation Benefit (Homepage) */
.free-installation-benefit {
  margin-top: 24px;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.15) 0%, rgba(23, 67, 126, 0.08) 100%);
  border-radius: 16px;
  border: 2px solid rgba(54, 176, 224, 0.3);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(54, 176, 224, 0.15);
  transition: all 0.3s ease;
}

.free-installation-benefit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine 3s infinite;
}

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

.free-installation-benefit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(54, 176, 224, 0.25);
  border-color: rgba(54, 176, 224, 0.5);
}

.free-installation-benefit p {
  margin: 0;
  color: var(--volt-navy-900);
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.free-installation-benefit strong {
  color: var(--volt-blue-600);
  font-size: 1.25rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--volt-blue-500), var(--volt-blue-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Related Products Section */
.related-products-section {
  background: var(--volt-slate-100);
  padding: 80px 0;
  margin-top: 80px;
}

.related-products-section .section__heading {
  text-align: center;
  margin-bottom: 48px;
}

.related-products-section .section__heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin: 0 0 16px 0;
}

.related-products-section .section__heading p {
  font-size: 1.1rem;
  color: var(--volt-slate-600);
  margin: 0;
}

.related-products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

/* Responsive for custom variations */
@media (max-width: 768px) {
  .single-product-hero {
    min-height: 60vh;
  }
  
  .single-product-hero-content {
    padding: 60px 20px;
  }
  
  .single-product-hero-content h1 {
    font-size: 2.5rem;
  }
  
  .single-product-section {
    padding: 40px 0;
  }
  
  .single-product-layout {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  
  .product-info-wrapper {
    gap: 24px;
  }
  
  .product-info-wrapper .volt-servis-variation-characteristics .volt-servis-variation-char-grid {
    grid-template-columns: 1fr !important;
  }
  
  .product-info-wrapper .product-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .product-info-wrapper .product-price {
    font-size: 1.6rem;
    margin: 10px 0 16px 0;
  }
  
  .product-add-to-cart-wrapper {
    margin: 16px 0;
  }
  
  .product-add-to-cart-wrapper form.cart {
    gap: 10px;
  }
  
  .product-add-to-cart-wrapper .single_add_to_cart_button {
    font-size: 1.1rem;
    padding: 14px 24px;
  }
  
  .product-add-to-cart-wrapper .quantity input[type="number"] {
    width: 70px;
    padding: 12px;
    font-size: 1rem;
  }
  
  .phone-ordering-section {
    margin-top: 32px;
    padding-top: 24px;
  }
  
  .phone-ordering-section h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  
  .phone-ordering-section a {
    font-size: 1.1rem;
  }
  
  .product-info-wrapper .product-description {
    margin-top: 32px;
    padding-top: 32px;
  }
  
  .product-info-wrapper .product-description h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  
  .product-installation-benefit {
    padding: 24px !important;
  }
  
  .product-installation-benefit .installation-icon {
    width: 56px !important;
    height: 56px !important;
  }
  
  .product-installation-benefit .installation-icon svg {
    width: 28px !important;
    height: 28px !important;
  }
  
  .product-installation-benefit h3 {
    font-size: 1.3rem !important;
  }
  
  .product-installation-benefit p {
    font-size: 1rem !important;
  }
  
  .related-products-section {
    padding: 50px 0;
    margin-top: 50px;
  }
  
  .related-products-section .section__heading {
    margin-bottom: 32px;
  }
  
  .related-products-section .section__heading h2 {
    font-size: 2rem;
  }
  
  .related-products-section .products-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .single-product-hero {
    min-height: 65vh;
  }
  
  .single-product-hero-content {
    padding: 40px 16px;
  }
  
  .single-product-hero-content h1 {
    font-size: 2rem;
  }
  
  .single-product-section {
    padding: 32px 0;
  }
  
  .single-product-layout {
    gap: 32px !important;
  }
  
  .product-info-wrapper .product-title {
    font-size: 1.75rem;
    margin-bottom: 8px;
  }
  
  .product-info-wrapper .product-price {
    font-size: 1.4rem;
    margin: 8px 0 14px 0;
  }
  
  .product-add-to-cart-wrapper {
    margin: 14px 0;
  }
  
  .product-add-to-cart-wrapper form.cart {
    flex-direction: column;
    gap: 12px;
  }
  
  .product-add-to-cart-wrapper .quantity {
    width: 100%;
  }
  
  .product-add-to-cart-wrapper .quantity input[type="number"] {
    width: 100%;
  }
  
  .product-add-to-cart-wrapper .single_add_to_cart_button {
    width: 100%;
    font-size: 1rem;
    padding: 12px 20px;
  }
  
  .phone-ordering-section h3 {
    font-size: 1.1rem;
  }
  
  .phone-ordering-section a {
    font-size: 1rem;
  }
  
  .product-images-wrapper .product-description h2 {
    font-size: 1.3rem;
  }
  
  .product-installation-benefit {
    padding: 20px !important;
  }
  
  .product-installation-benefit .installation-icon {
    width: 48px !important;
    height: 48px !important;
  }
  
  .product-installation-benefit .installation-icon svg {
    width: 24px !important;
    height: 24px !important;
  }
  
  .product-installation-benefit h3 {
    font-size: 1.2rem !important;
  }
  
  .product-installation-benefit p {
    font-size: 0.95rem !important;
  }
  
  .related-products-section {
    padding: 40px 0;
    margin-top: 40px;
  }
  
  .related-products-section .section__heading h2 {
    font-size: 1.75rem;
  }
  
  .related-products-section .section__heading p {
    font-size: 0.95rem;
  }
}

.product-description ul,
.product-description ol {
  margin: 20px 0;
  padding-left: 28px;
}

.product-description li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: var(--volt-slate-600);
}

.product-description strong {
  color: var(--volt-navy-900);
  font-weight: 600;
}

.product-images-wrapper .woocommerce-product-gallery {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  padding: 24px;
  box-shadow: var(--volt-shadow-md);
  border: 1px solid rgba(23, 67, 126, 0.08);
}

.product-images-wrapper .woocommerce-product-gallery,
.woocommerce div.product div.images {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: block !important;
  width: 100% !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin-bottom: 20px;
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

/* Single image display (without Swiper) */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:not(:has(.product-gallery-main-swiper)) .woocommerce-product-gallery__image {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  height: auto !important;
  max-height: 700px !important;
  padding: 40px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:not(:has(.product-gallery-main-swiper)) .woocommerce-product-gallery__image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper:not(:has(.product-gallery-main-swiper)) .woocommerce-product-gallery__image {
    max-height: 400px !important;
    padding: 20px !important;
  }
}

/* Swiper Product Gallery */
.product-gallery-main-swiper {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto 20px auto !important;
  height: 700px !important;
  overflow: hidden !important;
  touch-action: pan-y !important;
  -webkit-overflow-scrolling: touch !important;
  position: relative !important;
}

.product-gallery-main-swiper .swiper-wrapper {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.product-gallery-main-swiper .swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 700px !important;
  padding: 40px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  flex-shrink: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s ease !important;
  text-align: center !important;
}

.product-gallery-main-swiper .swiper-slide-duplicate-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.product-gallery-main-swiper .woocommerce-product-gallery__image {
  width: 100% !important;
  height: 100% !important;
  max-height: 700px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  opacity: 1 !important;
  transition: opacity 0.6s ease !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.product-gallery-main-swiper .woocommerce-product-gallery__image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  opacity: 1 !important;
  transition: opacity 0.6s ease !important;
}

.product-gallery-thumbnails-swiper {
  width: 100% !important;
}

/* Grid layout for many thumbnails - multiple rows */
.product-gallery-thumbnails-swiper.thumbnails-grid-layout {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin-top: 20px !important;
}

.product-gallery-thumbnails-swiper.thumbnails-grid-layout .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important; /* 4 columns on mobile */
  grid-auto-rows: 100px !important;
  gap: 10px !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  transform: none !important;
  flex-wrap: wrap !important;
}

.product-gallery-thumbnails-swiper.thumbnails-grid-layout .swiper-slide {
  width: 100% !important;
  height: 100px !important;
  margin: 0 !important;
  transform: none !important;
  position: relative !important;
  aspect-ratio: 1 / 1 !important;
}

@media (min-width: 640px) {
  .product-gallery-thumbnails-swiper.thumbnails-grid-layout .swiper-wrapper {
    grid-template-columns: repeat(5, 1fr) !important; /* 5 columns */
  }
}

@media (min-width: 768px) {
  .product-gallery-thumbnails-swiper.thumbnails-grid-layout .swiper-wrapper {
    grid-template-columns: repeat(6, 1fr) !important; /* 6 columns */
  }
}

@media (min-width: 1024px) {
  .product-gallery-thumbnails-swiper.thumbnails-grid-layout .swiper-wrapper {
    grid-template-columns: repeat(7, 1fr) !important; /* 7 columns */
  }
}

@media (max-width: 768px) {
  .product-gallery-thumbnails-swiper.thumbnails-grid-layout .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr) !important; /* 4 columns on mobile */
    grid-auto-rows: 80px !important;
    gap: 8px !important;
  }
  
  .product-gallery-thumbnails-swiper.thumbnails-grid-layout .swiper-slide {
    height: 80px !important;
  }
}

.product-gallery-thumbnails-swiper .swiper-slide {
  width: 100px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: var(--volt-radius-sm) !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  transition: all 0.3s ease !important;
  opacity: 0.6 !important;
  cursor: pointer !important;
}

.product-gallery-thumbnails-swiper .swiper-slide-thumb-active {
  opacity: 1 !important;
  border-color: var(--volt-blue-500) !important;
  transform: scale(1.05) !important;
}

.product-gallery-thumbnails-swiper .gallery-thumbnail {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-gallery-thumbnails-swiper .gallery-thumbnail img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 768px) {
  .product-gallery-main-swiper {
    max-width: 100% !important;
    height: 400px !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
  }
  
  .product-gallery-main-swiper .swiper-slide {
    height: 400px !important;
    padding: 20px !important;
    touch-action: pan-y !important;
  }
  
  .product-gallery-main-swiper .woocommerce-product-gallery__image {
    touch-action: pan-y !important;
  }
  
  .product-gallery-main-swiper .woocommerce-product-gallery__image img {
    touch-action: pan-y !important;
    pointer-events: auto !important;
  }
  
  .product-gallery-thumbnails-swiper {
    touch-action: pan-x !important;
    -webkit-overflow-scrolling: touch !important;
  }
  
  .product-gallery-thumbnails-swiper .swiper-wrapper {
    touch-action: pan-x !important;
  }
  
  .product-gallery-thumbnails-swiper .swiper-slide {
    width: 80px !important;
    height: 80px !important;
    touch-action: manipulation !important;
  }
  
  .product-gallery-thumbnails-swiper .gallery-thumbnail {
    touch-action: manipulation !important;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  border-radius: var(--volt-radius-md);
  overflow: hidden;
  margin-bottom: 0;
  display: block !important;
  opacity: 1 !important;
  position: relative !important;
}

/* Show all gallery images for slider */
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  display: block !important;
  opacity: 1 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
  border-radius: var(--volt-radius-md);
  cursor: default;
  transition: opacity 0.3s ease;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a img,
.woocommerce div.product div.images img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Hide zoom icon (lupica) */
.woocommerce-product-gallery__trigger {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Admin panel - ensure gallery buttons are clickable */
.wp-admin .woocommerce-product-gallery__trigger,
.wp-admin .woocommerce-product-gallery__image a,
.wp-admin .woocommerce-product-gallery__wrapper a,
.wp-admin button.add_product_images,
.wp-admin a.add_product_images,
.wp-admin .add_product_images,
.wp-admin #product_images_container button,
.wp-admin #product_images_container a,
.wp-admin .woocommerce-product-images .add_product_images,
.wp-admin .product_images .add_product_images,
.wp-admin .woocommerce .add_product_images,
.wp-admin .woocommerce-product-data .add_product_images,
.wp-admin .woocommerce_options_panel .add_product_images,
.wp-admin .woocommerce-product-data .woocommerce-product-images .add_product_images,
.wp-admin .woocommerce-product-data .product_images .add_product_images,
.wp-admin .woocommerce-product-data #product_images_container .add_product_images,
.wp-admin .woocommerce-product-data button[data-choose],
.wp-admin .woocommerce-product-data a[data-choose],
.wp-admin .woocommerce-product-data .button.add_product_images,
.wp-admin .woocommerce-product-data .button.insert,
.wp-admin .woocommerce-product-data .button.upload_product_images {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 999 !important;
  position: relative !important;
}

/* Remove any overlay that might block clicks */
.wp-admin .woocommerce-product-images::before,
.wp-admin #product_images_container::before,
.wp-admin .product_images::before,
.wp-admin .woocommerce-product-data::before {
  display: none !important;
  pointer-events: none !important;
}

/* Ensure no parent element blocks clicks */
.wp-admin .woocommerce-product-data,
.wp-admin .woocommerce-product-images,
.wp-admin #product_images_container,
.wp-admin .product_images {
  pointer-events: auto !important;
  position: relative !important;
}

/* Additional WooCommerce admin selectors */
.wp-admin .woocommerce-product-data .woocommerce-product-images,
.wp-admin .woocommerce-product-data .woocommerce-product-images *,
.wp-admin .woocommerce-product-data .product_images,
.wp-admin .woocommerce-product-data .product_images *,
.wp-admin .woocommerce-product-data #product_images_container,
.wp-admin .woocommerce-product-data #product_images_container * {
  pointer-events: auto !important;
}

/* Ensure buttons are not blocked by any overlay */
.wp-admin .woocommerce-product-data .button,
.wp-admin .woocommerce-product-data button,
.wp-admin .woocommerce-product-data a.button,
.wp-admin .woocommerce-product-data a[href*="media-upload"],
.wp-admin .insert-media,
.wp-admin .add_media,
.wp-admin .wp-media-buttons .button,
.wp-admin .wp-media-buttons a,
.wp-admin .wp-core-ui .button.insert-media {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 1000 !important;
  position: relative !important;
}

/* Fix admin editor text color - ensure text is visible */
.wp-admin .wp-editor-container,
.wp-admin .wp-editor-area,
.wp-admin textarea.wp-editor-area,
.wp-admin .mce-content-body,
.wp-admin .mce-content-body *,
.wp-admin #content,
.wp-admin #content_ifr,
.wp-admin #wp-content-editor-container,
.wp-admin #wp-content-wrap .wp-editor-area,
.wp-admin .quicktags-toolbar,
.wp-admin .wp-editor-container textarea {
  color: #2c3338 !important;
  background-color: #fff !important;
}

.wp-admin .mce-content-body p,
.wp-admin .mce-content-body div,
.wp-admin .mce-content-body span,
.wp-admin .mce-content-body li,
.wp-admin .mce-content-body td,
.wp-admin .mce-content-body th {
  color: #2c3338 !important;
}

/* Fix TinyMCE editor iframe */
.wp-admin iframe#content_ifr,
.wp-admin iframe#excerpt_ifr {
  color: #2c3338 !important;
  background-color: #fff !important;
}

.wp-admin iframe#content_ifr body,
.wp-admin iframe#excerpt_ifr body {
  color: #2c3338 !important;
  background-color: #fff !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 16px;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 100%;
  height: auto;
  border-radius: var(--volt-radius-sm);
  border: 3px solid transparent;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  opacity: 0.7;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
  border-color: var(--volt-blue-300);
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: var(--volt-blue-500);
  opacity: 1;
}

/* Product Summary */
.woocommerce div.product .summary {
  padding: 0;
  background: transparent;
}

/* Hide all default WooCommerce summary elements - we use custom ones */
.woocommerce div.product .summary > * {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}


.woocommerce div.product .summary .product_title,
.woocommerce div.product .summary h1.product_title,
.woocommerce div.product .summary h1,
.woocommerce div.product .summary .price,
.woocommerce div.product .summary .woocommerce-Price-amount,
.woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .woocommerce-product-rating {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.woocommerce div.product .summary .product_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin-bottom: 16px;
  line-height: 1.2;
}

.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 24px;
}

.woocommerce div.product .summary .price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--volt-blue-500);
  margin-bottom: 24px;
}

.woocommerce div.product .summary .price del {
  color: var(--volt-slate-400);
  font-size: 0.7em;
  margin-right: 12px;
}

.woocommerce div.product .summary .price ins {
  text-decoration: none;
  color: var(--volt-blue-500);
}

.woocommerce div.product .summary .woocommerce-product-details__short-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--volt-slate-600);
  margin-bottom: 32px;
}

.woocommerce div.product form.cart {
  margin: 32px 0;
  padding: 32px;
  background: var(--volt-slate-100);
  border-radius: var(--volt-radius-lg);
  border: 1px solid rgba(23, 67, 126, 0.08);
}

.woocommerce div.product form.cart .quantity {
  margin-right: 16px;
}

.woocommerce div.product form.cart .quantity input[type="number"] {
  width: 80px;
  padding: 12px;
  border: 2px solid rgba(23, 67, 126, 0.15);
  border-radius: var(--volt-radius-sm);
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  transition: border-color 0.3s ease;
}

.woocommerce div.product form.cart .quantity input[type="number"]:focus {
  outline: none;
  border-color: var(--volt-blue-400);
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  border: none;
  border-radius: var(--volt-radius-sm);
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(47, 154, 205, 0.3);
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 154, 205, 0.4);
}

/* Single Product - Phone Ordering Section */
.phone-ordering-section a:hover {
  color: var(--volt-blue-400) !important;
}

.woocommerce div.product .product_meta {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(23, 67, 126, 0.1);
}

.woocommerce div.product .product_meta > span {
  display: block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--volt-slate-600);
}

.woocommerce div.product .product_meta > span strong {
  color: var(--volt-navy-900);
  font-weight: 600;
  margin-right: 8px;
}

.woocommerce div.product .product_meta > span a {
  color: var(--volt-blue-500);
  transition: color 0.3s ease;
}

.woocommerce div.product .product_meta > span a:hover {
  color: var(--volt-blue-400);
}

/* Product Tabs Wrapper */
.product-tabs-wrapper {
  grid-column: 1 / -1;
  margin-top: 60px;
}

/* Product Tabs */
.woocommerce div.product .woocommerce-tabs {
  margin-top: 0;
  padding-top: 60px;
  border-top: 2px solid rgba(23, 67, 126, 0.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  gap: 8px;
  border-bottom: 2px solid rgba(23, 67, 126, 0.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 16px 24px;
  color: var(--volt-slate-600);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  margin-bottom: -2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--volt-blue-500);
  border-bottom-color: var(--volt-blue-500);
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 32px;
  background: var(--volt-slate-100);
  border-radius: var(--volt-radius-lg);
  line-height: 1.8;
  color: var(--volt-slate-600);
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 1.5rem;
  color: var(--volt-navy-900);
  margin-bottom: 16px;
}

/* Related Products */
.related-products-section {
  background: var(--volt-slate-100);
  padding: 80px 0;
  margin-top: 80px;
}

.related-products-section .section__heading {
  margin-bottom: 40px;
}

/* Product Benefit Section */
.product-benefit-section {
  padding: 60px 0;
}

.product-installation-benefit {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.product-installation-benefit > div {
  flex-wrap: wrap;
}

/* Responsive styles for product benefit and related products */
@media (max-width: 768px) {
  .product-benefit-section {
    padding: 40px 0;
  }
  
  .product-installation-benefit {
    padding: 24px !important;
  }
  
  .product-installation-benefit > div {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  
  .product-installation-benefit > div > div:first-child {
    font-size: 2.5rem !important;
  }
  
  .product-installation-benefit h3 {
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
  }
  
  .product-installation-benefit p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }
  
  .related-products-section {
    padding: 50px 0;
    margin-top: 50px;
  }
  
  .related-products-section .section__heading {
    margin-bottom: 32px;
  }
  
  .related-products-section .section__heading h2 {
    font-size: 2rem !important;
    margin-bottom: 12px !important;
  }
  
  .related-products-section .section__heading p {
    font-size: 1rem !important;
  }
  
  .related-products-section .products-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  .related-products-section .product-card {
    max-width: 100%;
    overflow: hidden;
  }
  
  .related-products-section .product-card__content {
    padding: 16px;
  }
  
  .related-products-section .product-card__title {
    font-size: 1rem;
  }
  
  .related-products-section .product-card__price {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .product-benefit-section {
    padding: 32px 0;
  }
  
  .product-installation-benefit {
    padding: 20px !important;
    border-radius: 12px !important;
  }
  
  .product-installation-benefit .installation-icon {
    width: 48px !important;
    height: 48px !important;
  }
  
  .product-installation-benefit .installation-icon svg {
    width: 24px !important;
    height: 24px !important;
  }
  
  .product-installation-benefit h3 {
    font-size: 1.2rem !important;
  }
  
  .product-installation-benefit p {
    font-size: 0.95rem !important;
  }
  
  .related-products-section {
    padding: 40px 0;
    margin-top: 40px;
  }
  
  .related-products-section .section__heading h2 {
    font-size: 1.75rem !important;
  }
  
  .related-products-section .section__heading p {
    font-size: 0.95rem !important;
  }
}

.woocommerce .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.woocommerce .products .product {
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.woocommerce .products .product:nth-child(1) {
  animation-delay: 0.1s;
}

.woocommerce .products .product:nth-child(2) {
  animation-delay: 0.2s;
}

.woocommerce .products .product:nth-child(3) {
  animation-delay: 0.3s;
}

.woocommerce .products .product:nth-child(4) {
  animation-delay: 0.4s;
}

/* Responsive */
@media (max-width: 960px) {
  .single-product-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-images-wrapper {
    position: static;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .single-product-layout {
    gap: 32px;
  }
  
  .product-info-wrapper {
    gap: 24px;
  }
  
  .product-attributes,
  .product-variations,
  .product-variations-selector {
    padding: 24px;
  }
  
  .product-attributes h2,
  .product-variations h2,
  .product-variations-selector h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .product-info-wrapper .volt-servis-custom-variation-item {
    padding: 24px !important;
    margin-bottom: 24px !important;
  }
  
  .product-info-wrapper .volt-servis-variation-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  
  .product-info-wrapper .volt-servis-variation-title {
    font-size: 1.4rem !important;
  }
  
  .product-info-wrapper .volt-servis-variation-price {
    font-size: 1.5rem !important;
  }
  
  .product-info-wrapper .volt-servis-variation-characteristics .volt-servis-variation-char-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .single-product-section {
    padding: 40px 0;
  }
  
  .volt-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 480px) {
  .single-product-layout {
    gap: 24px;
  }
  
  .product-info-wrapper {
    gap: 20px;
  }
  
  .product-attributes,
  .product-variations,
  .product-variations-selector {
    padding: 20px;
  }
  
  .product-attributes h2,
  .product-variations h2,
  .product-variations-selector h2 {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  
  .product-info-wrapper .volt-servis-custom-variation-item {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .product-info-wrapper .volt-servis-variation-title {
    font-size: 1.2rem !important;
  }
  
  .product-info-wrapper .volt-servis-variation-price {
    font-size: 1.3rem !important;
  }
  
  .single-product-section {
    padding: 32px 0;
  }
  
  .volt-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.page-hero {
  position: relative;
  height: 80vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.page-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(19, 52, 114, 0.7) 0%, rgba(19, 52, 114, 0.5) 100%);
  z-index: 2;
}

.page-hero-content {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--volt-white);
  margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.page-hero p {
  color: var(--volt-white);
  max-width: 640px;
  margin: 0 auto;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

/* Category Hero Section */
.category-hero-section {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-top: -80px;
  padding-top: 80px;
}

.category-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.category-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(19, 52, 114, 0.85) 0%, rgba(5, 15, 35, 0.75) 100%);
  z-index: 2;
}

.category-hero-content {
  position: relative;
  z-index: 3;
  padding: 80px 20px;
  width: 100%;
}

.category-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: var(--volt-white);
}

.category-hero__eyebrow {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--volt-blue-200);
  display: inline-block;
  margin-bottom: 16px;
}

.category-hero-inner h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin: 18px 0;
  color: var(--volt-white);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.category-hero__description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .category-hero-section {
    min-height: 50vh;
    margin-top: -60px;
    padding-top: 60px;
  }

  .category-hero-content {
    padding: 60px 20px;
  }

  .category-hero-inner h1 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }

  .category-hero__description {
    font-size: 1rem;
  }
}

.services-menu {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.services-menu button {
  border: 1px solid rgba(23, 67, 126, 0.15);
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--volt-white);
  font-weight: 600;
  color: var(--volt-slate-800);
  transition: all 0.2s ease;
}

.services-menu button.is-active,
.services-menu button:hover {
  background: var(--volt-blue-400);
  color: var(--volt-white);
}

.timeline {
  border-left: 2px solid rgba(23, 67, 126, 0.15);
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.timeline-item h3 {
  margin: 0 0 6px;
  color: var(--volt-navy-900);
}

.timeline-item span {
  font-size: 0.9rem;
  color: var(--volt-blue-400);
}

/* Redesigned Process Work Steps */
.process-work-header {
  margin-bottom: 32px;
}

.process-work-header h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin: 0;
  background: linear-gradient(135deg, var(--volt-blue-500) 0%, var(--volt-blue-400) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.process-work-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: rgba(54, 176, 224, 0.04);
  border-radius: 16px;
  border: 1px solid rgba(54, 176, 224, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.process-step::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--volt-blue-400), var(--volt-blue-500));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.process-step:hover {
  background: rgba(54, 176, 224, 0.08);
  border-color: rgba(54, 176, 224, 0.2);
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(54, 176, 224, 0.15);
}

.process-step:hover::before {
  opacity: 1;
}

.process-step__number {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--volt-blue-500), var(--volt-blue-400));
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--volt-white);
  box-shadow: 0 4px 12px rgba(54, 176, 224, 0.3);
  position: relative;
  z-index: 1;
}

.process-step__number span {
  line-height: 1;
}

.process-step__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(54, 176, 224, 0.1);
  border-radius: 12px;
  color: var(--volt-blue-500);
  transition: all 0.3s ease;
}

.process-step:hover .process-step__icon {
  background: rgba(54, 176, 224, 0.2);
  transform: scale(1.1);
}

.process-step__icon svg {
  width: 24px;
  height: 24px;
}

.process-step__content {
  flex: 1;
}

.process-step__content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.process-step__content p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--volt-slate-600);
  margin: 0;
}

@media (max-width: 768px) {
  .process-work-header h3 {
    font-size: 1.5rem;
  }

  .process-step {
    padding: 20px;
    gap: 16px;
  }

  .process-step__number {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }

  .process-step__icon {
    width: 40px;
    height: 40px;
  }

  .process-step__icon svg {
    width: 20px;
    height: 20px;
  }

  .process-step__content h4 {
    font-size: 1.1rem;
  }

  .process-step__content p {
    font-size: 0.95rem;
  }
}

.feature-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: center;
}

.feature-media {
  border-radius: var(--volt-radius-lg);
  background: rgba(23, 67, 126, 0.08);
  min-height: 320px;
}

.pill {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  background: rgba(23, 67, 126, 0.08);
  color: var(--volt-blue-500);
  display: inline-block;
}

.testimonial {
  padding: 28px;
  border-radius: var(--volt-radius-md);
  border: 1px solid rgba(23, 67, 126, 0.1);
  background: var(--volt-white);
  box-shadow: var(--volt-shadow-sm);
  font-style: italic;
}

.testimonial strong {
  display: block;
  margin-top: 14px;
  font-style: normal;
}

.faq {
  display: grid;
  gap: 18px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.faq-item {
  border-radius: var(--volt-radius-md);
  border: 1px solid rgba(23, 67, 126, 0.1);
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.faq-item:hover {
  border-color: rgba(47, 154, 205, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-item[open] {
  border-color: rgba(47, 154, 205, 0.4);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--volt-navy-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  padding-right: 52px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  user-select: none;
  list-style: none;
  margin: 0;
  min-height: 60px;
}

.faq-item summary:hover {
  color: var(--volt-blue-600);
  background-color: rgba(47, 154, 205, 0.03);
}

.faq-item[open] summary {
  color: var(--volt-blue-600);
  margin-bottom: 0;
  background-color: rgba(47, 154, 205, 0.05);
}

.faq-item summary:hover {
  color: var(--volt-blue-600);
}

.faq-item[open] summary {
  color: var(--volt-blue-600);
  margin-bottom: 12px;
}

.faq-section .faq-item {
  background: var(--volt-white);
}

.faq-section.background-grey .faq-item {
  background: var(--volt-white);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '▼';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 0.75rem;
  color: var(--volt-blue-500);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  pointer-events: none;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
  color: var(--volt-blue-600);
}

.faq-item p {
  margin: 0;
  color: var(--volt-slate-600);
  max-width: 100%;
  box-sizing: border-box;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
              max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.faq-item[open] p {
  opacity: 1;
  max-height: 500px;
  padding: 0 20px 20px 20px;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s,
              max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.team-card {
  text-align: center;
  padding: 24px;
  border-radius: var(--volt-radius-md);
  border: 1px solid rgba(23, 67, 126, 0.1);
}

.team-card strong {
  display: block;
  margin-top: 12px;
  color: var(--volt-navy-900);
}

.team-card span {
  color: var(--volt-slate-600);
  font-size: 0.9rem;
}

.map-embed iframe {
  width: 100%;
  border: 0;
  border-radius: var(--volt-radius-lg);
  min-height: 320px;
}

.site-main {
  flex: 1;
  position: relative;
  z-index: 1;
}

/* Hide WooCommerce "Cart updated" notice */
body.woocommerce-cart .woocommerce-message.woocommerce-message--success {
  display: none !important;
}

body.woocommerce-cart .woocommerce-info:contains("Cart updated"),
body.woocommerce-cart .woocommerce-message:contains("Cart updated") {
  display: none !important;
}

.woocommerce-message,
.woocommerce-info {
  border-radius: var(--volt-radius-sm);
}

@media (max-width: 960px) {
  .header-nav-wrapper {
    gap: 12px;
    margin-left: auto;
  }

  .header-actions {
    display: flex !important;
  }

  .header-actions .cart-icon {
    width: 44px;
    height: 44px;
  }

  .header-actions .cart-icon svg {
    width: 22px;
    height: 22px;
  }

  /* Disable hover effects on mobile - keep styles static */
  .primary-nav .menu-item:hover,
  .primary-nav .menu-item:active,
  .primary-nav .menu-item:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    transform: none !important;
    box-shadow: none !important;
  }
  
  .primary-nav .menu-item > a:hover,
  .primary-nav .menu-item > a:active,
  .primary-nav .menu-item > a:focus {
    color: rgba(255, 255, 255, 0.98) !important;
    padding-left: 24px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  }
  
  .primary-nav .menu-item:hover > a::before,
  .primary-nav .menu-item:hover > a::after,
  .primary-nav .menu-item > a:hover::before,
  .primary-nav .menu-item > a:hover::after {
    opacity: 0 !important;
    transform: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  .primary-nav .sub-menu li a:hover,
  .primary-nav .sub-menu li a:active,
  .primary-nav .sub-menu li a:focus {
    color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    padding-left: 18px !important;
    transform: none !important;
    outline: none !important;
  }
  
  .primary-nav .sub-menu li a:hover::before,
  .primary-nav .sub-menu li a:hover::after,
  .primary-nav .sub-menu li a:active::before,
  .primary-nav .sub-menu li a:active::after {
    opacity: 0 !important;
    transform: none !important;
    display: none !important;
  }
  
  /* Disable transitions on mobile for instant response */
  .primary-nav .menu-item,
  .primary-nav .menu-item > a,
  .primary-nav .sub-menu li a {
    transition: none !important;
  }
  
  .site-header__inner {
    padding: 16px 0;
    gap: 20px;
  }

  .brand__logo-img {
    width: 100px;
    height: 100px;
  }

  .primary-nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    max-height: 100vh !important;
    background: var(--volt-gradient-sky) !important;
    backdrop-filter: blur(40px);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 140px 20px 60px;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -12px 0 60px rgba(0, 0, 0, 0.5);
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    z-index: 9999999 !important;
    margin: 0 !important;
    box-sizing: border-box;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .primary-nav.is-open {
    transform: translateX(0) !important;
    padding-top: 128px;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }
  
  
  html.menu-open,
  body.menu-open {
    overflow: hidden !important;
    height: 100vh !important;
  }
  
  html.menu-open .site-header,
  body.menu-open .site-header {
    z-index: 1 !important;
    pointer-events: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
  
  html.menu-open .site-header .volt-container,
  body.menu-open .site-header .volt-container {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
  
  html.menu-open .site-header__inner,
  body.menu-open .site-header__inner {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
  
  html.menu-open .site-header__inner,
  body.menu-open .site-header__inner {
    z-index: 1 !important;
    pointer-events: none !important;
  }
  
  html.menu-open .site-header .nav-toggle,
  body.menu-open .site-header .nav-toggle {
    display: none !important;
  }
  
  html.menu-open .site-main,
  body.menu-open .site-main {
    z-index: 0 !important;
    pointer-events: none !important;
  }
  
  html.menu-open .site-wrapper,
  body.menu-open .site-wrapper {
    z-index: 0 !important;
  }
  
  html.menu-open .primary-nav,
  body.menu-open .primary-nav {
    pointer-events: auto !important;
  }

  .primary-nav::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
      radial-gradient(circle at 20% 30%, rgba(54, 176, 224, 0.3) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(62, 198, 243, 0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
  }

  .primary-nav.is-open::before {
    opacity: 1;
  }

  .primary-nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(19, 52, 114, 0.9) 0%, transparent 100%);
    pointer-events: none;
    z-index: 2;
  }

  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    margin: 0;
    width: 100%;
    min-height: 128px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000000 !important;
  }

  .mobile-menu-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-logo-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
  }

  .mobile-menu-logo-fallback {
    width: 100px;
    height: 100px;
    background: transparent;
    color: var(--volt-white);
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
  }

  .mobile-menu-close {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
  }

  .mobile-menu-close:hover {
    background: var(--volt-gradient-sky);
    border-color: transparent;
    transform: scale(1.05);
  }

  .mobile-menu-close span {
    width: 24px;
    height: 2.5px;
    background: var(--volt-white);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  .mobile-menu-close span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -1.25px;
  }

  .mobile-menu-close span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    width: 0;
  }

  .mobile-menu-close span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -1.25px;
  }

  .primary-nav > *:not(.mobile-menu-header) {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-menu-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }


  .primary-nav .menu-list {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: stretch;
    margin-top: 20px;
  }

  .primary-nav .menu-item {
    width: 100%;
    border: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    margin-bottom: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }


  .primary-nav .menu-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(8px) scale(1.02);
    border-color: rgba(54, 176, 224, 0.4);
    box-shadow: 0 8px 30px rgba(54, 176, 224, 0.3);
  }

  .primary-nav .menu-item > a,
  .primary-nav .menu-item {
    margin: 0;
    width: 100%;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  
  .primary-nav .menu-list a,
  .primary-nav .menu-item > a {
    font-size: 1.1rem !important;
    color: rgba(255, 255, 255, 0.98) !important;
    padding: 18px 24px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    text-decoration: none !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    font-family: "Manrope", "Poppins", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif !important;
  }


  .primary-nav .menu-item > a::after {
    content: '→';
    position: absolute;
    right: 28px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.2rem;
    color: var(--volt-blue-200);
  }

  .primary-nav   .primary-nav .menu-item:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }

  .primary-nav .menu-item:hover > a::before,
  .primary-nav .current-menu-item > a::before {
    height: 70%;
  }

  .primary-nav .menu-item:hover > a::after,
  .primary-nav .current-menu-item > a::after {
    opacity: 1;
    transform: translateX(0);
  }

  .primary-nav .menu-item > a:hover,
  .primary-nav .current-menu-item > a {
    color: var(--volt-white);
    padding-left: 36px;
    text-shadow: 0 2px 12px rgba(54, 176, 224, 0.5);
  }

  .primary-nav .menu-item-has-children > a::after {
    content: '';
    width: 24px;
    height: 24px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.9;
    flex-shrink: 0;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .primary-nav .menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  }

  .primary-nav .menu-item-has-children.mobile-submenu-open {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
  }

  .primary-nav .menu-item-has-children.mobile-submenu-open > a {
    color: var(--volt-white);
    padding-left: 28px;
  }

  .primary-nav .menu-item-has-children.mobile-submenu-open > a::after {
    transform: rotate(180deg);
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
  }

  .primary-nav .sub-menu {
    position: static;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 0;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: block;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .primary-nav .menu-item-has-children.mobile-submenu-open .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    padding: 12px;
    margin-top: 12px;
    transform: translateY(0);
  }

  .primary-nav .sub-menu::before {
    display: none;
  }

  .primary-nav .sub-menu li {
    border-bottom: none;
    background: transparent;
    margin-bottom: 8px;
    padding: 0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
  }

  .primary-nav .sub-menu li:last-child {
    margin-bottom: 0;
  }
  
  .primary-nav .sub-menu li a {
    padding: 16px 20px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .primary-nav .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateX(6px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    color: var(--volt-white);
  }

  .primary-nav .sub-menu li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--volt-blue-300), var(--volt-blue-400));
    border-radius: 0 4px 4px 0;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .primary-nav .sub-menu li a::after {
    content: '';
    width: 20px;
    height: 20px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transform: translateX(-4px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
  }

  .primary-nav .sub-menu li a:hover::before {
    transform: scaleY(1);
  }

  .primary-nav .sub-menu li a:hover::after {
    opacity: 1;
    transform: translateX(0);
  }

  .primary-nav .sub-menu li.current-menu-item > a,
  .primary-nav .sub-menu li.current-page-ancestor > a {
    color: var(--volt-white);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    font-weight: 600;
  }

  .primary-nav .sub-menu li.current-menu-item > a::before,
  .primary-nav .sub-menu li.current-page-ancestor > a::before {
    transform: scaleY(1);
  }

  .mobile-menu-phone {
    margin: 12px 0 0;
    text-align: center;
    padding: 0;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-phone-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.98);
    text-decoration: none;
    border-radius: 20px;
    font-size: 1.1rem;
    position: relative;
    font-weight: 600;
    font-family: "Manrope", "Poppins", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.3px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
  }

  .mobile-phone-link::after {
    content: '→';
    position: absolute;
    right: 28px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.2rem;
    color: var(--volt-blue-200);
  }

  .mobile-phone-link:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(8px) scale(1.02);
    border-color: rgba(54, 176, 224, 0.4);
    box-shadow: 0 8px 30px rgba(54, 176, 224, 0.3);
    color: var(--volt-white);
    padding-left: 36px;
    text-shadow: 0 2px 12px rgba(54, 176, 224, 0.5);
  }

  .mobile-phone-link:hover::after {
    opacity: 1;
    transform: translateX(0);
  }

  .mobile-phone-link svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-phone-link span {
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }


  .nav-toggle {
    display: flex;
  }
}

@media (max-width: 600px) {
  .site-header__inner {
    padding: 14px 0;
  }

  .brand__logo-img {
    width: 100px;
    height: 100px;
  }

  .nav-cta {
    padding: 10px 24px;
    font-size: 0.9rem;
  }

  .hero-slider-section {
    min-height: 85vh;
    margin-top: -60px;
    padding-top: 60px;
  }

  .hero-slider {
    min-height: 100vh;
    height: 100vh;
  }

  .hero-slide {
    min-height: 100vh;
    height: 100vh;
  }

  .site-header {
    padding-top: 16px;
  }

  .hero-slide-content {
    padding: 80px 20px 60px;
  }

  .hero-slide-inner h1 {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .hero__lead {
    font-size: 1.1rem;
  }

  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    width: 44px;
    height: 44px;
  }

  .hero-slider .swiper-button-next::after,
  .hero-slider .swiper-button-prev::after {
    font-size: 20px;
  }

  .stats {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 16px;
  }

  .stat {
    padding: 20px;
  }

  .stat strong {
    font-size: 1.5rem;
  }

  .hero {
    padding: 90px 0 60px;
  }

  .surface,
  .contact-form {
    padding: 28px;
  }

  .highlight {
    padding: 40px 24px;
  }
}

/* Gallery Styles */
.gallery-slider-wrapper {
  margin: 40px 0;
  padding: 20px 0;
}

.gallery-slider {
  padding: 20px 0 60px;
  overflow: hidden;
}

.gallery-slide {
  position: relative;
  border-radius: var(--volt-radius-lg);
  overflow: hidden;
  box-shadow: var(--volt-shadow-md);
  background: var(--volt-white);
  aspect-ratio: 16 / 9;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 24px;
  color: var(--volt-white);
}

.gallery-slide-caption p {
  margin: 0;
  font-weight: 500;
  font-size: 1.05rem;
}

.gallery-slider .swiper-button-next,
.gallery-slider .swiper-button-prev {
  color: var(--volt-white);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-slider .swiper-button-next:hover,
.gallery-slider .swiper-button-prev:hover {
  background: var(--volt-gradient-sky);
  border-color: transparent;
  color: var(--volt-white);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(54, 176, 224, 0.4);
}

.gallery-slider .swiper-button-next::after,
.gallery-slider .swiper-button-prev::after {
  font-size: 24px;
  font-weight: 700;
}

.gallery-slider .swiper-pagination {
  bottom: 30px !important;
}

.gallery-slider .swiper-pagination-bullet {
  background: var(--volt-white);
  opacity: 0.5;
  width: 12px;
  height: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
  border-radius: 6px;
  background: var(--volt-blue-200);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.gallery-item {
  position: relative;
  border-radius: var(--volt-radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--volt-shadow-sm);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.gallery-item[data-aos] {
  opacity: 1;
  animation: none;
}

.gallery-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

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

.gallery-item-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19, 52, 114, 0.9) 0%, rgba(47, 154, 205, 0.8) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(2px);
}

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

.gallery-item-icon {
  font-size: 2.5rem;
  color: var(--volt-white);
  transform: scale(0.7) rotate(-10deg);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.gallery-item:hover .gallery-item-icon {
  transform: scale(1.1) rotate(0deg);
}

/* Gallery Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.gallery-lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--volt-radius-md);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.gallery-lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 44px;
  height: 44px;
  background: var(--volt-white);
  color: var(--volt-navy-900);
  border: none;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1;
}

.gallery-lightbox-close:hover {
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .nav-cta {
    display: none !important;
  }

  .mobile-menu-phone {
    display: block !important;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
  }

  .gallery-slider .swiper-button-next,
  .gallery-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .gallery-lightbox-content {
    padding: 20px;
  }

  .gallery-lightbox-close {
    top: -40px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .brands-section {
    padding: 60px 0;
  }
  

  .brand-item {
    min-width: 140px;
    height: 120px;
    padding: 12px 16px;
  }

  .brand-item img {
    max-height: 90px;
  }

  .brand-item img {
    max-height: 100px;
  }

  .testimonial-section {
    padding: 60px 0;
  }

  .testimonial-header {
    margin-bottom: 40px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .testimonial-card {
    padding: 24px;
  }

  .about-section {
    padding: 60px 0;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-card {
    padding: 20px;
  }

  .about-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .about-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .products-section {
    padding: 60px 0;
  }

  .products-header {
    margin-bottom: 40px;
  }

  .products-slider {
    padding: 20px  !important;
  }

  .products-slider .swiper-button-next,
  .products-slider .swiper-button-prev {
    width: 36px;
    height: 36px;
    display: none;
  }

  .products-slider .swiper-button-next::after,
  .products-slider .swiper-button-prev::after {
    font-size: 14px;
  }

  .products-slider .swiper-pagination {
    bottom: 10px;
  }

  .products-section {
    padding: 60px 0;
  }

  .products-header {
    margin-bottom: 40px;
  }

  .products-header h2 {
    font-size: 1.75rem;
  }

  .products-header p {
    font-size: 0.95rem;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
  }

  .product-card__content {
    padding: 16px;
  }

  .product-card__title {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .product-card__price {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }

  .product-card__stock {
    font-size: 0.8rem;
    padding: 3px 8px;
  }

  .portfolio-section {
    padding: 60px 0;
  }

  .portfolio-header {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }

  .portfolio-header__left h2 {
    font-size: 1.75rem;
  }

  .portfolio-header__right p {
    font-size: 0.95rem;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .portfolio-card__image {
    min-height: 400px;
  }

  .portfolio-card__image img {
    min-height: 400px;
  }

  .portfolio-card__content {
    padding: 20px;
  }

  .portfolio-card__content h3 {
    font-size: 1.5rem;
  }

  .portfolio-card__hover-content p {
    font-size: 0.9rem;
    margin-bottom: 16px;
  }

  .btn-white {
    font-size: 0.9rem;
    padding: 10px 20px;
  }

  .about-section {
    padding: 60px 0;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-image {
    min-height: 400px;
  }

  .about-images-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
  }

  .about-image-item {
    min-height: 300px;
  }

  .about-layout-header {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }

  .about-main-title {
    font-size: 1.75rem;
  }

  .about-community-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .about-community-images {
    gap: -8px;
  }

  .community-avatar {
    width: 50px;
    height: 50px;
    margin-left: -10px;
  }

  .community-avatar-plus {
    font-size: 1.2rem;
  }

  .about-community-text {
    font-size: 1.1rem;
  }

  .about-content h2 {
    font-size: 1.75rem;
  }

  .about-content > p {
    font-size: 0.95rem;
  }

  .about-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-card {
    padding: 18px;
  }

  .about-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .about-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .about-card p {
    font-size: 0.9rem;
  }

  .about-solutions-section {
    padding: 60px 0;
  }

  .about-solutions-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-solutions-title {
    font-size: 1.75rem;
  }

  .tab-button {
    padding: 14px 16px;
  }

  .tab-button h6 {
    font-size: 1rem;
  }

  .tab-pane {
    padding: 16px 0;
  }

  .tab-pane p {
    font-size: 0.95rem;
  }

  .icon-box-item {
    padding: 24px;
    gap: 20px;
  }

  .icon-box-icon {
    width: 56px;
    height: 56px;
  }

  .icon-box-icon svg {
    width: 28px;
    height: 28px;
  }

  .icon-box-content h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .icon-box-content p {
    font-size: 0.95rem;
  }

  .about-solutions-right {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .icon-box-grid {
    gap: 16px;
  }

  .testimonial-header h2 {
    font-size: 1.75rem;
  }

  .testimonial-header p {
    font-size: 0.95rem;
  }

  .testimonial-text p {
    font-size: 0.95rem;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq-header {
    position: static;
  }

  .faq-header h2 {
    font-size: 1.75rem;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-question span:first-child {
    font-size: 1rem;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
  }

  .faq-icon svg {
    width: 18px;
    height: 18px;
  }

  .faq-item.active .faq-answer {
    padding: 0 20px 20px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-answer p {
    font-size: 0.95rem;
  }

  .page-hero {
    height: 50vh;
    min-height: 300px;
  }

  .page-hero-content {
    padding: 0 16px;
  }

  .page-hero h1 {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .page-hero p {
    font-size: 1rem;
  }
}

/* Hide Archives and Categories widgets */
.widget_archive,
.widget_categories {
  display: none !important;
}

/* Products Filter Section */
.products-filter-section {
  padding: 80px 0;
}

.products-filter-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

.products-filter-sidebar {
  position: sticky;
  top: 120px;
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  padding: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(23, 67, 126, 0.08);
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  transition: box-shadow 0.3s ease;
}

.products-filter-sidebar:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(23, 67, 126, 0.1);
}

.filter-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--volt-navy-900);
}

.filter-clear-btn {
  background: transparent;
  border: none;
  color: var(--volt-blue-600);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.filter-clear-btn:hover {
  background: rgba(23, 67, 126, 0.08);
  color: var(--volt-navy-900);
}

.filter-group {
  margin-bottom: 24px;
}

.filter-group:last-child {
  margin-bottom: 0;
}

.filter-group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--volt-navy-900);
  cursor: pointer;
  user-select: none;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.filter-group-title:hover {
  color: var(--volt-navy-900);
}

.filter-toggle {
  font-size: 0.75rem;
  color: var(--volt-slate-600);
  transition: transform 0.3s ease;
}

.filter-group.active .filter-toggle {
  transform: rotate(180deg);
}

.filter-group-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-group.active .filter-group-content {
  max-height: 2000px;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-sublist {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 24px;
  border-left: 2px solid rgba(47, 154, 205, 0.2);
  padding-left: 16px;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Single Product Back Button */
.single-product-back-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  color: var(--volt-navy-900);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 10;
}

.single-product-back-btn:hover {
  background: var(--volt-white);
  transform: translateX(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: var(--volt-blue-600);
}

.single-product-hero .volt-container {
  position: relative;
}

@media (max-width: 768px) {
  .single-product-back-btn {
    top: 10px;
    left: 10px;
    padding: 10px 16px;
    font-size: 0.9rem;
  }
  
  .single-product-back-btn span {
    display: none;
  }
}

.filter-item {
  margin-bottom: 8px;
}

.filter-item:last-child {
  margin-bottom: 0;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  user-select: none;
}

.filter-checkbox:hover {
  background: transparent;
}

.filter-input {
  display: none;
}

.filter-checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(23, 67, 126, 0.3);
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
  background: var(--volt-white);
}

.filter-input:checked + .filter-checkbox-custom {
  background: var(--volt-navy-900);
  border-color: var(--volt-navy-900);
}

.filter-input:checked + .filter-checkbox-custom::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--volt-white);
  font-size: 12px;
  font-weight: 700;
}

.filter-label-text {
  flex: 1;
  font-size: 0.95rem;
  color: var(--volt-navy-900);
  transition: color 0.2s ease;
}

.filter-input:checked ~ .filter-label-text {
  color: var(--volt-navy-900);
  font-weight: 600;
}

.filter-count {
  font-size: 0.85rem;
  color: var(--volt-slate-500);
  margin-left: auto;
}

.products-content {
  flex: 1;
}

.products-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 67, 126, 0.1);
}

.products-results {
  font-size: 0.95rem;
  color: var(--volt-slate-600);
}

.products-sort {
  display: flex;
  align-items: center;
  gap: 12px;
}

.products-sort label {
  font-size: 0.95rem;
  color: var(--volt-slate-600);
  font-weight: 500;
}

.products-sort-select {
  padding: 8px 16px;
  border: 1px solid rgba(23, 67, 126, 0.2);
  border-radius: 8px;
  background: var(--volt-white);
  color: var(--volt-navy-900);
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.products-sort-select:hover {
  border-color: var(--volt-blue-500);
}

.products-sort-select:focus {
  outline: none;
  border-color: var(--volt-blue-500);
  box-shadow: 0 0 0 3px rgba(47, 154, 205, 0.1);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.product-card {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.product-card.hidden {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}

.product-card.fade-in {
  animation: fadeInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

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

.products-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.pagination-ellipsis {
  padding: 10px 8px;
  color: var(--volt-slate-600);
  font-size: 0.95rem;
}

.pagination-btn {
  padding: 10px 16px;
  border: 1px solid rgba(23, 67, 126, 0.2);
  border-radius: 8px;
  background: var(--volt-white);
  color: var(--volt-navy-900);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pagination-btn:hover:not(:disabled) {
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  border-color: transparent;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-btn.active {
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  border-color: transparent;
}

.products-loading {
  text-align: center;
  padding: 60px 20px;
  color: var(--volt-slate-600);
}

.products-loading::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(47, 154, 205, 0.2);
  border-top-color: var(--volt-blue-500);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 12px;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 960px) {
  .products-filter-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .products-filter-sidebar {
    position: static;
    max-height: none;
  }

  .filter-group-content {
    max-height: none !important;
  }

  .products-header-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

/* Categories Hero Section */
.categories-hero-section {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--volt-white) 0%, var(--volt-slate-100) 100%);
}

.categories-hero-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.categories-hero-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 20px 0;
  color: var(--volt-navy-900);
  line-height: 1.2;
}

.categories-hero-header p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--volt-slate-600);
  margin: 0;
}

@media (max-width: 768px) {
  .free-installation-benefit {
    padding: 20px !important;
  }
  
  .free-installation-benefit p {
    font-size: 1rem !important;
  }
  
  .free-installation-benefit strong {
    font-size: 1.1rem !important;
  }
}

.categories-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.category-hero-card {
  position: relative;
  border-radius: var(--volt-radius-lg);
  overflow: hidden;
  min-height: 400px;
  background: var(--volt-white);
  box-shadow: var(--volt-shadow-md);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-hero-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--volt-shadow-lg);
}

.category-hero-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.category-hero-card__image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--volt-slate-100);
}

.category-hero-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-hero-card:hover .category-hero-card__image img {
  transform: scale(1.15);
}

.category-hero-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(19, 52, 114, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.category-hero-card:hover .category-hero-card__overlay {
  opacity: 1;
}

.category-hero-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--volt-slate-400);
  background: var(--volt-slate-100);
}

.category-hero-card__content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--volt-white);
  position: relative;
}

.category-hero-card__title {
  margin: 0 0 12px 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  line-height: 1.2;
  transition: color 0.3s ease;
}

.category-hero-card:hover .category-hero-card__title {
  color: var(--volt-blue-600);
}

.category-hero-card__count {
  display: inline-block;
  font-size: 0.95rem;
  color: var(--volt-slate-600);
  margin-bottom: 16px;
}

.category-hero-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: auto;
}

.category-hero-card:hover .category-hero-card__arrow {
  transform: translateX(8px) scale(1.1);
  box-shadow: 0 8px 24px rgba(47, 154, 205, 0.4);
}

.category-hero-card__arrow svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .categories-hero-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .category-hero-card {
    min-height: 350px;
  }
  
  .category-hero-card__image {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .categories-hero-section {
    padding: 60px 0;
  }
  
  .categories-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .category-hero-card {
    min-height: 320px;
  }
  
  .category-hero-card__image {
    height: 200px;
  }
  
  .category-hero-card__content {
    padding: 24px;
  }
  
  .category-hero-card__title {
    font-size: 1.5rem;
  }
}

/* Main Categories Section (Prodaja page) */
.main-categories-section {
  padding: 80px 0;
}

.main-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.main-category-card {
  position: relative;
  border-radius: var(--volt-radius-lg);
  overflow: hidden;
  min-height: 400px;
  background: var(--volt-white);
  box-shadow: var(--volt-shadow-md);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.main-category-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--volt-shadow-lg);
}

.main-category-card__image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--volt-slate-100);
}

.main-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-category-card:hover .main-category-card__image img {
  transform: scale(1.15);
}

.main-category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(19, 52, 114, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.main-category-card:hover .main-category-card__overlay {
  opacity: 1;
}

.main-category-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--volt-slate-400);
  background: var(--volt-slate-100);
}

.main-category-card__content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--volt-white);
  position: relative;
}

.main-category-card__title {
  margin: 0 0 12px 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  line-height: 1.2;
  transition: color 0.3s ease;
}

.main-category-card:hover .main-category-card__title {
  color: var(--volt-blue-600);
}

.main-category-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: auto;
}

.main-category-card:hover .main-category-card__arrow {
  transform: translateX(8px) scale(1.1);
  box-shadow: 0 8px 24px rgba(47, 154, 205, 0.4);
}

.main-category-card__arrow svg {
  width: 20px;
  height: 20px;
}

.main-category-card__count {
  display: inline-block;
  font-size: 0.95rem;
  color: var(--volt-slate-600);
  margin-bottom: 16px;
}

/* Subcategories Section */
.subcategories-section {
  padding: 60px 0;
}

.subcategories-header {
  margin-bottom: 40px;
}

.subcategories-header .section__heading {
  margin-top: 24px;
}

.subcategories-back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--volt-white);
  border: 2px solid var(--volt-blue-500);
  border-radius: var(--volt-radius-md);
  color: var(--volt-blue-500);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subcategories-back-btn:hover {
  background: var(--volt-blue-500);
  color: var(--volt-white);
  transform: translateX(-4px);
}

.subcategories-header .section__heading h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--volt-navy-900);
}

.subcategories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.subcategory-card {
  position: relative;
  border-radius: var(--volt-radius-lg);
  overflow: hidden;
  min-height: 350px;
  background: var(--volt-white);
  box-shadow: var(--volt-shadow-md);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.subcategory-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--volt-shadow-lg);
}

.subcategory-card__image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: var(--volt-slate-100);
}

.subcategory-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.subcategory-card:hover .subcategory-card__image img {
  transform: scale(1.15);
}

.subcategory-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(19, 52, 114, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.subcategory-card:hover .subcategory-card__overlay {
  opacity: 1;
}

.subcategory-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--volt-slate-400);
  background: var(--volt-slate-100);
}

.subcategory-card__content {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--volt-white);
  position: relative;
}

.subcategory-card__title {
  margin: 0 0 12px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  line-height: 1.2;
  transition: color 0.3s ease;
}

.subcategory-card:hover .subcategory-card__title {
  color: var(--volt-blue-600);
}

.subcategory-card__count {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--volt-slate-600);
  margin-bottom: 16px;
}

.subcategory-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--volt-blue-500);
  color: var(--volt-white);
  margin-top: auto;
  transition: all 0.3s ease;
}

.subcategory-card:hover .subcategory-card__arrow {
  background: var(--volt-blue-600);
  transform: translateX(4px);
}

.subcategory-card__arrow svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .main-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .main-category-card {
    min-height: 350px;
  }
  
  .main-category-card__image {
    height: 240px;
  }

  .subcategories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .main-categories-section {
    padding: 60px 0;
  }
  
  .main-categories-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .main-category-card {
    min-height: 320px;
  }
  
  .main-category-card__image {
    height: 200px;
  }
  
  .main-category-card__content {
    padding: 24px;
  }
  
  .main-category-card__title {
    font-size: 1.5rem;
  }

  .subcategories-section {
    padding: 40px 0;
  }

  .subcategories-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .subcategories-header h3 {
    font-size: 1.75rem;
  }

  .subcategories-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .subcategory-card {
    min-height: 300px;
  }

  .subcategory-card__image {
    height: 200px;
  }

  .subcategory-card__content {
    padding: 24px;
  }

  .subcategory-card__title {
    font-size: 1.3rem;
  }
}

/* Feature Cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.feature-card {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  padding: 32px;
  text-align: center;
  box-shadow: var(--volt-shadow-sm);
  border: 1px solid rgba(23, 67, 126, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--volt-gradient-sky);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--volt-shadow-lg);
  border-color: rgba(47, 154, 205, 0.3);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: linear-gradient(135deg, rgba(47, 154, 205, 0.1) 0%, rgba(54, 176, 224, 0.1) 100%);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover .feature-icon {
  background: var(--volt-gradient-sky);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 24px rgba(47, 154, 205, 0.3);
}

.feature-card h3 {
  margin: 0 0 12px 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--volt-navy-900);
}

.feature-card p {
  margin: 0;
  color: var(--volt-slate-600);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Why Choose Section - Redesigned */
.why-choose-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.why-choose-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(47, 154, 205, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(23, 67, 126, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.why-choose-wrapper {
  position: relative;
  z-index: 1;
}

.why-choose-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px;
}

.why-choose-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(47, 154, 205, 0.1) 0%, rgba(23, 67, 126, 0.1) 100%);
  border: 1px solid rgba(47, 154, 205, 0.2);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--volt-blue-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.why-choose-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--volt-navy-900);
  margin: 0 0 24px 0;
  line-height: 1.2;
  background: linear-gradient(135deg, var(--volt-navy-900) 0%, var(--volt-blue-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.why-choose-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--volt-slate-600);
  margin: 0;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 48px;
}

.why-choose-card {
  background: var(--volt-white);
  border-radius: 24px;
  padding: 40px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(23, 67, 126, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.why-choose-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--volt-blue-400) 0%, var(--volt-blue-500) 50%, var(--volt-blue-400) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(47, 154, 205, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(47, 154, 205, 0.2);
  border-color: rgba(47, 154, 205, 0.3);
}

.why-choose-card:hover::before {
  transform: scaleX(1);
}

.why-choose-card:hover::after {
  opacity: 1;
}

.why-choose-card__icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(47, 154, 205, 0.1) 0%, rgba(23, 67, 126, 0.1) 100%);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.why-choose-card:hover .why-choose-card__icon-wrapper {
  background: linear-gradient(135deg, var(--volt-blue-400) 0%, var(--volt-blue-500) 100%);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 32px rgba(47, 154, 205, 0.3);
}

.why-choose-card__icon {
  color: var(--volt-blue-500);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose-card:hover .why-choose-card__icon {
  color: var(--volt-white);
  transform: scale(1.1);
}

.why-choose-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin: 0 0 16px 0;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.why-choose-card__text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--volt-slate-600);
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .why-choose-section {
    padding: 80px 0;
  }

  .why-choose-header {
    margin-bottom: 48px;
  }

  .why-choose-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }

  .why-choose-card {
    padding: 32px 24px;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0;
  }

  .why-choose-header {
    margin-bottom: 40px;
  }

  .why-choose-title {
    font-size: 2rem;
  }

  .why-choose-description {
    font-size: 1rem;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }

  .why-choose-card {
    padding: 28px 20px;
  }

  .why-choose-card__icon-wrapper {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .why-choose-card__icon {
    width: 28px;
    height: 28px;
  }

  .why-choose-card__title {
    font-size: 1.25rem;
  }

  .why-choose-card__text {
    font-size: 0.95rem;
  }
}

/* Product Gallery - Main Image Container */
.woocommerce-product-gallery__main {
  flex: 1 !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--volt-radius-md) !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  max-width: 600px !important;
  background: #f8f9fa !important;
}

.woocommerce-product-gallery__main .woocommerce-product-gallery__image {
  display: none !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  visibility: hidden !important;
}

.woocommerce-product-gallery__main .woocommerce-product-gallery__image.active {
  display: flex !important;
  opacity: 1 !important;
  position: relative !important;
  visibility: visible !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Hide all non-active images completely */
.woocommerce-product-gallery__main .woocommerce-product-gallery__image:not(.active) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.woocommerce-product-gallery__main .woocommerce-product-gallery__image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  border-radius: var(--volt-radius-md) !important;
  margin: 0 auto !important;
}

/* Thumbnails - Below Main Image on Desktop */
.woocommerce-product-gallery__thumbnails {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  width: 100% !important;
  flex-shrink: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 5px !important;
  list-style: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  order: 1 !important;
}

.woocommerce-product-gallery__thumbnails::-webkit-scrollbar {
  width: 4px !important;
}

.woocommerce-product-gallery__thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 2px !important;
}

.woocommerce-product-gallery__thumbnails::-webkit-scrollbar-thumb {
  background: var(--volt-blue-500) !important;
  border-radius: 2px !important;
}

.woocommerce-product-gallery__thumbnails li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100px !important;
  height: 100px !important;
  cursor: pointer !important;
  border-radius: var(--volt-radius-sm) !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  transition: all 0.3s ease !important;
  opacity: 0.6 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f8f9fa !important;
  flex-shrink: 0 !important;
}

.woocommerce-product-gallery__thumbnails li:hover,
.woocommerce-product-gallery__thumbnails li.active {
  opacity: 1 !important;
  border-color: var(--volt-blue-500) !important;
  transform: scale(1.05) !important;
}

.woocommerce-product-gallery__thumbnails li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  pointer-events: none !important;
}

.woocommerce-product-gallery__thumbnails li a {
  display: block !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Responsive - Thumbnails Below on Mobile */
@media (max-width: 768px) {
  .woocommerce-product-gallery__thumbnails li {
    width: 80px !important;
    height: 80px !important;
  }
  
  .woocommerce-product-gallery__main {
    aspect-ratio: 1 / 1 !important;
    max-width: 100% !important;
  }
}

/* Checkout Page Styles */
.woocommerce-checkout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.woocommerce-checkout #customer_details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  background: var(--volt-white);
  padding: 32px;
  border-radius: var(--volt-radius-lg);
  box-shadow: var(--volt-shadow-sm);
  border: 1px solid rgba(23, 67, 126, 0.08);
}

.woocommerce-checkout h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(54, 176, 224, 0.2);
}

.woocommerce-checkout .form-row {
  margin-bottom: 20px;
}

.woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--volt-navy-900);
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(23, 67, 126, 0.15);
  border-radius: var(--volt-radius-sm);
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
  outline: none;
  border-color: var(--volt-blue-500);
  box-shadow: 0 0 0 3px rgba(54, 176, 224, 0.1);
}

.woocommerce-checkout #order_review {
  background: var(--volt-white);
  padding: 32px;
  border-radius: var(--volt-radius-lg);
  box-shadow: var(--volt-shadow-sm);
  border: 1px solid rgba(23, 67, 126, 0.08);
}

.woocommerce-checkout .woocommerce-checkout-payment {
  margin-top: 24px;
}

.woocommerce-checkout .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.woocommerce-checkout .wc_payment_methods li {
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(54, 176, 224, 0.05);
  border-radius: var(--volt-radius-sm);
  border: 2px solid rgba(54, 176, 224, 0.2);
}

.woocommerce-checkout .wc_payment_methods li.wc_payment_method_cod,
.woocommerce-checkout .wc_payment_methods li.wc_payment_method_bacs {
  border-color: var(--volt-blue-500);
}

.woocommerce-checkout .wc_payment_methods label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 600;
  color: var(--volt-navy-900);
}

.woocommerce-checkout .wc_payment_methods input[type="radio"] {
  width: auto;
  margin: 0;
}

.woocommerce-checkout #place_order {
  width: 100%;
  padding: 16px 32px;
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  border: none;
  border-radius: var(--volt-radius-sm);
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(47, 154, 205, 0.3);
}

.woocommerce-checkout #place_order:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 154, 205, 0.4);
}

.volt-payment-info {
  margin-top: 24px;
  padding: 20px;
  background: rgba(54, 176, 224, 0.05);
  border-radius: 12px;
  border-left: 4px solid var(--volt-blue-500);
}

.volt-payment-info p {
  margin: 0 0 12px 0;
  color: var(--volt-navy-900);
  font-weight: 600;
  font-size: 1rem;
}

.volt-payment-info p:last-child {
  margin-bottom: 0;
}

.volt-payment-info a {
  color: var(--volt-blue-500);
  text-decoration: underline;
}

.volt-payment-info a:hover {
  color: var(--volt-blue-400);
}

/* Cart Page Styles */
.woocommerce-cart {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Ensure footer is full width on cart and checkout pages */
body.woocommerce-cart .site-footer,
body.woocommerce-checkout .site-footer {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.woocommerce-cart .site-footer .volt-container,
body.woocommerce-checkout .site-footer .volt-container {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-wrapper-single {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: visible;
  min-height: 100vh;
}

.cart-content-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100vh;
}

.cart-products-section {
  flex: 1;
  padding: 40px;
  border-bottom: 2px solid rgba(54, 176, 224, 0.1);
}

.cart-totals-table-wrapper {
  margin-bottom: 0;
  padding: 0;
}

.cart-totals-table-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(54, 176, 224, 0.2);
}

.cart-total-only {
  text-align: right;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--volt-navy-900);
  padding: 24px 0;
  margin-bottom: 0;
}

.cart-total-only .woocommerce-Price-amount {
  color: var(--volt-blue-500);
  font-size: 2.2rem;
}

.cart-totals-table-wrapper table {
  width: 100%;
  margin-bottom: 0;
}

.cart-collaterals {
  padding: 40px;
  background: rgba(54, 176, 224, 0.02);
  display: flex;
  flex-direction: column;
}

.cart-order-form-wrapper {
  padding: 0;
  margin-top: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
  width: 100%;
}

@media (min-width: 992px) {
  .cart-content-grid {
    flex-direction: row;
    gap: 0;
  }

  .cart-products-section {
    flex: 1.5;
    min-width: 0;
    padding: 40px;
    border-bottom: none;
    border-right: 2px solid rgba(54, 176, 224, 0.1);
  }

  .cart-collaterals {
    flex: 1;
    min-width: 0;
    padding: 40px;
    position: sticky;
    top: 120px;
    align-self: flex-start;
    max-height: none;
    overflow-y: visible;
  }
}

.woocommerce-cart-form {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  overflow: visible;
}

.cart-table-wrapper {
  overflow-x: auto;
  padding: 0;
}

.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
  background: transparent;
}

.woocommerce-cart table.shop_table thead {
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.1) 0%, rgba(19, 52, 114, 0.05) 100%);
}

.woocommerce-cart table.shop_table thead th {
  padding: 24px 20px;
  text-align: left;
  font-weight: 700;
  color: var(--volt-navy-900);
  border-bottom: 2px solid rgba(54, 176, 224, 0.3);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}

.woocommerce-cart table.shop_table tbody tr {
  transition: all 0.3s ease;
  background: var(--volt-white);
}

.woocommerce-cart table.shop_table tbody tr:hover {
  background: rgba(54, 176, 224, 0.05);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(54, 176, 224, 0.1);
}

.woocommerce-cart table.shop_table tbody td {
  padding: 28px 20px;
  border-bottom: 1px solid rgba(23, 67, 126, 0.08);
  vertical-align: middle;
  background: var(--volt-white);
}

.woocommerce-cart table.shop_table .product-remove a {
  color: var(--volt-red-500);
  font-size: 1.8rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.1);
  font-weight: 300;
  line-height: 1;
}

.woocommerce-cart table.shop_table .product-remove a:hover {
  color: var(--volt-white);
  background: var(--volt-red-500);
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.woocommerce-cart table.shop_table .product-thumbnail {
  width: 100px;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--volt-radius-md);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  border: 2px solid rgba(54, 176, 224, 0.1);
}

.woocommerce-cart table.shop_table .product-thumbnail a:hover img {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 8px 24px rgba(54, 176, 224, 0.2);
  border-color: var(--volt-blue-500);
}

.woocommerce-cart table.shop_table .product-name {
  font-weight: 600;
  color: var(--volt-navy-900);
  font-size: 1.1rem;
  line-height: 1.5;
}

.woocommerce-cart table.shop_table .product-name a {
  color: var(--volt-navy-900);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.woocommerce-cart table.shop_table .product-name a:hover {
  color: var(--volt-blue-500);
  transform: translateX(4px);
}

.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal {
  font-weight: 700;
  color: var(--volt-blue-500);
  font-size: 1.2rem;
}

.woocommerce-cart table.shop_table .product-subtotal {
  font-size: 1.3rem;
  color: var(--volt-navy-900);
}

.woocommerce-cart .cart-collaterals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 992px) {
  .cart-wrapper {
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
  }

  .woocommerce-cart-form {
    grid-column: 1;
  }

  .woocommerce-cart .cart-collaterals {
    grid-column: 2;
    position: sticky;
    top: 120px;
  }
}

.woocommerce-cart .cart_totals {
  background: var(--volt-white);
  padding: 32px;
  border-radius: var(--volt-radius-lg);
  box-shadow: var(--volt-shadow-md);
  border: 1px solid rgba(23, 67, 126, 0.08);
}

.woocommerce-cart .cart_totals h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(54, 176, 224, 0.2);
}

.woocommerce-cart .cart_totals table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 67, 126, 0.1);
  transition: all 0.3s ease;
}

.woocommerce-cart .cart_totals table tr:hover th,
.woocommerce-cart .cart_totals table tr:hover td {
  background: rgba(54, 176, 224, 0.02);
}

.woocommerce-cart .cart_totals table th {
  font-weight: 600;
  color: var(--volt-navy-900);
  text-align: left;
  font-size: 1rem;
}

.woocommerce-cart .cart_totals table td {
  font-weight: 600;
  color: var(--volt-blue-500);
  text-align: right;
  font-size: 1.05rem;
}

.woocommerce-cart .cart_totals table td {
  text-align: right;
  font-weight: 700;
  color: var(--volt-blue-500);
  font-size: 1.1rem;
}

.woocommerce-cart .cart_totals table .order-total th,
.woocommerce-cart .cart_totals table .order-total td {
  font-size: 1.5rem;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 3px solid rgba(54, 176, 224, 0.3);
  border-bottom: none;
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.05) 0%, rgba(19, 52, 114, 0.02) 100%);
  font-weight: 800;
}

.woocommerce-cart .cart_totals table .order-total td {
  color: var(--volt-navy-900);
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 24px;
}

/* Removed checkout button styles - using only order form */

/* Cart Empty Button */
.cart-empty .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 154, 205, 0.4);
}

/* Cart Page Section */
body.woocommerce-cart .cart-page-section {
  background: var(--volt-gradient-sky) !important;
  min-height: 100vh;
  padding: 120px 0 80px;
  position: relative;
}

body.woocommerce-cart .cart-page-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}

body.woocommerce-cart .cart-page-section .volt-container {
  position: relative;
  z-index: 1;
}

body.woocommerce-cart .cart-page-section h1 {
  color: var(--volt-white) !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 50px;
  text-align: center;
}

body.woocommerce-cart .woocommerce-cart-form {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    border: none;
    backdrop-filter: none;
  }
}

body.woocommerce-cart .cart_totals {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

body.woocommerce-cart .cart_totals h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--volt-blue-500);
  position: relative;
}

body.woocommerce-cart .cart_totals h2::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--volt-gradient-sky);
  border-radius: 2px;
}

/* Order Modal Styles */
.order-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.order-modal-content {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  padding: 40px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.order-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--volt-navy-900);
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.order-modal-close:hover {
  background: rgba(23, 67, 126, 0.1);
  color: var(--volt-red-500);
}

.order-direct-btn {
  width: 100%;
  margin-top: 20px;
  padding: 18px 32px;
  background: var(--volt-gradient-sky);
  color: var(--volt-white);
  border: none;
  border-radius: var(--volt-radius-md);
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(47, 154, 205, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.order-direct-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

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

.order-direct-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(47, 154, 205, 0.5);
}

.order-direct-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(47, 154, 205, 0.4);
}

.order-direct-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Cart Order Form Styles */
.cart-order-form-wrapper {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(54, 176, 224, 0.2);
}

.cart-order-form-wrapper h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--volt-navy-900);
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(54, 176, 224, 0.2);
  position: relative;
}

.cart-order-form-wrapper h3::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--volt-gradient-sky);
  border-radius: 2px;
}

#cart-order-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#cart-order-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--volt-navy-900);
  font-size: 0.95rem;
}

#cart-order-form input,
#cart-order-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid rgba(23, 67, 126, 0.15);
  border-radius: var(--volt-radius-sm);
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
  background: var(--volt-white);
}

#cart-order-form input:focus,
#cart-order-form textarea:focus {
  outline: none;
  border-color: var(--volt-blue-500);
  box-shadow: 0 0 0 4px rgba(54, 176, 224, 0.15);
  transform: translateY(-1px);
}

#cart-order-form textarea {
  resize: vertical;
  min-height: 80px;
}

#cart-order-message {
  padding: 16px;
  border-radius: var(--volt-radius-sm);
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .order-modal-content {
    padding: 30px 20px;
    width: 95%;
  }

  .cart-hero-section h1 {
    font-size: 2.5rem !important;
  }
}

/* Cart Table Responsive Improvements */
@media (max-width: 768px) {
  .woocommerce-cart table.shop_table tbody tr {
    position: relative;
  }
}

.cart-actions-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
  background: transparent;
  margin-top: 30px;
  border-top: 2px solid rgba(54, 176, 224, 0.1);
}

.woocommerce-cart .actions {
  padding: 0;
}

.woocommerce-cart .actions .coupon {
  display: flex;
  gap: 12px;
  flex: 1;
  min-width: 300px;
}

.woocommerce-cart .actions .coupon input {
  flex: 1;
  padding: 16px 20px;
  border: 2px solid rgba(23, 67, 126, 0.15);
  border-radius: var(--volt-radius-md);
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--volt-white);
}

.woocommerce-cart .actions .coupon input:focus {
  outline: none;
  border-color: var(--volt-blue-500);
  box-shadow: 0 0 0 4px rgba(54, 176, 224, 0.15);
  transform: translateY(-1px);
}

.woocommerce-cart .actions .coupon button {
  padding: 16px 32px;
  background: var(--volt-blue-500);
  color: var(--volt-white);
  border: none;
  border-radius: var(--volt-radius-md);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(54, 176, 224, 0.3);
}

.woocommerce-cart .actions .coupon button:hover {
  background: var(--volt-blue-600);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 176, 224, 0.4);
}

.update-cart-btn {
  padding: 14px 32px;
  background: var(--volt-white);
  color: var(--volt-navy-900);
  border: 2px solid rgba(23, 67, 126, 0.2);
  border-radius: var(--volt-radius-md);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.update-cart-btn:hover {
  border-color: var(--volt-blue-500);
  color: var(--volt-white);
  background: var(--volt-blue-500);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(54, 176, 224, 0.3);
}

/* Cart Empty State */
.cart-empty {
  background: var(--volt-white);
  border-radius: var(--volt-radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 80px 40px;
  max-width: 600px;
  margin: 0 auto;
}

.cart-empty h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--volt-navy-900);
  margin-bottom: 20px;
}

.cart-empty p {
  font-size: 1.15rem;
  color: var(--volt-slate-600);
  line-height: 1.8;
}

.cart-empty .btn {
  margin-top: 30px;
  padding: 18px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: var(--volt-radius-md);
  box-shadow: 0 6px 20px rgba(47, 154, 205, 0.35);
  transition: all 0.3s ease;
}

.cart-empty .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(47, 154, 205, 0.5);
}

/* Cart Quantity Input */
.woocommerce-cart table.shop_table .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-cart table.shop_table .quantity input[type="number"] {
  width: 90px;
  padding: 12px;
  border: 2px solid rgba(23, 67, 126, 0.15);
  border-radius: var(--volt-radius-sm);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  background: var(--volt-white);
}

.woocommerce-cart table.shop_table .quantity input[type="number"]:focus {
  outline: none;
  border-color: var(--volt-blue-500);
  box-shadow: 0 0 0 4px rgba(54, 176, 224, 0.15);
  transform: scale(1.05);
}

.woocommerce-cart table.shop_table .quantity .qty {
  width: 90px;
}

.woocommerce-cart table.shop_table .quantity button {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(23, 67, 126, 0.15);
  background: var(--volt-white);
  border-radius: var(--volt-radius-sm);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--volt-navy-900);
}

.woocommerce-cart table.shop_table .quantity button:hover {
  border-color: var(--volt-blue-500);
  background: var(--volt-blue-500);
  color: var(--volt-white);
  transform: scale(1.1);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .cart-wrapper {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .cart-collaterals {
    position: static;
  }
}

@media (max-width: 768px) {
  body.woocommerce-cart .cart-page-section {
    padding: 100px 0 60px;
  }

  body.woocommerce-cart .cart-page-section h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .woocommerce-checkout #customer_details {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart-form {
    padding: 30px 20px;
  }

  body.woocommerce-cart .cart_totals {
    padding: 30px 20px;
  }

  .woocommerce-cart table.shop_table {
    font-size: 0.9rem;
  }

  .woocommerce-cart table.shop_table thead {
    display: none;
  }

  .woocommerce-cart table.shop_table tbody tr {
    display: block;
    margin-bottom: 24px;
    padding: 20px;
    background: var(--volt-white);
    border: 1px solid rgba(23, 67, 126, 0.1);
    border-radius: var(--volt-radius-md);
    box-shadow: var(--volt-shadow-sm);
  }

  .woocommerce-cart table.shop_table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(23, 67, 126, 0.1);
    text-align: right;
  }

  .woocommerce-cart table.shop_table tbody td:before {
    content: attr(data-title);
    font-weight: 600;
    color: var(--volt-navy-900);
    text-align: left;
  }

  .woocommerce-cart table.shop_table tbody td.product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    padding: 0;
  }

  .woocommerce-cart table.shop_table tbody td.product-remove:before {
    display: none;
  }

  .woocommerce-cart table.shop_table tbody td.product-thumbnail {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    width: 100%;
  }

  .woocommerce-cart table.shop_table tbody td.product-thumbnail:before {
    display: none;
  }

  .woocommerce-cart table.shop_table tbody td.product-thumbnail img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .woocommerce-cart table.shop_table tbody td.product-name {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .woocommerce-cart table.shop_table tbody td.product-name:before {
    margin-bottom: 8px;
  }

  .woocommerce-cart table.shop_table .product-thumbnail img {
    width: 120px;
    height: 120px;
  }

  .cart-actions-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce-cart .actions .coupon {
    width: 100%;
    min-width: auto;
  }

  .woocommerce-cart .cart_totals {
    padding: 24px;
  }
}

/* ============================================
   Blog Cards & Blog Page Styles
   ============================================ */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}

.blog-card {
  background: var(--volt-white);
  border-radius: var(--volt-radius-md);
  overflow: hidden;
  border: 1px solid rgba(23, 67, 126, 0.08);
  box-shadow: var(--volt-shadow-sm);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.05) 0%, rgba(23, 67, 126, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  pointer-events: none;
}

.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(54, 176, 224, 0.3);
  box-shadow: 0 16px 40px rgba(54, 176, 224, 0.2);
}

.blog-card:hover::before {
  opacity: 1;
}

.blog-card__image-link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 240px;
  background: linear-gradient(135deg, var(--volt-blue-300), var(--volt-blue-500));
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.blog-card:hover .blog-card__image {
  transform: scale(1.1);
}

.blog-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(19, 52, 114, 0.4) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.blog-card:hover .blog-card__overlay {
  opacity: 1;
}

.blog-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  position: relative;
  z-index: 2;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.875rem;
}

.blog-card__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--volt-slate-600);
  font-weight: 500;
}

.blog-card__date svg {
  width: 14px;
  height: 14px;
  color: var(--volt-blue-500);
}

.blog-card__category {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.15), rgba(23, 67, 126, 0.1));
  color: var(--volt-blue-600);
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.blog-card:hover .blog-card__category {
  background: linear-gradient(135deg, var(--volt-blue-500), var(--volt-blue-600));
  color: var(--volt-white);
  transform: scale(1.05);
}

.blog-card__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--volt-navy-900);
  transition: color 0.3s ease;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-card__title a {
  color: var(--volt-blue-600);
  background: linear-gradient(135deg, var(--volt-blue-600), var(--volt-blue-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-card__excerpt {
  margin: 0;
  color: var(--volt-slate-600);
  line-height: 1.7;
  font-size: 0.95rem;
  flex: 1;
}

.blog-card .btn-outline {
  align-self: flex-start;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 2px solid var(--volt-blue-400);
  color: var(--volt-blue-600);
  background: transparent;
  border-radius: var(--volt-radius-sm);
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card .btn-outline svg {
  transition: transform 0.3s ease;
}

.blog-card:hover .btn-outline {
  background: linear-gradient(135deg, var(--volt-blue-500), var(--volt-blue-600));
  color: var(--volt-white);
  border-color: var(--volt-blue-500);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(54, 176, 224, 0.3);
}

.blog-card:hover .btn-outline svg {
  transform: translateX(4px);
}

.blog-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--volt-slate-600);
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border: 2px solid rgba(54, 176, 224, 0.2);
  border-radius: var(--volt-radius-sm);
  color: var(--volt-blue-600);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  background: var(--volt-white);
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  background: linear-gradient(135deg, var(--volt-blue-500), var(--volt-blue-600));
  color: var(--volt-white);
  border-color: var(--volt-blue-500);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(54, 176, 224, 0.3);
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
  padding: 0 20px;
}

/* Single Post Styles */
.single-post-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.single-post-header .badge {
  display: inline-block;
  margin-bottom: 16px;
}

.single-post-header h1 {
  font-size: 2.5rem;
  margin: 16px 0 24px;
  color: var(--volt-white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.single-post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.post-date,
.post-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.post-date svg,
.post-author svg {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}

.single-post-layout {
  max-width: 900px;
  margin: 0 auto;
}

.single-post-body {
  padding: 48px;
  line-height: 1.8;
  font-size: 1.1rem;
}

.single-post-body h2 {
  color: var(--volt-navy-900);
  font-size: 2rem;
  margin: 32px 0 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--volt-blue-300);
}

.single-post-body h3 {
  color: var(--volt-navy-800);
  font-size: 1.6rem;
  margin: 28px 0 12px;
}

.single-post-body p {
  margin: 0 0 20px;
  color: var(--volt-slate-700);
}

.single-post-body img {
  border-radius: var(--volt-radius-md);
  margin: 24px 0;
  box-shadow: var(--volt-shadow-md);
}

.single-post-body a {
  color: var(--volt-blue-600);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.single-post-body a:hover {
  color: var(--volt-blue-500);
}

.related-posts-section {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid var(--volt-slate-200);
}

.related-posts-title {
  font-size: 1.8rem;
  color: var(--volt-navy-900);
  margin-bottom: 32px;
  text-align: center;
}

.related-posts-grid {
  margin-top: 32px;
}

.post-nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.post-nav-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 2px solid rgba(54, 176, 224, 0.2);
  border-radius: var(--volt-radius-md);
  background: var(--volt-white);
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--volt-slate-700);
}

.post-nav-link:hover {
  border-color: var(--volt-blue-500);
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.05), rgba(23, 67, 126, 0.02));
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(54, 176, 224, 0.15);
}

.post-nav-prev {
  text-align: left;
}

.post-nav-next {
  text-align: right;
  flex-direction: row-reverse;
}

.post-nav-label {
  display: block;
  font-size: 0.85rem;
  color: var(--volt-slate-600);
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post-nav-title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--volt-navy-900);
  transition: color 0.3s ease;
}

.post-nav-link:hover .post-nav-title {
  color: var(--volt-blue-600);
}

.post-nav-link svg {
  flex-shrink: 0;
  color: var(--volt-blue-500);
  transition: transform 0.3s ease;
}

.post-nav-link:hover svg {
  transform: translateX(-4px);
}

.post-nav-next:hover svg {
  transform: translateX(4px);
}

/* Responsive Blog Styles */
@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-card__image-link {
    height: 200px;
  }

  .single-post-header h1 {
    font-size: 2rem;
  }

  .single-post-body {
    padding: 32px 24px;
    font-size: 1rem;
  }

  .single-post-body h2 {
    font-size: 1.6rem;
  }

  .single-post-body h3 {
    font-size: 1.3rem;
  }

  .post-nav-wrapper {
    grid-template-columns: 1fr;
  }

  .post-nav-next {
    flex-direction: row;
    text-align: left;
  }

  .related-posts-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .blog-card__content {
    padding: 20px;
  }

  .blog-card__title {
    font-size: 1.2rem;
  }

  .single-post-header h1 {
    font-size: 1.75rem;
  }

  .single-post-body {
    padding: 24px 16px;
  }
}

/* =============================================
   SECURITY SECTION – Video nadzor, Interfoni, Alarmi
   ============================================= */

.security-section {
  background: linear-gradient(135deg, #0f172a 0%, #1a3a5c 60%, #17437e 100%);
  position: relative;
  overflow: hidden;
}

.security-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(54, 176, 224, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.security-section .section__heading .badge {
  background: rgba(54, 176, 224, 0.2);
  color: #3ec6f3;
  border: 1px solid rgba(54, 176, 224, 0.3);
}

.security-section .section__heading h2 {
  color: #ffffff;
}

.security-section .section__heading p {
  color: rgba(255, 255, 255, 0.7);
}

.security-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.security-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--volt-radius-md);
  padding: 36px 28px;
  text-decoration: none;
  color: inherit;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.security-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(54, 176, 224, 0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.security-card:hover {
  transform: translateY(-6px);
  border-color: rgba(54, 176, 224, 0.5);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(54, 176, 224, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.security-card:hover::before {
  opacity: 1;
}

.security-card--accent {
  background: rgba(54, 176, 224, 0.12);
  border-color: rgba(54, 176, 224, 0.35);
}

.security-card--accent:hover {
  background: rgba(54, 176, 224, 0.2);
  border-color: rgba(54, 176, 224, 0.7);
}

.security-card__icon {
  width: 72px;
  height: 72px;
  border-radius: var(--volt-radius-sm);
  background: rgba(54, 176, 224, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #3ec6f3;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.security-card:hover .security-card__icon {
  background: rgba(54, 176, 224, 0.28);
}

.security-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.security-card__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}

.security-card__content p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin: 0 0 20px;
}

.security-card__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.security-card__list li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 18px;
  position: relative;
}

.security-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #36b0e0;
}

.security-card__cta {
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: #3ec6f3;
  letter-spacing: 0.02em;
  transition: letter-spacing 0.2s ease;
}

.security-card:hover .security-card__cta {
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .security-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

