/* _content/JeloMetal-WebUI/Components/Layout/Footer.razor.rz.scp.css */
footer[b-8mm6wqptoq] {
    background-color: #343a40;
    color: white;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

h3[b-8mm6wqptoq], h5[b-8mm6wqptoq] {
    color: rgb(23,88,58);
}

footer h5[b-8mm6wqptoq] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

footer p[b-8mm6wqptoq] {
    font-size: 1rem;
    margin-bottom: 10px;
}

footer a[b-8mm6wqptoq] {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease, transform 0.3s ease;
}

    footer a:hover[b-8mm6wqptoq] {
        color: rgb(23,88,58);
        transform: scale(1.1);
    }

        footer a:hover[b-8mm6wqptoq]::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            transform-origin: bottom left;
            transition: transform 0.3s ease;
        }

    footer a:focus[b-8mm6wqptoq] {
        color: rgb(23,88,58);
        outline: none;
    }

footer .container[b-8mm6wqptoq] {
    max-width: 1200px;
    margin: 0 auto;
}

footer .row[b-8mm6wqptoq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .col-lg-4[b-8mm6wqptoq], footer .col-md-6[b-8mm6wqptoq] {
    margin-bottom: 20px;
}

footer .col-12[b-8mm6wqptoq] {
    text-align: center;
    margin-top: 20px;
}

footer .list-unstyled[b-8mm6wqptoq] {
    padding-left: 0;
    list-style: none;
}

    footer .list-unstyled li[b-8mm6wqptoq] {
        margin-bottom: 8px;
    }

footer i[b-8mm6wqptoq] {
    margin-right: 10px;
}

.footer-container[b-8mm6wqptoq] {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links[b-8mm6wqptoq] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-direction: column;
}

    .footer-links li a[b-8mm6wqptoq] {
        color: white;
        text-decoration: none;
        font-size: 16px;
        transition: color 0.3s ease, transform 0.3s ease;
    }

        .footer-links li a:hover[b-8mm6wqptoq] {
            color: rgb(23,88,58);
            transform: scale(1.1);
        }

            .footer-links li a:hover[b-8mm6wqptoq]::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 100%;
                transform-origin: bottom left;
                transition: transform 0.3s ease;
            }

        .footer-links li a:focus[b-8mm6wqptoq] {
            color: rgb(23,88,58);
            outline: none;
        }

.company-name p[b-8mm6wqptoq] {
    font-weight: bold;
}

