.space {
    padding:70px 0px;
}
.text-justify{
    text-align: justify;
}
.bg-product{
    background-image: url(../../sonana-industries/bg/bg-product.jpg);
}
.why-us-bg{
   background-image: url(../../sonana-industries/bg/why-us-bg.jpg);
}
.page-header-h1{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;

}
.product-separator {
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    margin: 40px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 1px solid #1d4f91 !important;
    opacity: 1 !important;
    background: transparent !important;
}
.product-image {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.product-details-text {
    font-size: 16px;
    line-height: 1.8;
    color: #292929;
}

.product-details-text .technical-title {
    display: block;
    font-size: 20px;
    color: #1d253a;
    margin-bottom: 10px;
}

.product-details-text .technical-item {
    display: block;
    margin-bottom: 6px;
}

.product-details-text .technical-item strong {
    font-weight: 700;
    color: #1d253a;
}

.product-details-text .technical-description {
    display: block;
    
}
.product-details-text .technical-description strong {
    font-weight: 700;
    color: #1d253a;
}
.subheading-h3{
    margin: 20px 0;
  font-family: var(--visanet-font, "Red Hat Text", sans-serif);
  font-size: 19px;
   color: #1d253a;
  font-weight: 600;
  line-height: 1.318;
  letter-spacing: 0.05em;
  
}
.heading-h2{
    margin: 0px;
  font-family: var(--visanet-font, "Red Hat Text", sans-serif);
  font-size: 27px;
  color: var(--visanet-base, #e50c37);
  font-weight: 500;
  line-height: 1.318;
  letter-spacing: 0.05em;
}
.show-btn{
    background-color: #e50c37;
    color: #fff;
    border-radius: 15px;
    padding: 12px;
}
.show-btn:hover{
    color: #e50c37;
    background-color: #1d4f91;
}

/* =========================================
   MACHINE PRODUCT SECTION
========================================= */

.machine-product-section {
    width: 100%;
    padding: 20px 0 50px;
    background: #ffffff;
}


/* =========================================
   BRAND / COMPANY NAME
========================================= */

.machine-brand {
    margin: 0 0 4px;
    padding: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #11194d;
}


/* =========================================
   PRODUCT CATEGORY
========================================= */

.machine-category {
    margin: 0 0 18px;
    padding: 0;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    color: #11194d;
}


/* =========================================
   TABLE RESPONSIVE WRAPPER
========================================= */

.product-table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 12px;
}


/* =========================================
   PRODUCT TABLE
========================================= */

.machine-product-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    table-layout: fixed;

    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #333333;
}


/* =========================================
   TABLE HEADER
========================================= */

.machine-product-table thead th {
    background: #9dcdf1;
    color: #000000;

    border: 1px solid #e51c50;

    padding: 12px 7px;

    text-align: center;
    vertical-align: middle;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.2;
}


/* =========================================
   TABLE BODY
========================================= */

.machine-product-table tbody td {
    background: #ffffff;

    border: 1px solid #777777;

    padding: 12px 9px;

    vertical-align: middle;

    font-size: 15px;
    line-height: 1.3;

    color: #333333;
}


/* =========================================
   COLUMN WIDTHS
========================================= */

.machine-product-table th:nth-child(1),
.machine-product-table td:nth-child(1) {
    width: 14%;
}

.machine-product-table th:nth-child(2),
.machine-product-table td:nth-child(2) {
    width: 14%;
}

.machine-product-table th:nth-child(3),
.machine-product-table td:nth-child(3) {
    width: 11%;
}

.machine-product-table th:nth-child(4),
.machine-product-table td:nth-child(4) {
    width: 9%;
}

.machine-product-table th:nth-child(5),
.machine-product-table td:nth-child(5) {
    width: 13%;
}

.machine-product-table th:nth-child(6),
.machine-product-table td:nth-child(6) {
    width: 9%;
}

.machine-product-table th:nth-child(7),
.machine-product-table td:nth-child(7) {
    width: 8%;
}

.machine-product-table th:nth-child(8),
.machine-product-table td:nth-child(8) {
    width: 12%;
}

.machine-product-table th:nth-child(9),
.machine-product-table td:nth-child(9) {
    width: 14%;
}

/* 10. Accessories */
.machine-product-table th:nth-child(10),
.machine-product-table td:nth-child(10) {
    width: 15%;
}


/* =========================================
   PRODUCT IMAGE CELL
========================================= */

