        :root {
            --primary: #0a4da2;
            --secondary: #ff6b00;
            --dark: #1a2b4d;
            --light: #f8f9fa;
            --gray: #6c757d;
        }
        
        
        
        /* 表单验证样式 */
                .form-group.error .form-control {
                    border-color: #dc3545;
                }
                
                .error-message {
                    color: #dc3545;
                    font-size: 0.875em;
                    margin-top: 5px;
                    display: none;
                }
                
                .form-group.error .error-message {
                    display: block;
                }
                
                /* 成功模态框样式 */
                .modal {
                    display: none;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0,0,0,0.5);
                    z-index: 1050;
                    align-items: center;
                    justify-content: center;
                }
                
                .modal-content {
                    background-color: white;
                    padding: 30px;
                    border-radius: 8px;
                    max-width: 500px;
                    width: 90%;
                    text-align: center;
                }
                
                .modal h3 {
                    color: var(--primary-color);
                    margin-bottom: 15px;
                }
                
                .modal p {
                    margin-bottom: 20px;
                }
                
                .loading {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    border: 3px solid rgba(255,255,255,.3);
                    border-radius: 50%;
                    border-top-color: #fff;
                    animation: spin 1s ease-in-out infinite;
                    margin-right: 10px;
                }
                
                @keyframes spin {
                    to { transform: rotate(360deg); }
                }
                
                /* 面包屑导航样式调整 */
                .product-container .breadcrumbs {
                    width: 100%;
                    margin-bottom: 20px;
                    padding: 10px 0;
                }
                
                /* 移动端适配 */
                @media (max-width: 768px) {
                    .product-container .breadcrumbs {
                        margin-bottom: 15px;
                        padding: 8px 0;
                    }
                }
                
                /* 询价表单样式 */
                .enquiry-section {
                    background-color: var(--primary-color);
                    color: white;
                    padding: 80px 0;
                }
                
                .enquiry-form {
                    max-width: 800px;
                    margin: 0 auto;
                }
                
                .form-group {
                    margin-bottom: 20px;
                }
                
                .form-control {
                    padding: 12px 15px;
                    border-radius: 4px;
                    border: 1px solid #ced4da;
                    width: 100%;
                }
                
                .form-control:focus {
                    border-color: var(--secondary-color);
                    box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.25);
                }
                
                .btn-primary {
                    background-color: var(--secondary-color);
                    border-color: var(--secondary-color);
                    padding: 12px 30px;
                    font-weight: 600;
                    transition: background-color 0.3s;
                }
                
                .btn-primary:hover {
                    background-color: #e67e22;
                    border-color: #e67e22;
                }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }
        
        /* 优化：添加平滑滚动 */
        html {
            scroll-behavior: smooth;
        }
        
        /* 优化：增强产品内容区域 - 减少底部间距 */
        .product-content-section {
            padding: 20px 0 40px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            position: relative;
            overflow: hidden;
        }
        
        /* 优化：添加装饰性背景元素 */
        .product-content-section::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 200px;
            height: 200px;
            background: rgba(10, 77, 162, 0.05);
            border-radius: 50%;
        }
        
        .product-content-section::after {
            content: '';
            position: absolute;
            bottom: -80px;
            left: -80px;
            width: 300px;
            height: 300px;
            background: rgba(255, 107, 0, 0.05);
            border-radius: 50%;
        }
        
        /* 优化：增强产品信息区域 */
        .product-info {
            position: relative;
            z-index: 1;
            border-radius: 10px;
        }
        
        /* 设置产品详情相关区域为1120px宽度 */
        .section-padding .container,
        .enquiry-section .container,
        .related-products .container {
            max-width: 1120px;
            width: 100%;
            margin: 0 auto;
        }
        
        /* 优化：增强产品轮播区域 */
        .product-image-carousel {
            position: relative;
            z-index: 1;
            border-radius: 10px;
            overflow: hidden;
            height: 100%;
            transition: transform 0.3s ease;
        }
        
        .product-image-carousel:hover {
            transform: translateY(-5px);
        }
        
