/* =========================================================
   PRODUCT CATALOGUE SECTION
========================================================= */

.product-catalogue-section {
    padding: 60px 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}


/* =========================================================
   PRODUCT HEADING
========================================================= */

.product-category {
    font-size: 16px;
    color: #555;
    letter-spacing: .5px;
    margin-bottom: 8px;
}

.product-heading h2 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px;
}

.product-heading h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #222;
}

.product-heading h3 span {
    color: #368d3d;
}

.product-heading h4 {
    font-size: 25px;
    font-weight: 700;
    color: #368d3d;
    margin: 0;
}

.product-heading h4 small {
    color: #333;
    font-size: 15px;
    font-weight: 400;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.product-description {
    margin-top: 15px;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}

.product-description p {
    margin-bottom: 8px;
}


/* =========================================================
   COMMON BLOCK
========================================================= */

.product-block {
    margin-top: 25px;
}

.block-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.block-title span {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 18px solid #f1df00;
    position: relative;
}

.block-title span:after {
    content: "";
    position: absolute;
    left: -18px;
    top: -14px;
    width: 7px;
    height: 28px;
    background: #34923b;
}


/* =========================================================
   ADVANTAGES
========================================================= */

.catalogue-list {
    margin: 0;
    padding-left: 20px;
}

.catalogue-list li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
}


/* =========================================================
   APPLICATION + TECHNICAL DATA
========================================================= */

.product-info-row {
    margin-top: 20px;
}

.application-box,
.technical-box {
    height: 100%;
    border: 1px solid #ddd;
    background: #fff;
}

.box-heading {
    background: #358d3c;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 18px;
    text-transform: capitalize;
}

.technical-box .box-heading {
    background: #f1df00;
    color: #222;
}


/* =========================================================
   APPLICATION
========================================================= */

.application-box {
    padding-bottom: 15px;
}

.application-box > .row {
    padding: 15px 15px 0;
}

.application-item {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.application-title {
    display: inline-block;
    background: #f1df00;
    color: #222;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 12px;
    border-bottom-right-radius: 10px;
}

.application-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    padding: 8px 12px;
    margin: 0;
}


/* =========================================================
   TECHNICAL TABLE
========================================================= */

.technical-table {
    font-size: 14px;
}

.technical-table th {
    width: 42%;
    background: #f4f4f4;
    font-weight: 600;
    color: #333;
}

.technical-table td {
    color: #444;
}

.technical-table th,
.technical-table td {
    padding: 8px 10px;
    vertical-align: middle;
    border-color: #ddd;
}


/* =========================================================
   FEATURES
========================================================= */

.features-section {
    margin-top: 35px;
}

.feature-gallery {
    margin: 0 -5px;
}

.feature-gallery > div {
    padding: 5px;
}

.feature-image {
    height: 125px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =========================================================
   MAIN PRODUCT IMAGE
========================================================= */

.main-product-image {
    text-align: center;
    padding: 10px;
}

.main-product-image img {
    max-height: 330px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .product-catalogue-section {
        padding: 35px 0;
    }

    .product-heading h2 {
        font-size: 23px;
    }

    .product-heading h3 {
        font-size: 19px;
    }

    .product-heading h4 {
        font-size: 20px;
    }

    .block-title {
        font-size: 21px;
    }

    .feature-image {
        height: 100px;
    }

    .technical-table {
        font-size: 13px;
    }

}




/* =========================================================
   SPECIFICATION SECTION
========================================================= */

.product-specification {
    background: #fff;
}


/* Heading */

.specification-heading {
    font-size: 36px;
    font-weight: 800;
    color: #222;
    margin: 0;
}


/* =========================================================
   TABLE
========================================================= */

.specification-table {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #222;
    font-size: 15px;
}


/* Header */

.specification-table thead th {
    background: #3f9d3b;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 9px 12px;
    border: 1px solid #fff;
    vertical-align: middle;
}

.specification-table thead th:first-child {
    text-align: left;
}


/* Body */

.specification-table tbody td {
    padding: 7px 12px;
    border: 1px solid #222;
    vertical-align: middle;
    line-height: 1.3;
}


/* First column */

.specification-table tbody td:first-child {
    width: 32%;
    font-weight: 500;
}


/* Alternating rows */

.specification-table tbody tr:nth-child(even) {
    background: #eeeeee;
}

.specification-table tbody tr:nth-child(odd) {
    background: #fff;
}


/* Product images */

.specification-product-image {
    max-height: 350px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .specification-heading {
        font-size: 25px;
    }

    .specification-table {
        min-width: 850px;
        font-size: 14px;
    }

    .specification-table tbody td {
        padding: 7px 10px;
    }

    .specification-product-image {
        max-height: 280px;
    }

}