.product-img-cell {
    text-align: center;
    vertical-align: middle !important;

    padding: 8px !important;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.product-img-cell img {
    width: 100px;
    height: 100px;

    object-fit: contain;

    display: block;
    margin: auto;
}


/* =========================================
   CATALOG LINK
========================================= */

.catalog-link {
    color: #0000ee;

    text-decoration: underline;

    font-size: 15px;

    line-height: 1.2;

    font-weight: 400;
}

.catalog-link:hover {
    color: #d00000;
}


/* =========================================
   FEATURES SECTION
========================================= */

.product-features {
    margin-top: 4px;
    padding: 0 10px;

    font-family: Arial, sans-serif;

    color: #333333;
}


/* Features Heading */

.product-features h5 {
    margin: 0 0 14px;

    font-size: 16px;

    line-height: 1.3;

    font-weight: 700;

    color: #333333;
}


/* Features List */

.product-features ol {
    margin: 0;

    padding-left: 28px;
}


/* Feature Items */

.product-features li {
    margin-bottom: 5px;

    font-size: 15px;

    line-height: 1.4;

    color: #333333;
}


/* =========================================
   TABLE HOVER EFFECT
========================================= */

.machine-product-table tbody tr:hover td {
    background: #f8fbff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .machine-product-section {
        padding: 18px 0 40px;
    }

    .machine-brand {
        font-size: 19px;
    }

    .machine-category {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .machine-product-table {
        min-width: 1000px;
        font-size: 15px;
    }

    .machine-product-table thead th {
        font-size: 15px;
        padding: 11px 6px;
    }

    .machine-product-table tbody td {
        font-size: 15px;
        padding: 11px 8px;
    }

    .catalog-link {
        font-size: 15px;
    }

    .product-img-cell img {
        width: 95px;
        height: 95px;
    }

    .product-features li {
        font-size: 14px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .machine-product-section {
        padding: 15px 0 35px;
    }


    /* Brand */

    .machine-brand {
        font-size: 18px;
    }


    /* Category */

    .machine-category {
        font-size: 17px;
        margin-bottom: 13px;
    }


    /*
       Keep table wide so all columns
       remain readable.
    */

    .machine-product-table {
        min-width: 1000px;
        font-size: 14px;
    }


    /* Header */

    .machine-product-table thead th {
        font-size: 14px;

        padding: 10px 6px;

        line-height: 1.2;
    }


    /* Body */

    .machine-product-table tbody td {
        font-size: 14px;

        padding: 10px 7px;

        line-height: 1.3;
    }


    /* Catalog */

    .catalog-link {
        font-size: 14px;
    }


    /* Product Image */

    .product-img-cell img {
        width: 85px;
        height: 85px;
    }


    /* Features */

    .product-features {
        padding: 0 5px;
    }

    .product-features h5 {
        font-size: 15px;
    }

    .product-features li {
        font-size: 14px;
        line-height: 1.4;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .machine-product-table {
        min-width: 1000px;
    }

    .machine-product-table thead th {
        font-size: 14px;
    }

    .machine-product-table tbody td {
        font-size: 14px;
    }

    .catalog-link {
        font-size: 14px;
    }

    .product-img-cell img {
        width: 80px;
        height: 80px;
    }

    .product-features li {
        font-size: 13px;
    }
}

.safety-equipment-section {
    width: 100%;
    padding: 50px 0 70px;
    background: #f5f6f8;
}


/* SECTION TITLE */

.safety-title {
    text-align: center;
    margin-bottom: 35px;
}

.safety-title h2 {
    margin: 0;
    color: #20283d;
    font-size: 32px;
    font-weight: 700;
}

.safety-title h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: #ed0a3b;
    margin: 12px auto 8px;
}

.safety-title p {
    margin: 0;
    color: #777;
    font-size: 15px;
}


/* CATEGORY GRID */

.safety-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}


/* CATEGORY BOX */

.safety-category-box {
    background: #ffffff;
    border: 1px solid #ed0a3b;
    overflow: hidden;
    transition: all 0.3s ease;
}

.safety-category-box:hover {
    box-shadow: 0 8px 25px rgba(32, 40, 61, 0.12);
}


/* CATEGORY TITLE */

.safety-category-title {
    background: #20283d;
    color: #ffffff;

    text-align: center;

    padding: 13px 10px;

    font-size: 18px;
    font-weight: 600;

    border-bottom: 3px solid #ed0a3b;
}


/* TWO PRODUCTS */

.safety-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


/* PRODUCT */

.safety-product {
    display: block;

    text-align: center;

    padding: 18px;

    text-decoration: none !important;

    border-right: 1px dashed #aeb4bd;

    transition: all 0.3s ease;
}

.safety-product:last-child {
    border-right: none;
}

.safety-product:hover {
    background: #f8f9fb;
}


/* PRODUCT IMAGE */

.safety-product-image {
    width: 100%;
    height: 180px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #ffffff;
}

.safety-product-image img {
    max-width: 100%;
    max-height: 165px;

    width: auto;
    height: auto;

    object-fit: contain;

    transition: transform 0.4s ease;
}

.safety-product:hover .safety-product-image img {
    transform: scale(1.08);
}


/* PRODUCT NAME */

.safety-product-name {
    margin-top: 14px;

    color: #ed0a3b;

    font-size: 19px;

    font-weight: 700;
}

.safety-product:hover .safety-product-name {
    color: #20283d;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .safety-equipment-section {
        padding: 40px 20px 55px;
    }

    .safety-products-grid {
        gap: 20px;
    }

    .safety-category-title {
        font-size: 16px;
    }

    .safety-product {
        padding: 14px;
    }

    .safety-product-image {
        height: 150px;
    }

    .safety-product-image img {
        max-height: 140px;
    }

    .safety-product-name {
        font-size: 17px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .safety-equipment-section {
        padding: 35px 15px 45px;
    }

    .safety-title h2 {
        font-size: 27px;
    }

    .safety-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .safety-category-title {
        font-size: 17px;
        padding: 12px 8px;
    }

    .safety-product-image {
        height: 180px;
    }

    .safety-product-image img {
        max-height: 165px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .safety-equipment-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .safety-products {
        grid-template-columns: 1fr 1fr;
    }

    .safety-product {
        padding: 10px;
    }

    .safety-product-image {
        height: 135px;
    }

    .safety-product-image img {
        max-height: 125px;
    }

    .safety-product-name {
        font-size: 15px;
        margin-top: 10px;
    }

}
/* =========================================
           MEASURING INSTRUMENT PAGE
        ========================================= */

        .measurement-product-section {
            padding: 70px 0;
        }

        .measurement-product-section:nth-child(even) {
            background: #f8f9fb;
        }

        .measurement-product-image-box {
            width: 100%;
            min-height: 260px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
            overflow: hidden;
        }

        .measurement-product-image {
            max-width: 100%;
            width: auto;
            height: auto;
            max-height: 230px;
            object-fit: contain;
            transition: all 0.4s ease;
        }

        .measurement-product-image:hover {
            transform: scale(1.04);
        }

        .measurement-content {
            padding: 10px 0;
        }

        .measurement-product-title {
            font-size: 23px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 20px;
            color: #1d253a;
        }

        .measurement-product-description {
            font-size: 16px;
            line-height: 1.8;
            color: #666;
            margin-bottom: 20px;
        }

        .measurement-feature-title {
            font-size: 20px;
            font-weight: 700;
            color: #1d253a;
            margin-bottom: 15px;
        }

        .measurement-features {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .measurement-features li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 12px;
            font-size: 18px;
            line-height: 1.7;
            color: #313131;
        }

        .measurement-features li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 2px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #1d253a;
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
        }

        .product-category-title {
            margin-bottom: 45px;
        }

        .product-category-title .sec-title__tagline {
            margin-bottom: 10px;
        }

        .product-category-title h3 {
            font-size: 32px;
            font-weight: 700;
            color: #1d253a;
            margin: 0;
        }

        .other-products-section {
            padding: 70px 0;
            background: #f8f9fb;
        }

        .other-products-box {
            background: #fff;
            border-radius: 12px;
            padding: 35px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
        }

        .other-products-list {
            margin: 0;
            padding: 0;
            list-style: none;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px 30px;
        }

        .other-products-list li {
            position: relative;
            padding: 13px 15px 13px 38px;
            background: #f7f7f7;
            border-radius: 6px;
            font-size: 15px;
            color: #555;
            transition: all 0.3s ease;
        }

        .other-products-list li::before {
            content: "\2713";
            position: absolute;
            left: 13px;
            top: 13px;
            font-weight: 700;
        }

        .other-products-list li:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
        }

        .product-separator {
            margin: 0;
            border: 0;
            border-top: 1px solid #e8e8e8;
        }

        .product-main-intro {
            padding: 70px 0 40px;
        }

        .product-main-intro-text {
            font-size: 17px;
            line-height: 1.8;
            color: #666;
            max-width: 950px;
            margin: 0 auto;
            text-align: center;
        }

        @media (max-width: 991px) {

            .measurement-product-section {
                padding: 50px 0;
            }

            .measurement-product-title {
                font-size: 24px;
            }

            .measurement-product-image-box {
                margin-bottom: 30px;
            }

            .other-products-list {
                grid-template-columns: 1fr;
            }

        }

        @media (max-width: 575px) {

            .measurement-product-section {
                padding: 40px 0;
            }

            .measurement-product-image-box {
                min-height: 210px;
                padding: 20px;
            }

            .measurement-product-image {
                max-height: 180px;
            }

            .measurement-product-title {
                font-size: 22px;
            }

            .measurement-product-description {
                font-size: 15px;
            }

            .product-category-title h3 {
                font-size: 26px;
            }

            .other-products-box {
                padding: 20px;
            }

        }

