/*
Theme Name: Vaelobag
Theme URI: https://vaelobag.com
Author: Vaelobag
Author URI: https://vaelobag.com
Description: A modern, professional B2B manufacturing theme for Vaelobag - precision manufacturing experts in handbags and accessories since 2003. Features WooCommerce integration, custom product catalog, and responsive design.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vaelobag
Tags: e-commerce, business, custom-background, threaded-comments, translation-ready, accessibility-ready, right-sidebar, featured-images, microformats, post-formats
Requires at least: 5.0
Requires PHP: 7.4
*/

:root {
    --primary-color: #9f1319;
    --primary-dark: #7a0e12;
    --primary-light: #c41a22;
    --text-dark: #1a1a1a;
    --text-medium: #4a4a4a;
    --text-light: #6b6b6b;
    --bg-white: #ffffff;
    --bg-light: #f8f9fa;
    --bg-gray: #e9ecef;
    --border-color: #dee2e6;
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 8px rgba(0,0,0,0.1);
    --shadow-lg: 0 8px 16px rgba(0,0,0,0.15);
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-white);
}

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

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

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 80px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 18px;
    color: var(--text-light);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    text-align: center;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

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

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.btn-outline-white {
    background-color: transparent;
    color: var(--bg-white);
    border: 2px solid var(--bg-white);
}

.btn-outline-white:hover {
    background-color: var(--bg-white);
    color: var(--primary-color);
}

.btn-sm {
    padding: 10px 24px;
    font-size: 14px;
}

.btn-block {
    display: block;
    width: 100%;
}

.header {
    background-color: transparent;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header-scrolled {
    background-color: var(--bg-white);
    box-shadow: var(--shadow-sm);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
}

.header-right {
    margin-left: auto;
    padding-left: 20px;
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.main-nav ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.main-nav li {
    white-space: nowrap;
}

.main-nav a {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    position: relative;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.logo {
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: 2px;
    transition: color 0.3s ease;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
    max-height: 80px;
}

.logo img {
    max-height: 60px;
    width: auto;
    display: block;
    transition: all 0.3s ease;
}

.header-scrolled .logo {
    color: var(--primary-color);
    text-shadow: none;
}

.header-scrolled .logo img {
    max-height: 50px;
}

.header.transparent .logo {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.header.transparent .logo img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.header.header-scrolled.transparent .logo img {
    filter: none;
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-nav ul {
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.main-nav a {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    position: relative;
    transition: color 0.3s ease;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    text-decoration: none;
    display: inline-block;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--primary-color);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.header-scrolled .main-nav a {
    color: var(--text-dark);
    text-shadow: none;
}

.header-scrolled .main-nav a:hover,
.header-scrolled .main-nav a.active {
    color: var(--primary-color);
    text-shadow: none;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.main-nav a:hover::after,
.main-nav a.active::after {
    width: 100%;
}

/* Submenu Styles */
.main-nav .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: var(--shadow-md);
    border-radius: var(--border-radius-md);
    padding: 15px 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
    z-index: 1001;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.main-nav .menu-item-has-children:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-nav .submenu li {
    margin: 0;
}

.main-nav .submenu a {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-medium);
    text-decoration: none;
    transition: var(--transition);
    text-shadow: none;
}

.main-nav .submenu a:hover {
    background-color: var(--bg-light);
    color: var(--primary-color);
    padding-left: 25px;
}

.main-nav .submenu a.active {
    background-color: var(--bg-light);
    color: var(--primary-color);
    font-weight: 600;
    padding-left: 25px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
    position: relative;
    justify-content: flex-end;
    flex-shrink: 0;
}

.user-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 0;
    font-size: 13px;
}

/* User button styles */
.user-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    background-color: transparent;
    color: var(--text-dark);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: none;
    min-width: auto;
    height: 32px;
}

.user-btn:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
    transform: translateY(0);
    box-shadow: var(--shadow-sm);
}

/* Round button variant */
.user-btn.round-btn {
    border-radius: 20px;
}

/* Language dropdown styles */
.language-dropdown {
    position: relative;
    display: inline-block;
    z-index: 1000;
    margin-right: 10px;
}

.user-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.header-right {
    margin-left: auto;
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-box {
    width: 40px;
    height: 40px;
}

.search-box div {
    padding: 8px 12px;
}

.language-btn {
    position: relative;
    z-index: 1001;
}

.language-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: all 0.2s ease;
    z-index: 999;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 5px;
    padding: 5px 0;
}

.language-flag {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 2px;
    display: inline-block;
    flex-shrink: 0;
}

.language-dropdown:hover .language-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-dropdown-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 8px 15px;
    font-size: 13px;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 1px solid var(--border-color);
    line-height: 1.2;
    gap: 8px;
    white-space: nowrap;
}

.language-dropdown-item:last-child {
    border-bottom: none;
    border-radius: 0 0 4px 4px;
}

.language-dropdown-item.current-language {
    background-color: var(--bg-light);
    color: var(--text-light);
    cursor: default;
    font-style: italic;
    padding-left: 15px;
    font-weight: 500;
}

.language-dropdown-item.current-language:hover {
    background-color: var(--bg-light);
    color: var(--text-light);
    padding-left: 15px;
}

.language-dropdown-item:not(.current-language):hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
    padding-left: 20px;
}

/* Search box styles */
.search-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent;
    text-decoration: none;
    z-index: 1001;
    pointer-events: auto;
    user-select: none;
}

