/* Styles extracted from victor-all-products.html */

.victor-products-page {
            padding-top: 40px;
        }

        .technoweld-category-heading .technoweld-category-title {
            margin: 0;
            padding-bottom: 10px;
            border-bottom: 1px solid #e5e7eb;
            font-size: 28px;
            font-weight: 700;
            color: #1f2937;
        }

        .victor-product-card {
            height: 100%;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            background: transparent;
        }

        .victor-product-card .thumb {
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            overflow: hidden;
            background: #ffffff;
        }

        .victor-product-card .thumb .image,
        .victor-product-card .thumb .image img {
            width: 100%;
            display: block;
            border-radius: 16px;
        }

        .victor-product-card .thumb .image {
            padding: 18px;
        }

        .victor-product-card .content {
            border: 0;
            text-align: left !important;
            padding: 16px 0 0;
            align-items: flex-start !important;
        }

        .victor-product-card .content .category {
            display: inline-block;
            margin-bottom: 8px;
            color: #2e3192;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .victor-product-card .content .title,
        .victor-product-card .content .title a {
            width: 100%;
            text-align: left !important;
            display: block;
            color: #1f2937;
        }

        .victor-product-card .content .title {
            margin-bottom: 12px;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.35;
        }

        .victor-product-card .content .title {
            margin-bottom: 0;
        }

        .technoweld-empty-text {
            margin: -10px 0 0;
            padding: 12px 16px;
            border-radius: 8px;
            background: #f7f7f8;
            color: #6b7280;
            font-size: 15px;
            line-height: 1.5;
        }

        .victor-faq-area {
            padding: 20px 0 80px;
        }

        .victor-faq-area .breadcrumb-title {
            color: #1f1f1f;
            font-size: 42px;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .victor-faq-area p {
            color: #4a4a4a;
        }

        .victor-faq-area .accordion-item {
            border: 1px solid #e1e1e1;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 12px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
        }

        .victor-faq-area .accordion-button {
            font-weight: 600;
            color: #1f1f1f;
            background: #fff;
            padding: 1rem 1.25rem;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .victor-faq-area .accordion-button:not(.collapsed) {
            color: #2e3192;
            background-color: #fff;
        }

        .victor-faq-area .accordion-button:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .victor-faq-area .accordion-body {
            color: #4a4a4a;
            line-height: 1.7;
            background: #fff;
        }

        @media only screen and (max-width: 767px) {
            .victor-products-page {
                padding-top: 28px;
            }

            .technoweld-category-heading .technoweld-category-title {
                font-size: 22px;
            }

            .victor-product-card .content .title {
                font-size: 22px;
            }

            .victor-faq-area .breadcrumb-title {
                font-size: 30px;
            }
        }