.contact-info__single-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contact-info__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 5px 0;
}

.contact-info__item__icon {
    min-width: 55px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f3f3;
    font-size: 22px;
}

.contact-info__item__content {
    flex: 1;
}

.contact-info__item__content h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #e30613; /* Red heading */
}

.contact-info__item__content a {
    color: #222222; /* Black text */
    line-height: 1.7;
    text-decoration: none;
}

.contact-info__item__content a:hover {
    color: #e30613;
}

.contact-info__item__icon {
    color: #e30613; /* Red icons */
}

.contact-info__single-card hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.contact-map {
    width: 100%;
    height: 100%;
    min-height: 450px;
    overflow: hidden;
    border-radius: 12px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    display: block;
    border: 0;
}


/* Responsive */
@media (max-width: 991px) {

    .contact-info__single-card {
        padding: 25px;
    }

    .contact-map {
        min-height: 350px;
    }

    .contact-map iframe {
        min-height: 350px;
    }
}

.loctite-cta {
    padding: 55px 20px;
   
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.loctite-cta__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left Content */
.loctite-cta__content {
    flex: 1;
}

.loctite-cta__subtitle {
    display: block;
    color: #e30613;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.loctite-cta__content h2 {
    color: #222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px;
}

.loctite-cta__content h2 span {
    color: #e30613;
}

.loctite-cta__content p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 700px;
}