.search-box:hover {
    background-color: var(--primary-color);
    transform: translateY(0);
    box-shadow: var(--shadow-sm);
}

.search-box .icon {
    color: var(--primary-color);
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.search-box:hover .icon {
    color: var(--bg-white);
}

/* Search form dropdown styles */
.search-form-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
}

.search-form-dropdown.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.search-form {
    width: 100%;
}

.search-form-inner {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-radius: 50px;
    box-shadow: none;
    overflow: hidden;
}

.search-field {
    flex: 1;
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px 0 0 50px;
    color: var(--text-dark);
}

.search-field:focus {
    box-shadow: 0 0 0 3px rgba(159, 19, 25, 0.1);
    border-color: var(--primary-color);
}

.search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: var(--primary-color);
    color: var(--bg-white);
    border: none;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    width: auto;
    height: auto;
    box-shadow: var(--shadow-sm);
}

.search-submit:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Header scrolled state */
.header-scrolled .user-btn {
    border-color: var(--primary-color);
    color: var(--text-dark);
    background-color: transparent;
}

.header-scrolled .user-btn:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.header-scrolled .search-box {
    border-color: var(--primary-color);
    background-color: transparent;
}

.header-scrolled .search-box:hover {
    background-color: var(--primary-color);
}

.header-scrolled .search-box .icon {
    color: var(--primary-color);
}

.header-scrolled .search-box:hover .icon {
    color: var(--bg-white);
}

/* Mobile responsive */
@media (max-width: 1024px) {
    .user-header-actions {
        gap: 10px;
        margin-right: 15px;
    }
    
    .user-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .user-header-actions {
        display: none;
    }
    
    /* Mobile menu improvements */
    .mobile-menu-toggle {
        display: block;
        position: relative;
        z-index: 1001;
    }
    
    .main-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 1000;
        padding: 100px 20px 20px;
        overflow-y: auto;
    }
    
    .main-nav.active {
        display: block;
    }
    
    .main-nav ul {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .main-nav li {
        margin: 0;
    }
    
    .main-nav a {
        font-size: 18px;
        padding: 15px 20px;
        display: block;
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    
    .main-nav a:hover {
        background-color: var(--primary-color);
        color: var(--bg-white);
        transform: translateY(-2px);
    }
    
    /* Mobile submenu */
    .main-nav .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background-color: rgba(248, 249, 250, 0.8);
        margin-top: 10px;
        border-radius: 8px;
        padding: 10px 0;
    }
    
    .main-nav .submenu a {
        font-size: 16px;
        padding: 10px 20px;
    }
    
    /* Mobile product grid */
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
    
    /* Mobile filter controls */
    .filter-controls {
        flex-direction: column;
        gap: 20px;
    }
    
    .filter-group {
        width: 100%;
    }
    
    .filter-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    .filter-btn {
        flex: 1;
        min-width: 120px;
        text-align: center;
    }
    
    /* Mobile form elements */
    .form-control {
        padding: 14px 16px;
        font-size: 16px;
    }
    
    .btn {
        padding: 14px 24px;
        font-size: 16px;
    }
    
    /* Improve touch targets */
    .btn, .product-card, .collection-item, .feature-item, .process-item {
        min-height: 48px;
        touch-action: manipulation;
    }
    
    /* Optimize images for mobile */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Reduce animation intensity on mobile */
    @media (prefers-reduced-motion: reduce) {
        * {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }
    }
}