/* 修改后 */
.breadcrumbs {
    margin-bottom: 25px;
    font-size: 15px;
    letter-spacing: 0.5px;
    word-spacing: 2px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 15px;
    border-radius: 5px;
    display: block; /* 修改为block确保换行 */
    width: 100%; /* 添加宽度确保占满容器 */
}

.product-title {
    color: var(--dark);
    font-size: 2.5rem;
    margin-bottom: 30px;
    position: relative;
    display: block; /* 修改为block确保在新行显示 */
    width: 100%; /* 添加宽度确保占满容器 */
    line-height: 1.2;
    margin-top: 20px; /* 添加顶部间距，与面包屑分开 */
}


/* 移动端统一字体样式 */
@media (max-width: 767.98px) {
  /* 让轮播图下方文字与其他板块保持一致 */
  .product-desc p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
  }
  
  /* 确保所有内容区域使用相同样式 */
  .cms-content p,
  .cms-content li,
  .product-desc p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: 'Open Sans', sans-serif;
  }
  
  /* 统一标题样式 */
  .product-title,
  .section-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #222;
  }
}

/* 客户评价区域样式 */
.testimonials-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.testimonial-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.client-avatar {
    margin-right: 15px;
    flex-shrink: 0;
}

.client-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #007bff;
}

.client-info h5 {
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #2c3e50;
}

.client-info p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

.company {
    font-size: 13px !important;
    color: #007bff !important;
    font-weight: 500;
}

.rating {
    margin-left: auto;
    color: #ffc107;
    font-size: 11px;
}

.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-content p {
    font-style: italic;
    color: #495057;
    line-height: 1.6;
    margin: 0;
    position: relative;
}

.testimonial-content p::before {
    content: '"';
    font-size: 32px;
    color: #007bff;
    position: absolute;
    left: -15px;
    top: -10px;
    opacity: 0.3;
}

.testimonial-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #6c757d;
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.date {
    font-weight: 500;
}

.project {
    background: #007bff;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
}

