/*!
 * app.css for master
 * Author wzcoder.com
 * @Copyright 2005-2021 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2021-03-05-1:59 PM
 */

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/
.section {
    /*color: var(--default-color);*/
    background-color: var(--light-bg-color);
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

.object-centered {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}

a.popup-with-zoom-anim {
    z-index: 20;
}

span.video-play-icon {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;

}

span.video-play-icon i {
    color: var(--accent-color);
    font-size: 32px;
    display: inline-block;
    line-height: 55px;
}

span.video-play-icon i:before {
    line-height: unset;
}

span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

.btn-default {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 0.9rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
}

.btn-default:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: var(--contrast-color);
}

.gslide-description.description-bottom h4 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: bold;
}

.article-prev-next,
.article-prev-next p {
    margin-bottom: 0;
    font-weight: 600;
}

.article-prev-next .prev, .article-prev-next .next {
    min-width: 50%;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title__v3 {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.section-title__v3 h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: var(--dark-color);
}

.section-title__v3 h2:before,
.section-title__v3 h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--accent-color);
    display: inline-block;
}

.section-title__v3 h2:before {
    margin: 0 15px 10px 0;
}

.section-title__v3 h2:after {
    margin: 0 0 10px 15px;
}

.section-title__v3 p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about .display-6 {
    line-height: 1.2;
    color: var(--default-color);
}

.about .display-6 span {
    position: relative;
    color: var(--accent-color);
}

.about .display-6 span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    left: 0;
    bottom: 5px;
    z-index: -1;
}

.about .lead {
    color: color-mix(in srgb, var(--text-color-primary), transparent 20%);
    font-size: 1.125rem;
}

.about .stat-box {
    display: flex;
    flex-direction: column;
    background-color: var(--surface-color);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    min-width: 110px;
    border-bottom: 3px solid var(--accent-color);
    transition: transform 0.3s ease;
}

.about .stat-box:hover {
    transform: translateY(-5px);
}

.about .stat-box .stat-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--heading-color);
}

.about .stat-box .stat-label {
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.about .vision-block {
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    padding-top: 1.5rem;
}

.about .vision-tit {
    width: 110px;
    min-width: 110px;
}

.about .vision-tit h3 {
    font-size: 1.2rem;
    color: var(--heading-color);
}

.about .vision-cont p {
    color: color-mix(in srgb, var(--text-color-primary), transparent 20%);
}

.about .vision-block img {
    transition: transform 0.3s ease;
}

.about .vision-block img:hover {
    transform: scale(1.05);
}

.about .image-stack {
    position: relative;
    height: 500px;
}

@media (max-width: 992px) {
    .about .image-stack {
        height: 400px;
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .about .image-stack {
        height: 350px;
    }
}

.about .image-stack .image-stack-item {
    position: absolute;
    width: 80%;
    height: auto;
    transition: transform 0.5s ease;
}

.about .image-stack .image-stack-item:hover {
    transform: translateY(-10px);
}

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

.about .image-stack .image-stack-item-top {
    z-index: 1;
    top: 0;
    left: 0;
}

.about .image-stack .image-stack-item-bottom {
    z-index: 2;
    bottom: 0;
    right: 0;
}

/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.whyus-row {
    margin-top: 2rem;
}

.whyus-row .whyus-card {
    background-color: var(--surface-color);
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.whyus-row .whyus-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    transition: height 0.5s ease;
    z-index: -1;
}

.whyus-row .whyus-card:hover {
    transform: translateY(-10px);
}

.whyus-row .whyus-card:hover:before {
    height: 100%;
}

.whyus-row .whyus-card:hover .card-icon {
    background-color: var(--accent-color);
}

.whyus-row .whyus-card:hover .card-icon i {
    color: var(--contrast-color);
}

.whyus-row .whyus-card .card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.whyus-row .whyus-card .card-icon i {
    font-size: 1.75rem;
    color: var(--accent-color);
    transition: color 0.3s ease;
    line-height: 20px;
}

.whyus-row .whyus-card h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--heading-color);
}