.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--primary-color);
    background: none;
    border: none;
    padding: 10px;
    z-index: 1001;
    position: relative;
}

.mobile-menu-toggle.active svg {
    stroke: var(--primary-color);
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }
}

.hero {
    background: url('https://images.unsplash.com/photo-1548036328-c9fa89d128fa?w=1920') center/cover no-repeat;
    color: var(--text-dark);
    padding: 180px 0 120px;
    text-align: center;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3);
    color: var(--bg-white);
}

.hero-subtitle {
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.8;
    opacity: 0.95;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 3px 6px rgba(0, 0, 0, 0.2);
    color: var(--bg-white);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.features {
    background-color: var(--bg-light);
}

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

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

.feature-item {
    text-align: center;
    padding: 40px 30px;
    background-color: var(--bg-white);
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border-left: 4px solid transparent;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(159, 19, 25, 0.1), transparent);
    transition: var(--transition);
    z-index: 0;
}

.feature-item:hover::before {
    left: 100%;
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--primary-color);
}

.feature-icon {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.feature-icon-img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

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

/* Process Grid Styles */
.custom-solutions .process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.custom-solutions .process-item {
    background-color: #ffffff !important;
    padding: 40px 30px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    border-left: 4px solid transparent !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.custom-solutions .process-item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(159, 19, 25, 0.1), transparent) !important;
    transition: all 0.3s ease !important;
    z-index: 0 !important;
}

.custom-solutions .process-item:hover::before {
    left: 100% !important;
}

.custom-solutions .process-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    border-left-color: #9f1319 !important;
}

.custom-solutions .process-icon {
    font-size: 48px !important;
    color: #9f1319 !important;
    margin-bottom: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
}

.custom-solutions .process-icon-img {
    max-width: 60px !important;
    max-height: 60px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
    position: relative !important;
    z-index: 1 !important;
}

.custom-solutions .process-item:hover .process-icon-img {
    transform: scale(1.1) !important;
}

.custom-solutions .process-title-item {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 1 !important;
}

.custom-solutions .process-desc {
    font-size: 15px !important;
    color: #6b6b6b !important;
    line-height: 1.6 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    transition: opacity 0.3s ease;
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 5% auto;
    padding: 0;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    box-shadow: var(--shadow-lg);
    position: relative;
    animation-name: modalopen;
    animation-duration: 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.close {
    color: var(--text-medium);
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 15px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover,
.close:focus {
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 20px;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 10% auto;
    }
}

.feature-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.feature-desc {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.6;
}

.collections {
    background-color: var(--bg-white);
}

.collections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.collection-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-left: 4px solid transparent;
}

.collection-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(159, 19, 25, 0.1), transparent);
    transition: var(--transition);
    z-index: 0;
}

.collection-item:hover::before {
    left: 100%;
}

.collection-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--primary-color);
}

.collection-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: var(--transition);
}

.collection-item:hover .collection-image {
    transform: scale(1.05);
}

.collection-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 20px;
    color: var(--bg-white);
    text-align: center;
    z-index: 2;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.collection-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.collection-subtitle {
    font-size: 14px;
    opacity: 0;
    margin: 10px 0;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    width: 100%;
}

.collection-item:hover .collection-subtitle {
    opacity: 0.9;
    max-height: 80px;
    margin: 10px 0 15px;
}

.collection-btn {
    display: inline-block;
    padding: 10px 24px;
    background-color: var(--primary-color);
    color: var(--bg-white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition);
    opacity: 0;
    transform: translateY(10px);
    margin-top: auto;
    margin-bottom: 10px;
}