@media (max-width: 768px) {
    footer .col-lg-4[b-8mm6wqptoq], footer .col-md-6[b-8mm6wqptoq] {
        text-align: center;
        margin-bottom: 20px;
    }

    footer .col-12[b-8mm6wqptoq] {
        margin-top: 10px;
    }

    .container .row[b-8mm6wqptoq] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media (max-width: 834px) and (min-width: 769px) {
    .container .row[b-8mm6wqptoq] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media (max-width: 1824px) and (min-width: 1024px) {
    .container .row[b-8mm6wqptoq] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media (max-width: 1366px) and (min-width: 1024px) {
    .container .row[b-8mm6wqptoq] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media (max-width: 1368px) and (min-width: 769px) {
    .container .row[b-8mm6wqptoq] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }

    .container[b-8mm6wqptoq] {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .container .row[b-8mm6wqptoq] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }
}
/* _content/JeloMetal-WebUI/Components/Layout/LogoLayout.razor.rz.scp.css */
.container[b-6ye8fc1e8q] {
    overflow: hidden;
    width: 100%;
}

.slider[b-6ye8fc1e8q] {
    animation: slidein-b-6ye8fc1e8q 30s linear infinite;
    white-space: nowrap;
}

.logos[b-6ye8fc1e8q] {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.logo-item[b-6ye8fc1e8q] {
    display: inline-block;
    padding: 10px;
}

    .logo-item img[b-6ye8fc1e8q] {
        width: 100%;
        height: auto;
        max-width: 150px;
        transition: transform 0.3s ease-in-out;
    }

        .logo-item img:hover[b-6ye8fc1e8q] {
            transform: scale(1.1);
        }

@keyframes slidein-b-6ye8fc1e8q {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fade-in-b-6ye8fc1e8q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* _content/JeloMetal-WebUI/Components/Layout/MainLayout.razor.rz.scp.css */
.logo-image img[b-v1zr1d243r] {
    height: 50px;
}

.main-container[b-v1zr1d243r] {
    padding: 0;
    margin: 0;
}
/* _content/JeloMetal-WebUI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-ho7c8nyog0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 2px solid #ccc;
}

.links[b-ho7c8nyog0] {
    text-decoration:none;
    font-size: 13px;
    color: var(--dark);
}

.link-item-text[b-ho7c8nyog0] {
    text-align: center;
}

.navbar-nav .nav-link[b-ho7c8nyog0] {
    color: white;  
    text-decoration: none; 
    transition: color 0.3s ease, transform 0.3s ease;
}

    .navbar-nav .nav-link:hover[b-ho7c8nyog0] {
        color: rgb(23,88,58);
    }

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover[b-ho7c8nyog0] {
    background-color: rgb(23,88,58);
    color: white;
}

.navbar .dropdown-menu[b-ho7c8nyog0] {
    background-color: #212529;
    width: auto;
    min-width: 200px;
    max-width: calc(100vw - 20px);
    left: auto;
    right: auto;
}

.navbar .dropdown-item[b-ho7c8nyog0] {
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 10px 15px; 
    transition: background-color 0.3s ease; 
}

    .navbar .dropdown-item:hover[b-ho7c8nyog0] {
        background-color: #444;
        color: #212529;
    }


.navbar .dropdown-toggle[b-ho7c8nyog0]::after {
    display: none;
}

.dropdown-submenu .dropdown-menu[b-ho7c8nyog0] {
    display: none;
    position: absolute;
    left: 100%; 
    top: 0;
    background-color: #212529;
}

.dropdown-submenu:hover .dropdown-menu[b-ho7c8nyog0] {
    display: block;
}

.dropdown-menu[b-ho7c8nyog0] {
    background-color: #212529;
    padding: 0.5rem 0;
}

.dropdown-item[b-ho7c8nyog0] {
    color: white;
    padding: 0.75rem 1.25rem;
}

    .dropdown-item:hover[b-ho7c8nyog0] {
        background-color: #444;
        color: #212529;
    }

.navbar-nav .dropdown-item:hover[b-ho7c8nyog0] {
    background-color: #444;
    color: white;
}

.flag-button[b-ho7c8nyog0] {
    background-color: transparent !important;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    outline: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

    .flag-button img[b-ho7c8nyog0] {
        width: 30px;
        height: 30px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .flag-button:hover img[b-ho7c8nyog0] {
        transform: scale(1.2);
        opacity: 0.8;
    }

    .flag-button:hover[b-ho7c8nyog0] {
        transform: scale(1.1);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        opacity: 0.9;
    }

@media (max-width: 992px) {
    .dropdown-submenu .dropdown-menu[b-ho7c8nyog0] {
        position: static;
        left: 0;
        margin-top: 10px; 
    }

    .dropdown-submenu:hover .dropdown-menu[b-ho7c8nyog0] {
        display: block;
    }
}

@media (max-width: 576px) {
    .dropdown-menu[b-ho7c8nyog0] {
        padding: 10px 0;
    }
    .dropdown-submenu .dropdown-menu[b-ho7c8nyog0] {
        position: static;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .navbar .dropdown-menu[b-ho7c8nyog0] {
        left: 0;
        right: 0;
        top: 100%;
        border-radius: 0;
        padding: 0.5rem 0;
    }

    .navbar .dropdown-item[b-ho7c8nyog0] {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .language-circles[b-ho7c8nyog0] {
        display: flex;
        justify-content: center;
        gap: 5%;
        padding: 10px;
        flex-direction: row;
    }
    .flag-button img[b-ho7c8nyog0] {
        width: 30px;
        height: 30px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
}

@media (max-width: 1200px) {
    .language-circles[b-ho7c8nyog0] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding: 10px;
    }

    .flag-button img[b-ho7c8nyog0] {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
}

@media (max-width: 992px) {
    .language-circles[b-ho7c8nyog0] {
        display: flex;
        justify-content: center;
        gap: 5%;
        padding: 10px;
        flex-direction: row;
    }

    .flag-button img[b-ho7c8nyog0] {
        width: 30px;
        height: 30px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
}


/* _content/JeloMetal-WebUI/Components/Pages/About.razor.rz.scp.css */
.image-background-container[b-ueybvd6dgv] {
    background-image: url('images/unsplash-banner-images/jay-wennington-BdeMttZx6Fs-unsplash.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: .3;
}

.image-caption[b-ueybvd6dgv] {
    z-index: 1;
    text-align: center;
    color: white;
    font-weight: bold; 
    max-width: 80%; 
}


    .image-caption h1[b-ueybvd6dgv] {
        z-index: 1;
        font-size: 3rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: white;
        text-shadow: 6px 2px 5px #000000;
        margin-bottom: 1rem;
    }

    .image-caption p[b-ueybvd6dgv] {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.5;
        margin-top: 1rem;
        text-shadow: 6px 2px 5px #000000;
    }


    .image-background-container[b-ueybvd6dgv]:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); 
        z-index: 0;
    }


.descriptive-text-container[b-ueybvd6dgv] {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    gap: 40px;
    padding: 20px;
    text-align: center;
}

.first-descriptive-text[b-ueybvd6dgv], .second-descriptive-text[b-ueybvd6dgv] {
    flex: 1;
    max-width: 600px;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

    .first-descriptive-text:hover[b-ueybvd6dgv], .second-descriptive-text:hover[b-ueybvd6dgv], .third-descriptive-text:hover[b-ueybvd6dgv] {
        transform: translateY(-10px);
    }

.descriptive-text-container h2[b-ueybvd6dgv] {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333;
    color: rgba(52, 116, 92, 0.5);
}

.descriptive-text-container p[b-ueybvd6dgv] {
    font-size: 1em;
    line-height: 1.5;
    color: #555;
}

.third-descriptive-text[b-ueybvd6dgv] {
    text-align: center;
    padding: 10px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .third-descriptive-text h2[b-ueybvd6dgv] {
        font-size: 1.5em;
        margin-bottom: 15px;
        color: #333;
        color: rgba(52, 116, 92, 0.5);
    }

    .third-descriptive-text p[b-ueybvd6dgv] {
        font-size: 1em;
        line-height: 1.5;
        color: #555;
    }

    .third-descriptive-text ul[b-ueybvd6dgv] {
        list-style-type: none;
        padding-left: 0;
    }

        .third-descriptive-text ul li[b-ueybvd6dgv] {
            position: relative;
            padding-left: 20px;
            font-size: 0.9em;
            line-height: 1.5;
            color: #555;
        }


@media (max-width: 768px) {
    .descriptive-text-container[b-ueybvd6dgv] {
        flex-direction: column;
        align-items: center;
        justify-content: center; 
    }

    .third-descriptive-text[b-ueybvd6dgv] {
        width: 100%;
        margin-top: 20px; 
    }
}


@media (max-width: 767px) {
    .image-caption h1[b-ueybvd6dgv] {
        font-size: 2.5rem;
    }

    .image-caption p[b-ueybvd6dgv] {
        font-size: 1.2rem;
    }

    .image-background-container[b-ueybvd6dgv] {
        height: 300px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Catalogues/GceCatalogue.razor.rz.scp.css */
.container[b-9g03fwxx1m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 1000px;
    width: 90%;
    margin-top: 80px;
}

.animated-title[b-9g03fwxx1m] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-9g03fwxx1m 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-9g03fwxx1m {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.pdf-container[b-9g03fwxx1m] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 100vh; 
    margin: 0;
    box-sizing: border-box;
}

.pdf-card[b-9g03fwxx1m] {
    position: relative;
    width: 90vw; 
    height: 80vh; 
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    overflow: hidden; 
    transition: transform 0.3s ease-in-out;
}

    .pdf-card iframe[b-9g03fwxx1m] {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 12px; 
        object-fit: cover; 
    }


.page-title[b-9g03fwxx1m] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.arrow[b-9g03fwxx1m] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-9g03fwxx1m]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-9g03fwxx1m]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-9g03fwxx1m]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-9g03fwxx1m] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-9g03fwxx1m]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

@media (max-width: 768px) {
    .pdf-card[b-9g03fwxx1m] {
        width: 95vw; 
        height: 70vh; 
    }
}

@media (max-width: 480px) {
    .pdf-card[b-9g03fwxx1m] {
        width: 98vw; 
        height: 60vh; 
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Catalogues/GysCatalogue.razor.rz.scp.css */
.container[b-5e1oixuh0v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 1000px;
    width: 90%;
    margin-top: 80px;
}

.animated-title[b-5e1oixuh0v] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-5e1oixuh0v 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-5e1oixuh0v {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.pdf-container[b-5e1oixuh0v] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 100vh;
    margin: 0;
    box-sizing: border-box;
}

.pdf-card[b-5e1oixuh0v] {
    position: relative;
    width: 90vw;
    height: 80vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

    .pdf-card iframe[b-5e1oixuh0v] {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 12px;
        object-fit: cover;
    }


.page-title[b-5e1oixuh0v] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.arrow[b-5e1oixuh0v] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-5e1oixuh0v]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-5e1oixuh0v]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-5e1oixuh0v]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-5e1oixuh0v] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-5e1oixuh0v]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

@media (max-width: 768px) {
    .pdf-card[b-5e1oixuh0v] {
        width: 95vw;
        height: 70vh;
    }
}

@media (max-width: 480px) {
    .pdf-card[b-5e1oixuh0v] {
        width: 98vw;
        height: 60vh;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Catalogues/ScorpionCatalogue.razor.rz.scp.css */
.container[b-l8q1coqx9v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 1000px;
    width: 90%;
    margin-top: 80px;
}

.animated-title[b-l8q1coqx9v] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-l8q1coqx9v 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-l8q1coqx9v {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.pdf-container[b-l8q1coqx9v] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 100vh;
    margin: 0;
    box-sizing: border-box;
}

.pdf-card[b-l8q1coqx9v] {
    position: relative;
    width: 90vw;
    height: 80vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

    .pdf-card iframe[b-l8q1coqx9v] {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 12px;
        object-fit: cover;
    }


.page-title[b-l8q1coqx9v] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.arrow[b-l8q1coqx9v] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-l8q1coqx9v]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-l8q1coqx9v]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-l8q1coqx9v]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-l8q1coqx9v] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-l8q1coqx9v]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