/* 统计数据样式 */
.stats-section {
    background: white;
    border-radius: 15px;
    padding: 40px 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.stat-item {
    padding: 20px 10px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.stat-label {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

/* FAQ区域样式 */
.faq-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.accordion-button {
    background: white;
    color: #2c3e50;
    font-weight: 600;
    padding: 20px 25px;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: #007bff;
    color: white;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    background-size: 1rem;
    transition: transform 0.3s ease;
}

.accordion-body {
    padding: 25px;
    background: #f8f9fa;
    color: #495057;
    line-height: 1.7;
    border-top: 1px solid #e9ecef;
}

.section-subtitle {
    color: #6c757d;
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .testimonial-header {
        flex-direction: column;
        text-align: center;
    }
    
    .client-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .rating {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .testimonial-meta {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .accordion-button {
        padding: 15px 20px;
        font-size: 15px;
    }
    
    .accordion-body {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .testimonial-card {
        padding: 20px;
    }
    
    .stat-item {
        padding: 15px 5px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}
        
        .product-title:after {
            content: '';
            position: absolute;
            width: 70px;
            height: 4px;
            background: var(--secondary);
            bottom: -10px;
            left: 0;
        }
        
        /* 优化：增强产品描述 */
        .product-desc p {
            color: var(--gray);
            margin-bottom: 20px;
            line-height: 1.8;
            font-size: 1rem;
        }
        
        /* 优化：减少区块间距 */
        .section-padding {
            padding: 30px 0;
        }
        
        .section-padding:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        /* 优化：CMS内容区域样式 */
        .cms-content {
            width: 100%;
            max-width: 100%;
            color: #444; /* 更柔和的深灰色 */
            line-height: 1.8; /* 增加行高 */
            font-size: 1.05rem; /* 稍微增大字体 */
        }
        
        .cms-content p {
            margin-bottom: 1.5rem; /* 增加段落间距 */
            text-align: justify; /* 两端对齐 */
        }
        
        .cms-content h3 {
            color: var(--primary);
            margin-top: 2.5rem;
            margin-bottom: 1.2rem;
            font-size: 1.5rem;
            border-left: 4px solid var(--secondary);
            padding-left: 15px;
        }
        
        .cms-content h4 {
            color: var(--dark);
            margin-top: 2rem;
            margin-bottom: 1rem;
            font-size: 1.25rem;
        }
        
        .cms-content ul, .cms-content ol {
            margin-bottom: 1.5rem;
            padding-left: 1.5rem;
        }
        
        .cms-content li {
            margin-bottom: 0.7rem;
        }
        
        .cms-content strong {
            color: var(--dark);
            font-weight: 600;
        }
        
        .cms-content table {
            width: 100%;
            margin: 2rem 0;
            border-collapse: collapse;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-radius: 8px;
            overflow: hidden;
        }
        
        .cms-content table th {
            background-color: var(--primary);
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }
        
        .cms-content table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .cms-content table td {
            padding: 15px;
            border-bottom: 1px solid #dee2e6;
        }
        
        .cms-content table tr:last-child td {
            border-bottom: none;
        }
        
        .cms-content blockquote {
            border-left: 4px solid var(--secondary);
            padding-left: 20px;
            margin: 2rem 0;
            font-style: italic;
            color: var(--gray);
        }
        
        /* 优化：增强特性卡片 */
        .feature-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
            margin-bottom: 30px;
            overflow: hidden;
            height: 100%;
            border-top: 4px solid var(--primary);
            padding: 25px;
            position: relative;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--secondary);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
        }
        
        .feature-card:hover::before {
            transform: scaleX(1);
        }
        
        /* 优化：增强相关产品卡片 */
        .product-card {
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
            margin-bottom: 30px;
            overflow: hidden;
            height: 100%;
            border-top: 3px solid var(--primary);
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .product-img {
            height: 200px;
            overflow: hidden;
            position: relative;
        }
        
        .product-img::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(10, 77, 162, 0.1);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .product-card:hover .product-img::after {
            opacity: 1;
        }
        
        .product-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .product-card:hover .product-img img {
            transform: scale(1.05);
        }
        
        /* 优化：增强询价表单 */
        .enquiry-form {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        
        /* 优化：添加加载动画 */
        .loading {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255,255,255,.3);
            border-radius: 50%;
            border-top-color: #fff;
            animation: spin 1s ease-in-out infinite;
            margin-right: 10px;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        
        /* 优化：添加回到顶部按钮 */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: var(--secondary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            opacity: 0;
            transition: all 0.3s;
            z-index: 1000;
        }
        
        .back-to-top.visible {
            opacity: 1;
        }
        
        .back-to-top:hover {
            background: #e55a00;
            transform: translateY(-3px);
            color: white;
        }
        
        /* 优化：增强移动端体验 - 调整字体大小和间距 */
        @media (max-width: 991px) {
            .product-img-col {
                margin-bottom: 40px;
            }
            
            .product-info {
                padding: 20px;
            }
            
            .product-title {
                font-size: 2rem;
            }
            
            /* 调整移动端区块间距 */
            .product-content-section {
                padding: 40px 0 30px;
            }
            
            .section-padding {
                padding: 40px 0;
            }
            
            .enquiry-section {
                margin: 40px 0;
                padding: 40px 0;
            }
            
            .related-products {
                padding: 40px 0;
            }
        }
        
        @media (max-width: 768px) {
            .product-title {
                font-size: 1.8rem;
            }
            
            .section-title h2 {
                font-size: 1.8rem;
            }
            
            .enquiry-form {
                padding: 25px;
            }
            
            .back-to-top {
                bottom: 20px;
                right: 20px;
                width: 40px;
                height: 40px;
            }
            
            /* 调整移动端小标题字体大小 */
            .cms-content h3 {
                font-size: 1.3rem;
            }
            
            .cms-content h4 {
                font-size: 1.15rem;
            }
            
            /* 进一步减少移动端区块间距 */
            .product-content-section {
                padding: 30px 0 20px;
            }
            
            .section-padding {
                padding: 30px 0;
            }
            
            .enquiry-section {
                margin: 30px 0;
                padding: 30px 0;
            }
            
            .related-products {
                padding: 30px 0;
            }
        }
        
        @media (max-width: 576px) {
            .product-content-section {
                padding: 20px 0 15px;
            }
            
            .section-padding {
                padding: 20px 0;
            }
            
            .product-title {
                font-size: 1.6rem;
            }
            
            .section-title h2 {
                font-size: 1.5rem;
            }
            
            /* 进一步调整移动端小标题字体大小 */
            .cms-content h3 {
                font-size: 1.2rem;
            }
            
            .cms-content h4 {
                font-size: 1.1rem;
            }
            
            .enquiry-section {
                margin: 20px 0;
                padding: 20px 0;
            }
            
            .related-products {
                padding: 20px 0;
            }
        }
        
        /* 保持原有其他样式不变 */
        .header-top {
            background-color: var(--dark);
            color: white;
            padding: 8px 0;
            font-size: 0.9rem;
        }
        
        .header-top a {
            color: white;
            text-decoration: none;
        }
        
        .header-top-right {
            text-align: right;
        }
        
        .navbar {
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 15px 0;
        }
        
        .navbar-brand {
            display: flex;
            align-items: center;
            padding: 0;
        }
        
        .navbar-brand img {
            height: 50px;
            width: auto;
        }
        
        .navbar-nav .nav-link {
            font-weight: 500;
            color: var(--dark);
            margin: 0 10px;
            transition: color 0.3s;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--secondary);
        }
        
        .dropdown-menu {
            border: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            padding: 10px 0;
        }
        
        .dropdown-item {
            padding: 8px 20px;
            transition: all 0.2s;
        }
        
        .dropdown-item:hover {
            background-color: #e1e5ed;
            color: var(--primary);
        }
        
        .btn-primary {
            background-color: var(--secondary);
            border-color: var(--secondary);
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .btn-primary:hover {
            background-color: #e55a00;
            border-color: #e55a00;
            transform: translateY(-2px);
        }
        
        .carousel-control-prev, .carousel-control-next {
            width: 50px;
            height: 50px;
            background-color: rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.8;
        }
        
        .carousel-control-prev:hover, .carousel-control-next:hover {
            opacity: 1;
        }
        
        .product-container {
            width: 100%;
            padding-right: var(--bs-gutter-x, 0.75rem);
            padding-left: var(--bs-gutter-x, 0.75rem);
            margin-right: auto;
            margin-left: auto;
            max-width: 1140px;
            display: flex;
            align-items: stretch;
            flex-wrap: wrap;
        }
        
        .product-img-col {
            flex: 0 0 50%;
            padding-right: 40px;
        }
        
        .product-text-col {
            flex: 0 0 50%;
            display: flex;
            flex-direction: column;
        }
        
        .carousel-inner {
            height: 100%;
        }
        
        .carousel-item {
            height: 100%;
        }
        
        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .carousel-indicators {
            bottom: 15px;
        }
        
        .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin: 0 5px;
            background-color: rgba(255, 255, 255, 0.7);
            border: none;
        }
        
        .carousel-indicators .active {
            background-color: white;
            width: 12px;
            height: 12px;
        }
        
        .breadcrumbs a {
            color: var(--secondary);
            text-decoration: none;
        }
        
        .breadcrumbs a:hover {
            text-decoration: underline;
        }
        
        .breadcrumbs .separator {
            margin: 0 8px;
            color: var(--gray);
        }
        
        .breadcrumbs .current {
            color: var(--dark);
            font-weight: 500;
        }
        
        .inquiry-btn {
            margin-top: auto;
            margin-bottom: 0;
            align-self: flex-start;
        }
        
        .elementor-button {
            display: inline-block;
            line-height: 1;
            background-color: var(--secondary);
            color: #fff;
            text-align: center;
            cursor: pointer;
            border: 1px solid transparent;
            border-radius: 30px;
            padding: 12px 30px;
            transition: all 0.3s;
            font-weight: 600;
            text-decoration: none;
        }
        
        .elementor-button:hover {
            background-color: #e55a00;
            color: #fff;
            text-decoration: none;
            transform: translateY(-2px);
        }
        
        .product-detail-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }
        
        .section-title {
            text-align: left;
            margin-bottom: 40px;
        }
        
        .section-title h2 {
            color: var(--dark);
            font-size: 1.8rem;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            width: 140px;
            height: 4px;
            background: var(--secondary);
            bottom: -20px;
            left: 0;
        }
        
        .section-title p {
            color: var(--gray);
            max-width: 700px;
            margin: 0;
        }
        
        .feature-card i {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 15px;
        }
        
        .feature-card h4 {
            color: var(--dark);
            margin-bottom: 15px;
        }
        
        .feature-card p {
            color: var(--gray);
            margin-bottom: 20px;
        }
        
        .specifications-table {
            width: 100%;
            border-collapse: collapse;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-radius: 10px;
            overflow: hidden;
            background-color: white;
        }
        
        .specifications-table th {
            background-color: var(--primary);
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }
        
        .specifications-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .specifications-table td {
            padding: 15px;
            border-bottom: 1px solid #dee2e6;
        }
        
        .specifications-table tr:last-child td {
            border-bottom: none;
        }
        
        .customization-item {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
            margin-bottom: 25px;
            padding: 25px;
            border-left: 4px solid var(--secondary);
        }
        
        .customization-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .customization-item h5 {
            color: var(--primary);
            margin-bottom: 10px;
        }
        
        .enquiry-section {
            background-color: var(--dark);
            padding: 80px 0;
            margin: 0px 0;
            border-radius: 10px;
        }
        
        .form-control {
            border-radius: 5px;
            padding: 12px 15px;
            border: 1px solid #dee2e6;
            margin-bottom: 20px;
        }
        
        .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 0.2rem rgba(10, 77, 162, 0.25);
        }
        
        .related-products {
            padding: 80px 0;
        }
        
        .product-content {
            padding: 20px;
        }
        
        .product-content h5 {
            color: var(--dark);
            margin-bottom: 10px;
        }
        
        .product-content p {
            color: var(--gray);
            font-size: 0.9rem;
            margin-bottom: 15px;
        }
        
        .footer {
            background: var(--dark);
            color: white;
            padding: 60px 0 20px;
        }
        
        .footer h5 {
            color: white;
            margin-bottom: 25px;
            font-weight: 600;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: #b0b7c3;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: white;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            color: white;
            transition: all 0.3s;
        }
        
        .social-icons a:hover {
            background: var(--secondary);
            transform: translateY(-3px);
        }
        
        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 40px;
            text-align: center;
            color: #b0b7c3;
            font-size: 0.9rem;
        }
        
        @media (max-width: 991px) {
            .header-top-right {
                text-align: left;
                margin-top: 10px;
            }
            
            .product-img-col,
            .product-text-col {
                flex: 0 0 100%;
            }
            
            .product-img-col {
                padding-right: 0;
                margin-bottom: 30px;
            }
            
            .carousel-control-prev,
            .carousel-control-next {
                width: 40px;
                height: 40px;
            }
        }
        
        .mega-menu {
            padding: 20px !important;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            border: none;
        }

        .mega-menu .dropdown-item {
            padding: 8px 12px;
            border-radius: 6px;
            transition: all 0.3s;
            margin-bottom: 2px;
            font-size: 0.9rem;
        }

        .mega-menu .dropdown-item:hover {
            background-color: #f0f7ff;
            color: var(--primary);
            transform: translateX(5px);
        }

        .mega-menu .fa-check {
            color: var(--secondary);
            font-size: 0.7rem;
        }

        @media (min-width: 992px) {
            .mega-menu {
                left: -100px !important;
            }
        }

        @media (max-width: 1199px) {
            .mega-menu {
                left: -150px !important;
                min-width: 700px !important;
            }
        }

        @media (max-width: 991px) {
            .mega-menu {
                width: 100% !important;
                min-width: auto !important;
                left: 0 !important;
            }
            
            .mega-menu .row {
                margin: 0;
            }
            
            .mega-menu .col-md-3 {
                margin-bottom: 15px;
            }
        }