.collection-item:hover .collection-btn {
    opacity: 1;
    transform: translateY(0);
}

.collection-btn:hover {
    background-color: var(--primary-dark);
    transform: translateY(0) scale(1.05);
}

/* Customization Options Styles */
.customization-section {
    margin-bottom: 80px;
}

.customization-section h2,
.customization-section h3 {
    text-align: center;
    margin-bottom: 20px;
}

.customization-section .section-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.customization-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.customization-item {
    background-color: var(--bg-white);
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border-left: 4px solid transparent;
}

.customization-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(159, 19, 25, 0.1), transparent);
    transition: var(--transition);
    z-index: 0;
}

.customization-item:hover::before {
    left: 100%;
}

.customization-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--primary-color);
}

.customization-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.customization-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.customization-desc {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.6;
    margin-bottom: 20px;
}

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

.customization-list li {
    padding: 8px 0;
    color: var(--text-medium);
    line-height: 1.8;
    border-bottom: 1px solid var(--border-color);
}

.customization-list li:last-child {
    border-bottom: none;
}

.custom-solutions {
    background-color: var(--bg-light);
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px 0;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 1024px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

.process-item {
    text-align: center;
    padding: 40px 30px;
    background-color: var(--bg-white);
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border-left: 4px solid transparent;
}

.process-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(159, 19, 25, 0.1), transparent);
    transition: var(--transition);
    z-index: 0;
}

.process-item:hover::before {
    left: 100%;
}

.process-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--primary-color);
}

.process-icon {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.process-icon-img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.process-item:hover .process-icon-img {
    transform: scale(1.1);
    position: relative;
    z-index: 1;
}

.process-title-item {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.process-desc {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.step-desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 0;
}

.process-step {
    background-color: var(--bg-white);
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.process-step:hover .step-icon {
    transform: scale(1.1);
}

.process-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.process-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.core-advantages {
    color: var(--bg-white);
    padding: 60px 0;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    left: 0;
    transform: none;
    overflow: hidden;
}

.core-advantages .section-title,
.core-advantages .section-subtitle {
    color: var(--bg-white) !important;
}

.bg-item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.bg-item-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-item {
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 40px;
    transition: all 0.6s ease;
    border-left: 4px solid transparent;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    color: var(--text-dark) !important;
}

/* Animation classes for scroll reveal */
.bg-item.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Animation delays */
.bg-item-box:nth-child(1) .bg-item {
    transition-delay: 0.1s;
}

.bg-item-box:nth-child(2) .bg-item {
    transition-delay: 0.2s;
}

.bg-item-box:nth-child(3) .bg-item {
    transition-delay: 0.3s;
}

.bg-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-left-color: var(--primary-color);
    background-color: var(--bg-white);
    transition: all 0.3s ease;
}

.bg-item .title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark) !important;
    margin-bottom: 20px;
}

.bg-item .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bg-item .desc {
    font-size: 16px;
    color: var(--text-dark) !important;
    line-height: 1.6;
    margin-bottom: 0;
}

.bg-item .btn.block-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary-color);
    color: var(--bg-white);
    border: 2px solid var(--primary-color);
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    align-self: center;
}

.bg-item .btn.block-btn:hover {
    background-color: var(--text-dark);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.bg-item .btn.block-btn .icon {
    transition: transform 0.3s ease;
}

.bg-item .btn.block-btn:hover .icon {
    transform: translateX(5px);
}

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

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

/* Animation styles for about section */
.about-text {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-image {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-content.animate .about-text,
.about-content.animate .about-image {
    opacity: 1;
    transform: translateX(0);
}

.about-content.animate .about-text {
    transition-delay: 0.2s;
}

.about-content.animate .about-image {
    transition-delay: 0.4s;
}

.about-text h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
}

.partners {
    background-color: var(--bg-light);
}

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

.partner-item {
    text-align: center;
    padding: 40px 30px;
    background-color: var(--bg-white);
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border-left: 4px solid transparent;
}

.partner-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(159, 19, 25, 0.1), transparent);
    transition: var(--transition);
    z-index: 0;
}