@media (max-width: 768px) {
    .pdf-card[b-l8q1coqx9v] {
        width: 95vw;
        height: 70vh;
    }
}

@media (max-width: 480px) {
    .pdf-card[b-l8q1coqx9v] {
        width: 98vw;
        height: 60vh;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Contact.razor.rz.scp.css */
.image-background-container[b-e1bsqflsdf] {
    background-image: url('images/unsplash-banner-images/miles-burke-idhx-MOCDSk-unsplash.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
    min-width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: .3;
}

    .image-background-container h1[b-e1bsqflsdf] {
        z-index: 1;
        font-size: 3rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: white;
        text-shadow: 6px 2px 5px #000000;
        margin-bottom: 1rem;
    }


    .image-background-container[b-e1bsqflsdf]:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0; 
    }

.google-maps-frame[b-e1bsqflsdf] {
    flex: 1; 
    padding: 10px;
    box-sizing: border-box;
}

    .google-maps-frame iframe[b-e1bsqflsdf] {
        width: 100%; 
        height: 400px;
        border: none;
        border-radius: 8px; 
    }

.form-container[b-e1bsqflsdf] {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px; 
    margin: 0 auto; 
    gap: 20px; 
    padding: 20px;
}

.container[b-e1bsqflsdf] {
    flex: 1;
    min-width: 300px;
    padding: 10px;
    box-sizing: border-box;
}

form[b-e1bsqflsdf] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-control:focus[b-e1bsqflsdf] {
    border-color: #0B6E4F;
    box-shadow: 0 0 0 0.2rem rgb(140 177 163 / 50%);
}

.form-btn[b-e1bsqflsdf] {
    background-color: rgba(52, 116, 92, 0.5);
    width:100%;

}

    .form-btn:hover[b-e1bsqflsdf] {
        background-color: #35605A;
        border-color: #0B6E4F; 
        box-shadow: 0 0 0 0.2rem rgb(140 177 163 / 50%);
        color:white;
    }

    @media (max-width: 768px) {
        .form-container[b-e1bsqflsdf] {
        flex-direction: column; 
        align-items: center;
    }

    .google-maps-frame iframe[b-e1bsqflsdf] {
        height: 300px;
    }
}


@media (max-width: 767px) {
    .image-background-container h2[b-e1bsqflsdf] {
        font-size: 2.5rem;
    }

    .image-background-container[b-e1bsqflsdf] {
        height: 250px; 
    }
}


/* _content/JeloMetal-WebUI/Components/Pages/Error.razor.rz.scp.css */
.error-container[b-6ociy7utlh] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #f8f9fa;
    box-sizing: border-box;
    position: relative;
}

.error-card[b-6ociy7utlh] {
    background-color: #ffffff;
    padding: 40px; 
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 1200px; 
    text-align: center;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    animation: cardAnimation-b-6ociy7utlh 0.5s ease-out;
}

.error-image[b-6ociy7utlh] {
    width: 350px; 
    height: auto;
    margin-bottom: 1.5rem;
    animation: imageAnimation-b-6ociy7utlh 1s ease-out infinite alternate;
}

.error-title[b-6ociy7utlh] {
    color: rgba(52, 116, 92, 0.5);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    animation: fadeIn-b-6ociy7utlh 1s ease-out;
}

.error-subtitle[b-6ociy7utlh] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #6c757d;
    animation: fadeIn-b-6ociy7utlh 1.2s ease-out;
}

