@charset "utf-8";
/* CSS Document */

.InsidePages_list li.yijion>a>h3:before, .InsidePages_list li.yiji:hover >a>h3:before, .InsidePages_list li.yijion>a>h3, .InsidePages_list li.yiji:hover >a>h3, .HJZF_Z__Breadcrumbs span.current, .InsidePages_left_content-main {
	border-color: #c09169;
	color: #c09169;
}
.detail_oubao_bottom {
	position: relative;
}
.detail_oubao_bottom .detail_oubao_bottom_text {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.HJZF_Z__innerBanner2 .banner_about2_title {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	text-align: left;
	max-width: var(--width-container);
	transform: none;
	position: absolute;
	width: 100%;
	color: #FFFFFF;
}
 @media(max-width: 767px) {
.detail_oubao_bottom .detail_oubao_bottom_text {
	font-size: 16px;
	width: 100%;
	text-align: center;
}
}
.InsidePages_content-right_editor,.InsidePages_content-right_editor p{
	line-height: 30px;
	font-size: 16px;
}
.InsidePages_content-right_editor h2{
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 15px;
	display: block;
}
.InsidePages_content-right_editor h4{
	margin-bottom: 10px;
	margin-top: 15px;
	display: block;
}

/* Contact Page Styles */
.contact-page {
    padding: 40px 0;
}

/* Contact Info Section */
.contact-info-section {
    margin-bottom: 50px;
}

.contact-info-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.info-icon i {
    font-size: 28px;
    color: #fff;
}

.contact-info-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.contact-info-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Contact Form Section */
.contact-form-section {
    background: #fafafa;
    padding: 40px 0;
    border-radius: 12px;
}

.contact-form-section .section-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.contact-form-section .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #c09169;
}

.contact-form-section p {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
}