.partner-item:hover::before {
    left: 100%;
}

.partner-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--primary-color);
}

.partner-icon {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    position: relative;
}

.partner-icon-img {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
}

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

.news {
    background-color: var(--bg-white);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.news-item {
    background-color: var(--bg-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-content {
    padding: 25px;
}

.news-date {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 10px;
}

.news-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.4;
}

.news-excerpt {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.6;
    margin-bottom: 15px;
}

.news-link {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
}

.news-link:hover {
    text-decoration: underline;
}

.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-size: 15px;
    opacity: 0.8;
    transition: var(--transition);
}

.footer-links a:hover {
    opacity: 1;
    color: var(--primary-color);
}

.contact-info-item {
    margin-bottom: 20px;
}

.contact-info-item strong {
    display: block;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 5px;
}

.contact-info-item span {
    font-size: 15px;
    opacity: 0.9;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.social-link:hover {
    background-color: var(--primary-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
}

.products-page {
    padding: 40px 0;
}

.products-filter {
    margin-bottom: 40px;
}

.filter-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-btn {
    padding: 10px 24px;
    border: 2px solid var(--border-color);
    background-color: var(--bg-white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--bg-white);
}

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

.product-card {
    background-color: var(--bg-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-info {
    padding: 20px;
}

.product-category {
    font-size: 12px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.product-desc {
    font-size: 14px;
    color: var(--text-medium);
    line-height: 1.6;
    margin-bottom: 15px;
}

.custom-solutions-page {
    padding: 40px 0;
}

.process-detail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.process-detail-item {
    background-color: var(--bg-white);
    padding: 40px;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    border-left: 4px solid var(--primary-color);
}

.process-detail-item h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.process-detail-item p {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.7;
}

.about-page {
    padding: 40px 0;
}

.about-hero {
    text-align: center;
    padding: 60px 0;
    background-color: var(--bg-light);
    margin-bottom: 60px;
}

.about-hero h1 {
    font-size: 48px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.about-hero p {
    font-size: 18px;
    color: var(--text-medium);
    max-width: 800px;
    margin: 0 auto;
}

.about-sections {
    display: grid;
    gap: 80px;
}

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

.about-section-item.reverse {
    direction: rtl;
}

.about-section-item.reverse > * {
    direction: ltr;
}

.about-section-item h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.about-section-item p {
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-section-item img {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
}

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

.blog-page {
    padding: 40px 0;
}

.blog-content-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 300px !important;
    gap: 40px;
    align-items: start;
}

.blog-main-content {
    width: 100%;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

@media (max-width: 992px) {
    .blog-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .blog-main-content {
        order: 1;
    }
    
    .blog-sidebar {
        order: 2;
        width: 100%;
        max-width: 100%;
    }
}

.blog-sidebar {
    width: 100%;
    max-width: 300px;
}

.sidebar-widget {
    background-color: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-sm);
}

.sidebar-widget-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-color);
}

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

.archive-item {
    margin-bottom: 12px;
}

.archive-item:last-child {
    margin-bottom: 0;
}

.archive-item a {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 4px;
    color: var(--text-medium);
    font-size: 15px;
    transition: var(--transition);
    text-decoration: none;
}

.archive-item a:hover {
    background-color: var(--bg-light);
    color: var(--primary-color);
    transform: translateX(5px);
}

.archive-prefix {
    font-weight: 600;
    color: var(--primary-color);
    margin-right: 8px;
    font-size: 14px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.blog-card {
    background-color: var(--bg-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.blog-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-card-content {
    padding: 25px;
}

.blog-card-date {
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 10px;
}

.blog-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-card-excerpt {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-card-link {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
}

.contact-page {
    padding: 40px 0;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

.contact-info {
    padding: 40px;
    border-radius: 8px;
}

.contact-info h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 30px;
}

.contact-detail-item {
    margin-bottom: 30px;
}

.contact-detail-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.contact-detail-item p {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.6;
}

.contact-form {
    background-color: var(--bg-white);
    padding: 40px;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
}

.contact-form h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(159, 19, 25, 0.1);
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.map-container {
    margin-top: 60px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

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

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.pagination a,
.pagination span {
    padding: 10px 16px;
    background-color: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    transition: var(--transition);
}

.pagination a:hover,
.pagination .current {
    background-color: var(--primary-color);
    color: var(--bg-white);
    border-color: var(--primary-color);
}

/* Category Hero Section */
.category-hero {
    position: relative;
    height: 400px;
    margin-bottom: 60px;
    overflow: hidden;
}

.category-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.category-hero-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-white);
}

.category-hero-content .category-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--bg-white);
}

.category-hero-content .category-description {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.95;
    line-height: 1.8;
}

/* Product Card Enhancements */
.product-card {
    background-color: var(--bg-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.product-image {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}

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

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.4;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-desc {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.product-card .btn-primary {
    align-self: flex-start;
    padding: 12px 28px;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(159, 19, 25, 0.2);
}

.product-card .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(159, 19, 25, 0.3);
    background-color: var(--primary-dark);
}

/* Category Products Section */
.category-products-section {
    margin: 60px 0;
}

/* Related Categories Section */
.related-categories-section {
    margin: 80px 0;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.category-card {
    background-color: var(--bg-white);
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary-color);
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-left-color: var(--primary-light);
}

.category-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.category-card-desc {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.7;
    margin-bottom: 20px;
}

.btn-outline {
    display: inline-block;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.btn-outline:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(159, 19, 25, 0.2);
}

/* Featured Products Grid */
.featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.featured-product-item {
    background-color: var(--bg-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-align: center;
    position: relative;
    border-left: 4px solid transparent;
}

.featured-product-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(159, 19, 25, 0.1), transparent);
    transition: var(--transition);
    z-index: 1;
}

.featured-product-item:hover::before {
    left: 100%;
}

.featured-product-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--primary-color);
}

.product-img-box {
    overflow: hidden;
    position: relative;
    height: 250px;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.product-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    position: relative;
    z-index: 2;
}

.product-info {
    padding: 20px;
}

.product-text {
    font-size: 15px;
    color: var(--text-dark);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.featured-product-item:hover .product-text {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.category-products-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 40px 0 10px 0;
    text-align: left;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
}

.category-products-desc {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: left;
}

.category-products-cta {
    margin-bottom: 30px;
    text-align: left;
}

.category-products-section {
    margin-bottom: 60px;
}

.product-cta {
    text-align: center;
    margin-top: 40px;
}

/* Category Page Layout */
.category-page {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    margin: 40px 0;
}

/* Left Sidebar */
.category-sidebar {
    background-color: var(--bg-light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
}

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

.category-item {
    margin-bottom: 10px;
}

.category-link {
    display: block;
    padding: 12px 15px;
    color: var(--text-dark);
    text-decoration: none;
    border-radius: 6px;
    transition: var(--transition);
    font-weight: 500;
}

.category-link:hover {
    background-color: rgba(159, 19, 25, 0.1);
    color: var(--primary-color);
    transform: translateX(5px);
}

.category-item.active .category-link {
    background-color: var(--primary-color);
    color: var(--bg-white);
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}

.category-item.active .category-link:hover {
    background-color: var(--primary-dark);
    transform: none;
}

/* Right Content */
.category-content {
    background-color: var(--bg-white);
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
}

.current-category-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.current-category-desc {
    font-size: 16px;
    color: var(--text-medium);
    margin-bottom: 30px;
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 992px) {
    .category-page {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .category-sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 768px) {
    .category-sidebar,
    .category-content {
        padding: 20px;
    }
    
    .current-category-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .category-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .category-item {
        margin-bottom: 0;
    }
    
    .category-link {
        text-align: center;
        padding: 10px;
        font-size: 14px;
    }
}

/* Increase spacing */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Refactored About Page Styles */
.about-page-container {
    width: 100%;
}

/* Hero Section */
.home-header {
    background-size: cover;
    background-position: center;
    padding: 120px 0 60px;
    position: relative;
    color: var(--bg-white);
}

.about-hero-content {
    text-align: center;
}

.about-hero-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.about-hero-subtitle {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    line-height: 1.6;
}

/* Video Section */
.about-video-section {
    padding: 60px 0;
    background-color: var(--bg-light);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}

.about-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
}

/* Content Sections */
.about-content-section,
.about-mission-section {
    padding: 80px 0;
    background-color: var(--bg-white);
}

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

.about-content-grid.reverse {
    direction: rtl;
}

.about-content-grid.reverse > * {
    direction: ltr;
}

.about-content-item {
    width: 100%;
}

.about-section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 30px;
    line-height: 1.3;
}

.about-section-title.text-center {
    text-align: center;
}

.about-section-text {
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-section-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-section-image:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

/* Values Section */
.about-values-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.about-value-item {
    background-color: var(--bg-white);
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-left: 4px solid transparent;
    text-align: left;
}

.about-value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(159, 19, 25, 0.1), transparent);
    transition: var(--transition);
    z-index: 0;
}

.about-value-item:hover::before {
    left: 100%;
}

.about-value-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--primary-color);
}

.about-value-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--primary-color);
    position: relative;
    z-index: 1;
}

.about-value-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.about-value-text {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Why Choose Us Section */
.about-why-choose-us {
    padding: 80px 0;
    background-color: var(--bg-white);
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.about-feature-item {
    background-color: var(--bg-white);
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-left: 4px solid transparent;
    text-align: left;
}

.about-feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(159, 19, 25, 0.1), transparent);
    transition: var(--transition);
    z-index: 0;
}

.about-feature-item:hover::before {
    left: 100%;
}

.about-feature-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--primary-color);
    position: relative;
    z-index: 1;
}