.error-btn[b-6ociy7utlh] {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(52, 116, 92, 0.5);
    color: white;
    font-size: 1.2rem;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

    .error-btn:hover[b-6ociy7utlh] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 0 0 0.2rem rgb(140 177 163 / 50%);
        color: white;
    }


@keyframes fadeIn-b-6ociy7utlh {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes imageAnimation-b-6ociy7utlh {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}


@keyframes cardAnimation-b-6ociy7utlh {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .error-card[b-6ociy7utlh] {
        padding: 20px;
        width: 90%;
    }

    .error-title[b-6ociy7utlh] {
        font-size: 2rem;
    }

    .error-subtitle[b-6ociy7utlh] {
        font-size: 1.2rem;
    }

    .error-image[b-6ociy7utlh] {
        width: 200px; 
    }

    .error-btn[b-6ociy7utlh] {
        font-size: 1rem;
        padding: 8px 15px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Home.razor.rz.scp.css */
.carousel-inner img[b-yl4kn5dzcr] {
    min-width: 100%; 
    height: 900px; 
    object-fit: cover; 
    opacity: 0.3;
}

.carousel[b-yl4kn5dzcr] {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    overflow: hidden;
}

    .carousel-caption[b-yl4kn5dzcr] {
    position: absolute !important;
    top: 50%;
    left: 30% !important;
    transform: translate(-50%, -50%);
    max-width: 80%;
    text-align: left !important;
    opacity: 0; 
    animation: fadeInFromLeft-b-yl4kn5dzcr 1.5s forwards;
}

@keyframes fadeInFromLeft-b-yl4kn5dzcr {
    0% {
        opacity: 0;
        transform: translate(-100%, -50%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.carousel-caption h1[b-yl4kn5dzcr] {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin-bottom: 1rem;
}

.carousel-caption ul[b-yl4kn5dzcr] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .carousel-caption[b-yl4kn5dzcr] {
        top: 50%; 
        left: 50% !important; 
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 95%; 
        text-align: center !important; 
        padding: 0 2rem; 
        box-sizing: border-box;
    }

        .carousel-caption h1[b-yl4kn5dzcr] {
            font-size: 1.3rem; 
            margin-bottom: 0.7rem; 
            line-height: 1.2; 
        }

        .carousel-caption ul[b-yl4kn5dzcr] {
            font-size: 1rem; 
            line-height: 1.6;
            padding: 0;
        }

    .carousel-inner img[b-yl4kn5dzcr] {
        height: 400px;
    }
}

@media (min-width: 2560px) {
    .carousel-inner img[b-yl4kn5dzcr] {
        height: 800px;
    }
}

@media (max-width: 1920px) and (min-width: 1280px) {
    .carousel-inner img[b-yl4kn5dzcr] {
        height: 600px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/FifthDropdownOptionMenu/ToolsAndOtherEquipment.razor.rz.scp.css */
.form-btn[b-apqdggtl3c] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-apqdggtl3c] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-apqdggtl3c] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-apqdggtl3c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-apqdggtl3c] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-apqdggtl3c] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-apqdggtl3c]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-apqdggtl3c]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-apqdggtl3c]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-apqdggtl3c] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-apqdggtl3c]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-apqdggtl3c] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-apqdggtl3c] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-apqdggtl3c {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-apqdggtl3c] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-apqdggtl3c 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-apqdggtl3c {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-apqdggtl3c] {
        gap: 10px;
    }

    .form-btn[b-apqdggtl3c] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-apqdggtl3c] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-apqdggtl3c]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-apqdggtl3c] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-apqdggtl3c]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-apqdggtl3c] {
        max-width: 90%;
    }

        .card-container .card[b-apqdggtl3c] {
            width: 30%;
        }

        .card-container:only-child[b-apqdggtl3c] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-apqdggtl3c] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-apqdggtl3c] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-apqdggtl3c] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-apqdggtl3c] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-apqdggtl3c] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/FirstDropdownOptionMenu/GasWeldingAndCuttingTools.razor.rz.scp.css */