.contact-form {
    max-width: 100%;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #c09169;
    box-shadow: 0 0 0 3px rgba(192, 145, 105, 0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(192, 145, 105, 0.4);
}

.submit-btn i {
    font-size: 16px;
}

/* Map Container */
.map-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map-image {
    width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: cover;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}

.map-marker {
    width: 50px;
    height: 50px;
    background: #c09169;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

.map-marker i {
    font-size: 20px;
    color: #fff;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(192, 145, 105, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(192, 145, 105, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(192, 145, 105, 0);
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .contact-page {
        padding: 20px 15px;
    }
    
    .contact-info-section {
        margin-bottom: 30px;
    }
    
    .contact-info-box {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .info-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 15px;
    }
    
    .info-icon i {
        font-size: 22px;
    }
    
    .contact-info-box h3 {
        font-size: 16px;
    }
    
    .contact-info-box p {
        font-size: 13px;
    }
    
    .contact-form-section {
        padding: 30px 15px;
        margin: 0;
        border-radius: 0;
    }
    
    .contact-form-section .section-title {
        font-size: 22px;
        text-align: center;
    }
    
    .contact-form-section .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .contact-form-section p {
        font-size: 14px;
        text-align: center;
    }
    
    .contact-form input,
    .contact-form textarea {
        padding: 12px 15px;
    }
    
    .submit-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }
    
    .map-image {
        min-height: 250px;
    }
    
    .map-marker {
        width: 40px;
        height: 40px;
    }
    
    .map-marker i {
        font-size: 16px;
    }
}

/* News Page Styles */
.news-page {
    padding: 40px 0;
}

/* News Header */
.news-header {
    text-align: center;
    margin-bottom: 50px;
}

.page-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.page-subtitle {
    font-size: 16px;
    color: #666;
}

/* News List */
.news-list {
    margin-bottom: 40px;
}

.news-item {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.news-image {
    flex-shrink: 0;
    width: 350px;
    height: 220px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.post-meta span {
    font-size: 13px;
    color: #888;
}

.post-meta .category {
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 20px;
    color: #c09169;
    font-weight: 500;
}

.news-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.news-title a {
    color: #333;
    text-decoration: none;
}

.news-title a:hover {
    color: #c09169;
}

.news-excerpt {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c09169;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #a07a58;
    gap: 12px;
}

/* Pagination */
.pagination {
    text-align: center;
    padding: 20px 0;
}

.pagination .showpage {
    display: inline-flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
	line-height: 40px;
	color: #666;
}

/* .pagination li {
    margin: 0;
} */

.pagination a,.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    border-color: #c09169;
    color: #c09169;
}

.pagination li.active a {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    border-color: #c09169;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .news-page {
        padding: 20px 15px;
    }
    
    .news-header {
        margin-bottom: 30px;
    }
    
    .page-title {
        font-size: 24px;
    }
    
    .page-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }
    
    .news-item {
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    .news-image {
        width: 100%;
        height: 180px;
    }
    
    .news-content {
        padding: 20px;
    }
    
    .post-meta {
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .news-title {
        font-size: 18px;
    }
    
    .news-excerpt {
        font-size: 14px;
    }
    
    .pagination a {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
}

/* Article Detail Page Styles */
.news-detail-page {
    padding: 40px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Article Header */
.article-header {
    margin-bottom: 30px;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
    align-items: center;
}

.category-tag {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.publish-date,
.author {
    font-size: 14px;
    color: #888;
}

.publish-date i,
.author i {
    margin-right: 5px;
    color: #c09169;
}

.article-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    margin-bottom: 20px;
}

.article-share {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.article-share span {
    font-weight: 600;
    color: #666;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
    transform: translateY(-2px);
}

/* Featured Image */
.article-featured-image {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.article-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Article Body */
.article-body {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

.article-body .lead {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
}

.article-body h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid #c09169;
}

.article-body p {
    margin-bottom: 20px;
}

.article-body ul {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.article-body li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.article-body li::before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #c09169;
}

.article-body blockquote {
    background: #fafafa;
    border-left: 4px solid #c09169;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 8px;
}

.article-body blockquote p {
    font-size: 18px;
    font-style: italic;
    color: #555;
    margin-bottom: 10px;
}

.article-body blockquote cite {
    font-size: 14px;
    color: #888;
    font-style: normal;
}

/* Article Footer */
.article-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.article-tags span {
    font-weight: 600;
    color: #666;
}

.tag {
    display: inline-block;
    padding: 6px 16px;
    background: #f5f5f5;
    color: #666;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag:hover {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
}

/* Article Navigation */
.article-navigation {
    display: flex;
    gap: 20px;
}

.nav-prev,
.nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

.nav-prev a,
.nav-next a {
    display: inline-block;
    padding: 20px;
    background: #fafafa;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-prev a:hover,
.nav-next a:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.nav-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.nav-label i {
    color: #c09169;
}

.nav-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* Related Articles */
.related-articles {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #f0f0f0;
}

.related-articles .section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.related-articles .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #c09169;
}

.related-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.related-article-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.related-article-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.related-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-article-item:hover .related-image img {
    transform: scale(1.05);
}

.related-content {
    padding: 20px;
}

.related-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    display: block;
}

.related-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.related-content h4 a {
    color: #333;
    text-decoration: none;
}

.related-content h4 a:hover {
    color: #c09169;
}

.related-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .news-detail-page {
        padding: 20px 15px;
    }
    
    .article-header {
        margin-bottom: 20px;
    }
    
    .article-meta {
        gap: 15px;
    }
    
    .category-tag {
        font-size: 12px;
        padding: 5px 12px;
    }
    
    .publish-date,
    .author {
        font-size: 13px;
    }
    
    .article-title {
        font-size: 24px;
    }
    
    .article-share {
        justify-content: center;
    }
    
    .article-featured-image {
        margin-bottom: 20px;
    }
    
    .article-body {
        font-size: 15px;
    }
    
    .article-body .lead {
        font-size: 16px;
    }
    
    .article-body h2 {
        font-size: 20px;
    }
    
    .article-body blockquote {
        padding: 20px;
        margin: 20px 0;
    }
    
    .article-body blockquote p {
        font-size: 16px;
    }
    
    .article-navigation {
        flex-direction: column;
        gap: 15px;
    }
    
    .nav-prev a,
    .nav-next a {
        padding: 15px;
    }
    
    .related-articles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .related-image {
        height: 150px;
    }
}

/* Products List Page Styles */
.products-page-wrapper {
    display: flex;
    gap: 30px;
    padding: 40px 0;
}

/* Left Sidebar */
.products-sidebar {
    flex-shrink: 0;
    width: 280px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 5px;
}

.category-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    color: #666;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.category-list li a:hover {
    background: #fafafa;
    color: #c09169;
    padding-left: 20px;
}

.category-list li.active a {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
}
.category-list li.active ul a{
	background: none;
}
.category-list li.has-submenu > a {
    font-weight: 600;
}

.category-list .submenu {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 15px;
    display: none;
}

.category-list li.has-submenu.open .submenu {
    display: block;
}

.category-list .submenu li a {
    padding: 10px 15px;
    font-size: 13px;
    color: #888;
}

.category-list .submenu li a:hover {
    color: #c09169;
}

/* Contact Widget */
.contact-widget p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
	width: 100%;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(192, 145, 105, 0.4);
}

/* Right Content */
.products-page {
    flex: 1;
    min-width: 0;
}

/* Category Header */
.category-header {
    margin-bottom: 40px;
}

.category-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
}

.category-description {
    background: #fafafa;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #c09169;
}

.category-description p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.category-description p:last-child {
    margin-bottom: 0;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.product-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.product-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.product-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-item:hover .product-image img {
    transform: scale(1.08);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(192, 145, 105, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-item:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #fff;
    color: #c09169;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.view-btn:hover {
    background: #333;
    color: #fff;
}

.product-info {
    padding: 18px 15px;
    text-align: center;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.product-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-name a:hover {
    color: #c09169;
}

/* Products Pagination */
.products-pagination {
    text-align: center;
    padding: 30px 0;
}

.products-pagination ul {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.products-pagination li {
    margin: 0;
}

.products-pagination a,
.products-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
}

.products-pagination a:hover {
    border-color: #c09169;
    color: #c09169;
}

.products-pagination li.active a {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    border-color: #c09169;
    color: #fff;
}

.products-pagination li.dots span {
    border: none;
    color: #999;
}

.products-pagination li.next a {
    background: #f5f5f5;
}

.products-pagination li.next a:hover {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .products-page-wrapper {
        flex-direction: column;
    }
    
    .products-sidebar {
        width: 100%;
    }
    
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .products-page-wrapper {
        padding: 20px 15px;
    }
    
    .sidebar-widget {
        padding: 20px;
    }
    
    .category-header {
        margin-bottom: 30px;
    }
    
    .category-title {
        font-size: 24px;
        padding-bottom: 12px;
    }
    
    .category-description {
        padding: 20px 15px;
    }
    
    .category-description p {
        font-size: 14px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .product-info {
        padding: 12px 10px;
    }
    
    .product-name {
        font-size: 14px;
    }
    
    .view-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .products-pagination ul {
        gap: 5px;
    }
    
    .products-pagination a,
    .products-pagination span {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* Product Detail Page Styles */
.product-detail-page {
    padding: 0;
}

/* Product Main Section */
.product-main-section {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

/* Product Gallery */
.product-gallery {
    flex-shrink: 0;
    width: 45%;
}

.gallery-main {
    margin-bottom: 15px;
}

.main-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.main-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-zoom-hint {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
}

.gallery-thumbs {
    display: flex;
    gap: 12px;
}

.thumb-item {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumb-item:hover,
.thumb-item.active {
    border-color: #c09169;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* JD Zoom Styles */
.gallery-main {
    position: relative;
    width: 100%;
}

.jd-zoom-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.jd-small-box {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    cursor: move;
}

.jd-small-img {
    width: 100%;
    height: auto;
    display: block;
}

.jd-mask {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: rgba(192, 145, 105, 0.3);
    border: 1px solid rgba(192, 145, 105, 0.6);
    cursor: move;
    display: none;
    z-index: 10;
}

.jd-big-box {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    width: 400px;
    height: 400px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.18);
    display: none;
    z-index: 100;
    background: #fff;
}

.jd-big-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}

/* Product Summary */
.product-summary {
    flex: 1;
}

.product-breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.product-breadcrumb a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-breadcrumb a:hover {
    color: #c09169;
}

.product-breadcrumb i {
    margin: 0 8px;
    font-size: 10px;
}

.product-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.product-rating .stars {
    color: #ffc107;
    font-size: 16px;
}

.product-rating .stars i {
    margin-right: 2px;
}

.rating-text {
    font-size: 13px;
    color: #888;
}

.product-short-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.product-highlights h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.product-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.product-highlights li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #555;
}

.product-highlights li i {
    color: #4caf50;
    font-size: 16px;
}

.product-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.inquiry-btn,
.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.inquiry-btn {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
}

.inquiry-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(192, 145, 105, 0.4);
}

.download-btn {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #e0e0e0;
}

.download-btn:hover {
    background: #eee;
}

.product-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-share span {
    font-weight: 600;
    color: #666;
}

.share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-link:hover {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
}

/* Product Details Tabs */
.product-details-tabs {
    margin-bottom: 50px;
}

.tabs-header {
    display: flex;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 30px;
}

.tab-btn {
    padding: 15px 30px;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    color: #333;
}

.tab-btn.active {
    color: #c09169;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #c09169;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-panel h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.tab-panel h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 25px 0 15px;
}

.tab-panel p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.tab-panel ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.tab-panel ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 8px;
}

/* Feature Boxes */
.feature-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.feature-box {
    background: #fafafa;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-box:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.feature-box i {
    font-size: 32px;
    color: #c09169;
    margin-bottom: 15px;
}

.feature-box h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.feature-box p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* Specifications Table */
.specs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.specs-table tr {
    border-bottom: 1px solid #f0f0f0;
}

.specs-table tr:last-child {
    border-bottom: none;
}

.specs-table th,
.specs-table td {
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
}

.specs-table th {
    background: #fafafa;
    color: #333;
    font-weight: 600;
    width: 200px;
}

.specs-table td {
    color: #666;
}

/* Installation Steps */
.installation-steps {
    margin: 30px 0;
}

.step {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #e0e0e0;
}

.step:last-child {
    border-bottom: none;
}

.step-number {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.step-content h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.installation-tips {
    background: #fff8e1;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #ffc107;
}

.installation-tips h4 {
    margin-top: 0;
    color: #f57c00;
}

.installation-tips h4 i {
    margin-right: 8px;
}

.installation-tips ul {
    margin-bottom: 0;
}

/* Reviews */
.reviews-summary {
    margin-bottom: 30px;
}

.overall-rating {
    text-align: center;
    padding: 30px;
    background: #fafafa;
    border-radius: 12px;
}

.rating-number {
    font-size: 48px;
    font-weight: bold;
    color: #333;
}

.rating-stars {
    color: #ffc107;
    font-size: 20px;
    margin: 10px 0;
}

.total-reviews {
    font-size: 14px;
    color: #888;
}

.reviews-list {
    margin-top: 30px;
}

.review-item {
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer-name {
    font-weight: 600;
    color: #333;
    margin-right: 15px;
}

.review-date {
    font-size: 13px;
    color: #888;
}

.review-rating {
    color: #ffc107;
}

.review-text {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* Related Products */
.related-products-section {
    padding-top: 40px;
    border-top: 2px solid #f0f0f0;
}

.related-products-section .section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.related-products-section .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #c09169;
}

.related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.related-product-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.related-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.related-product-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.related-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-product-item:hover .related-product-image img {
    transform: scale(1.05);
}

.related-product-info {
    padding: 15px;
    text-align: center;
}

.related-product-info h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.related-product-info h4 a {
    color: #333;
    text-decoration: none;
}

.related-product-info h4 a:hover {
    color: #c09169;
}

.related-product-info p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .feature-boxes {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .related-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .product-main-section {
        flex-direction: column;
    }
    
    .product-gallery {
        width: 100%;
    }
    
    .tabs-header {
        flex-wrap: wrap;
    }
    
    .tab-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .related-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-title {
        font-size: 24px;
    }
    
    .product-actions {
        flex-direction: column;
    }
    
    .inquiry-btn,
    .download-btn {
        width: 100%;
        justify-content: center;
    }
    
    .feature-boxes {
        grid-template-columns: 1fr;
    }
    
    .specs-table th {
        width: 120px;
    }
    
    .step {
        flex-direction: column;
        gap: 15px;
    }
    
    .related-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .related-product-image {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .tabs-header {
        gap: 0;
    }

    .tab-btn {
        flex: 1;
        text-align: center;
        padding: 10px;
        font-size: 13px;
    }

    .related-products-grid {
        grid-template-columns: 1fr;
    }
}

/* Inquiry Form Section */
.inquiry-form-section {
    padding: 50px 0;
    margin-top: 50px;
    border-top: 2px solid #f0f0f0;
}

.inquiry-form-container {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.inquiry-form-header {
    text-align: center;
    margin-bottom: 35px;
}

.inquiry-form-header h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.inquiry-form-header p {
    font-size: 15px;
    color: #888;
}

.inquiry-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.form-group.full-width {
    width: 100%;
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-group label .required {
    color: #e74c3c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c09169;
    box-shadow: 0 0 0 3px rgba(192, 145, 105, 0.1);
}

.form-group input.readonly-input {
    background: #f9f9f9;
    color: #666;
    cursor: not-allowed;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-actions {
    text-align: center;
    margin-top: 30px;
}

.submit-inquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 50px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-inquiry-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(192, 145, 105, 0.4);
}

.submit-inquiry-btn i {
    font-size: 16px;
}

/* Responsive Styles for Inquiry Form */
@media (max-width: 768px) {
    .inquiry-form-section {
        padding: 30px 0;
        margin-top: 30px;
    }

    .inquiry-form-container {
        padding: 25px 20px;
    }

    .inquiry-form-header h3 {
        font-size: 22px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-group input,
    .form-group textarea {
        padding: 12px 15px;
    }

    .submit-inquiry-btn {
        width: 100%;
        padding: 14px 30px;
    }
}

/* Waterproof Laminate Flooring Page Styles */
.company-profile-container {
    padding: 0;
}

/* Hero Section */
.hero-section {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin-bottom: 50px;
    border-radius: 16px;
}

.hero-section .section-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

.hero-section .lead-text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-width: 1000px;
    margin: 0 auto;
}

/* Product Overview */
.product-overview {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.overview-image {
    flex-shrink: 0;
    width: 45%;
    border-radius: 12px;
    overflow: hidden;
}

.overview-image img {
    width: 100%;
    height: auto;
    display: block;
}

.overview-content {
    flex: 1;
}

.overview-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.overview-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
}

.overview-features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.feature-item i {
    font-size: 18px;
    color: #c09169;
}

.feature-item span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Product Showcase Carousel */
.product-showcase {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    /* border-radius: 16px; */
}

.showcase-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.showcase-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 400px;
    padding: 50px 20px;
    max-width: 80%;
    box-sizing: border-box;
    /* background: rgba(0, 0, 0, 0.4); */
}

.showcase-left {
    flex: 0 0 35%;
    max-width: 35%;
    color: #fff;
    padding-right: 40px;
}

.showcase-left h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.showcase-left p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.9;
}

.learn-more-btn {
    padding: 15px 40px;
    background: #c09169;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.learn-more-btn:hover {
    background: #d4a574;
    transform: translateY(-2px);
}

.showcase-right {
    flex: 0 0 65%;
    max-width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 10px;
    pointer-events: none;
}

.carousel-nav-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #c09169;
    background: rgba(0, 0, 0, 0.5);
    color: #c09169;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.carousel-nav-btn:hover {
    background: #c09169;
    color: #fff;
}

.carousel-nav-btn i {
    font-size: 16px;
}

.product-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 8px;
    width: 100%;
}

.carousel-item {
    flex: 0 0 calc(33.333% - 6px);
    max-width: calc(33.333% - 6px);
    opacity: 0.5;
    transition: all 0.5s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.carousel-item.active {
    opacity: 1;
}

.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

.product-info {
    text-align: center;
    margin-top: 10px;
}

.product-info h4 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-info p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-indicators {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    justify-content: center;
}

.carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.carousel-indicators .indicator.active {
    background: #c09169;
    transform: scale(1.3);
}

/* Why Choose Section */
.why-choose-section {
    margin-bottom: 50px;
    margin-top:50px;
}

.section-heading {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-choose-card {
    text-align: center;
    padding: 30px 20px;
}

.icon-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wrapper img{
    max-width: 200%;
}
.feature-icon {
    width: 100%;
    height: 100%;
}

.why-choose-card h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-choose-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    text-align: justify;
}

/* Product Specifications */
.product-specs {
    margin-bottom: 50px;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.specs-table thead th {
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    color: #fff;
    padding: 18px 25px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

.specs-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.specs-table tbody tr:last-child {
    border-bottom: none;
}

.specs-table tbody td {
    padding: 15px 25px;
    font-size: 14px;
    color: #666;
}

.specs-table tbody td:first-child {
    font-weight: 600;
    color: #333;
}

/* Application Scenarios */
.application-scenarios {
    margin-bottom: 50px;
}

.scenarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.scenario-card {
    position: relative;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.scenario-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.scenario-card:hover img {
    transform: scale(1.1);
}

.scenario-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 30px 20px 20px;
}

.scenario-overlay h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

/* Comparison Section */
.comparison-section {
    margin-bottom: 50px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.comparison-table thead th {
    background: #333;
    color: #fff;
    padding: 18px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table tbody td {
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.comparison-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
}

.comparison-table .green {
    color: #4caf50;
    font-size: 18px;
}

.comparison-table .red {
    color: #e74c3c;
    font-size: 18px;
}

.comparison-table .orange {
    color: #f57c00;
    font-size: 18px;
}

/* Testimonials Section */
.testimonials-section {
    margin-bottom: 50px;
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.testimonial-item {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-avatar i {
    font-size: 24px;
    color: #fff;
}

.author-info h5 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0;
}

.author-info p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #c09169 0%, #d4a574 100%);
    border-radius: 16px;
}

.cta-section h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn.primary {
    background: #fff;
    color: #c09169;
}

.cta-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-btn.secondary {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .showcase-content {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .showcase-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .showcase-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .showcase-left h2 {
        font-size: 32px;
    }
    
    .carousel-nav {
        padding: 0 20px;
    }
    
    .carousel-nav-btn {
        width: 35px;
        height: 35px;
    }
    
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-slider {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .product-overview {
        flex-direction: column;
    }
    
    .overview-image {
        width: 100%;
    }
    
    .scenarios-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-showcase {
        min-height: 350px;
    }
    
    .showcase-content {
        min-height: 350px;
        padding: 25px 15px;
    }
    
    .showcase-left h2 {
        font-size: 26px;
    }
    
    .showcase-left p {
        font-size: 14px;
    }
    
    .learn-more-btn {
        padding: 12px 30px;
        font-size: 12px;
    }
    
    .carousel-nav {
        padding: 0 5px;
    }
    
    .carousel-nav-btn {
        width: 30px;
        height: 30px;
    }
    
    .carousel-nav-btn i {
        font-size: 14px;
    }
    
    .carousel-item {
        flex: 0 0 calc(33.333% - 6px);
        max-width: calc(33.333% - 6px);
    }

    .carousel-item img {
        height: auto;
    }
    
    .product-info h4 {
        font-size: 11px;
    }
    
    .product-info p {
        font-size: 9px;
    }
    
    .hero-section {
        padding: 40px 15px;
    }
    
    .hero-section .section-title {
        font-size: 24px;
    }
    
    .overview-features {
        gap: 15px;
    }
    
    .feature-item {
        padding: 10px 15px;
    }
    
    .section-heading {
        font-size: 24px;
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr;
    }
    
    .icon-wrapper {
        width: 100px;
        height: 100px;
    }
    
    .scenarios-grid {
        grid-template-columns: 1fr;
    }
    
    .scenario-card {
        height: 180px;
    }
    
    .testimonials-slider {
        grid-template-columns: 1fr;
    }
    
    .cta-section {
        padding: 40px 20px;
    }
    
    .cta-section h3 {
        font-size: 22px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}