.about-feature-icon {
    font-size: 36px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.about-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.about-feature-text {
    font-size: 14px;
    color: var(--text-medium);
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

/* CTA Section */
.about-cta-section {
    padding: 80px 0;
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.about-cta-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.about-cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--bg-white);
}

.about-cta-text {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.6;
    opacity: 0.95;
}

.about-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* WPForms Styling for About Page */
.contact-section .wpforms-container {
    width: 100%;
}

.contact-section .wpforms-field-container {
    width: 100%;
}

.contact-section .wpforms-field-row {
    width: 100%;
    margin: 0 0 20px 0;
}

.contact-section .wpforms-field {
    width: 100%;
    margin: 0 0 20px 0;
}

.contact-section .wpforms-field-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
    display: block;
}

.contact-section .wpforms-field-input,
.contact-section .wpforms-field-textarea textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    transition: var(--transition);
    box-sizing: border-box;
}

.contact-section .wpforms-field-input:focus,
.contact-section .wpforms-field-textarea textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(159, 19, 25, 0.1);
}

.contact-section .wpforms-submit {
    background-color: var(--primary-color) !important;
    color: var(--bg-white) !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: var(--transition) !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .contact-section .wpforms-submit {
        padding: 14px 24px !important;
        font-size: 16px !important;
        width: 100% !important;
    }
}

.contact-section .wpforms-submit:hover {
    background-color: var(--primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-md) !important;
}

/* Responsive adjustments for featured products */
@media (max-width: 1024px) {
    .featured-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .category-hero {
        height: 300px;
    }
    
    .category-hero-content .category-title {
        font-size: 36px;
    }
    
    .category-hero-content .category-description {
        font-size: 16px;
    }
    
    /* About page responsive */
    .about-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-hero-title {
        font-size: 36px;
    }
    
    .about-section-title {
        font-size: 28px;
    }
    
    .about-values-grid,
    .about-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .featured-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .product-img-box {
        height: 200px;
    }
    
    .product-text {
        padding: 15px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .featured-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-img-box {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .category-hero {
        height: 250px;
        margin-bottom: 40px;
    }
    
    .category-hero-content .category-title {
        font-size: 28px;
    }
    
    .product-title {
        font-size: 18px;
    }
    
    .product-info {
        padding: 20px;
    }
    
    .product-card .btn-primary {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .about-content,
    .about-section-item,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .hero {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .section-title {
        font-size: 28px;
    }

    .section {
        padding: 60px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .process-buttons {
        flex-direction: column;
        align-items: center;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .hero-title {
        font-size: 28px;
    }

    .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}
