@font-face {
    font-family: 'tt-hoves-reguler';
    src: url('https://store-y0sjz2rpai.mybigcommerce.com/content/fonts/TT%20Hoves%20Pro%20Trial%20Regular.woff') format('woff'),
        url('https://store-y0sjz2rpai.mybigcommerce.com/content/fonts/TT%20Hoves%20Pro%20Trial%20Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-orange: #FE5532;
    --primary-blue: #0D1B25;
}

body.Guide .footer,
body.Samples .footer {
    margin-top: 0;
    border: 0;
}

path.cls-1.light-width {
    stroke-width: .9px;
}

.printer-section-wrap {
    margin: 60px 0 0;
}

.printer-section-wrap {
    margin: 0;
    background-image: url(https://cdn11.bigcommerce.com/s-y0sjz2rpai/images/stencil/original/image-manager/image-09-21-2025-01-03-am.png?t=1758398639);
    background-size: cover;
}
.product-img-resource img {
    max-width: 480px !important;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.printer-section-wrap .pro-short-text {
    color: #fff !important;
}

.printer-section-wrap .printer-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

[data-widget-id="e0d74321-6477-48d9-a732-e8684765f3cd"] {
    display: none;
}

.printer-section-wrap .printer-inner p {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 41px;
    margin: 0 0 40px;
    font-family: 'tt-hoves-reguler';
    width: 82%;
}

.printer-section-wrap .printer-inner a {
    background: var(--primary-orange);
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
    min-width: 100px;
}

.footer {
    margin-top: 60px;
}


.productView-resource-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-top: 20px;
}

.resources-pro-main .footer-newsletter {
    display: none;
}

.footer-newsletter {
    display: none;
}

.product-resource-detail .pro-title-c {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
    line-height: 40px;
}

.roboto-text ul li span {
    font-size: 14px !important;
}
.product-resource-detail .custom-pro-title {
    display: none;
}

.product-resource-detail h2 {
    font-size: 16px;
    margin: 0 0 10px;
}

.product-resource-detail .roboto-text {
    font-size: 14px;
}

.product-resource-detail .roboto-text p:last-of-type {
    margin: 0;
}

.product-resource-detail .roboto-text h3 {
    font-size: 18px;
    margin: 10px 0;
}

.product-resource-detail .description-heading {
    font-weight: 700;
}

.why-choose-wrap {
    /*background-color: #F8F8F8;*/
    /*padding: 60px 0;*/
    margin: 60px 0;
}

.resources-pro-main .resource-common-heading {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-align: left;
    line-height: 27px;
    font-family: 'tt-hoves-reguler';
}

.why-choose-wrap .why-choose-list {
    margin: 50px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.list-text svg {
    stroke: url(#BT_Gradient);
}

.why-choose-list .list-text {
    box-sizing: border-box;
    background: #F0F4F4;
    /*border: 1px solid #ddd;*/
    /*border-radius: 12px;*/
    padding: 30px 24px;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);*/
    text-align: left;
    transition: all 0.3s ease;
}

/*.why-choose-list .list-text:hover {*/
/*    border: 1px solid var(--primary-orange);*/
/*    transition: all 0.3s ease;*/
/*    cursor: pointer;*/
/*}*/

.list-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.list-text p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 20px;
}

.list-text svg {
    stroke: var(--primary-orange);
    width: 45px;
}


.resource-logo-marquee {
    width: 100%;
    overflow: hidden;
    background: #f0f4f4;
    padding: 50px 0;

}

.resource-logo-marquee .resource-common-heading {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 20px;
    text-align: center;
}

.resource-logo-marquee .resource-logo-inner {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
}

.resource-logo-marquee .logo-images {
    display: flex;
    animation: marquee 30s linear infinite;
    align-items: center;
    padding: 20px 0 0 42px;
    gap: 3rem;
    margin: 0;
}

.resource-logo-marquee .logo-images li {
    display: inline-block;
    list-style: none;
    padding-right: 30px;
    margin-bottom: 0;
}

.resource-logo-marquee .logo-images img {
    max-width: 120px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    opacity: .6;
    filter: invert(1);
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.resource-review-wrap {
    margin: 60px 0 0;
    background: var(--primary-blue);
    padding: 35px 0;
    /*background-image: url(https://cdn11.bigcommerce.com/s-y0sjz2rpai/images/stencil/original/image-manager/bt-gradient-orange-01.png?t=1758383353);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
}

.resource-review-wrap .resource-review-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.resource-review-grid .review-left {
    width: 40%;
}

.resource-review-grid .review-right {
    width: 60%;
}

.review-left h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    margin: 0 0 25px;
    font-family: 'tt-hoves-reguler';
}

.review-left h3 b {
    font-weight: 800;
    display: block;
}

.review-left .short_text {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin: 0;
    width: 80%;
}

.review-left h3,
.short_text,
.main-desc {
    color: #fff !important;
}

.review-right .main-desc {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.5px;
    margin: 0;
    color: #b9b9b9 !important;
    font-family: 'tt-hoves-reguler';
}

.review-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.review-bottom .client-img {
    width: 70px;
    height: 70px;
    /*display:inline-block;*/
    border-radius: 100%;
    display: none;
}

.review-bottom .client-name {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    display: none;
}

.review-bottom .client-role {
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    color: #000;
}

.review-right .resource-rating {
    display: flex;
    gap: 8px;
    opacity: 0 !important;
    display: none;
    margin: 10px 0 0;
}

.review-right .resource-rating .icon {
    height: 18px;
    display: flex;
    align-items: center;
    width: auto;
    gap: 2px;
}

.review-bottom .client-role,
.client-name {
    color: #fff;
}

.review-right .rating--small .icon svg,
.productView-rating .icon svg {
    stroke: #fff !important;
    fill: #fff !important;
    height: 18px;
    width: 18px;
}

.resource-feature-products .productGrid {
    margin: 10px 0 0;
}

.resource-feature-products .page-heading {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-align: center !important;
}

.resource-feature-products .card .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.resource-feature-products .card .card-title a {
    color: #000;
}

.resource-feature-products .card:hover .card-figcaption {
    display: none;
}

.resource-feature-products .card .price-section {
    font-size: 16px;
    color: #000;
    margin: 5px 0 0;
}

.resource-feature-products .card .price-section span {
    font-weight: 600;
}

.resource-feature-products .card .brand-name {
    display: none;
}

.resource-form-wrap .email-step {
    max-width: 100%;
    margin: 10px auto 0;
    text-align: left;
    background: #F0F4F4;
    padding: 20px 20px;
}
.resource-form-wrap .email-step h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 7px;
}

.resource-form-wrap .email-step p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 18px;
    letter-spacing: 0.5px;
}

.email-input-wrap {
    display: flex;
    gap: 8px;
}

.email-input-wrap input {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 15px;
    outline: none;
}

.email-input-wrap button {
    background: var(--primary-orange);
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
    min-width: 100px;
}

.resource-form-wrap .download-form-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.download-form-popup .popup-content {
    background: #fff;
    width: 600px;
    max-width: 95%;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resource-form-wrap .download-form-popup h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.resource-form-wrap .close-popup {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

#multiStepForm input,
#multiStepForm select {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.resource-form-wrap .form-row {
    display: flex;
    gap: 10px;
}

.form-row input,
.form-row select {
    flex: 1;
}

.resource-form-wrap .download-btn {
    background: var(--primary-orange);
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.resource-form-wrap .privacy-text {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.resource-form-wrap .responseMessage {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 10px 0 0;
}

.resource-product-wrap .resource-product-info {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin: 3rem 0;
}

.resource-product-wrap a.pro-page-link {
    margin: 20px 0 15px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.pro-short-text {
    font-size: 15px;
    font-family: 'tt-hoves-reguler';
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-bottom: 10px;
}

.pro-short-text:after {
    content: "";
    position: absolute;
    left: 0px;
    height: 0.125rem;
    width: 3.5rem;
    background-color: var(--primary-orange);
    top: 100%;
}

.resource-product-wrap .resource-product-item {
    width: 25%;
}

.resource-product-wrap {
    padding: 60px 0 0;
}

.resource-product-wrap .resource-common-heading {
    text-align: left;
    font-size: 55px;
    font-weight: 500;
}

.resources-pro-main .resource-common-heading .color-text {
    background: -webkit-linear-gradient(149deg, rgb(244, 81, 30) 38%, rgb(151, 71, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.resource-product-wrap .top-description {
    font-size: 22px;
    margin: 8px 0 25px;
    color: #000;
    font-family: 'tt-hoves-reguler';
    display: none;
}

.resource-product-wrap .pro_title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 5px;
}

.resource-product-wrap a {
    display: block;
}

.resource-product-wrap .pro_link_text {
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 600;
    opacity: 0;
    text-transform: uppercase;
    color: var(--primary-orange);
}

.resource-product-wrap .cat-button-wrap {
    text-align: center;
    margin: 40px 0 0;
}

.resource-product-wrap .resource-cat-link {
    background: var(--primary-orange);
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
    min-width: 100px;
    display: inline-block;
    text-transform: uppercase;
    display: none;
}

.resource-product-wrap .pro-img {
    max-height: 380px;
}

@media only screen and (min-width: 480px) and (max-width: 769px) {
  .success-stories-c .card {
        flex-basis: calc((100% - (16px * 2)) / 2.5) !important;
}


.printer-left img {
    width: 100% !important;
    max-width: 330px;
}
}

@media only screen and (max-width: 768px) {
    .pro-short-text {
    font-size: 13px;
    padding-bottom: 7px;
}
.productGrid-c.list-view .guide-btn {
    width: 150px !important;
}
#product-grid.list-view .product-card img {
    max-width: 140px !important;
}
}


@media only screen and (max-width: 1024px) {
    .resource-product-wrap .resource-product-info {
        flex-wrap: wrap;
        gap: 20px;
    }

    .resource-product-wrap .resource-product-item {
        width: calc(50% - 20px);
    }

    .resource-product-wrap .pro-img {
        width: 100%;
    }

    .resource-product-wrap .top-description {
        font-size: 15px;
        margin: 8px 0 15px;
    }

    .productView-resource-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 40px;
    }

    .why-choose-wrap .why-choose-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .why-choose-wrap {
        /*padding: 50px 0;*/
        margin: 40px 0;
    }

    .resources-pro-main .resource-common-heading {
        font-size: 28px;
        line-height: 33px;
    }

    .resource-logo-marquee .logo-images img {
        max-width: 100px;
    }

    .resource-logo-marquee {
        padding: 30px 0;
    }

    .resource-logo-marquee .logo-images {
        gap: 1rem;
        padding: 10px 0 0 14px;
    }

    .review-left h3 {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 14px;
    }

    .review-left .short_text {
        font-size: 15px;
        line-height: 25px;
        width: 96%;
    }

    .review-right .main-desc {
        font-size: 13px;
        line-height: 22px;
    }

    .review-bottom .client-img {
        width: 60px;
        height: 60px;
    }

    .review-bottom .client-name {
        font-size: 20px;
        margin: 0 0 8px;
        line-height: 20px;
    }

    .review-bottom {
        gap: 15px;
    }

    .printer-section-wrap .printer-inner {
        gap: 30px;
    }

    .printer-inner p {
        font-size: 22px !important;
        line-height: 35px !important;
        width: 90% !important;
    }
}

@media only screen and (max-width: 768px) {
    .printer-section-wrap {
        margin: 0;
        padding-bottom: 4rem !important;
    }


    .printer-section-wrap .printer-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .resource-product-wrap .cat-button-wrap {
        margin: 30px 0 0;
    }

    .resource-product-wrap .resource-cat-link {
        padding: 9px 25px;
        font-size: 13px;
    }

    .resource-product-wrap .pro_title {
        font-size: 15px;
    }

    .resource-product-wrap .pro_link_text {
        font-size: 12px;
    }

    .resource-product-wrap {
        padding: 30px 0 0;
    }

    .resources-pro-main .resource-common-heading {
        font-size: 24px;
    }

    .product-resource-detail .pro-title-c {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .product-resource-detail h2 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .product-resource-detail .roboto-text {
        font-size: 13px;
    }

    .list-text h4 {
        font-size: 14px;
        margin: 15px 0 12px;
    }

    .list-text p {
        font-size: 13px;
        font-weight: 500;
        color: #000;
        margin: 0;
        line-height: 18px;
    }

    .list-text svg {
        width: 30px;
        height: 30px;
    }

    .why-choose-wrap {
        padding: 40px 0;
        margin: 30px 0 0;
    }

    .logo-images li {
        padding-right: 10px;
    }

    .logo-images img {
        max-width: 50px;
    }

    .logo-images {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .resource-logo-marquee .logo-images img {
        max-width: 80px;
    }

    .resource-review-wrap {
        margin: 40px 0 0;
        padding: 40px 0;
    }

    .resource-review-wrap .resource-review-grid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .resource-review-grid .review-left {
        width: 100%;
    }

    .resource-review-grid .review-right {
        width: 100%;
    }

    .review-left h3 b {
        display: inline-block;
    }

    .resource-product-wrap .pro-img {
        max-height: unset;
    }
}

@media only screen and (max-width: 600px) {
    .why-choose-wrap .why-choose-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .resource-product-wrap .resource-product-item {
        width: 100%;
    }
}

.resource-product-custom {
    display:none;
}


/* product-slider-resource */

.product-card-wrap {
    padding: 60px 0 0;
    overflow: hidden;
}

.success-stories-c {
    position: relative;
}

.success-stories-c .all-stories {
    padding-bottom: 60px;
}

.success-stories-c .all-stories a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.success-stories-c .track {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.success-stories-c .card {
    flex: 0 0 calc((100% - (24px * 2)) / 4);
    overflow: hidden;
    position: relative;
    min-height: 380px;
    display: flex;
        padding: 20px;
    background: #f0f4f4;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;

}

.success-stories-c .card {
    /* filter: blur(2px);      */
    opacity: 0.6;
    transition: all 0.4s ease;
}

.success-stories-c .card.active {
    filter: blur(0);
    opacity: 1;
}

.success-stories-c .card.quote {
    padding: 36px;
    background: #DEE6E6;
}

.success-stories-c .card-heading-c {
    margin: 0;
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
    color: #000;
    font-family: 'tt-hoves-reguler';
}

.success-stories-c .read {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-family: 'tt-hoves-reguler';
}

.success-stories-c .card:hover .read:after {
    transform: translateX(4px)
}

.success-stories-c {
    position: relative;
}

.success-stories-c .overlay {
    position: relative;
    background-color: #f0f4f4;
    padding: 15px 10px 0;
    margin-top: -8px;
    width: 100%;
}

.success-stories-c .overlay p {
    margin: 0 0 12px;
}

.success-stories-c .meta {
    font-size: 13px;
    color: var(--muted)
}

.success-stories-c .card.quote.right {
    padding: 36px;
    background-color: #DCE4E4;
}

.success-stories-c .nav {
    position: absolute;
    top: 65%;
    width: 36px;
    height: 36px;
    border: 0;
    background: #FE5532;
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 2;
}

.success-stories-c .nav.next {
    right: -56px;
    transform: translateY(-50%);
}

.success-stories-c .nav.prev {
    left: -56px;
    transform: translateY(-50%);
}

.success-stories-c .nav.prev svg {
    transform: rotate(-180deg);
}

.success-stories-c .nav svg {
    width: 18px;
    height: 18px;
    stroke: #fff
}

.success-stories-c .dots {
    display: none;
}


@media (max-width: 1024px) {
    .success-stories-c .card {
        flex-basis: calc((100% - (24px * 2)) / 2.4)
    }

    .success-stories-c .nav.prev {
        left: 0;
        transform: unset;
    }

    .success-stories-c .nav.next {
        right: 0;
        transform: unset;
    }

    /* .success-stories-c .nav {
            top: unset;
            bottom: -60px;
            display: grid !important;
        } */

    .success-stories-c .card-heading-c {
        font-size: 18px;
        line-height: 26px;
    }

    .success-stories-c .card.quote {
        padding: 25px;
    }

    .success-stories-c .read {
        font-size: 13px;
        line-height: 13px;
        margin-top: 20px;
    }

    .success-stories-c .quote .brand {
        font-size: 12px;
        line-height: 12px;
    }

    .success-stories-c .track {
        gap: 16px;
    }

    .product-card-wrap {
        padding: 40px 0 0;
    }

    .success-stories-c .all-stories {
        padding-bottom: 40px;
    }

    .success-stories-c .all-stories a {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .success-stories-c .card {
        /* flex-basis: 100% */
        flex-basis: calc((100% - (16px * 2)) / 1.5)
    }
}

@media (max-width: 480px) {
    .success-stories-c .card {
        /* flex-basis: 100% */
        flex-basis: calc((100% - (16px * 2)) / 1.2)
    }
}