.form-btn[b-0jglv8acd1] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-0jglv8acd1] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-0jglv8acd1] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-0jglv8acd1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-0jglv8acd1] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-0jglv8acd1] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-0jglv8acd1]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-0jglv8acd1]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-0jglv8acd1]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-0jglv8acd1] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-0jglv8acd1]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-0jglv8acd1] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-0jglv8acd1] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-0jglv8acd1 {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-0jglv8acd1] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-0jglv8acd1 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-0jglv8acd1 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-0jglv8acd1] {
        gap: 10px;
    }

    .form-btn[b-0jglv8acd1] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-0jglv8acd1] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-0jglv8acd1]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-0jglv8acd1] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-0jglv8acd1]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-0jglv8acd1] {
        max-width: 90%;
    }

        .card-container .card[b-0jglv8acd1] {
            width: 30%;
        }

        .card-container:only-child[b-0jglv8acd1] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-0jglv8acd1] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-0jglv8acd1] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-0jglv8acd1] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-0jglv8acd1] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-0jglv8acd1] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/FirstDropdownOptionMenu/HeatingAndSoldering.razor.rz.scp.css */
.form-btn[b-g8rmj1msvo] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-g8rmj1msvo] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-g8rmj1msvo] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-g8rmj1msvo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-g8rmj1msvo] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-g8rmj1msvo] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-g8rmj1msvo]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-g8rmj1msvo]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-g8rmj1msvo]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-g8rmj1msvo] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-g8rmj1msvo]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-g8rmj1msvo] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-g8rmj1msvo] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-g8rmj1msvo {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-g8rmj1msvo] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-g8rmj1msvo 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-g8rmj1msvo {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-g8rmj1msvo] {
        gap: 10px;
    }

    .form-btn[b-g8rmj1msvo] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-g8rmj1msvo] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-g8rmj1msvo]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-g8rmj1msvo] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-g8rmj1msvo]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-g8rmj1msvo] {
        max-width: 90%;
    }

        .card-container .card[b-g8rmj1msvo] {
            width: 30%;
        }

        .card-container:only-child[b-g8rmj1msvo] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-g8rmj1msvo] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-g8rmj1msvo] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-g8rmj1msvo] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-g8rmj1msvo] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-g8rmj1msvo] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/FirstDropdownOptionMenu/MIG-MAGWelding.razor.rz.scp.css */