.whyus-row .whyus-card p {
    margin-bottom: 0;
    color: color-mix(in srgb, var(--text-color-primary), transparent 20%);
}

/*--------------------------------------------------------------
# vision Section
--------------------------------------------------------------*/
.vision .vision-img {
    overflow: hidden;
    border-radius: 1rem;
}

.vision .vision-img img {
    transition: transform 0.5s ease;
    width: 100%;
}

.vision .vision-img .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 2rem 1.5rem;
    transition: all 0.3s ease;
}

.vision .vision-img .img-overlay h3 {
    color: var(--contrast-color);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

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

.vision .vision-img:hover .img-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.vision .vision-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    position: relative;
    color: var(--default-color);
}

.vision .vision-content h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
}

.vision .vision-content p {
    margin-top: 1.5rem;
    font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.product .product-overview {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product .product-overview .product-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: var(--dark-color);
}

.product .product-overview .product-description {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.product .product-overview .product-cta {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.product .product-overview .product-cta .btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.product .product-overview .product-cta .btn-primary:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    border-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.product .product-overview .product-cta .btn-outline {
    border: 2px solid var(--heading-color);
    color: var(--heading-color);
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    background-color: transparent;
    transition: all 0.3s ease;
}

.product .product-overview .product-cta .btn-outline:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

@media (max-width: 992px) {
    .product .product-overview {
        margin-bottom: 3rem;
    }
}

.product .product-card {
    background-color: var(--surface-color);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

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

.product .product-card .product-icon {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    color: var(--accent-color);
}

.product .product-card .product-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 0.5rem;
    font-family: var(--heading-font);
    line-height: 1;
}

.product .product-card .product-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--default-color);
}

.product .products-summary p {
    margin-bottom: 0.5rem;
}

.product .products-gallery {
    margin-top: 2rem;
}

.product .products-gallery .product-item {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.product .products-gallery .product-item {
    overflow: hidden;
    aspect-ratio: 16/10;
}

.product .products-gallery .product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.product .products-gallery .product-item .product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.product .products-gallery .product-item h4 {
    color: var(--contrast-color);
    margin-bottom: 0.5rem;
    font-weight: 600;
}


.product .products-gallery .product-item:hover img {
    transform: scale(1.1);
}

.product .products-gallery .product-item p {
    color: color-mix(in srgb, var(--contrast-color), transparent 20%);
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 24px;
}

.product .products-gallery .product-item .product-overlay-cont {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    background-color: color-mix(in srgb, var(--default-color), transparent 10%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.product .products-gallery .product-item:hover .product-overlay-cont {
    opacity: 1;
}

.product .products-gallery .product-item .product-overlay-cont .summary {
    max-height: 96px;
    overflow: hidden;
    display: inline-block;
}

.product .products-gallery .product-item .product-more {
    padding-top: 10px;
    font-weight: 600;
    color: color-mix(in srgb, var(--contrast-color), transparent 20%);
}

/*--------------------------------------------------------------
# Recent News Section
--------------------------------------------------------------*/
.recent-news article {
    background: var(--surface-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.recent-news .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.recent-news .post-category {
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-bottom: 10px;
}

.recent-news .title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.recent-news .title a {
    color: var(--heading-color);
    transition: 0.3s;
}

.recent-news .title a:hover {
    color: var(--accent-color);
}

.recent-news .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-news .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.recent-news .post-date {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
}

.testimonials .testimonial-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
}

.testimonials .testimonial-masonry::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, color-mix(in srgb, var(--accent-color), transparent 95%), transparent);
    opacity: 0.5;
    z-index: -1;
}

.testimonials .testimonial-item {
    margin-top: 3rem;
}

.testimonials .testimonial-item:nth-child(3n-1) {
    margin-top: 1.5rem;
}

.testimonials .testimonial-item.highlight .testimonial-content {
    background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
}

.testimonials .testimonial-item.highlight .testimonial-content .quote-pattern {
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
}

.testimonials .testimonial-item.highlight .testimonial-content .quote-pattern i {
    color: var(--accent-color);
}

.testimonials .testimonial-content {
    background-color: var(--surface-color);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.testimonials .testimonial-content:hover {
    transform: translateY(-5px);
}

.testimonials .testimonial-content p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 1.5rem 0;
    position: relative;
}

.testimonials .quote-pattern {
    position: absolute;
    top: -1.25rem;
    left: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--surface-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.testimonials .quote-pattern i {
    font-size: 1.25rem;
    color: var(--accent-color);
}

.testimonials .client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.testimonials .client-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonials .client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials .client-details h3 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.testimonials .client-details .position {
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--heading-color), transparent 40%);
}

@media (max-width: 1199.98px) {
    .testimonials .testimonial-masonry {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .testimonials .testimonial-item:nth-child(3n-1),
    .testimonials .testimonial-item:nth-child(3n) {
        margin-top: 0;
    }

    .testimonials .testimonial-item:nth-child(even) {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .testimonials .testimonial-masonry {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .testimonials .testimonial-item:nth-child(even) {
        margin-top: 0;
    }

    .testimonials .testimonial-content {
        padding: 1.5rem;
    }

    .testimonials .testimonial-content p {
        font-size: 0.9375rem;
        margin: 1.25rem 0;
    }

    .testimonials .quote-pattern {
        width: 2.25rem;
        height: 2.25rem;
        top: -1.125rem;
    }

    .testimonials .quote-pattern i {
        font-size: 1.125rem;
    }

    .testimonials .client-info {
        margin-top: 1.25rem;
        padding-top: 1.25rem;
    }

    .testimonials .client-image {
        width: 45px;
        height: 45px;
    }

    .testimonials .client-details h3 {
        font-size: 1rem;
    }

    .testimonials .client-details .position {
        font-size: 0.8125rem;
    }
}

/*--------------------------------------------------------------
# Factory Gallery
--------------------------------------------------------------*/
.factory-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 15px;
}

.factory-gallery .gallery-grid .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.factory-gallery .gallery-grid .gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.factory-gallery .gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.factory-gallery .gallery-grid .gallery-item .gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transform: translateY(100%);
    transition: all 0.3s;
}

.factory-gallery .gallery-grid .gallery-item .gallery-overlay h4 {
    color: white;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.factory-gallery .gallery-grid .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.factory-gallery .gallery-grid .gallery-item:hover img {
    transform: scale(1.05);
}

.factory-gallery .gallery-grid .gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

@media (max-width: 992px) {
    .factory-gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 200px);
    }
}

@media (max-width: 576px) {
    .factory-gallery .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 200px);
    }

    .factory-gallery .gallery-grid .gallery-item.large {
        grid-column: 1;
        grid-row: span 1;
    }
}

