/* Replace gang sheet upload button gradient */
a.theme-btn.btn-one.printpark-btn1 {
    background: #9e1b1e; /* Fallback solid color */
    background: -webkit-linear-gradient(0deg, #9e1b1e 0%, #c12126 50%, #c12126 100%);
    background: linear-gradient(90deg, #9e1b1e 0%, #c12126 50%, #c12126 100%);
    border-color: #9e1b1e; /* Optional: adjust border to match */
    transition: all 0.3s ease; /* Smooth hover effect */
}

/* Darker hover state */
a.theme-btn.btn-one.printpark-btn1:hover {
    background: #6a1215; /* Much darker fallback */
    background: -webkit-linear-gradient(0deg, #6a1215 0%, #8a171a 50%, #8a171a 100%);
    background: linear-gradient(90deg, #6a1215 0%, #8a171a 50%, #8a171a 100%);
    border-color: #6a1215; /* Darker border on hover */
    transform: translateY(-1px); /* Slight lift effect (optional) */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Enhanced shadow (optional) */
}

.banner-style-three .banner-carousel .content-box h2 span {
    position: relative;
    display: inline-block;
    color: #9e1b1e;
}

.header-top-three {
    background: -webkit-linear-gradient(0deg, #9e1b1e, #c99c2c 100%);
}

.banner-style-three .content-box h5:before {
    background: -webkit-linear-gradient(0deg, #c99c2c, #f8f2ef 100%);
}

.main-footer .newsletter-widget .icon-box {
    background: -webkit-linear-gradient(0deg, #9e1b1e, #9e1b1e 50%);
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #place_order {
    background: linear-gradient(90deg, #9e1b1e 0%, #c12126 50%, #c12126 100%);
}


.select2-container + .select2-container, 
#billing_state_field .select2-container + span,
#shipping_state_field .select2-container + span {
    display: none !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: linear-gradient(90deg, #9e1b1e 0%, #c12126 100%, #c12126 100%);
}

.innovation-section .inner-container {
    background: -webkit-linear-gradient(0deg, #9e1b1e, #c12126 100%);
}