.form-btn[b-2aijsfmpnv] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-2aijsfmpnv] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-2aijsfmpnv] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-2aijsfmpnv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-2aijsfmpnv] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-2aijsfmpnv] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-2aijsfmpnv]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-2aijsfmpnv]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-2aijsfmpnv]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-2aijsfmpnv] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-2aijsfmpnv]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-2aijsfmpnv] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-2aijsfmpnv] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-2aijsfmpnv {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-2aijsfmpnv] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-2aijsfmpnv 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-2aijsfmpnv {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-2aijsfmpnv] {
        gap: 10px;
    }

    .form-btn[b-2aijsfmpnv] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-2aijsfmpnv] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-2aijsfmpnv]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-2aijsfmpnv] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-2aijsfmpnv]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-2aijsfmpnv] {
        max-width: 90%;
    }

        .card-container .card[b-2aijsfmpnv] {
            width: 30%;
        }

        .card-container:only-child[b-2aijsfmpnv] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-2aijsfmpnv] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-2aijsfmpnv] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-2aijsfmpnv] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-2aijsfmpnv] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-2aijsfmpnv] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/FirstDropdownOptionMenu/PlasmaCutting.razor.rz.scp.css */
.form-btn[b-gcn20k29ac] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-gcn20k29ac] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-gcn20k29ac] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-gcn20k29ac] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-gcn20k29ac] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-gcn20k29ac] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-gcn20k29ac]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-gcn20k29ac]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-gcn20k29ac]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-gcn20k29ac] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-gcn20k29ac]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-gcn20k29ac] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-gcn20k29ac] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-gcn20k29ac {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-gcn20k29ac] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-gcn20k29ac 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-gcn20k29ac {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-gcn20k29ac] {
        gap: 10px;
    }

    .form-btn[b-gcn20k29ac] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-gcn20k29ac] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-gcn20k29ac]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-gcn20k29ac] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-gcn20k29ac]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-gcn20k29ac] {
        max-width: 90%;
    }

        .card-container .card[b-gcn20k29ac] {
            width: 30%;
        }

        .card-container:only-child[b-gcn20k29ac] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-gcn20k29ac] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-gcn20k29ac] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-gcn20k29ac] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-gcn20k29ac] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-gcn20k29ac] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/FirstDropdownOptionMenu/RelWeldingTools.razor.rz.scp.css */
.form-btn[b-mxiw34vuno] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-mxiw34vuno] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-mxiw34vuno] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-mxiw34vuno] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-mxiw34vuno] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-mxiw34vuno] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-mxiw34vuno]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-mxiw34vuno]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-mxiw34vuno]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-mxiw34vuno] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-mxiw34vuno]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-mxiw34vuno] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-mxiw34vuno] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-mxiw34vuno {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-mxiw34vuno] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-mxiw34vuno 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-mxiw34vuno {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-mxiw34vuno] {
        gap: 10px;
    }

    .form-btn[b-mxiw34vuno] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-mxiw34vuno] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-mxiw34vuno]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-mxiw34vuno] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-mxiw34vuno]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-mxiw34vuno] {
        max-width: 90%;
    }

        .card-container .card[b-mxiw34vuno] {
            width: 30%;
        }

        .card-container:only-child[b-mxiw34vuno] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-mxiw34vuno] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-mxiw34vuno] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-mxiw34vuno] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-mxiw34vuno] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-mxiw34vuno] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/FirstDropdownOptionMenu/TIGWelding.razor.rz.scp.css */
.form-btn[b-nxo1zqxfv8] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-nxo1zqxfv8] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-nxo1zqxfv8] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-nxo1zqxfv8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-nxo1zqxfv8] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-nxo1zqxfv8] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-nxo1zqxfv8]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-nxo1zqxfv8]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-nxo1zqxfv8]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-nxo1zqxfv8] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-nxo1zqxfv8]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-nxo1zqxfv8] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-nxo1zqxfv8] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-nxo1zqxfv8 {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-nxo1zqxfv8] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-nxo1zqxfv8 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-nxo1zqxfv8 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-nxo1zqxfv8] {
        gap: 10px;
    }

    .form-btn[b-nxo1zqxfv8] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-nxo1zqxfv8] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-nxo1zqxfv8]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-nxo1zqxfv8] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-nxo1zqxfv8]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-nxo1zqxfv8] {
        max-width: 90%;
    }

        .card-container .card[b-nxo1zqxfv8] {
            width: 30%;
        }

        .card-container:only-child[b-nxo1zqxfv8] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-nxo1zqxfv8] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-nxo1zqxfv8] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-nxo1zqxfv8] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-nxo1zqxfv8] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-nxo1zqxfv8] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/FirstDropdownOptionMenu/WeldingCuttingTools.razor.rz.scp.css */
