/* =========================================
   Breadcrumb
========================================= */

        .pq-breadcrumb-title h1 {
            color: #ffffff !important;
        }

        .simple-breadcrumb {
            color: #ffffff !important;
        }

        .simple-breadcrumb a,
        .simple-breadcrumb span {
            color: #ffffff !important;
        }


        /* =========================================
   Product Detail Section
========================================= */

        .product-details-section {
            padding: 90px 0;
            background: #ffffff;
        }

        .product-detail-image {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: #f2f6f8;

            box-shadow:
                0 12px 40px rgba(0, 52, 82, 0.10);
        }

        .product-detail-image img {
            width: 100%;
            height: 520px;
            object-fit: cover;
            display: block;

            transition: transform 0.5s ease;
        }

        .product-detail-image:hover img {
            transform: scale(1.04);
        }

        .product-badge {
            position: absolute;
            top: 20px;
            left: 20px;

            z-index: 2;

            padding: 9px 18px;

            background: #003452;
            color: #ffffff;

            font-size: 12px;
            font-weight: 600;

            text-transform: uppercase;
            letter-spacing: .5px;

            border-radius: 3px;
        }


        /* =========================================
   Product Content
========================================= */

        .product-detail-content {
            padding-left: 45px;
        }

        .product-small-title {
            color: #1d8bb5;

            font-size: 13px;
            font-weight: 700;

            letter-spacing: 1.5px;
            text-transform: uppercase;

            margin-bottom: 12px;
        }

        .product-detail-content h2 {
            color: #003452;

            font-size: 46px;
            line-height: 1.15;

            margin-bottom: 18px;
        }

        .product-line {
            width: 60px;
            height: 3px;

            background: #003452;

            margin-bottom: 25px;
        }

        .product-detail-content p {
            color: #666666;

            font-size: 16px;
            line-height: 1.8;

            margin-bottom: 16px;
        }

        .product-detail-content .product-intro {
            color: #444444;
            font-weight: 500;
        }


        /* =========================================
   Features
========================================= */

        .product-feature-list {
            margin-top: 25px;
            margin-bottom: 30px;
        }

        .product-feature {
            display: flex;
            align-items: center;

            gap: 12px;

            margin-bottom: 13px;

            color: #444444;
            font-size: 15px;
        }

        .feature-icon {
            width: 24px;
            height: 24px;

            border-radius: 50%;

            display: flex;
            align-items: center;
            justify-content: center;

            background: #003452;
            color: #ffffff;

            font-size: 11px;
        }


        /* =========================================
   Buttons
========================================= */

        .product-detail-buttons {
            display: flex;
            align-items: center;

            gap: 25px;

            flex-wrap: wrap;
        }

        .product-call-btn {
            display: flex;
            align-items: center;

            gap: 12px;

            text-decoration: none;
            color: #003452;

            font-size: 15px;
            font-weight: 600;
        }

        .product-call-btn small {
            display: block;

            color: #777777;

            font-size: 11px;
            font-weight: 500;

            text-transform: uppercase;
            letter-spacing: .5px;

            margin-bottom: 3px;
        }

        .call-icon {
            width: 45px;
            height: 45px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 50%;

            background: #eef5f8;
            color: #003452;
        }


        /* =========================================
   Product Information
========================================= */

        .product-information-section {
            padding: 90px 0;

            background: #f5f8fa;
        }

        .product-info-content {
            padding-right: 45px;
        }

        .product-info-content p {
            color: #666666;

            font-size: 16px;
            line-height: 1.8;

            margin-bottom: 18px;
        }

        .product-info-content h3 {
            color: #003452;

            font-size: 27px;

            margin-top: 30px;
            margin-bottom: 25px;
        }


        /* =========================================
   Applications
========================================= */

        .application-grid {
            display: grid;

            grid-template-columns: repeat(2, 1fr);

            gap: 15px;
        }

        .application-box {
            display: flex;
            align-items: center;

            gap: 13px;

            padding: 17px;

            background: #ffffff;

            border: 1px solid #e5ecef;

            border-radius: 5px;

            color: #003452;

            font-weight: 600;

            transition: all .3s ease;
        }

        .application-box:hover {
            transform: translateY(-3px);

            box-shadow:
                0 8px 25px rgba(0, 52, 82, .08);
        }

        .application-box i {
            font-size: 18px;
        }


        /* =========================================
   Specification
========================================= */

        .product-specification {
            background: #ffffff;

            border-radius: 6px;

            overflow: hidden;

            box-shadow:
                0 10px 35px rgba(0, 52, 82, .08);
        }

        .specification-title {
            padding: 20px 25px;

            background: #003452;

            color: #ffffff;

            font-size: 20px;
            font-weight: 600;
        }

        .spec-row {
            display: flex;
            justify-content: space-between;
            gap: 15px;

            padding: 17px 25px;

            border-bottom: 1px solid #edf1f3;

            font-size: 14px;
        }

        .spec-row:last-child {
            border-bottom: 0;
        }

        .spec-row span {
            color: #777777;
        }

        .spec-row strong {
            color: #003452;
            text-align: right;
        }


        /* =========================================
   Benefits
========================================= */

        .product-benefits-section {
            padding: 90px 0;

            background: #ffffff;
        }

        .product-benefits-section .sec-title {
            max-width: 750px;

            margin: 0 auto 50px;

            text-align: center;
        }

        .product-benefits-section .sec-title .text {
            margin-top: 15px;
        }

        .benefit-card {
            height: 100%;

            padding: 35px 30px;

            background: #f5f8fa;

            border-radius: 6px;

            text-align: center;

            transition: all .35s ease;
        }

        .benefit-card:hover {
            transform: translateY(-7px);

            box-shadow:
                0 15px 35px rgba(0, 52, 82, .10);
        }

        .benefit-icon {
            width: 65px;
            height: 65px;

            margin: 0 auto 20px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 50%;

            background: #003452;
            color: #ffffff;

            font-size: 25px;
        }

        .benefit-card h3 {
            color: #003452;

            font-size: 22px;

            margin-bottom: 12px;
        }

        .benefit-card p {
            color: #666666;

            line-height: 1.7;

            margin-bottom: 0;
        }


        /* =========================================
   Related Products
========================================= */

        .related-products-section {
            padding: 90px 0;

            background: #f5f8fa;
        }

        .related-products-section .sec-title-box {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;

            margin-bottom: 45px;
        }

        .related-product-card {
            height: 100%;

            background: #ffffff;

            border-radius: 7px;

            overflow: hidden;

            box-shadow:
                0 8px 30px rgba(0, 52, 82, .07);

            transition: all .35s ease;
        }

        .related-product-card:hover {
            transform: translateY(-7px);

            box-shadow:
                0 15px 40px rgba(0, 52, 82, .12);
        }

        .related-image {
            height: 260px;

            overflow: hidden;
        }

        .related-image img {
            width: 100%;
            height: 100%;

            object-fit: cover;

            display: block;

            transition: transform .5s ease;
        }

        .related-product-card:hover .related-image img {
            transform: scale(1.07);
        }

        .related-content {
            padding: 25px;
        }

        .related-content>span {
            color: #1d8bb5;

            font-size: 12px;
            font-weight: 600;

            text-transform: uppercase;
            letter-spacing: .7px;
        }

        .related-content h3 {
            font-size: 23px;

            line-height: 1.3;

            margin: 8px 0 15px;
        }

        .related-content h3 a {
            color: #003452;
        }

        .related-link {
            color: #003452;

            font-size: 14px;
            font-weight: 600;

            text-transform: uppercase;

            text-decoration: none;
        }

        .related-link i {
            margin-left: 7px;

            transition: transform .3s ease;
        }

        .related-link:hover {
            color: #1d8bb5;
        }

        .related-link:hover i {
            transform: translateX(5px);
        }


        /* =========================================
   Responsive
========================================= */

        @media (max-width: 1199px) {

            .product-detail-content {
                padding-left: 25px;
            }

            .product-detail-content h2 {
                font-size: 38px;
            }

            .product-detail-image img {
                height: 450px;
            }

            .product-info-content {
                padding-right: 20px;
            }

        }


        @media (max-width: 991px) {

            .product-details-section {
                padding: 70px 0;
            }

            .product-detail-content {
                padding-left: 0;
                padding-top: 40px;
            }

            .product-information-section {
                padding: 70px 0;
            }

            .product-specification {
                margin-top: 40px;
            }

            .product-info-content {
                padding-right: 0;
            }

            .product-benefits-section {
                padding: 70px 0;
            }

        }


        @media (max-width: 767px) {

            .product-details-section {
                padding: 55px 0;
            }

            .product-detail-image img {
                height: 350px;
            }

            .product-detail-content h2 {
                font-size: 32px;
            }

            .product-detail-buttons {
                align-items: flex-start;
                flex-direction: column;
            }

            .product-information-section {
                padding: 60px 0;
            }

            .application-grid {
                grid-template-columns: 1fr;
            }

            .product-benefits-section {
                padding: 60px 0;
            }

            .related-products-section {
                padding: 60px 0;
            }

            .related-products-section .sec-title-box {
                display: block;
            }

            .related-products-section .sec-title-box>a {
                margin-top: 20px;
                display: inline-flex;
            }

        }


        @media (max-width: 575px) {

            .product-detail-image img {
                height: 280px;
            }

            .product-detail-content h2 {
                font-size: 28px;
            }

            .product-detail-content p {
                font-size: 14px;
            }

            .spec-row {
                padding: 15px 18px;

                font-size: 13px;
            }

            .related-image {
                height: 230px;
            }

        }