/* Right Button */
.loctite-cta__action {
    flex-shrink: 0;
}

.loctite-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 28px;
    background: #e30613;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #e30613;
    transition: all 0.3s ease;
}

.loctite-cta__btn i {
    transition: transform 0.3s ease;
}

.loctite-cta__btn:hover {
    background: #fff;
    color: #e30613;
    text-decoration: none;
}

.loctite-cta__btn:hover i {
    transform: translateX(5px);
}

/* Mobile */
@media (max-width: 767px) {

    .loctite-cta {
        padding: 40px 20px;
    }

    .loctite-cta__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .loctite-cta__content h2 {
        font-size: 26px;
    }

    .loctite-cta__action {
        width: 100%;
    }

    .loctite-cta__btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================
   WHY CHOOSE US SECTION
========================================== */

.why-choose-one {
    position: relative;
    background: #f7f7f7;
    overflow: hidden;
}

/* Section Title */
.why-choose-one .sec-title {
    margin-bottom: 45px;
}

.why-choose-one .sec-title__tagline {
    color: #e21d2f;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.why-choose-one .sec-title__title {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0;
}


/* ==========================================
   WHY CHOOSE ITEM
========================================== */

.why-choose-one__item {
    height: 100%;
    background: #ffffff;
    padding: 30px 25px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

/* Red top border */
.why-choose-one__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #e21d2f;
    transition: all 0.4s ease;
}

.why-choose-one__item:hover::before {
    width: 100%;
}

.why-choose-one__item:hover {
    transform: translateY(-8px);
    border-color: #e21d2f;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
}


/* ==========================================
   ICON
========================================== */

.why-choose-one__icon {
    min-width: 65px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #e21d2f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: all 0.4s ease;
}

.why-choose-one__item:hover .why-choose-one__icon {
    background: #1c1c1c;
    transform: rotateY(180deg);
}


/* ==========================================
   CONTENT
========================================== */

.why-choose-one__content {
    flex: 1;
}

.why-choose-one__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0 0 12px;
    transition: all 0.3s ease;
}

.why-choose-one__item:hover .why-choose-one__title {
    color: #e21d2f;
}

.why-choose-one__text {
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .why-choose-one .sec-title__title {
        font-size: 32px;
    }

    .why-choose-one__item {
        padding: 25px 20px;
    }

}

@media (max-width: 767px) {

    .why-choose-one {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .why-choose-one .sec-title {
        margin-bottom: 30px;
    }

    .why-choose-one .sec-title__title {
        font-size: 28px;
    }

    .why-choose-one__item {
        padding: 25px 20px;
        gap: 15px;
    }

    .why-choose-one__icon {
        min-width: 55px;
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .why-choose-one__title {
        font-size: 18px;
    }

    .why-choose-one__text {
        font-size: 14px;
    }

}

@media (max-width: 575px) {

    .why-choose-one .sec-title__title {
        font-size: 25px;
    }

    .why-choose-one__item {
        display: block;
        text-align: center;
    }

    .why-choose-one__icon {
        margin: 0 auto 18px;
    }

    .why-choose-one__title {
        margin-bottom: 10px;
    }

}