/*--------------------------------------------------------------
# News Posts
--------------------------------------------------------------*/
.news-posts {
    padding-top: 60px;
    padding-bottom: 60px;
}

.news-posts article {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.news-posts .post-img {
    overflow: hidden;
    aspect-ratio: 4/3;
}

.news-posts .post-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
}

.news-posts .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.news-posts .post-img:hover img {
    transform: scale(1.1);
}

.news-posts .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    color: var(--contrast-color);
}

.news-posts .post-category {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: var(--contrast-color);
}

.news-posts .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.news-posts .title a {
    color: var(--contrast-color);
    transition: 0.3s;
}

.news-posts .title a:hover {
    color: color-mix(in srgb, var(--contrast-color), transparent 20%);
}

.news-posts .post-meta {
    font-size: 14px;
    color: color-mix(in srgb, var(--contrast-color), transparent 20%);
}

.news-posts .post-meta span {
    display: inline-block;
}

@media (max-width: 768px) {
    .news-posts .post-content {
        padding: 20px;
    }

    .news-posts .title {
        font-size: 18px;
    }

    .news-posts .post-meta {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-info-box {
    background-color: var(--surface-color);
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    padding: 25px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact .contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact .contact-info-box .icon-box {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact .contact-info-box .icon-box i {
    font-size: 24px;
}

.contact .contact-info-box .info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact .contact-info-box .info-content p {
    margin-bottom: 5px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 15px;
    line-height: 1.5;
}

.contact .contact-info-box .info-content p:last-child {
    margin-bottom: 0;
}

.contact .map-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.contact .map-section iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.no-map h2 {
    font-size: 1.2rem;
}

.php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--accent-color);
    border-top-color: var(--surface-color);
    animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact .form-container-overlap {
    position: relative;
    margin-top: -150px;
    margin-bottom: 60px;
    z-index: 10;
}

.contact .contact-form-wrapper {
    background-color: var(--surface-color);
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.contact .contact-form-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.contact .contact-form-wrapper h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: var(--accent-color);
}

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

.contact .contact-form-wrapper .form-group .input-with-icon {
    position: relative;
}

.contact .contact-form-wrapper .form-group .input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 18px;
    z-index: 10;
}

.contact .contact-form-wrapper .form-group .input-with-icon i.message-icon {
    top: 28px;
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea + i {
    top: 25px;
    transform: none;
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control {
    border-radius: 8px;
    padding: 12px 15px 12px 45px;
    height: 3.5rem;
    color: var(--default-color);
    background-color: var(--surface-color);
    font-size: 15px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--accent-color), transparent 90%);
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea.form-control {
    height: 180px;
    resize: none;
    padding-top: 15px;
}

.contact .contact-form-wrapper .btn-submit {
    background-color: var(--accent-color);
    border: none;
    color: var(--contrast-color);
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.contact .contact-form-wrapper .btn-submit:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.contact .contact-form-wrapper .btn-submit:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.contact .contact-form-wrapper .loading,
.contact .contact-form-wrapper .error-message,
.contact .contact-form-wrapper .sent-message {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .contact .form-container-overlap {
        margin-top: -120px;
    }

    .contact .contact-form-wrapper {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact .contact-info-box {
        margin-bottom: 20px;
    }

    .contact .form-container-overlap {
        margin-top: -100px;
    }

    .contact .contact-form-wrapper {
        padding: 25px;
    }

    .contact .contact-form-wrapper h2 {
        font-size: 24px;
    }

    .contact .map-section {
        height: 450px;
    }
}

@media (max-width: 576px) {
    .contact .form-container-overlap {
        margin-top: -80px;
    }

    .contact .contact-form-wrapper {
        padding: 20px;
    }

    .contact .btn-submit {
        width: 100%;
    }

    .contact .map-section {
        height: 400px;
    }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-item {
    background-color: var(--surface-color);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

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

.faq .faq-item:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.faq .faq-item .faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    cursor: pointer;
    position: relative;
}

.faq .faq-item .faq-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0;
    flex: 1;
    padding-right: 20px;
    transition: color 0.3s ease;
}

.faq .faq-item .faq-header .faq-toggle {
    font-size: 20px;
    color: var(--accent-color);
    transition: transform 0.3s ease;
}

.faq .faq-item .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.faq .faq-item .faq-content p {
    padding: 0 25px 20px;
    margin: 0;
    line-height: 1.6;
    color: var(--default-color);
    font-size: 15px;
}

.faq .faq-item.faq-active .faq-header h3 {
    color: var(--accent-color);
}

.faq .faq-item.faq-active .faq-header .faq-toggle {
    transform: rotate(180deg);
}

.faq .faq-item.faq-active .faq-content {
    max-height: 300px;
    overflow: auto;
}

.faq .faq-contact-card {
    height: 100%;
    background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), var(--heading-color) 30%));
    border-radius: 10px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    color: var(--contrast-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.faq .faq-contact-card .card-icon {
    margin-bottom: 20px;
}

.faq .faq-contact-card .card-icon i {
    font-size: 48px;
    color: color-mix(in srgb, var(--contrast-color), transparent 10%);
}

.faq .faq-contact-card .card-content h3 {
    color: var(--contrast-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq .faq-contact-card .card-content p {
    color: color-mix(in srgb, var(--contrast-color), transparent 10%);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.faq .faq-contact-card .contact-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: auto;
}

.faq .faq-contact-card .contact-options .contact-option {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    border-radius: 8px;
    color: var(--contrast-color);
    transition: all 0.3s ease;
}

.faq .faq-contact-card .contact-options .contact-option:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateX(5px);
}

.faq .faq-contact-card .contact-options .contact-option i {
    font-size: 20px;
    margin-right: 12px;
}

.faq .faq-contact-card .contact-options .contact-option span {
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 991px) {
    .faq .row {
        flex-direction: column-reverse;
    }

    .faq .faq-contact-card {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .faq .faq-item .faq-header {
        padding: 15px 20px;
    }

    .faq .faq-item .faq-header h3 {
        font-size: 16px;
    }

    .faq .faq-item .faq-content p {
        padding: 0 20px 15px;
        font-size: 14px;
    }

    .faq .faq-contact-card {
        padding: 30px 20px;
    }

    .faq .faq-contact-card .card-icon i {
        font-size: 40px;
    }

    .faq .faq-contact-card .card-content h3 {
        font-size: 24px;
    }

    .faq .faq-contact-card .card-content p {
        font-size: 15px;
    }

    .faq .faq-contact-card .contact-options .contact-option {
        padding: 12px 15px;
    }

    .faq .faq-contact-card .contact-options .contact-option i {
        font-size: 18px;
    }

    .faq .faq-contact-card .contact-options .contact-option span {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------
# Applications
--------------------------------------------------------------*/
.applications-gallery .gallery-item {
    display: block;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.applications-gallery .gallery-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: all 0.4s ease;
}

.applications-gallery .gallery-item .gallery-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.applications-gallery .gallery-item .gallery-overlay span {
    color: var(--contrast-color);
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.applications-gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.applications-gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.applications-gallery .gallery-item:hover .gallery-overlay span {
    transform: translateY(0);
}


/*--------------------------------------------------------------
# Certifications
--------------------------------------------------------------*/
.certifications-gallery .gallery-item {
    display: block;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.certifications-gallery .gallery-item img {
    width: 100%;
    aspect-ratio: 1/1.414;
    object-fit: cover;
    transition: all 0.4s ease;
}

.certifications-gallery .gallery-item .gallery-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.certifications-gallery .gallery-item .gallery-overlay span {
    color: var(--contrast-color);
    margin-bottom: 15px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.certifications-gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.certifications-gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.certifications-gallery .gallery-item:hover .gallery-overlay span {
    transform: translateY(0);
}

/*--------------------------------------------------------------
# Products Category
--------------------------------------------------------------*/
.prod-category .prod-category-item {
    padding: 4rem 0;
    position: relative;
}

.prod-category .prod-category-item .prod-category-content {
    position: relative;
    z-index: 2;
}

.prod-category .prod-category-item .prod-category-content .prod-badge {
    display: inline-block;
    background: color-mix(in srgb, var(--accent-color), transparent 85%);
    color: var(--accent-color);
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 30px;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.prod-category .prod-category-item .prod-category-content h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: var(--heading-color);
}

.prod-category .prod-category-item .prod-category-content .prod-summary {
    margin-bottom: 2rem;
}

.prod-category .prod-category-item .prod-category-content p {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: color-mix(in srgb, var(--text-color-primary), transparent 20%);
    font-weight: 300;
}

.prod-category .prod-category-item .prod-category-content .prod-metrics {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

.prod-category .prod-category-item .prod-category-content .prod-metrics .metric .counter {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-color);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.prod-category .prod-category-item .prod-category-content .prod-metrics .metric .label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--heading-color);
}


.prod-category .prod-category-item .prod-image-wrapper {
    position: relative;
}

.prod-category .prod-category-item .prod-image-wrapper .prod-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    position: relative;
    aspect-ratio: 16/10;
}

.prod-category .prod-category-item .prod-image-wrapper .prod-image:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 4px solid var(--accent-color);
    border-radius: 20px;
    z-index: -1;
}

.prod-category .prod-category-item .prod-image-wrapper .prod-image img {
    border-radius: 20px;
    transition: transform 0.8s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod-category .prod-category-item .prod-image-wrapper .prod-image img:hover {
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    .prod-category .prod-category-item .prod-category-content h2 {
        font-size: 2.25rem;
    }

    .prod-category .prod-category-item .prod-category-content p {
        max-width: 100%;
    }

}

@media (max-width: 992px) {
    .prod-category .prod-category-item .prod-category-content {
        margin-bottom: 3rem;
        text-align: center;
    }

    .prod-category .prod-category-item .prod-category-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .prod-category .prod-category-item .prod-category-content .prod-metrics {
        justify-content: center;
    }

    .prod-category .prod-category-item .prod-image-wrapper .prod-image:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .prod-category .prod-category-item {
        padding: 1rem 0;
    }

    .prod-category .prod-category-item .prod-category-content h2 {
        font-size: 2rem;
    }

    .prod-category .prod-category-item .prod-category-content .prod-metrics {
        gap: 1.5rem;
        flex-wrap: wrap;
    }

}

.prod-posts .post-img {
    overflow: hidden;
    aspect-ratio: 1/1;
}

/*.prod-posts .post-img::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);*/
/*}*/

.prod-posts .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.prod-posts .post-img:hover img {
    transform: scale(1.1);
}

.prod-posts .title {
    margin-bottom: 15px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
}

.prod-posts .post-category {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0;
    color: var(--heading-color);
}

/*--------------------------------------------------------------
# Product/Article detail
--------------------------------------------------------------*/
.article .article-category a {
    font-size: 1.125rem;
    text-decoration: underline;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
}

.category-img {
    overflow: hidden;
    aspect-ratio: 1/1;
}

.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery .owl-item {
    background-color: var(--contrast-color);

}

.product-gallery .owl-item .item {
    overflow: hidden;
    aspect-ratio: 1/1;
}

.product-gallery .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article .article-title .post-meta {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.article .article-title .post-meta,
.article .article-title .post-meta a {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.article .article-title .post-meta a:not(:last-child) {
    margin-right: 15px;
}

.article .article-summary {
    color: color-mix(in srgb, var(--dark-color), transparent 30%);
}

.article .article-parameter ul li span {
    font-weight: 600;
}

.article .article-parameter ul li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: color-mix(in srgb, var(--dark-color), transparent 30%);

}

.article-title h1 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

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

.article-body .img-center {
    text-align: center;
}

@media screen and (min-width: 1199.98px) {
    .article-body img {
        max-width: 800px;
        height: auto;
    }
}

.article-footer {
    margin-bottom: 2em;
}

.article .post-source {
    font-size: 14px;
    font-style: italic;
    color: var(--text-color-secondary);
}

.detail-title {
    display: flex;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 10%);
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.detail-title i {
    margin-right: 10px;
}

.detail-title h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: color-mix(in srgb, var(--default-color), transparent 10%);
    padding: 15px 20px;
    min-width: 150px;
    margin-bottom: 0;
}

.article .prod-tabs {
    margin-top: 60px;
}

.article .prod-tabs .nav-pills {
    border-radius: 50px;
    display: inline-flex;
    background-color: color-mix(in srgb, var(--default-color), transparent 90%);
    padding: 5px;
    margin-bottom: 40px;
}

.article .prod-tabs .nav-pills .nav-link {
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 5px;
    color: var(--title-color);
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.article .prod-tabs .nav-pills .nav-link i {
    margin-right: 8px;
    font-size: 1.1rem;
}

.article .prod-tabs .nav-pills .nav-link.active {
    background-color: var(--default-color);
    color: var(--contrast-color);
}

@media (max-width: 768px) {
    .article .prod-tabs .nav-pills {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .article .prod-tabs .nav-pills .nav-link {
        margin: 5px;
        font-size: 0.9rem;
        padding: 8px 15px;
    }
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 30px;
    height: 36px;
    background: rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.owl-carousel .owl-nav span.bi {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dot span {
    display: inline-block;
    cursor: pointer;
    background: var(--light-bg-color);
    overflow: hidden;
    border: 0;
    width: 30px;
    height: 4px;
    opacity: 1;
    margin: 0 3px;
    transition: 0.3s ease-in-out;
}

.owl-carousel .owl-dot.active span {
    background: var(--primary-color);
}