.form-btn[b-9lrewmhlx4] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px; 
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px; 
    height: 50px;
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-9lrewmhlx4] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-9lrewmhlx4] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-9lrewmhlx4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-9lrewmhlx4] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; 
}

.arrow[b-9lrewmhlx4] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-9lrewmhlx4]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-9lrewmhlx4]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-9lrewmhlx4]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-9lrewmhlx4] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-9lrewmhlx4]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-9lrewmhlx4] {
    display: flex;
    flex-wrap: wrap; 
    gap: 15px; 
    justify-content: center; 
    align-items: center; 
    margin-top: 20px; 
}

.card-container[b-9lrewmhlx4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05); 
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw; 
    max-width: 100%; 
    box-sizing: border-box;
}

@keyframes pulse-b-9lrewmhlx4 {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-9lrewmhlx4] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-9lrewmhlx4 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-9lrewmhlx4 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-9lrewmhlx4] {
        gap: 10px; 
    }

    .form-btn[b-9lrewmhlx4] {
        width: 100%; 
        text-align: center; 
    }

    .arrow[b-9lrewmhlx4] {
        width: 50px; 
        height: 50px;
    }

        .arrow[b-9lrewmhlx4]::before {
            width: 12px; 
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-9lrewmhlx4] {
        width: 40px; 
        height: 40px;
    }

        .arrow[b-9lrewmhlx4]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-9lrewmhlx4] {
        max-width: 90%; 
    }

        .card-container .card[b-9lrewmhlx4] {
            width: 30%; 
        }

        .card-container:only-child[b-9lrewmhlx4] {
            justify-content: center; 
            max-width: 600px; 
        }
}

@media (max-width: 768px) {
    .card-container[b-9lrewmhlx4] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-9lrewmhlx4] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-9lrewmhlx4] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-9lrewmhlx4] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px; 
    }
}

@media (min-width: 1280px) {
    .card-container[b-9lrewmhlx4] {
        padding: 20px;
        gap: 25px; 
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/FourthDropdownOptionMenu/RubberProducts.razor.rz.scp.css */
.form-btn[b-3ndgyhp1yi] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-3ndgyhp1yi] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-3ndgyhp1yi] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-3ndgyhp1yi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-3ndgyhp1yi] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-3ndgyhp1yi] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-3ndgyhp1yi]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-3ndgyhp1yi]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-3ndgyhp1yi]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-3ndgyhp1yi] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-3ndgyhp1yi]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-3ndgyhp1yi] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-3ndgyhp1yi] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-3ndgyhp1yi {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-3ndgyhp1yi] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-3ndgyhp1yi 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-3ndgyhp1yi {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-3ndgyhp1yi] {
        gap: 10px;
    }

    .form-btn[b-3ndgyhp1yi] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-3ndgyhp1yi] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-3ndgyhp1yi]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-3ndgyhp1yi] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-3ndgyhp1yi]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-3ndgyhp1yi] {
        max-width: 90%;
    }

        .card-container .card[b-3ndgyhp1yi] {
            width: 30%;
        }

        .card-container:only-child[b-3ndgyhp1yi] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-3ndgyhp1yi] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-3ndgyhp1yi] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-3ndgyhp1yi] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-3ndgyhp1yi] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-3ndgyhp1yi] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/SecondDropdownOptionMenu/Other.razor.rz.scp.css */
.form-btn[b-gble4f41ek] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-gble4f41ek] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-gble4f41ek] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-gble4f41ek] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-gble4f41ek] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-gble4f41ek] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-gble4f41ek]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-gble4f41ek]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-gble4f41ek]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-gble4f41ek] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-gble4f41ek]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-gble4f41ek] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-gble4f41ek] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-gble4f41ek {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-gble4f41ek] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-gble4f41ek 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-gble4f41ek {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-gble4f41ek] {
        gap: 10px;
    }

    .form-btn[b-gble4f41ek] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-gble4f41ek] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-gble4f41ek]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-gble4f41ek] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-gble4f41ek]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-gble4f41ek] {
        max-width: 90%;
    }

        .card-container .card[b-gble4f41ek] {
            width: 30%;
        }

        .card-container:only-child[b-gble4f41ek] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-gble4f41ek] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-gble4f41ek] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-gble4f41ek] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-gble4f41ek] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-gble4f41ek] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/SecondDropdownOptionMenu/WeldingElectrodes.razor.rz.scp.css */
.form-btn[b-jgaxtlr96m] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-jgaxtlr96m] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-jgaxtlr96m] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-jgaxtlr96m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-jgaxtlr96m] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-jgaxtlr96m] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-jgaxtlr96m]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-jgaxtlr96m]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-jgaxtlr96m]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-jgaxtlr96m] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-jgaxtlr96m]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-jgaxtlr96m] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-jgaxtlr96m] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-jgaxtlr96m {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-jgaxtlr96m] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-jgaxtlr96m 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-jgaxtlr96m {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-jgaxtlr96m] {
        gap: 10px;
    }

    .form-btn[b-jgaxtlr96m] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-jgaxtlr96m] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-jgaxtlr96m]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-jgaxtlr96m] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-jgaxtlr96m]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-jgaxtlr96m] {
        max-width: 90%;
    }

        .card-container .card[b-jgaxtlr96m] {
            width: 30%;
        }

        .card-container:only-child[b-jgaxtlr96m] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-jgaxtlr96m] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-jgaxtlr96m] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-jgaxtlr96m] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-jgaxtlr96m] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-jgaxtlr96m] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/SecondDropdownOptionMenu/WeldingWires.razor.rz.scp.css */
.form-btn[b-vmvmc74nzq] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-vmvmc74nzq] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-vmvmc74nzq] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-vmvmc74nzq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px;
}

.page-title[b-vmvmc74nzq] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-vmvmc74nzq] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-vmvmc74nzq]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-vmvmc74nzq]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-vmvmc74nzq]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-vmvmc74nzq] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-vmvmc74nzq]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-vmvmc74nzq] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-vmvmc74nzq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-vmvmc74nzq {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-vmvmc74nzq] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-vmvmc74nzq 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-vmvmc74nzq {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-vmvmc74nzq] {
        gap: 10px;
    }

    .form-btn[b-vmvmc74nzq] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-vmvmc74nzq] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-vmvmc74nzq]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-vmvmc74nzq] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-vmvmc74nzq]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-vmvmc74nzq] {
        max-width: 90%;
    }

        .card-container .card[b-vmvmc74nzq] {
            width: 30%;
        }

        .card-container:only-child[b-vmvmc74nzq] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-vmvmc74nzq] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-vmvmc74nzq] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-vmvmc74nzq] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-vmvmc74nzq] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-vmvmc74nzq] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
/* _content/JeloMetal-WebUI/Components/Pages/Products/ThirdDropdownOptionMenu/HTZ-ProtectiveEquipment.razor.rz.scp.css */
.form-btn[b-h1qftj7adf] {
    background-color: rgba(52, 116, 92, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-btn:hover[b-h1qftj7adf] {
        background-color: #35605A;
        border-color: #0B6E4F;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        transform: translateY(-2px);
    }

    .form-btn:active[b-h1qftj7adf] {
        transform: translateY(0);
        box-shadow: none;
    }

.container[b-h1qftj7adf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    margin-top: 80px; 
}

.page-title[b-h1qftj7adf] {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow[b-h1qftj7adf] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    transform: scale(1);
}


    .arrow[b-h1qftj7adf]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: rgba(52, 116, 92, 0.5);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

.arrow-right[b-h1qftj7adf]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-left[b-h1qftj7adf]::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow:hover[b-h1qftj7adf] {
    transform: scale(1.1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .arrow:hover[b-h1qftj7adf]::before {
        border-color: rgba(52, 116, 92, 0.8);
    }

.button-group[b-h1qftj7adf] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-container[b-h1qftj7adf] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
}

@keyframes pulse-b-h1qftj7adf {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 5px rgba(52, 116, 92, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 116, 92, 0);
    }
}

.animated-title[b-h1qftj7adf] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn-b-h1qftj7adf 1.5s ease-out forwards;
}

@keyframes fadeSlideIn-b-h1qftj7adf {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .button-group[b-h1qftj7adf] {
        gap: 10px;
    }

    .form-btn[b-h1qftj7adf] {
        width: 100%;
        text-align: center;
    }

    .arrow[b-h1qftj7adf] {
        width: 50px;
        height: 50px;
    }

        .arrow[b-h1qftj7adf]::before {
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
        }
}

@media (max-width: 480px) {
    .arrow[b-h1qftj7adf] {
        width: 40px;
        height: 40px;
    }

        .arrow[b-h1qftj7adf]::before {
            width: 10px;
            height: 10px;
            border-width: 1.5px 1.5px 0 0;
        }
}

@media (min-width: 1920px) {
    .card-container[b-h1qftj7adf] {
        max-width: 90%;
    }

        .card-container .card[b-h1qftj7adf] {
            width: 30%;
        }

        .card-container:only-child[b-h1qftj7adf] {
            justify-content: center;
            max-width: 600px;
        }
}

@media (max-width: 768px) {
    .card-container[b-h1qftj7adf] {
        flex-direction: column;
        align-items: center;
    }

        .card-container .card[b-h1qftj7adf] {
            width: 100%;
            margin: 10px 0;
        }
}

@media (max-width: 768px) {
    .card-container[b-h1qftj7adf] {
        padding: 10px;
        gap: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .card-container[b-h1qftj7adf] {
        padding: 15px;
        gap: 15px;
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .card-container[b-h1qftj7adf] {
        padding: 20px;
        gap: 25px;
        margin-top: 50px;
    }
}
